/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #ffffff;
    --bs-gray: #637381;
    --bs-gray-dark: #212B36;
    --bs-gray-100: #f9f8f9;
    --bs-gray-200: #F4F6F8;
    --bs-gray-300: #DFE3E8;
    --bs-gray-400: #C4CDD5;
    --bs-gray-500: #919EAB;
    --bs-gray-600: #637381;
    --bs-gray-700: #454F5B;
    --bs-gray-800: #212B36;
    --bs-gray-900: #161C24;
    --bs-primary: #9333ea;
    --bs-accent: #10B981;
    --bs-secondary: #F4F6F8;
    --bs-success: #22C55E;
    --bs-info: #0EA5E9;
    --bs-warning: #F59E0B;
    --bs-danger: #EF4444;
    --bs-light: #ffffff;
    --bs-dark: #212B36;
    --bs-primary-rgb: 147, 51, 234;
    --bs-accent-rgb: 16, 185, 129;
    --bs-secondary-rgb: 244, 246, 248;
    --bs-success-rgb: 34, 197, 94;
    --bs-info-rgb: 14, 165, 233;
    --bs-warning-rgb: 245, 158, 11;
    --bs-danger-rgb: 239, 68, 68;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 33, 43, 54;
    --bs-primary-text-emphasis: #3b145e;
    --bs-secondary-text-emphasis: #626263;
    --bs-success-text-emphasis: #0e4f26;
    --bs-info-text-emphasis: #06425d;
    --bs-warning-text-emphasis: #623f04;
    --bs-danger-text-emphasis: #601b1b;
    --bs-light-text-emphasis: #454F5B;
    --bs-dark-text-emphasis: #454F5B;
    --bs-primary-bg-subtle: #e9d6fb;
    --bs-secondary-bg-subtle: #f9f8f9;
    --bs-success-bg-subtle: #d3f3df;
    --bs-info-bg-subtle: #cfedfb;
    --bs-warning-bg-subtle: #fdecce;
    --bs-danger-bg-subtle: #fcdada;
    --bs-light-bg-subtle: #fcfcfc;
    --bs-dark-bg-subtle: #C4CDD5;
    --bs-primary-border-subtle: #d4adf7;
    --bs-secondary-border-subtle: #F4F6F8;
    --bs-success-border-subtle: #a7e8bf;
    --bs-info-border-subtle: #9fdbf6;
    --bs-warning-border-subtle: #fbd89d;
    --bs-danger-border-subtle: #f9b4b4;
    --bs-light-border-subtle: #F4F6F8;
    --bs-dark-border-subtle: #919EAB;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: "Inter", Helvetica;
    --bs-font-monospace: "Inter", sans-serif;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.65;
    --bs-body-color: #454F5B;
    --bs-body-color-rgb: 69, 79, 91;
    --bs-body-bg: #ffffff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(69, 79, 91, 0.75);
    --bs-secondary-color-rgb: 69, 79, 91;
    --bs-secondary-bg: #F4F6F8;
    --bs-secondary-bg-rgb: 244, 246, 248;
    --bs-tertiary-color: rgba(69, 79, 91, 0.5);
    --bs-tertiary-color-rgb: 69, 79, 91;
    --bs-tertiary-bg: #f9f8f9;
    --bs-tertiary-bg-rgb: 249, 248, 249;
    --bs-heading-color: #212B36;
    --bs-link-color: #9333ea;
    --bs-link-color-rgb: 147, 51, 234;
    --bs-link-decoration: none;
    --bs-link-hover-color: #7a16d4;
    --bs-link-hover-color-rgb: 122, 22, 212;
    --bs-link-hover-decoration: none;
    --bs-code-color: #d63384;
    --bs-highlight-color: #454F5B;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #DFE3E8;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.095);
    --bs-border-radius: 0.3125rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.4375rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: rgba(145, 158, 171, 0.16) 0px 16px 32px -4px;
    --bs-box-shadow-sm: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.275rem 0.75rem -0.0625rem rgba(249, 248, 249, 0.06);
    --bs-box-shadow-lg: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.25);
    --bs-box-shadow-inset: inset 0 1px 2px transparent;
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(147, 51, 234, 0.25);
    --bs-form-valid-color: #22C55E;
    --bs-form-valid-border-color: #22C55E;
    --bs-form-invalid-color: #EF4444;
    --bs-form-invalid-border-color: #EF4444
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #DFE3E8;
    --bs-body-color-rgb: 223, 227, 232;
    --bs-body-bg: #161C24;
    --bs-body-bg-rgb: 22, 28, 36;
    --bs-emphasis-color: #ffffff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(223, 227, 232, 0.75);
    --bs-secondary-color-rgb: 223, 227, 232;
    --bs-secondary-bg: #212B36;
    --bs-secondary-bg-rgb: 33, 43, 54;
    --bs-tertiary-color: rgba(223, 227, 232, 0.5);
    --bs-tertiary-color-rgb: 223, 227, 232;
    --bs-tertiary-bg: #1c242d;
    --bs-tertiary-bg-rgb: 28, 36, 45;
    --bs-primary-text-emphasis: #be85f2;
    --bs-secondary-text-emphasis: #f8fafb;
    --bs-success-text-emphasis: #7adc9e;
    --bs-info-text-emphasis: #6ec9f2;
    --bs-warning-text-emphasis: #f9c56d;
    --bs-danger-text-emphasis: #f58f8f;
    --bs-light-text-emphasis: #f9f8f9;
    --bs-dark-text-emphasis: #DFE3E8;
    --bs-primary-bg-subtle: #1d0a2f;
    --bs-secondary-bg-subtle: #313132;
    --bs-success-bg-subtle: #072713;
    --bs-info-bg-subtle: #03212f;
    --bs-warning-bg-subtle: #312002;
    --bs-danger-bg-subtle: #300e0e;
    --bs-light-bg-subtle: #212B36;
    --bs-dark-bg-subtle: #11161b;
    --bs-primary-border-subtle: #581f8c;
    --bs-secondary-border-subtle: #929495;
    --bs-success-border-subtle: #147638;
    --bs-info-border-subtle: #08638c;
    --bs-warning-border-subtle: #935f07;
    --bs-danger-border-subtle: #8f2929;
    --bs-light-border-subtle: #454F5B;
    --bs-dark-border-subtle: #212B36;
    --bs-heading-color: inherit;
    --bs-link-color: #be85f2;
    --bs-link-hover-color: #be85f2;
    --bs-link-color-rgb: 190, 133, 242;
    --bs-link-hover-color-rgb: 190, 133, 242;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #DFE3E8;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #454F5B;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
    margin: 0 0;
    color: #dfe3e8;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 1
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .625rem;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

h1,
.h1 {
    font-size: calc(1.34375rem + 1.125vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.1875rem
    }
}

h2,
.h2 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 1.75rem
    }
}

h3,
.h3 {
    font-size: calc(1.278125rem + 0.3375vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.53125rem
    }
}

h4,
.h4 {
    font-size: calc(1.25625rem + 0.075vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.3125rem
    }
}

h5,
.h5 {
    font-size: 1.09375rem
}

h6,
.h6 {
    font-size: 0.9296875rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -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: bolder
}

small,
.small {
    font-size: 0.8em
}

mark,
.mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    text-decoration: none
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.8em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: 0.8em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: 0.8em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    font-weight: 600;
    text-align: inherit;
    text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 600;
    line-height: 1
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 600;
    line-height: 1
}

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 600;
    line-height: 1
}

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 600;
    line-height: 1
}

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 600;
    line-height: 1
}

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 600;
    line-height: 1
}

@media(min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.display-404 {
    font-size: calc(2.125rem + 10.5vw);
    font-weight: 600;
    line-height: 1
}

@media(min-width: 1200px) {
    .display-404 {
        font-size: 10rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 0.8em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 0.875rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.765625rem;
    color: #637381
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 0.8em;
    color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 500px) {

    .container-sm,
    .container {
        max-width: 100%
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 100%
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 100%
    }
}

@media(min-width: 1280px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 500px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1280px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.875rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

.g-6,
.gx-6 {
    --bs-gutter-x: 2.5rem
}

.g-6,
.gy-6 {
    --bs-gutter-y: 2.5rem
}

.g-7,
.gx-7 {
    --bs-gutter-x: 3rem
}

.g-7,
.gy-7 {
    --bs-gutter-y: 3rem
}

.g-8,
.gx-8 {
    --bs-gutter-x: 3.5rem
}

.g-8,
.gy-8 {
    --bs-gutter-y: 3.5rem
}

.g-9,
.gx-9 {
    --bs-gutter-x: 4rem
}

.g-9,
.gy-9 {
    --bs-gutter-y: 4rem
}

.g-10,
.gx-10 {
    --bs-gutter-x: 10rem
}

.g-10,
.gy-10 {
    --bs-gutter-y: 10rem
}

.g-grid-gutter,
.gx-grid-gutter {
    --bs-gutter-x: 1.875rem
}

.g-grid-gutter,
.gy-grid-gutter {
    --bs-gutter-y: 1.875rem
}

@media(min-width: 500px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 3rem
    }

    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 3rem
    }

    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 3.5rem
    }

    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 3.5rem
    }

    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 4rem
    }

    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 4rem
    }

    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 10rem
    }

    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 10rem
    }

    .g-sm-grid-gutter,
    .gx-sm-grid-gutter {
        --bs-gutter-x: 1.875rem
    }

    .g-sm-grid-gutter,
    .gy-sm-grid-gutter {
        --bs-gutter-y: 1.875rem
    }
}

@media(min-width: 768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 3rem
    }

    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 3rem
    }

    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 3.5rem
    }

    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 3.5rem
    }

    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 4rem
    }

    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 4rem
    }

    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 10rem
    }

    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 10rem
    }

    .g-md-grid-gutter,
    .gx-md-grid-gutter {
        --bs-gutter-x: 1.875rem
    }

    .g-md-grid-gutter,
    .gy-md-grid-gutter {
        --bs-gutter-y: 1.875rem
    }
}

@media(min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 3rem
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 3rem
    }

    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 3.5rem
    }

    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 3.5rem
    }

    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 4rem
    }

    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 4rem
    }

    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 10rem
    }

    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 10rem
    }

    .g-lg-grid-gutter,
    .gx-lg-grid-gutter {
        --bs-gutter-x: 1.875rem
    }

    .g-lg-grid-gutter,
    .gy-lg-grid-gutter {
        --bs-gutter-y: 1.875rem
    }
}

@media(min-width: 1280px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 3rem
    }

    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 3rem
    }

    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 3.5rem
    }

    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 3.5rem
    }

    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 4rem
    }

    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 4rem
    }

    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 10rem
    }

    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 10rem
    }

    .g-xl-grid-gutter,
    .gx-xl-grid-gutter {
        --bs-gutter-x: 1.875rem
    }

    .g-xl-grid-gutter,
    .gy-xl-grid-gutter {
        --bs-gutter-y: 1.875rem
    }
}

@media(min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 2.5rem
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 2.5rem
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 3.5rem
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 3.5rem
    }

    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 4rem
    }

    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 4rem
    }

    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 10rem
    }

    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 10rem
    }

    .g-xxl-grid-gutter,
    .gx-xxl-grid-gutter {
        --bs-gutter-x: 1.875rem
    }

    .g-xxl-grid-gutter,
    .gy-xxl-grid-gutter {
        --bs-gutter-y: 1.875rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.0375);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .375rem .375rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #f4ebfd;
    --bs-table-border-color: #c3bcca;
    --bs-table-striped-bg: #ebe2f4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e8dff0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e8dff0;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #fefefe;
    --bs-table-border-color: #cbcbcb;
    --bs-table-striped-bg: #f4f4f4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #f1f1f1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f1f1f1;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #e9f9ef;
    --bs-table-border-color: #bac7bf;
    --bs-table-striped-bg: #e0f0e6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddede3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ddede3;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #e7f6fd;
    --bs-table-border-color: #b9c5ca;
    --bs-table-striped-bg: #deedf4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dbeaf0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #dbeaf0;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fef5e7;
    --bs-table-border-color: #cbc4b9;
    --bs-table-striped-bg: #f4ecde;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #f1e9db;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f1e9db;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #fdecec;
    --bs-table-border-color: #cabdbd;
    --bs-table-striped-bg: #f4e3e3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #f0e0e0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f0e0e0;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #ffffff;
    --bs-table-border-color: #cccccc;
    --bs-table-striped-bg: whitesmoke;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #f2f2f2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #f2f2f2;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #ffffff;
    --bs-table-bg: #212B36;
    --bs-table-border-color: #4d555e;
    --bs-table-striped-bg: #29333e;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #2c3640;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #2c3640;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(max-width: 499.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1279.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media(max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .25rem;
    font-size: 0.8203125rem
}

.col-form-label {
    padding-top: calc(0.625rem + var(--bs-border-width));
    padding-bottom: calc(0.625rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.65
}

.col-form-label-lg {
    padding-top: calc(0.75rem + var(--bs-border-width));
    padding-bottom: calc(0.75rem + var(--bs-border-width));
    font-size: 0.9296875rem
}

.col-form-label-sm {
    padding-top: calc(0.425rem + var(--bs-border-width));
    padding-bottom: calc(0.425rem + var(--bs-border-width));
    font-size: 0.7109375rem
}

.form-text {
    margin-top: .25rem;
    font-size: 0.8em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .625rem 1rem;
    font-size: 0.8203125rem;
    font-weight: 400;
    line-height: 1.65;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #c999f5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(147, 51, 234, .25);
    box-shadow: 0 0 0 .25rem rgba(147, 51, 234, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.65em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-webkit-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::file-selector-button {
    padding: .625rem 1rem;
    margin: -0.625rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .625rem 0;
    margin-bottom: 0;
    line-height: 1.65;
    color: var(--bs-body-color);
    background-color: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0);
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.65em + 0.85rem + calc(var(--bs-border-width) * 2));
    padding: .425rem .75rem;
    font-size: 0.7109375rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
    padding: .425rem .75rem;
    margin: -0.425rem -0.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem
}

.form-control-lg {
    min-height: calc(1.65em + 1.5rem + calc(var(--bs-border-width) * 2));
    padding: .75rem 1.25rem;
    font-size: 0.9296875rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::file-selector-button {
    padding: .75rem 1.25rem;
    margin: -0.75rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem
}

textarea.form-control {
    min-height: calc(1.65em + 1.25rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.65em + 0.85rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.65em + 1.5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.65em + 1.25rem + calc(var(--bs-border-width) * 2));
    padding: .625rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.65em + 0.85rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.65em + 1.5rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23212B36' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .625rem 3rem .625rem 1rem;
    font-size: 0.8203125rem;
    font-weight: 400;
    line-height: 1.65;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #c999f5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(147, 51, 234, .25);
    box-shadow: 0 0 0 0 rgba(147, 51, 234, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .425rem;
    padding-bottom: .425rem;
    padding-left: .75rem;
    font-size: 0.7109375rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
    font-size: 0.9296875rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23DFE3E8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 1.44375rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .325em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #c999f5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(147, 51, 234, .25);
    box-shadow: 0 0 0 .25rem rgba(147, 51, 234, .25)
}

.form-check-input:checked {
    background-color: #9333ea;
    border-color: #9333ea
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #9333ea;
    border-color: #9333ea;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: 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");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23c999f5'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0)
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(147, 51, 234, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(147, 51, 234, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(147, 51, 234, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #9333ea;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-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;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #dfc2f9
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: #9333ea;
    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
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #dfc2f9
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 1rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid rgba(0, 0, 0, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem 1rem
}

.form-floating>.form-control::-webkit-input-placeholder,
.form-floating>.form-control-plaintext::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::-moz-placeholder,
.form-floating>.form-control-plaintext::-moz-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:-ms-input-placeholder,
.form-floating>.form-control-plaintext:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::-ms-input-placeholder,
.form-floating>.form-control-plaintext::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
    color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:not(:-moz-placeholder-shown),
.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder),
.form-floating>.form-control-plaintext:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem .5rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label::after {
    position: absolute;
    inset: 1rem .5rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem .5rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>:disabled~label,
.form-floating>.form-control:disabled~label {
    color: #637381
}

.form-floating>:disabled~label::after,
.form-floating>.form-control:disabled~label::after {
    background-color: var(--bs-secondary-bg)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .625rem 1rem;
    font-size: 0.8203125rem;
    font-weight: 400;
    line-height: 1.65;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: .75rem 1.25rem;
    font-size: 0.9296875rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: .425rem .75rem;
    font-size: 0.7109375rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 4rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.8em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.765625rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.65em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2322C55E' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4125em + 0.3125rem) center;
    background-size: calc(0.825em + 0.625rem) calc(0.825em + 0.625rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.65em + 1.25rem);
    background-position: top calc(0.4125em + 0.3125rem) right calc(0.4125em + 0.3125rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2322C55E' d='M2.3 6.73.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");
    padding-right: 5.5rem;
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.825em + 0.625rem) calc(0.825em + 0.625rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: var(--bs-form-valid-border-color);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.25)
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
    width: calc(3rem + calc(1.65em + 1.25rem))
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color)
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.25);
    box-shadow: 0 0 0 0 rgba(var(--bs-success-rgb), 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.8em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.765625rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.65em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EF4444'%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='%23EF4444' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.4125em + 0.3125rem) center;
    background-size: calc(0.825em + 0.625rem) calc(0.825em + 0.625rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.65em + 1.25rem);
    background-position: top calc(0.4125em + 0.3125rem) right calc(0.4125em + 0.3125rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EF4444'%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='%23EF4444' stroke='none'/%3e%3c/svg%3e");
    padding-right: 5.5rem;
    background-position: right 1rem center, center right 3rem;
    background-size: 16px 12px, calc(0.825em + 0.625rem) calc(0.825em + 0.625rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
    width: calc(3rem + calc(1.65em + 1.25rem))
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.25);
    box-shadow: 0 0 0 0 rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 1.125rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-font-family: Inter, sans-serif;
    --bs-btn-font-size: 0.8203125rem;
    --bs-btn-font-weight: normal;
    --bs-btn-line-height: 1.65;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: unset;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
    -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #9333ea;
    --bs-btn-border-color: #9333ea;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #7d2bc7;
    --bs-btn-hover-border-color: #7629bb;
    --bs-btn-focus-shadow-rgb: 163, 82, 237;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #7629bb;
    --bs-btn-active-border-color: #6e26b0;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #9333ea;
    --bs-btn-disabled-border-color: #9333ea
}

.btn-accent {
    --bs-btn-color: #000;
    --bs-btn-bg: #10B981;
    --bs-btn-border-color: #10B981;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #34c494;
    --bs-btn-hover-border-color: #28c08e;
    --bs-btn-focus-shadow-rgb: 14, 157, 110;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #40c79a;
    --bs-btn-active-border-color: #28c08e;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #10B981;
    --bs-btn-disabled-border-color: #10B981
}

.btn-secondary {
    --bs-btn-color: #000;
    --bs-btn-bg: #F4F6F8;
    --bs-btn-border-color: #F4F6F8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f6f7f9;
    --bs-btn-hover-border-color: #f5f7f9;
    --bs-btn-focus-shadow-rgb: 207, 209, 211;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f6f8f9;
    --bs-btn-active-border-color: #f5f7f9;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F4F6F8;
    --bs-btn-disabled-border-color: #F4F6F8
}

.btn-success {
    --bs-btn-color: #000;
    --bs-btn-bg: #22C55E;
    --bs-btn-border-color: #22C55E;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #43ce76;
    --bs-btn-hover-border-color: #38cb6e;
    --bs-btn-focus-shadow-rgb: 29, 167, 80;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #4ed17e;
    --bs-btn-active-border-color: #38cb6e;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #22C55E;
    --bs-btn-disabled-border-color: #22C55E
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0EA5E9;
    --bs-btn-border-color: #0EA5E9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #32b3ec;
    --bs-btn-hover-border-color: #26aeeb;
    --bs-btn-focus-shadow-rgb: 12, 140, 198;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3eb7ed;
    --bs-btn-active-border-color: #26aeeb;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0EA5E9;
    --bs-btn-disabled-border-color: #0EA5E9
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #F59E0B;
    --bs-btn-border-color: #F59E0B;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f7ad30;
    --bs-btn-hover-border-color: #f6a823;
    --bs-btn-focus-shadow-rgb: 208, 134, 9;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f7b13c;
    --bs-btn-active-border-color: #f6a823;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F59E0B;
    --bs-btn-disabled-border-color: #F59E0B
}

.btn-danger {
    --bs-btn-color: #000;
    --bs-btn-bg: #EF4444;
    --bs-btn-border-color: #EF4444;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f16060;
    --bs-btn-hover-border-color: #f15757;
    --bs-btn-focus-shadow-rgb: 203, 58, 58;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f26969;
    --bs-btn-active-border-color: #f15757;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #EF4444;
    --bs-btn-disabled-border-color: #EF4444
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d9d9d9;
    --bs-btn-hover-border-color: #cccccc;
    --bs-btn-focus-shadow-rgb: 217, 217, 217;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #cccccc;
    --bs-btn-active-border-color: #bfbfbf;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: #ffffff
}

.btn-dark {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #212B36;
    --bs-btn-border-color: #212B36;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #424b54;
    --bs-btn-hover-border-color: #37404a;
    --bs-btn-focus-shadow-rgb: 66, 75, 84;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #4d555e;
    --bs-btn-active-border-color: #37404a;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #212B36;
    --bs-btn-disabled-border-color: #212B36
}

.btn-outline-primary {
    --bs-btn-color: #9333ea;
    --bs-btn-border-color: #9333ea;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #9333ea;
    --bs-btn-hover-border-color: #9333ea;
    --bs-btn-focus-shadow-rgb: 147, 51, 234;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #9333ea;
    --bs-btn-active-border-color: #9333ea;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #9333ea;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9333ea;
    --bs-gradient: none
}

.btn-outline-accent {
    --bs-btn-color: #10B981;
    --bs-btn-border-color: #10B981;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #10B981;
    --bs-btn-hover-border-color: #10B981;
    --bs-btn-focus-shadow-rgb: 16, 185, 129;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #10B981;
    --bs-btn-active-border-color: #10B981;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #10B981;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #10B981;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #F4F6F8;
    --bs-btn-border-color: #F4F6F8;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F4F6F8;
    --bs-btn-hover-border-color: #F4F6F8;
    --bs-btn-focus-shadow-rgb: 244, 246, 248;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #F4F6F8;
    --bs-btn-active-border-color: #F4F6F8;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #F4F6F8;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F4F6F8;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #22C55E;
    --bs-btn-border-color: #22C55E;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #22C55E;
    --bs-btn-hover-border-color: #22C55E;
    --bs-btn-focus-shadow-rgb: 34, 197, 94;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #22C55E;
    --bs-btn-active-border-color: #22C55E;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #22C55E;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #22C55E;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0EA5E9;
    --bs-btn-border-color: #0EA5E9;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0EA5E9;
    --bs-btn-hover-border-color: #0EA5E9;
    --bs-btn-focus-shadow-rgb: 14, 165, 233;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0EA5E9;
    --bs-btn-active-border-color: #0EA5E9;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #0EA5E9;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0EA5E9;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #F59E0B;
    --bs-btn-border-color: #F59E0B;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F59E0B;
    --bs-btn-hover-border-color: #F59E0B;
    --bs-btn-focus-shadow-rgb: 245, 158, 11;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #F59E0B;
    --bs-btn-active-border-color: #F59E0B;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #F59E0B;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #F59E0B;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #EF4444;
    --bs-btn-border-color: #EF4444;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #EF4444;
    --bs-btn-hover-border-color: #EF4444;
    --bs-btn-focus-shadow-rgb: 239, 68, 68;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #EF4444;
    --bs-btn-active-border-color: #EF4444;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #EF4444;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #EF4444;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212B36;
    --bs-btn-border-color: #212B36;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #212B36;
    --bs-btn-hover-border-color: #212B36;
    --bs-btn-focus-shadow-rgb: 33, 43, 54;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #212B36;
    --bs-btn-active-border-color: #212B36;
    --bs-btn-active-shadow: unset;
    --bs-btn-disabled-color: #212B36;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212B36;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #637381;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 163, 82, 237;
    text-decoration: none
}

.btn-link:hover,
.btn-link:focus-visible {
    text-decoration: none
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-lg,
.btn-group-lg>.btn {
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-font-size: 0.9296875rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm,
.btn-group-sm>.btn {
    --bs-btn-padding-y: 0.425rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 0.7109375rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid;
    border-right: .275rem solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .275rem solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 16rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 0.875rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #9333ea;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #637381;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media(min-width: 500px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1280px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media(min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: 0;
    border-right: .275rem solid rgba(0, 0, 0, 0);
    border-bottom: .275rem solid;
    border-left: .275rem solid rgba(0, 0, 0, 0)
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: .275rem solid rgba(0, 0, 0, 0);
    border-left: .275rem solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid rgba(0, 0, 0, 0);
    border-right: .275rem solid;
    border-bottom: .275rem solid rgba(0, 0, 0, 0)
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: 0.765625rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #DFE3E8;
    --bs-dropdown-bg: #212B36;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #DFE3E8;
    --bs-dropdown-link-hover-color: #ffffff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #ffffff;
    --bs-dropdown-link-active-bg: #9333ea;
    --bs-dropdown-link-disabled-color: #919EAB;
    --bs-dropdown-header-color: #919EAB
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>:not(.btn-check:first-child)+.btn,
.btn-group>.btn-group:not(:first-child) {
    margin-left: calc(var(--bs-border-width) * -1)
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .84375rem;
    padding-left: .84375rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1)
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    background: none;
    border: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:hover,
.nav-link:focus {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(147, 51, 234, .25);
    box-shadow: 0 0 0 .25rem rgba(147, 51, 234, .25)
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1*var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #ffffff;
    --bs-nav-pills-link-active-bg: #9333ea
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid rgba(0, 0, 0, 0)
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.409765625rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 0.984375rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 0.984375rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2869, 79, 91, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: rgba(0, 0, 0, 0);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    -webkit-transition: var(--bs-navbar-toggler-transition);
    transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion: reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media(min-width: 500px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1280px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media(min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: rgba(0, 0, 0, 0) !important;
        border: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #ffffff;
    --bs-navbar-brand-color: #ffffff;
    --bs-navbar-brand-hover-color: #ffffff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: 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")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: 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")
}

.card {
    --bs-card-spacer-y: 1.25rem;
    --bs-card-spacer-x: 1.25rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.4375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.4375rem - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 1.25rem;
    --bs-card-cap-padding-x: 1.25rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.9375rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-0.5*var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5*var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media(min-width: 500px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: #454F5B;
    --bs-accordion-bg: #ffffff;
    --bs-accordion-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: #DFE3E8;
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - 0);
    --bs-accordion-btn-padding-x: 1.125rem;
    --bs-accordion-btn-padding-y: 0.79rem;
    --bs-accordion-btn-color: #212B36;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23435971' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' fill='%23212B36' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
    --bs-accordion-btn-icon-width: 0.75rem;
    --bs-accordion-btn-icon-transform: rotate(90deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23435971' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' fill='%23212B36' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
    --bs-accordion-btn-focus-border-color: #c999f5;
    --bs-accordion-btn-focus-box-shadow: unset;
    --bs-accordion-body-padding-x: 1.125rem;
    --bs-accordion-body-padding-y: 0.79rem;
    --bs-accordion-active-color: #212B36;
    --bs-accordion-active-bg: #ffffff
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 0.875rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: var(--bs-accordion-transition);
    transition: var(--bs-accordion-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    -webkit-box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    -webkit-transform: var(--bs-accordion-btn-icon-transform);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion: reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23be85f2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23be85f2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 0;
    --bs-breadcrumb-font-size: 0.765625rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: #637381;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "\e90a")
        /* rtl: var(--bs-breadcrumb-divider, "\e90a") */
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.3125rem;
    --bs-pagination-font-size: 0.8203125rem;
    --bs-pagination-color: #454F5B;
    --bs-pagination-bg: transparent;
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: transparent;
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #454F5B;
    --bs-pagination-hover-bg: #F4F6F8;
    --bs-pagination-hover-border-color: #F4F6F8;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(147, 51, 234, 0.25);
    --bs-pagination-active-color: #ffffff;
    --bs-pagination-active-bg: #9333ea;
    --bs-pagination-active-border-color: transparent;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1rem;
    --bs-pagination-padding-y: 0.425rem;
    --bs-pagination-font-size: 0.984375rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.175rem;
    --bs-pagination-font-size: 0.765625rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 0.625em;
    --bs-badge-padding-y: 0.12em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: normal;
    --bs-badge-color: #ffffff;
    --bs-badge-border-radius: 0.175rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1.125rem;
    --bs-alert-padding-y: 0.75rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.4375rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: normal;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3.375rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .9375rem 1.125rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-accent {
    --bs-alert-color: var(--bs-accent-text-emphasis);
    --bs-alert-bg: var(--bs-accent-bg-subtle);
    --bs-alert-border-color: var(--bs-accent-border-subtle);
    --bs-alert-link-color: var(--bs-accent-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.65625rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #ffffff;
    --bs-progress-bar-bg: #9333ea;
    --bs-progress-bar-transition: width 0.6s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    -webkit-transition: var(--bs-progress-bar-transition);
    transition: var(--bs-progress-bar-transition)
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #ffffff;
    --bs-list-group-active-bg: #9333ea;
    --bs-list-group-active-border-color: #9333ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1*var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media(min-width: 500px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 1280px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media(min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1*var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-accent {
    --bs-list-group-color: var(--bs-accent-text-emphasis);
    --bs-list-group-bg: var(--bs-accent-bg-subtle);
    --bs-list-group-border-color: var(--bs-accent-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-accent-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-accent-border-subtle);
    --bs-list-group-active-color: var(--bs-accent-bg-subtle);
    --bs-list-group-active-bg: var(--bs-accent-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-accent-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(147, 51, 234, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: rgba(0, 0, 0, 0) var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .3125rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: var(--bs-btn-close-focus-shadow);
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    -webkit-filter: var(--bs-btn-close-white-filter);
    filter: var(--bs-btn-close-white-filter)
}

[data-bs-theme=dark] .btn-close {
    -webkit-filter: var(--bs-btn-close-white-filter);
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.875rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    -webkit-box-shadow: var(--bs-toast-box-shadow);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-0.5*var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.65;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media(prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
    margin: calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width: 500px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media(min-width: 992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media(min-width: 1280px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media(max-width: 499.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1279.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media(max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.765625rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
    left: calc(-1*var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
    top: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
    right: calc(-1*var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.765625rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 0.875rem;
    --bs-popover-header-color: #212B36;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.65;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
    bottom: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
    left: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
    top: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-0.5*var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
    right: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media(prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-grow,
.spinner-border {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
            /* rtl:ignore */
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: rgba(0, 0, 0, 0)
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media(prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 50rem;
    --bs-offcanvas-height: 85vh;
    --bs-offcanvas-padding-x: 1.5rem;
    --bs-offcanvas-padding-y: 1.25rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: #ffffff;
    --bs-offcanvas-border-width: 0;
    --bs-offcanvas-border-color: transparent;
    --bs-offcanvas-box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.25);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: initial
}

@media(max-width: 499.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 499.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 499.98px) {
    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 499.98px) {

    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 499.98px) {

    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible
    }
}

@media(min-width: 500px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 767.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 767.98px) {
    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 767.98px) {

    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 767.98px) {

    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible
    }
}

@media(min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 991.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 991.98px) {
    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 991.98px) {

    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 991.98px) {

    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible
    }
}

@media(min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 1279.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 1279.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 1279.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 1279.98px) {
    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 1279.98px) {
    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 1279.98px) {
    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 1279.98px) {

    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 1279.98px) {

    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible
    }
}

@media(min-width: 1280px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        -webkit-transition: var(--bs-offcanvas-transition);
        transition: var(--bs-offcanvas-transition)
    }
}

@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        -webkit-transition: none;
        transition: none
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media(max-width: 1399.98px) {

    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        -webkit-transform: none;
        transform: none
    }
}

@media(max-width: 1399.98px) {

    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible
    }
}

@media(min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: rgba(0, 0, 0, 0) !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: rgba(0, 0, 0, 0) !important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: var(--bs-offcanvas-transition);
    transition: var(--bs-offcanvas-transition)
}

@media(prefers-reduced-motion: reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
    -webkit-transform: none;
    transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
    margin-top: calc(-0.5*var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5*var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.5*var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-accent {
    color: #000 !important;
    background-color: RGBA(var(--bs-accent-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #000 !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #000 !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #000 !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:hover,
.link-primary:focus {
    color: RGBA(147, 51, 234, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(147, 51, 234, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(147, 51, 234, var(--bs-link-underline-opacity, 1)) !important
}

.link-accent {
    color: RGBA(var(--bs-accent-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-accent-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-accent-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-accent:hover,
.link-accent:focus {
    color: RGBA(16, 185, 129, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(16, 185, 129, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(16, 185, 129, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:hover,
.link-secondary:focus {
    color: RGBA(244, 246, 248, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(244, 246, 248, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(244, 246, 248, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:hover,
.link-success:focus {
    color: RGBA(34, 197, 94, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(34, 197, 94, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(34, 197, 94, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:hover,
.link-info:focus {
    color: RGBA(14, 165, 233, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(14, 165, 233, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(14, 165, 233, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:hover,
.link-warning:focus {
    color: RGBA(245, 158, 11, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(245, 158, 11, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(245, 158, 11, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:hover,
.link-danger:focus {
    color: RGBA(239, 68, 68, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(239, 68, 68, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(239, 68, 68, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:hover,
.link-light:focus {
    color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:hover,
.link-dark:focus {
    color: RGBA(33, 43, 54, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(33, 43, 54, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(33, 43, 54, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important
}

.focus-ring:focus {
    outline: 0;
    -webkit-box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: .375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: .25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-link>.bi {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    -webkit-transition: .2s ease-in-out transform;
    transition: .2s ease-in-out transform
}

@media(prefers-reduced-motion: reduce) {
    .icon-link>.bi {
        -webkit-transition: none;
        transition: none
    }
}

.icon-link-hover:hover>.bi,
.icon-link-hover:focus-visible>.bi {
    -webkit-transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media(min-width: 500px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1280px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media(min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 1
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    -webkit-box-shadow: var(--bs-box-shadow) !important;
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
    box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-accent {
    --bs-focus-ring-color: rgba(var(--bs-accent-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-accent {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-accent-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-6 {
    margin: 2.5rem !important
}

.m-7 {
    margin: 3rem !important
}

.m-8 {
    margin: 3.5rem !important
}

.m-9 {
    margin: 4rem !important
}

.m-10 {
    margin: 10rem !important
}

.m-grid-gutter {
    margin: 1.875rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important
}

.mx-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important
}

.mx-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important
}

.mx-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important
}

.mx-grid-gutter {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
}

.my-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important
}

.my-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

.my-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
}

.my-grid-gutter {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-6 {
    margin-top: 2.5rem !important
}

.mt-7 {
    margin-top: 3rem !important
}

.mt-8 {
    margin-top: 3.5rem !important
}

.mt-9 {
    margin-top: 4rem !important
}

.mt-10 {
    margin-top: 10rem !important
}

.mt-grid-gutter {
    margin-top: 1.875rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-6 {
    margin-right: 2.5rem !important
}

.me-7 {
    margin-right: 3rem !important
}

.me-8 {
    margin-right: 3.5rem !important
}

.me-9 {
    margin-right: 4rem !important
}

.me-10 {
    margin-right: 10rem !important
}

.me-grid-gutter {
    margin-right: 1.875rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-6 {
    margin-bottom: 2.5rem !important
}

.mb-7 {
    margin-bottom: 3rem !important
}

.mb-8 {
    margin-bottom: 3.5rem !important
}

.mb-9 {
    margin-bottom: 4rem !important
}

.mb-10 {
    margin-bottom: 10rem !important
}

.mb-grid-gutter {
    margin-bottom: 1.875rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-6 {
    margin-left: 2.5rem !important
}

.ms-7 {
    margin-left: 3rem !important
}

.ms-8 {
    margin-left: 3.5rem !important
}

.ms-9 {
    margin-left: 4rem !important
}

.ms-10 {
    margin-left: 10rem !important
}

.ms-grid-gutter {
    margin-left: 1.875rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.m-n6 {
    margin: -2.5rem !important
}

.m-n7 {
    margin: -3rem !important
}

.m-n8 {
    margin: -3.5rem !important
}

.m-n9 {
    margin: -4rem !important
}

.m-n10 {
    margin: -10rem !important
}

.m-ngrid-gutter {
    margin: -1.875rem !important
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.mx-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important
}

.mx-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.mx-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important
}

.mx-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important
}

.mx-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important
}

.mx-ngrid-gutter {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.my-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
}

.my-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.my-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important
}

.my-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
}

.my-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important
}

.my-ngrid-gutter {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important
}

.mt-n1 {
    margin-top: -0.25rem !important
}

.mt-n2 {
    margin-top: -0.5rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.mt-n6 {
    margin-top: -2.5rem !important
}

.mt-n7 {
    margin-top: -3rem !important
}

.mt-n8 {
    margin-top: -3.5rem !important
}

.mt-n9 {
    margin-top: -4rem !important
}

.mt-n10 {
    margin-top: -10rem !important
}

.mt-ngrid-gutter {
    margin-top: -1.875rem !important
}

.me-n1 {
    margin-right: -0.25rem !important
}

.me-n2 {
    margin-right: -0.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -3rem !important
}

.me-n6 {
    margin-right: -2.5rem !important
}

.me-n7 {
    margin-right: -3rem !important
}

.me-n8 {
    margin-right: -3.5rem !important
}

.me-n9 {
    margin-right: -4rem !important
}

.me-n10 {
    margin-right: -10rem !important
}

.me-ngrid-gutter {
    margin-right: -1.875rem !important
}

.mb-n1 {
    margin-bottom: -0.25rem !important
}

.mb-n2 {
    margin-bottom: -0.5rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.mb-n6 {
    margin-bottom: -2.5rem !important
}

.mb-n7 {
    margin-bottom: -3rem !important
}

.mb-n8 {
    margin-bottom: -3.5rem !important
}

.mb-n9 {
    margin-bottom: -4rem !important
}

.mb-n10 {
    margin-bottom: -10rem !important
}

.mb-ngrid-gutter {
    margin-bottom: -1.875rem !important
}

.ms-n1 {
    margin-left: -0.25rem !important
}

.ms-n2 {
    margin-left: -0.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -3rem !important
}

.ms-n6 {
    margin-left: -2.5rem !important
}

.ms-n7 {
    margin-left: -3rem !important
}

.ms-n8 {
    margin-left: -3.5rem !important
}

.ms-n9 {
    margin-left: -4rem !important
}

.ms-n10 {
    margin-left: -10rem !important
}

.ms-ngrid-gutter {
    margin-left: -1.875rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.p-6 {
    padding: 2.5rem !important
}

.p-7 {
    padding: 3rem !important
}

.p-8 {
    padding: 3.5rem !important
}

.p-9 {
    padding: 4rem !important
}

.p-10 {
    padding: 10rem !important
}

.p-grid-gutter {
    padding: 1.875rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important
}

.px-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important
}

.px-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important
}

.px-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important
}

.px-grid-gutter {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.py-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important
}

.py-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
}

.py-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
}

.py-grid-gutter {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pt-6 {
    padding-top: 2.5rem !important
}

.pt-7 {
    padding-top: 3rem !important
}

.pt-8 {
    padding-top: 3.5rem !important
}

.pt-9 {
    padding-top: 4rem !important
}

.pt-10 {
    padding-top: 10rem !important
}

.pt-grid-gutter {
    padding-top: 1.875rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pe-6 {
    padding-right: 2.5rem !important
}

.pe-7 {
    padding-right: 3rem !important
}

.pe-8 {
    padding-right: 3.5rem !important
}

.pe-9 {
    padding-right: 4rem !important
}

.pe-10 {
    padding-right: 10rem !important
}

.pe-grid-gutter {
    padding-right: 1.875rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pb-6 {
    padding-bottom: 2.5rem !important
}

.pb-7 {
    padding-bottom: 3rem !important
}

.pb-8 {
    padding-bottom: 3.5rem !important
}

.pb-9 {
    padding-bottom: 4rem !important
}

.pb-10 {
    padding-bottom: 10rem !important
}

.pb-grid-gutter {
    padding-bottom: 1.875rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.ps-6 {
    padding-left: 2.5rem !important
}

.ps-7 {
    padding-left: 3rem !important
}

.ps-8 {
    padding-left: 3.5rem !important
}

.ps-9 {
    padding-left: 4rem !important
}

.ps-10 {
    padding-left: 10rem !important
}

.ps-grid-gutter {
    padding-left: 1.875rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.gap-6 {
    gap: 2.5rem !important
}

.gap-7 {
    gap: 3rem !important
}

.gap-8 {
    gap: 3.5rem !important
}

.gap-9 {
    gap: 4rem !important
}

.gap-10 {
    gap: 10rem !important
}

.gap-grid-gutter {
    gap: 1.875rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.row-gap-6 {
    row-gap: 2.5rem !important
}

.row-gap-7 {
    row-gap: 3rem !important
}

.row-gap-8 {
    row-gap: 3.5rem !important
}

.row-gap-9 {
    row-gap: 4rem !important
}

.row-gap-10 {
    row-gap: 10rem !important
}

.row-gap-grid-gutter {
    row-gap: 1.875rem !important
}

.column-gap-0 {
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -webkit-column-gap: .25rem !important;
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -webkit-column-gap: .5rem !important;
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.column-gap-6 {
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important
}

.column-gap-7 {
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.column-gap-8 {
    -webkit-column-gap: 3.5rem !important;
    -moz-column-gap: 3.5rem !important;
    column-gap: 3.5rem !important
}

.column-gap-9 {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important
}

.column-gap-10 {
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important
}

.column-gap-grid-gutter {
    -webkit-column-gap: 1.875rem !important;
    -moz-column-gap: 1.875rem !important;
    column-gap: 1.875rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.34375rem + 1.125vw) !important
}

.fs-2 {
    font-size: calc(1.3rem + 0.6vw) !important
}

.fs-3 {
    font-size: calc(1.278125rem + 0.3375vw) !important
}

.fs-4 {
    font-size: calc(1.25625rem + 0.075vw) !important
}

.fs-5 {
    font-size: 1.09375rem !important
}

.fs-6 {
    font-size: 0.9296875rem !important
}

.fs-xl {
    font-size: calc(1.2671875rem + 0.20625vw) !important
}

.fs-lg {
    font-size: 0.984375rem !important
}

.fs-base {
    font-size: 0.875rem !important
}

.fs-md {
    font-size: 0.8203125rem !important
}

.fs-sm {
    font-size: 0.765625rem !important
}

.fs-ms {
    font-size: 0.7109375rem !important
}

.fs-xs {
    font-size: 0.65625rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.5 !important
}

.lh-base {
    line-height: 1.65 !important
}

.lh-lg {
    line-height: 1.5 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-accent {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-accent-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1 {
    text-underline-offset: .125em !important
}

.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2 {
    text-underline-offset: .25em !important
}

.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3 {
    text-underline-offset: .375em !important
}

.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-accent {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-accent-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-accent-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-accent {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-accent-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, 0) !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media(min-width: 500px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-6 {
        margin: 2.5rem !important
    }

    .m-sm-7 {
        margin: 3rem !important
    }

    .m-sm-8 {
        margin: 3.5rem !important
    }

    .m-sm-9 {
        margin: 4rem !important
    }

    .m-sm-10 {
        margin: 10rem !important
    }

    .m-sm-grid-gutter {
        margin: 1.875rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important
    }

    .mx-sm-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-sm-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-sm-10 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }

    .mx-sm-grid-gutter {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .my-sm-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .my-sm-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-sm-10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .my-sm-grid-gutter {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-6 {
        margin-top: 2.5rem !important
    }

    .mt-sm-7 {
        margin-top: 3rem !important
    }

    .mt-sm-8 {
        margin-top: 3.5rem !important
    }

    .mt-sm-9 {
        margin-top: 4rem !important
    }

    .mt-sm-10 {
        margin-top: 10rem !important
    }

    .mt-sm-grid-gutter {
        margin-top: 1.875rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-6 {
        margin-right: 2.5rem !important
    }

    .me-sm-7 {
        margin-right: 3rem !important
    }

    .me-sm-8 {
        margin-right: 3.5rem !important
    }

    .me-sm-9 {
        margin-right: 4rem !important
    }

    .me-sm-10 {
        margin-right: 10rem !important
    }

    .me-sm-grid-gutter {
        margin-right: 1.875rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-sm-7 {
        margin-bottom: 3rem !important
    }

    .mb-sm-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-sm-9 {
        margin-bottom: 4rem !important
    }

    .mb-sm-10 {
        margin-bottom: 10rem !important
    }

    .mb-sm-grid-gutter {
        margin-bottom: 1.875rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-6 {
        margin-left: 2.5rem !important
    }

    .ms-sm-7 {
        margin-left: 3rem !important
    }

    .ms-sm-8 {
        margin-left: 3.5rem !important
    }

    .ms-sm-9 {
        margin-left: 4rem !important
    }

    .ms-sm-10 {
        margin-left: 10rem !important
    }

    .ms-sm-grid-gutter {
        margin-left: 1.875rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .m-sm-n6 {
        margin: -2.5rem !important
    }

    .m-sm-n7 {
        margin: -3rem !important
    }

    .m-sm-n8 {
        margin: -3.5rem !important
    }

    .m-sm-n9 {
        margin: -4rem !important
    }

    .m-sm-n10 {
        margin: -10rem !important
    }

    .m-sm-ngrid-gutter {
        margin: -1.875rem !important
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-sm-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important
    }

    .mx-sm-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-sm-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-sm-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-sm-n10 {
        margin-right: -10rem !important;
        margin-left: -10rem !important
    }

    .mx-sm-ngrid-gutter {
        margin-right: -1.875rem !important;
        margin-left: -1.875rem !important
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-sm-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .my-sm-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-sm-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .my-sm-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .my-sm-n10 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important
    }

    .my-sm-ngrid-gutter {
        margin-top: -1.875rem !important;
        margin-bottom: -1.875rem !important
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -3rem !important
    }

    .mt-sm-n6 {
        margin-top: -2.5rem !important
    }

    .mt-sm-n7 {
        margin-top: -3rem !important
    }

    .mt-sm-n8 {
        margin-top: -3.5rem !important
    }

    .mt-sm-n9 {
        margin-top: -4rem !important
    }

    .mt-sm-n10 {
        margin-top: -10rem !important
    }

    .mt-sm-ngrid-gutter {
        margin-top: -1.875rem !important
    }

    .me-sm-n1 {
        margin-right: -0.25rem !important
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -3rem !important
    }

    .me-sm-n6 {
        margin-right: -2.5rem !important
    }

    .me-sm-n7 {
        margin-right: -3rem !important
    }

    .me-sm-n8 {
        margin-right: -3.5rem !important
    }

    .me-sm-n9 {
        margin-right: -4rem !important
    }

    .me-sm-n10 {
        margin-right: -10rem !important
    }

    .me-sm-ngrid-gutter {
        margin-right: -1.875rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-sm-n7 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n8 {
        margin-bottom: -3.5rem !important
    }

    .mb-sm-n9 {
        margin-bottom: -4rem !important
    }

    .mb-sm-n10 {
        margin-bottom: -10rem !important
    }

    .mb-sm-ngrid-gutter {
        margin-bottom: -1.875rem !important
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -3rem !important
    }

    .ms-sm-n6 {
        margin-left: -2.5rem !important
    }

    .ms-sm-n7 {
        margin-left: -3rem !important
    }

    .ms-sm-n8 {
        margin-left: -3.5rem !important
    }

    .ms-sm-n9 {
        margin-left: -4rem !important
    }

    .ms-sm-n10 {
        margin-left: -10rem !important
    }

    .ms-sm-ngrid-gutter {
        margin-left: -1.875rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .p-sm-6 {
        padding: 2.5rem !important
    }

    .p-sm-7 {
        padding: 3rem !important
    }

    .p-sm-8 {
        padding: 3.5rem !important
    }

    .p-sm-9 {
        padding: 4rem !important
    }

    .p-sm-10 {
        padding: 10rem !important
    }

    .p-sm-grid-gutter {
        padding: 1.875rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-sm-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .px-sm-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-sm-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .px-sm-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .px-sm-10 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }

    .px-sm-grid-gutter {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-sm-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-sm-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-sm-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-sm-grid-gutter {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pt-sm-6 {
        padding-top: 2.5rem !important
    }

    .pt-sm-7 {
        padding-top: 3rem !important
    }

    .pt-sm-8 {
        padding-top: 3.5rem !important
    }

    .pt-sm-9 {
        padding-top: 4rem !important
    }

    .pt-sm-10 {
        padding-top: 10rem !important
    }

    .pt-sm-grid-gutter {
        padding-top: 1.875rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pe-sm-6 {
        padding-right: 2.5rem !important
    }

    .pe-sm-7 {
        padding-right: 3rem !important
    }

    .pe-sm-8 {
        padding-right: 3.5rem !important
    }

    .pe-sm-9 {
        padding-right: 4rem !important
    }

    .pe-sm-10 {
        padding-right: 10rem !important
    }

    .pe-sm-grid-gutter {
        padding-right: 1.875rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pb-sm-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-sm-7 {
        padding-bottom: 3rem !important
    }

    .pb-sm-8 {
        padding-bottom: 3.5rem !important
    }

    .pb-sm-9 {
        padding-bottom: 4rem !important
    }

    .pb-sm-10 {
        padding-bottom: 10rem !important
    }

    .pb-sm-grid-gutter {
        padding-bottom: 1.875rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .ps-sm-6 {
        padding-left: 2.5rem !important
    }

    .ps-sm-7 {
        padding-left: 3rem !important
    }

    .ps-sm-8 {
        padding-left: 3.5rem !important
    }

    .ps-sm-9 {
        padding-left: 4rem !important
    }

    .ps-sm-10 {
        padding-left: 10rem !important
    }

    .ps-sm-grid-gutter {
        padding-left: 1.875rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .gap-sm-6 {
        gap: 2.5rem !important
    }

    .gap-sm-7 {
        gap: 3rem !important
    }

    .gap-sm-8 {
        gap: 3.5rem !important
    }

    .gap-sm-9 {
        gap: 4rem !important
    }

    .gap-sm-10 {
        gap: 10rem !important
    }

    .gap-sm-grid-gutter {
        gap: 1.875rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .row-gap-sm-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-sm-7 {
        row-gap: 3rem !important
    }

    .row-gap-sm-8 {
        row-gap: 3.5rem !important
    }

    .row-gap-sm-9 {
        row-gap: 4rem !important
    }

    .row-gap-sm-10 {
        row-gap: 10rem !important
    }

    .row-gap-sm-grid-gutter {
        row-gap: 1.875rem !important
    }

    .column-gap-sm-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-sm-6 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-sm-7 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-sm-8 {
        -webkit-column-gap: 3.5rem !important;
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .column-gap-sm-9 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-sm-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-sm-grid-gutter {
        -webkit-column-gap: 1.875rem !important;
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-6 {
        margin: 2.5rem !important
    }

    .m-md-7 {
        margin: 3rem !important
    }

    .m-md-8 {
        margin: 3.5rem !important
    }

    .m-md-9 {
        margin: 4rem !important
    }

    .m-md-10 {
        margin: 10rem !important
    }

    .m-md-grid-gutter {
        margin: 1.875rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important
    }

    .mx-md-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-md-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-md-10 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }

    .mx-md-grid-gutter {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .my-md-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .my-md-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-md-10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .my-md-grid-gutter {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-6 {
        margin-top: 2.5rem !important
    }

    .mt-md-7 {
        margin-top: 3rem !important
    }

    .mt-md-8 {
        margin-top: 3.5rem !important
    }

    .mt-md-9 {
        margin-top: 4rem !important
    }

    .mt-md-10 {
        margin-top: 10rem !important
    }

    .mt-md-grid-gutter {
        margin-top: 1.875rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-6 {
        margin-right: 2.5rem !important
    }

    .me-md-7 {
        margin-right: 3rem !important
    }

    .me-md-8 {
        margin-right: 3.5rem !important
    }

    .me-md-9 {
        margin-right: 4rem !important
    }

    .me-md-10 {
        margin-right: 10rem !important
    }

    .me-md-grid-gutter {
        margin-right: 1.875rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-md-7 {
        margin-bottom: 3rem !important
    }

    .mb-md-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-md-9 {
        margin-bottom: 4rem !important
    }

    .mb-md-10 {
        margin-bottom: 10rem !important
    }

    .mb-md-grid-gutter {
        margin-bottom: 1.875rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-6 {
        margin-left: 2.5rem !important
    }

    .ms-md-7 {
        margin-left: 3rem !important
    }

    .ms-md-8 {
        margin-left: 3.5rem !important
    }

    .ms-md-9 {
        margin-left: 4rem !important
    }

    .ms-md-10 {
        margin-left: 10rem !important
    }

    .ms-md-grid-gutter {
        margin-left: 1.875rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .m-md-n6 {
        margin: -2.5rem !important
    }

    .m-md-n7 {
        margin: -3rem !important
    }

    .m-md-n8 {
        margin: -3.5rem !important
    }

    .m-md-n9 {
        margin: -4rem !important
    }

    .m-md-n10 {
        margin: -10rem !important
    }

    .m-md-ngrid-gutter {
        margin: -1.875rem !important
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-md-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important
    }

    .mx-md-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-md-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-md-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-md-n10 {
        margin-right: -10rem !important;
        margin-left: -10rem !important
    }

    .mx-md-ngrid-gutter {
        margin-right: -1.875rem !important;
        margin-left: -1.875rem !important
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-md-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .my-md-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-md-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .my-md-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .my-md-n10 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important
    }

    .my-md-ngrid-gutter {
        margin-top: -1.875rem !important;
        margin-bottom: -1.875rem !important
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .mt-md-n6 {
        margin-top: -2.5rem !important
    }

    .mt-md-n7 {
        margin-top: -3rem !important
    }

    .mt-md-n8 {
        margin-top: -3.5rem !important
    }

    .mt-md-n9 {
        margin-top: -4rem !important
    }

    .mt-md-n10 {
        margin-top: -10rem !important
    }

    .mt-md-ngrid-gutter {
        margin-top: -1.875rem !important
    }

    .me-md-n1 {
        margin-right: -0.25rem !important
    }

    .me-md-n2 {
        margin-right: -0.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .me-md-n6 {
        margin-right: -2.5rem !important
    }

    .me-md-n7 {
        margin-right: -3rem !important
    }

    .me-md-n8 {
        margin-right: -3.5rem !important
    }

    .me-md-n9 {
        margin-right: -4rem !important
    }

    .me-md-n10 {
        margin-right: -10rem !important
    }

    .me-md-ngrid-gutter {
        margin-right: -1.875rem !important
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .mb-md-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-md-n7 {
        margin-bottom: -3rem !important
    }

    .mb-md-n8 {
        margin-bottom: -3.5rem !important
    }

    .mb-md-n9 {
        margin-bottom: -4rem !important
    }

    .mb-md-n10 {
        margin-bottom: -10rem !important
    }

    .mb-md-ngrid-gutter {
        margin-bottom: -1.875rem !important
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

    .ms-md-n6 {
        margin-left: -2.5rem !important
    }

    .ms-md-n7 {
        margin-left: -3rem !important
    }

    .ms-md-n8 {
        margin-left: -3.5rem !important
    }

    .ms-md-n9 {
        margin-left: -4rem !important
    }

    .ms-md-n10 {
        margin-left: -10rem !important
    }

    .ms-md-ngrid-gutter {
        margin-left: -1.875rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .p-md-6 {
        padding: 2.5rem !important
    }

    .p-md-7 {
        padding: 3rem !important
    }

    .p-md-8 {
        padding: 3.5rem !important
    }

    .p-md-9 {
        padding: 4rem !important
    }

    .p-md-10 {
        padding: 10rem !important
    }

    .p-md-grid-gutter {
        padding: 1.875rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .px-md-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .px-md-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .px-md-10 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }

    .px-md-grid-gutter {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-md-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-md-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-md-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-md-grid-gutter {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pt-md-6 {
        padding-top: 2.5rem !important
    }

    .pt-md-7 {
        padding-top: 3rem !important
    }

    .pt-md-8 {
        padding-top: 3.5rem !important
    }

    .pt-md-9 {
        padding-top: 4rem !important
    }

    .pt-md-10 {
        padding-top: 10rem !important
    }

    .pt-md-grid-gutter {
        padding-top: 1.875rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pe-md-6 {
        padding-right: 2.5rem !important
    }

    .pe-md-7 {
        padding-right: 3rem !important
    }

    .pe-md-8 {
        padding-right: 3.5rem !important
    }

    .pe-md-9 {
        padding-right: 4rem !important
    }

    .pe-md-10 {
        padding-right: 10rem !important
    }

    .pe-md-grid-gutter {
        padding-right: 1.875rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pb-md-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-md-7 {
        padding-bottom: 3rem !important
    }

    .pb-md-8 {
        padding-bottom: 3.5rem !important
    }

    .pb-md-9 {
        padding-bottom: 4rem !important
    }

    .pb-md-10 {
        padding-bottom: 10rem !important
    }

    .pb-md-grid-gutter {
        padding-bottom: 1.875rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .ps-md-6 {
        padding-left: 2.5rem !important
    }

    .ps-md-7 {
        padding-left: 3rem !important
    }

    .ps-md-8 {
        padding-left: 3.5rem !important
    }

    .ps-md-9 {
        padding-left: 4rem !important
    }

    .ps-md-10 {
        padding-left: 10rem !important
    }

    .ps-md-grid-gutter {
        padding-left: 1.875rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .gap-md-6 {
        gap: 2.5rem !important
    }

    .gap-md-7 {
        gap: 3rem !important
    }

    .gap-md-8 {
        gap: 3.5rem !important
    }

    .gap-md-9 {
        gap: 4rem !important
    }

    .gap-md-10 {
        gap: 10rem !important
    }

    .gap-md-grid-gutter {
        gap: 1.875rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .row-gap-md-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-md-7 {
        row-gap: 3rem !important
    }

    .row-gap-md-8 {
        row-gap: 3.5rem !important
    }

    .row-gap-md-9 {
        row-gap: 4rem !important
    }

    .row-gap-md-10 {
        row-gap: 10rem !important
    }

    .row-gap-md-grid-gutter {
        row-gap: 1.875rem !important
    }

    .column-gap-md-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-md-6 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-md-7 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-md-8 {
        -webkit-column-gap: 3.5rem !important;
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .column-gap-md-9 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-md-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-md-grid-gutter {
        -webkit-column-gap: 1.875rem !important;
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-6 {
        margin: 2.5rem !important
    }

    .m-lg-7 {
        margin: 3rem !important
    }

    .m-lg-8 {
        margin: 3.5rem !important
    }

    .m-lg-9 {
        margin: 4rem !important
    }

    .m-lg-10 {
        margin: 10rem !important
    }

    .m-lg-grid-gutter {
        margin: 1.875rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important
    }

    .mx-lg-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-lg-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-lg-10 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }

    .mx-lg-grid-gutter {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .my-lg-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .my-lg-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-lg-10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .my-lg-grid-gutter {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-6 {
        margin-top: 2.5rem !important
    }

    .mt-lg-7 {
        margin-top: 3rem !important
    }

    .mt-lg-8 {
        margin-top: 3.5rem !important
    }

    .mt-lg-9 {
        margin-top: 4rem !important
    }

    .mt-lg-10 {
        margin-top: 10rem !important
    }

    .mt-lg-grid-gutter {
        margin-top: 1.875rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-6 {
        margin-right: 2.5rem !important
    }

    .me-lg-7 {
        margin-right: 3rem !important
    }

    .me-lg-8 {
        margin-right: 3.5rem !important
    }

    .me-lg-9 {
        margin-right: 4rem !important
    }

    .me-lg-10 {
        margin-right: 10rem !important
    }

    .me-lg-grid-gutter {
        margin-right: 1.875rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-lg-7 {
        margin-bottom: 3rem !important
    }

    .mb-lg-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-lg-9 {
        margin-bottom: 4rem !important
    }

    .mb-lg-10 {
        margin-bottom: 10rem !important
    }

    .mb-lg-grid-gutter {
        margin-bottom: 1.875rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-6 {
        margin-left: 2.5rem !important
    }

    .ms-lg-7 {
        margin-left: 3rem !important
    }

    .ms-lg-8 {
        margin-left: 3.5rem !important
    }

    .ms-lg-9 {
        margin-left: 4rem !important
    }

    .ms-lg-10 {
        margin-left: 10rem !important
    }

    .ms-lg-grid-gutter {
        margin-left: 1.875rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .m-lg-n6 {
        margin: -2.5rem !important
    }

    .m-lg-n7 {
        margin: -3rem !important
    }

    .m-lg-n8 {
        margin: -3.5rem !important
    }

    .m-lg-n9 {
        margin: -4rem !important
    }

    .m-lg-n10 {
        margin: -10rem !important
    }

    .m-lg-ngrid-gutter {
        margin: -1.875rem !important
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-lg-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important
    }

    .mx-lg-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-lg-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-lg-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-lg-n10 {
        margin-right: -10rem !important;
        margin-left: -10rem !important
    }

    .mx-lg-ngrid-gutter {
        margin-right: -1.875rem !important;
        margin-left: -1.875rem !important
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-lg-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .my-lg-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-lg-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .my-lg-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .my-lg-n10 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important
    }

    .my-lg-ngrid-gutter {
        margin-top: -1.875rem !important;
        margin-bottom: -1.875rem !important
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .mt-lg-n6 {
        margin-top: -2.5rem !important
    }

    .mt-lg-n7 {
        margin-top: -3rem !important
    }

    .mt-lg-n8 {
        margin-top: -3.5rem !important
    }

    .mt-lg-n9 {
        margin-top: -4rem !important
    }

    .mt-lg-n10 {
        margin-top: -10rem !important
    }

    .mt-lg-ngrid-gutter {
        margin-top: -1.875rem !important
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .me-lg-n6 {
        margin-right: -2.5rem !important
    }

    .me-lg-n7 {
        margin-right: -3rem !important
    }

    .me-lg-n8 {
        margin-right: -3.5rem !important
    }

    .me-lg-n9 {
        margin-right: -4rem !important
    }

    .me-lg-n10 {
        margin-right: -10rem !important
    }

    .me-lg-ngrid-gutter {
        margin-right: -1.875rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-lg-n7 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n8 {
        margin-bottom: -3.5rem !important
    }

    .mb-lg-n9 {
        margin-bottom: -4rem !important
    }

    .mb-lg-n10 {
        margin-bottom: -10rem !important
    }

    .mb-lg-ngrid-gutter {
        margin-bottom: -1.875rem !important
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .ms-lg-n6 {
        margin-left: -2.5rem !important
    }

    .ms-lg-n7 {
        margin-left: -3rem !important
    }

    .ms-lg-n8 {
        margin-left: -3.5rem !important
    }

    .ms-lg-n9 {
        margin-left: -4rem !important
    }

    .ms-lg-n10 {
        margin-left: -10rem !important
    }

    .ms-lg-ngrid-gutter {
        margin-left: -1.875rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .p-lg-6 {
        padding: 2.5rem !important
    }

    .p-lg-7 {
        padding: 3rem !important
    }

    .p-lg-8 {
        padding: 3.5rem !important
    }

    .p-lg-9 {
        padding: 4rem !important
    }

    .p-lg-10 {
        padding: 10rem !important
    }

    .p-lg-grid-gutter {
        padding: 1.875rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .px-lg-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .px-lg-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .px-lg-10 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }

    .px-lg-grid-gutter {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-lg-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-lg-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-lg-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-lg-grid-gutter {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pt-lg-6 {
        padding-top: 2.5rem !important
    }

    .pt-lg-7 {
        padding-top: 3rem !important
    }

    .pt-lg-8 {
        padding-top: 3.5rem !important
    }

    .pt-lg-9 {
        padding-top: 4rem !important
    }

    .pt-lg-10 {
        padding-top: 10rem !important
    }

    .pt-lg-grid-gutter {
        padding-top: 1.875rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pe-lg-6 {
        padding-right: 2.5rem !important
    }

    .pe-lg-7 {
        padding-right: 3rem !important
    }

    .pe-lg-8 {
        padding-right: 3.5rem !important
    }

    .pe-lg-9 {
        padding-right: 4rem !important
    }

    .pe-lg-10 {
        padding-right: 10rem !important
    }

    .pe-lg-grid-gutter {
        padding-right: 1.875rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pb-lg-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-lg-7 {
        padding-bottom: 3rem !important
    }

    .pb-lg-8 {
        padding-bottom: 3.5rem !important
    }

    .pb-lg-9 {
        padding-bottom: 4rem !important
    }

    .pb-lg-10 {
        padding-bottom: 10rem !important
    }

    .pb-lg-grid-gutter {
        padding-bottom: 1.875rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .ps-lg-6 {
        padding-left: 2.5rem !important
    }

    .ps-lg-7 {
        padding-left: 3rem !important
    }

    .ps-lg-8 {
        padding-left: 3.5rem !important
    }

    .ps-lg-9 {
        padding-left: 4rem !important
    }

    .ps-lg-10 {
        padding-left: 10rem !important
    }

    .ps-lg-grid-gutter {
        padding-left: 1.875rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .gap-lg-6 {
        gap: 2.5rem !important
    }

    .gap-lg-7 {
        gap: 3rem !important
    }

    .gap-lg-8 {
        gap: 3.5rem !important
    }

    .gap-lg-9 {
        gap: 4rem !important
    }

    .gap-lg-10 {
        gap: 10rem !important
    }

    .gap-lg-grid-gutter {
        gap: 1.875rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .row-gap-lg-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-lg-7 {
        row-gap: 3rem !important
    }

    .row-gap-lg-8 {
        row-gap: 3.5rem !important
    }

    .row-gap-lg-9 {
        row-gap: 4rem !important
    }

    .row-gap-lg-10 {
        row-gap: 10rem !important
    }

    .row-gap-lg-grid-gutter {
        row-gap: 1.875rem !important
    }

    .column-gap-lg-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-lg-6 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-lg-7 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-lg-8 {
        -webkit-column-gap: 3.5rem !important;
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .column-gap-lg-9 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-lg-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-lg-grid-gutter {
        -webkit-column-gap: 1.875rem !important;
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1280px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-6 {
        margin: 2.5rem !important
    }

    .m-xl-7 {
        margin: 3rem !important
    }

    .m-xl-8 {
        margin: 3.5rem !important
    }

    .m-xl-9 {
        margin: 4rem !important
    }

    .m-xl-10 {
        margin: 10rem !important
    }

    .m-xl-grid-gutter {
        margin: 1.875rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important
    }

    .mx-xl-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-xl-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-xl-10 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }

    .mx-xl-grid-gutter {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .my-xl-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .my-xl-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-xl-10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .my-xl-grid-gutter {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-6 {
        margin-top: 2.5rem !important
    }

    .mt-xl-7 {
        margin-top: 3rem !important
    }

    .mt-xl-8 {
        margin-top: 3.5rem !important
    }

    .mt-xl-9 {
        margin-top: 4rem !important
    }

    .mt-xl-10 {
        margin-top: 10rem !important
    }

    .mt-xl-grid-gutter {
        margin-top: 1.875rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-6 {
        margin-right: 2.5rem !important
    }

    .me-xl-7 {
        margin-right: 3rem !important
    }

    .me-xl-8 {
        margin-right: 3.5rem !important
    }

    .me-xl-9 {
        margin-right: 4rem !important
    }

    .me-xl-10 {
        margin-right: 10rem !important
    }

    .me-xl-grid-gutter {
        margin-right: 1.875rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-xl-7 {
        margin-bottom: 3rem !important
    }

    .mb-xl-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-xl-9 {
        margin-bottom: 4rem !important
    }

    .mb-xl-10 {
        margin-bottom: 10rem !important
    }

    .mb-xl-grid-gutter {
        margin-bottom: 1.875rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-6 {
        margin-left: 2.5rem !important
    }

    .ms-xl-7 {
        margin-left: 3rem !important
    }

    .ms-xl-8 {
        margin-left: 3.5rem !important
    }

    .ms-xl-9 {
        margin-left: 4rem !important
    }

    .ms-xl-10 {
        margin-left: 10rem !important
    }

    .ms-xl-grid-gutter {
        margin-left: 1.875rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .m-xl-n6 {
        margin: -2.5rem !important
    }

    .m-xl-n7 {
        margin: -3rem !important
    }

    .m-xl-n8 {
        margin: -3.5rem !important
    }

    .m-xl-n9 {
        margin: -4rem !important
    }

    .m-xl-n10 {
        margin: -10rem !important
    }

    .m-xl-ngrid-gutter {
        margin: -1.875rem !important
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-xl-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important
    }

    .mx-xl-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-xl-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-xl-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-xl-n10 {
        margin-right: -10rem !important;
        margin-left: -10rem !important
    }

    .mx-xl-ngrid-gutter {
        margin-right: -1.875rem !important;
        margin-left: -1.875rem !important
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-xl-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .my-xl-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-xl-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .my-xl-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .my-xl-n10 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important
    }

    .my-xl-ngrid-gutter {
        margin-top: -1.875rem !important;
        margin-bottom: -1.875rem !important
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .mt-xl-n6 {
        margin-top: -2.5rem !important
    }

    .mt-xl-n7 {
        margin-top: -3rem !important
    }

    .mt-xl-n8 {
        margin-top: -3.5rem !important
    }

    .mt-xl-n9 {
        margin-top: -4rem !important
    }

    .mt-xl-n10 {
        margin-top: -10rem !important
    }

    .mt-xl-ngrid-gutter {
        margin-top: -1.875rem !important
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .me-xl-n6 {
        margin-right: -2.5rem !important
    }

    .me-xl-n7 {
        margin-right: -3rem !important
    }

    .me-xl-n8 {
        margin-right: -3.5rem !important
    }

    .me-xl-n9 {
        margin-right: -4rem !important
    }

    .me-xl-n10 {
        margin-right: -10rem !important
    }

    .me-xl-ngrid-gutter {
        margin-right: -1.875rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .mb-xl-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-xl-n7 {
        margin-bottom: -3rem !important
    }

    .mb-xl-n8 {
        margin-bottom: -3.5rem !important
    }

    .mb-xl-n9 {
        margin-bottom: -4rem !important
    }

    .mb-xl-n10 {
        margin-bottom: -10rem !important
    }

    .mb-xl-ngrid-gutter {
        margin-bottom: -1.875rem !important
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .ms-xl-n6 {
        margin-left: -2.5rem !important
    }

    .ms-xl-n7 {
        margin-left: -3rem !important
    }

    .ms-xl-n8 {
        margin-left: -3.5rem !important
    }

    .ms-xl-n9 {
        margin-left: -4rem !important
    }

    .ms-xl-n10 {
        margin-left: -10rem !important
    }

    .ms-xl-ngrid-gutter {
        margin-left: -1.875rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .p-xl-6 {
        padding: 2.5rem !important
    }

    .p-xl-7 {
        padding: 3rem !important
    }

    .p-xl-8 {
        padding: 3.5rem !important
    }

    .p-xl-9 {
        padding: 4rem !important
    }

    .p-xl-10 {
        padding: 10rem !important
    }

    .p-xl-grid-gutter {
        padding: 1.875rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xl-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .px-xl-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xl-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .px-xl-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .px-xl-10 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }

    .px-xl-grid-gutter {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-xl-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-xl-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-xl-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-xl-grid-gutter {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pt-xl-6 {
        padding-top: 2.5rem !important
    }

    .pt-xl-7 {
        padding-top: 3rem !important
    }

    .pt-xl-8 {
        padding-top: 3.5rem !important
    }

    .pt-xl-9 {
        padding-top: 4rem !important
    }

    .pt-xl-10 {
        padding-top: 10rem !important
    }

    .pt-xl-grid-gutter {
        padding-top: 1.875rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pe-xl-6 {
        padding-right: 2.5rem !important
    }

    .pe-xl-7 {
        padding-right: 3rem !important
    }

    .pe-xl-8 {
        padding-right: 3.5rem !important
    }

    .pe-xl-9 {
        padding-right: 4rem !important
    }

    .pe-xl-10 {
        padding-right: 10rem !important
    }

    .pe-xl-grid-gutter {
        padding-right: 1.875rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xl-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-xl-7 {
        padding-bottom: 3rem !important
    }

    .pb-xl-8 {
        padding-bottom: 3.5rem !important
    }

    .pb-xl-9 {
        padding-bottom: 4rem !important
    }

    .pb-xl-10 {
        padding-bottom: 10rem !important
    }

    .pb-xl-grid-gutter {
        padding-bottom: 1.875rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .ps-xl-6 {
        padding-left: 2.5rem !important
    }

    .ps-xl-7 {
        padding-left: 3rem !important
    }

    .ps-xl-8 {
        padding-left: 3.5rem !important
    }

    .ps-xl-9 {
        padding-left: 4rem !important
    }

    .ps-xl-10 {
        padding-left: 10rem !important
    }

    .ps-xl-grid-gutter {
        padding-left: 1.875rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .gap-xl-6 {
        gap: 2.5rem !important
    }

    .gap-xl-7 {
        gap: 3rem !important
    }

    .gap-xl-8 {
        gap: 3.5rem !important
    }

    .gap-xl-9 {
        gap: 4rem !important
    }

    .gap-xl-10 {
        gap: 10rem !important
    }

    .gap-xl-grid-gutter {
        gap: 1.875rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .row-gap-xl-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-xl-7 {
        row-gap: 3rem !important
    }

    .row-gap-xl-8 {
        row-gap: 3.5rem !important
    }

    .row-gap-xl-9 {
        row-gap: 4rem !important
    }

    .row-gap-xl-10 {
        row-gap: 10rem !important
    }

    .row-gap-xl-grid-gutter {
        row-gap: 1.875rem !important
    }

    .column-gap-xl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xl-6 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-xl-7 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xl-8 {
        -webkit-column-gap: 3.5rem !important;
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .column-gap-xl-9 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-xl-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-xl-grid-gutter {
        -webkit-column-gap: 1.875rem !important;
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-6 {
        margin: 2.5rem !important
    }

    .m-xxl-7 {
        margin: 3rem !important
    }

    .m-xxl-8 {
        margin: 3.5rem !important
    }

    .m-xxl-9 {
        margin: 4rem !important
    }

    .m-xxl-10 {
        margin: 10rem !important
    }

    .m-xxl-grid-gutter {
        margin: 1.875rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important
    }

    .mx-xxl-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important
    }

    .mx-xxl-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important
    }

    .mx-xxl-10 {
        margin-right: 10rem !important;
        margin-left: 10rem !important
    }

    .mx-xxl-grid-gutter {
        margin-right: 1.875rem !important;
        margin-left: 1.875rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .my-xxl-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important
    }

    .my-xxl-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important
    }

    .my-xxl-10 {
        margin-top: 10rem !important;
        margin-bottom: 10rem !important
    }

    .my-xxl-grid-gutter {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-6 {
        margin-top: 2.5rem !important
    }

    .mt-xxl-7 {
        margin-top: 3rem !important
    }

    .mt-xxl-8 {
        margin-top: 3.5rem !important
    }

    .mt-xxl-9 {
        margin-top: 4rem !important
    }

    .mt-xxl-10 {
        margin-top: 10rem !important
    }

    .mt-xxl-grid-gutter {
        margin-top: 1.875rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-6 {
        margin-right: 2.5rem !important
    }

    .me-xxl-7 {
        margin-right: 3rem !important
    }

    .me-xxl-8 {
        margin-right: 3.5rem !important
    }

    .me-xxl-9 {
        margin-right: 4rem !important
    }

    .me-xxl-10 {
        margin-right: 10rem !important
    }

    .me-xxl-grid-gutter {
        margin-right: 1.875rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 2.5rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 3.5rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 10rem !important
    }

    .mb-xxl-grid-gutter {
        margin-bottom: 1.875rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-6 {
        margin-left: 2.5rem !important
    }

    .ms-xxl-7 {
        margin-left: 3rem !important
    }

    .ms-xxl-8 {
        margin-left: 3.5rem !important
    }

    .ms-xxl-9 {
        margin-left: 4rem !important
    }

    .ms-xxl-10 {
        margin-left: 10rem !important
    }

    .ms-xxl-grid-gutter {
        margin-left: 1.875rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .m-xxl-n2 {
        margin: -0.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .m-xxl-n6 {
        margin: -2.5rem !important
    }

    .m-xxl-n7 {
        margin: -3rem !important
    }

    .m-xxl-n8 {
        margin: -3.5rem !important
    }

    .m-xxl-n9 {
        margin: -4rem !important
    }

    .m-xxl-n10 {
        margin: -10rem !important
    }

    .m-xxl-ngrid-gutter {
        margin: -1.875rem !important
    }

    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important
    }

    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-xxl-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important
    }

    .mx-xxl-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-xxl-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important
    }

    .mx-xxl-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important
    }

    .mx-xxl-n10 {
        margin-right: -10rem !important;
        margin-left: -10rem !important
    }

    .mx-xxl-ngrid-gutter {
        margin-right: -1.875rem !important;
        margin-left: -1.875rem !important
    }

    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important
    }

    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-xxl-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important
    }

    .my-xxl-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-xxl-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important
    }

    .my-xxl-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important
    }

    .my-xxl-n10 {
        margin-top: -10rem !important;
        margin-bottom: -10rem !important
    }

    .my-xxl-ngrid-gutter {
        margin-top: -1.875rem !important;
        margin-bottom: -1.875rem !important
    }

    .mt-xxl-n1 {
        margin-top: -0.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -0.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .mt-xxl-n6 {
        margin-top: -2.5rem !important
    }

    .mt-xxl-n7 {
        margin-top: -3rem !important
    }

    .mt-xxl-n8 {
        margin-top: -3.5rem !important
    }

    .mt-xxl-n9 {
        margin-top: -4rem !important
    }

    .mt-xxl-n10 {
        margin-top: -10rem !important
    }

    .mt-xxl-ngrid-gutter {
        margin-top: -1.875rem !important
    }

    .me-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -0.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .me-xxl-n6 {
        margin-right: -2.5rem !important
    }

    .me-xxl-n7 {
        margin-right: -3rem !important
    }

    .me-xxl-n8 {
        margin-right: -3.5rem !important
    }

    .me-xxl-n9 {
        margin-right: -4rem !important
    }

    .me-xxl-n10 {
        margin-right: -10rem !important
    }

    .me-xxl-ngrid-gutter {
        margin-right: -1.875rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .mb-xxl-n6 {
        margin-bottom: -2.5rem !important
    }

    .mb-xxl-n7 {
        margin-bottom: -3rem !important
    }

    .mb-xxl-n8 {
        margin-bottom: -3.5rem !important
    }

    .mb-xxl-n9 {
        margin-bottom: -4rem !important
    }

    .mb-xxl-n10 {
        margin-bottom: -10rem !important
    }

    .mb-xxl-ngrid-gutter {
        margin-bottom: -1.875rem !important
    }

    .ms-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -0.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .ms-xxl-n6 {
        margin-left: -2.5rem !important
    }

    .ms-xxl-n7 {
        margin-left: -3rem !important
    }

    .ms-xxl-n8 {
        margin-left: -3.5rem !important
    }

    .ms-xxl-n9 {
        margin-left: -4rem !important
    }

    .ms-xxl-n10 {
        margin-left: -10rem !important
    }

    .ms-xxl-ngrid-gutter {
        margin-left: -1.875rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .p-xxl-6 {
        padding: 2.5rem !important
    }

    .p-xxl-7 {
        padding: 3rem !important
    }

    .p-xxl-8 {
        padding: 3.5rem !important
    }

    .p-xxl-9 {
        padding: 4rem !important
    }

    .p-xxl-10 {
        padding: 10rem !important
    }

    .p-xxl-grid-gutter {
        padding: 1.875rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxl-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important
    }

    .px-xxl-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxl-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important
    }

    .px-xxl-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important
    }

    .px-xxl-10 {
        padding-right: 10rem !important;
        padding-left: 10rem !important
    }

    .px-xxl-grid-gutter {
        padding-right: 1.875rem !important;
        padding-left: 1.875rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }

    .py-xxl-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important
    }

    .py-xxl-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

    .py-xxl-10 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important
    }

    .py-xxl-grid-gutter {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pt-xxl-6 {
        padding-top: 2.5rem !important
    }

    .pt-xxl-7 {
        padding-top: 3rem !important
    }

    .pt-xxl-8 {
        padding-top: 3.5rem !important
    }

    .pt-xxl-9 {
        padding-top: 4rem !important
    }

    .pt-xxl-10 {
        padding-top: 10rem !important
    }

    .pt-xxl-grid-gutter {
        padding-top: 1.875rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pe-xxl-6 {
        padding-right: 2.5rem !important
    }

    .pe-xxl-7 {
        padding-right: 3rem !important
    }

    .pe-xxl-8 {
        padding-right: 3.5rem !important
    }

    .pe-xxl-9 {
        padding-right: 4rem !important
    }

    .pe-xxl-10 {
        padding-right: 10rem !important
    }

    .pe-xxl-grid-gutter {
        padding-right: 1.875rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 2.5rem !important
    }

    .pb-xxl-7 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-8 {
        padding-bottom: 3.5rem !important
    }

    .pb-xxl-9 {
        padding-bottom: 4rem !important
    }

    .pb-xxl-10 {
        padding-bottom: 10rem !important
    }

    .pb-xxl-grid-gutter {
        padding-bottom: 1.875rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .ps-xxl-6 {
        padding-left: 2.5rem !important
    }

    .ps-xxl-7 {
        padding-left: 3rem !important
    }

    .ps-xxl-8 {
        padding-left: 3.5rem !important
    }

    .ps-xxl-9 {
        padding-left: 4rem !important
    }

    .ps-xxl-10 {
        padding-left: 10rem !important
    }

    .ps-xxl-grid-gutter {
        padding-left: 1.875rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .gap-xxl-6 {
        gap: 2.5rem !important
    }

    .gap-xxl-7 {
        gap: 3rem !important
    }

    .gap-xxl-8 {
        gap: 3.5rem !important
    }

    .gap-xxl-9 {
        gap: 4rem !important
    }

    .gap-xxl-10 {
        gap: 10rem !important
    }

    .gap-xxl-grid-gutter {
        gap: 1.875rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .row-gap-xxl-6 {
        row-gap: 2.5rem !important
    }

    .row-gap-xxl-7 {
        row-gap: 3rem !important
    }

    .row-gap-xxl-8 {
        row-gap: 3.5rem !important
    }

    .row-gap-xxl-9 {
        row-gap: 4rem !important
    }

    .row-gap-xxl-10 {
        row-gap: 10rem !important
    }

    .row-gap-xxl-grid-gutter {
        row-gap: 1.875rem !important
    }

    .column-gap-xxl-0 {
        -webkit-column-gap: 0 !important;
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -webkit-column-gap: .25rem !important;
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        -webkit-column-gap: .5rem !important;
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        -webkit-column-gap: 1.5rem !important;
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xxl-6 {
        -webkit-column-gap: 2.5rem !important;
        -moz-column-gap: 2.5rem !important;
        column-gap: 2.5rem !important
    }

    .column-gap-xxl-7 {
        -webkit-column-gap: 3rem !important;
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .column-gap-xxl-8 {
        -webkit-column-gap: 3.5rem !important;
        -moz-column-gap: 3.5rem !important;
        column-gap: 3.5rem !important
    }

    .column-gap-xxl-9 {
        -webkit-column-gap: 4rem !important;
        -moz-column-gap: 4rem !important;
        column-gap: 4rem !important
    }

    .column-gap-xxl-10 {
        -webkit-column-gap: 10rem !important;
        -moz-column-gap: 10rem !important;
        column-gap: 10rem !important
    }

    .column-gap-xxl-grid-gutter {
        -webkit-column-gap: 1.875rem !important;
        -moz-column-gap: 1.875rem !important;
        column-gap: 1.875rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media(min-width: 1200px) {
    .fs-1 {
        font-size: 2.1875rem !important
    }

    .fs-2 {
        font-size: 1.75rem !important
    }

    .fs-3 {
        font-size: 1.53125rem !important
    }

    .fs-4 {
        font-size: 1.3125rem !important
    }

    .fs-xl {
        font-size: 1.421875rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.la,
.lab,
.lad,
.lal,
.lar,
.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.la-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em
}

.la-xs {
    font-size: .75em
}

.la-sm {
    font-size: .875em
}

.la-1x {
    font-size: 1em
}

.la-2x {
    font-size: 2em
}

.la-3x {
    font-size: 3em
}

.la-4x {
    font-size: 4em
}

.la-5x {
    font-size: 5em
}

.la-6x {
    font-size: 6em
}

.la-7x {
    font-size: 7em
}

.la-8x {
    font-size: 8em
}

.la-9x {
    font-size: 9em
}

.la-10x {
    font-size: 10em
}

.la-fw {
    text-align: center;
    width: 1.25em
}

.la-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.la-ul>li {
    position: relative
}

.la-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.la-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.la-pull-left {
    float: left
}

.la-pull-right {
    float: right
}

.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
    margin-left: .3em
}

.la-spin {
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear
}

.la-pulse {
    -webkit-animation: la-spin 1s infinite steps(8);
    animation: la-spin 1s infinite steps(8)
}

@-webkit-keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.la-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.la-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.la-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.la-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.la-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.la-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.la-stack-1x,
.la-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.la-stack-1x {
    line-height: inherit
}

.la-stack-2x {
    font-size: 2em
}

.la-inverse {
    color: #fff
}

.la-500px:before {
    content: ""
}

.la-accessible-icon:before {
    content: ""
}

.la-accusoft:before {
    content: ""
}

.la-acquisitions-incorporated:before {
    content: ""
}

.la-ad:before {
    content: ""
}

.la-address-book:before {
    content: ""
}

.la-address-card:before {
    content: ""
}

.la-adjust:before {
    content: ""
}

.la-adn:before {
    content: ""
}

.la-adobe:before {
    content: ""
}

.la-adversal:before {
    content: ""
}

.la-affiliatetheme:before {
    content: ""
}

.la-air-freshener:before {
    content: ""
}

.la-airbnb:before {
    content: ""
}

.la-algolia:before {
    content: ""
}

.la-align-center:before {
    content: ""
}

.la-align-justify:before {
    content: ""
}

.la-align-left:before {
    content: ""
}

.la-align-right:before {
    content: ""
}

.la-alipay:before {
    content: ""
}

.la-allergies:before {
    content: ""
}

.la-amazon:before {
    content: ""
}

.la-amazon-pay:before {
    content: ""
}

.la-ambulance:before {
    content: ""
}

.la-american-sign-language-interpreting:before {
    content: ""
}

.la-amilia:before {
    content: ""
}

.la-anchor:before {
    content: ""
}

.la-android:before {
    content: ""
}

.la-angellist:before {
    content: ""
}

.la-angle-double-down:before {
    content: ""
}

.la-angle-double-left:before {
    content: ""
}

.la-angle-double-right:before {
    content: ""
}

.la-angle-double-up:before {
    content: ""
}

.la-angle-down:before {
    content: ""
}

.la-angle-left:before {
    content: ""
}

.la-angle-right:before {
    content: ""
}

.la-angle-up:before {
    content: ""
}

.la-angry:before {
    content: ""
}

.la-angrycreative:before {
    content: ""
}

.la-angular:before {
    content: ""
}

.la-ankh:before {
    content: ""
}

.la-app-store:before {
    content: ""
}

.la-app-store-ios:before {
    content: ""
}

.la-apper:before {
    content: ""
}

.la-apple:before {
    content: ""
}

.la-apple-alt:before {
    content: ""
}

.la-apple-pay:before {
    content: ""
}

.la-archive:before {
    content: ""
}

.la-archway:before {
    content: ""
}

.la-arrow-alt-circle-down:before {
    content: ""
}

.la-arrow-alt-circle-left:before {
    content: ""
}

.la-arrow-alt-circle-right:before {
    content: ""
}

.la-arrow-alt-circle-up:before {
    content: ""
}

.la-arrow-circle-down:before {
    content: ""
}

.la-arrow-circle-left:before {
    content: ""
}

.la-arrow-circle-right:before {
    content: ""
}

.la-arrow-circle-up:before {
    content: ""
}

.la-arrow-down:before {
    content: ""
}

.la-arrow-left:before {
    content: ""
}

.la-arrow-right:before {
    content: ""
}

.la-arrow-up:before {
    content: ""
}

.la-arrows-alt:before {
    content: ""
}

.la-arrows-alt-h:before {
    content: ""
}

.la-arrows-alt-v:before {
    content: ""
}

.la-artstation:before {
    content: ""
}

.la-assistive-listening-systems:before {
    content: ""
}

.la-asterisk:before {
    content: ""
}

.la-asymmetrik:before {
    content: ""
}

.la-at:before {
    content: ""
}

.la-atlas:before {
    content: ""
}

.la-atlassian:before {
    content: ""
}

.la-atom:before {
    content: ""
}

.la-audible:before {
    content: ""
}

.la-audio-description:before {
    content: ""
}

.la-autoprefixer:before {
    content: ""
}

.la-avianex:before {
    content: ""
}

.la-aviato:before {
    content: ""
}

.la-award:before {
    content: ""
}

.la-aws:before {
    content: ""
}

.la-baby:before {
    content: ""
}

.la-baby-carriage:before {
    content: ""
}

.la-backspace:before {
    content: ""
}

.la-backward:before {
    content: ""
}

.la-bacon:before {
    content: ""
}

.la-balance-scale:before {
    content: ""
}

.la-balance-scale-left:before {
    content: ""
}

.la-balance-scale-right:before {
    content: ""
}

.la-ban:before {
    content: ""
}

.la-band-aid:before {
    content: ""
}

.la-bandcamp:before {
    content: ""
}

.la-barcode:before {
    content: ""
}

.la-bars:before {
    content: ""
}

.la-baseball-ball:before {
    content: ""
}

.la-basketball-ball:before {
    content: ""
}

.la-bath:before {
    content: ""
}

.la-battery-empty:before {
    content: ""
}

.la-battery-full:before {
    content: ""
}

.la-battery-half:before {
    content: ""
}

.la-battery-quarter:before {
    content: ""
}

.la-battery-three-quarters:before {
    content: ""
}

.la-battle-net:before {
    content: ""
}

.la-bed:before {
    content: ""
}

.la-beer:before {
    content: ""
}

.la-behance:before {
    content: ""
}

.la-behance-square:before {
    content: ""
}

.la-bell:before {
    content: ""
}

.la-bell-slash:before {
    content: ""
}

.la-bezier-curve:before {
    content: ""
}

.la-bible:before {
    content: ""
}

.la-bicycle:before {
    content: ""
}

.la-biking:before {
    content: ""
}

.la-bimobject:before {
    content: ""
}

.la-binoculars:before {
    content: ""
}

.la-biohazard:before {
    content: ""
}

.la-birthday-cake:before {
    content: ""
}

.la-bitbucket:before {
    content: ""
}

.la-bitcoin:before {
    content: ""
}

.la-bity:before {
    content: ""
}

.la-black-tie:before {
    content: ""
}

.la-blackberry:before {
    content: ""
}

.la-blender:before {
    content: ""
}

.la-blender-phone:before {
    content: ""
}

.la-blind:before {
    content: ""
}

.la-blog:before {
    content: ""
}

.la-blogger:before {
    content: ""
}

.la-blogger-b:before {
    content: ""
}

.la-bluetooth:before {
    content: ""
}

.la-bluetooth-b:before {
    content: ""
}

.la-bold:before {
    content: ""
}

.la-bolt:before {
    content: ""
}

.la-bomb:before {
    content: ""
}

.la-bone:before {
    content: ""
}

.la-bong:before {
    content: ""
}

.la-book:before {
    content: ""
}

.la-book-dead:before {
    content: ""
}

.la-book-medical:before {
    content: ""
}

.la-book-open:before {
    content: ""
}

.la-book-reader:before {
    content: ""
}

.la-bookmark:before {
    content: ""
}

.la-bootstrap:before {
    content: ""
}

.la-border-all:before {
    content: ""
}

.la-border-none:before {
    content: ""
}

.la-border-style:before {
    content: ""
}

.la-bowling-ball:before {
    content: ""
}

.la-box:before {
    content: ""
}

.la-box-open:before {
    content: ""
}

.la-boxes:before {
    content: ""
}

.la-braille:before {
    content: ""
}

.la-brain:before {
    content: ""
}

.la-bread-slice:before {
    content: ""
}

.la-briefcase:before {
    content: ""
}

.la-briefcase-medical:before {
    content: ""
}

.la-broadcast-tower:before {
    content: ""
}

.la-broom:before {
    content: ""
}

.la-brush:before {
    content: ""
}

.la-btc:before {
    content: ""
}

.la-buffer:before {
    content: ""
}

.la-bug:before {
    content: ""
}

.la-building:before {
    content: ""
}

.la-bullhorn:before {
    content: ""
}

.la-bullseye:before {
    content: ""
}

.la-burn:before {
    content: ""
}

.la-buromobelexperte:before {
    content: ""
}

.la-bus:before {
    content: ""
}

.la-bus-alt:before {
    content: ""
}

.la-business-time:before {
    content: ""
}

.la-buy-n-large:before {
    content: ""
}

.la-buysellads:before {
    content: ""
}

.la-calculator:before {
    content: ""
}

.la-calendar:before {
    content: ""
}

.la-calendar-alt:before {
    content: ""
}

.la-calendar-check:before {
    content: ""
}

.la-calendar-day:before {
    content: ""
}

.la-calendar-minus:before {
    content: ""
}

.la-calendar-plus:before {
    content: ""
}

.la-calendar-times:before {
    content: ""
}

.la-calendar-week:before {
    content: ""
}

.la-camera:before {
    content: ""
}

.la-camera-retro:before {
    content: ""
}

.la-campground:before {
    content: ""
}

.la-canadian-maple-leaf:before {
    content: ""
}

.la-candy-cane:before {
    content: ""
}

.la-cannabis:before {
    content: ""
}

.la-capsules:before {
    content: ""
}

.la-car:before {
    content: ""
}

.la-car-alt:before {
    content: ""
}

.la-car-battery:before {
    content: ""
}

.la-car-crash:before {
    content: ""
}

.la-car-side:before {
    content: ""
}

.la-caret-down:before {
    content: ""
}

.la-caret-left:before {
    content: ""
}

.la-caret-right:before {
    content: ""
}

.la-caret-square-down:before {
    content: ""
}

.la-caret-square-left:before {
    content: ""
}

.la-caret-square-right:before {
    content: ""
}

.la-caret-square-up:before {
    content: ""
}

.la-caret-up:before {
    content: ""
}

.la-carrot:before {
    content: ""
}

.la-cart-arrow-down:before {
    content: ""
}

.la-cart-plus:before {
    content: ""
}

.la-cash-register:before {
    content: ""
}

.la-cat:before {
    content: ""
}

.la-cc-amazon-pay:before {
    content: ""
}

.la-cc-amex:before {
    content: ""
}

.la-cc-apple-pay:before {
    content: ""
}

.la-cc-diners-club:before {
    content: ""
}

.la-cc-discover:before {
    content: ""
}

.la-cc-jcb:before {
    content: ""
}

.la-cc-mastercard:before {
    content: ""
}

.la-cc-paypal:before {
    content: ""
}

.la-cc-stripe:before {
    content: ""
}

.la-cc-visa:before {
    content: ""
}

.la-centercode:before {
    content: ""
}

.la-centos:before {
    content: ""
}

.la-certificate:before {
    content: ""
}

.la-chair:before {
    content: ""
}

.la-chalkboard:before {
    content: ""
}

.la-chalkboard-teacher:before {
    content: ""
}

.la-charging-station:before {
    content: ""
}

.la-chart-area:before {
    content: ""
}

.la-chart-bar:before {
    content: ""
}

.la-chart-line:before {
    content: ""
}

.la-chart-pie:before {
    content: ""
}

.la-check:before {
    content: ""
}

.la-check-circle:before {
    content: ""
}

.la-check-double:before {
    content: ""
}

.la-check-square:before {
    content: ""
}

.la-cheese:before {
    content: ""
}

.la-chess:before {
    content: ""
}

.la-chess-bishop:before {
    content: ""
}

.la-chess-board:before {
    content: ""
}

.la-chess-king:before {
    content: ""
}

.la-chess-knight:before {
    content: ""
}

.la-chess-pawn:before {
    content: ""
}

.la-chess-queen:before {
    content: ""
}

.la-chess-rook:before {
    content: ""
}

.la-chevron-circle-down:before {
    content: ""
}

.la-chevron-circle-left:before {
    content: ""
}

.la-chevron-circle-right:before {
    content: ""
}

.la-chevron-circle-up:before {
    content: ""
}

.la-chevron-down:before {
    content: ""
}

.la-chevron-left:before {
    content: ""
}

.la-chevron-right:before {
    content: ""
}

.la-chevron-up:before {
    content: ""
}

.la-child:before {
    content: ""
}

.la-chrome:before {
    content: ""
}

.la-chromecast:before {
    content: ""
}

.la-church:before {
    content: ""
}

.la-circle:before {
    content: ""
}

.la-circle-notch:before {
    content: ""
}

.la-city:before {
    content: ""
}

.la-clinic-medical:before {
    content: ""
}

.la-clipboard:before {
    content: ""
}

.la-clipboard-check:before {
    content: ""
}

.la-clipboard-list:before {
    content: ""
}

.la-clock:before {
    content: ""
}

.la-clone:before {
    content: ""
}

.la-closed-captioning:before {
    content: ""
}

.la-cloud:before {
    content: ""
}

.la-cloud-download-alt:before {
    content: ""
}

.la-cloud-meatball:before {
    content: ""
}

.la-cloud-moon:before {
    content: ""
}

.la-cloud-moon-rain:before {
    content: ""
}

.la-cloud-rain:before {
    content: ""
}

.la-cloud-showers-heavy:before {
    content: ""
}

.la-cloud-sun:before {
    content: ""
}

.la-cloud-sun-rain:before {
    content: ""
}

.la-cloud-upload-alt:before {
    content: ""
}

.la-cloudscale:before {
    content: ""
}

.la-cloudsmith:before {
    content: ""
}

.la-cloudversify:before {
    content: ""
}

.la-cocktail:before {
    content: ""
}

.la-code:before {
    content: ""
}

.la-code-branch:before {
    content: ""
}

.la-codepen:before {
    content: ""
}

.la-codiepie:before {
    content: ""
}

.la-coffee:before {
    content: ""
}

.la-cog:before {
    content: ""
}

.la-cogs:before {
    content: ""
}

.la-coins:before {
    content: ""
}

.la-columns:before {
    content: ""
}

.la-comment:before {
    content: ""
}

.la-comment-alt:before {
    content: ""
}

.la-comment-dollar:before {
    content: ""
}

.la-comment-dots:before {
    content: ""
}

.la-comment-medical:before {
    content: ""
}

.la-comment-slash:before {
    content: ""
}

.la-comments:before {
    content: ""
}

.la-comments-dollar:before {
    content: ""
}

.la-compact-disc:before {
    content: ""
}

.la-compass:before {
    content: ""
}

.la-compress:before {
    content: ""
}

.la-compress-arrows-alt:before {
    content: ""
}

.la-concierge-bell:before {
    content: ""
}

.la-confluence:before {
    content: ""
}

.la-connectdevelop:before {
    content: ""
}

.la-contao:before {
    content: ""
}

.la-cookie:before {
    content: ""
}

.la-cookie-bite:before {
    content: ""
}

.la-copy:before {
    content: ""
}

.la-copyright:before {
    content: ""
}

.la-cotton-bureau:before {
    content: ""
}

.la-couch:before {
    content: ""
}

.la-cpanel:before {
    content: ""
}

.la-creative-commons:before {
    content: ""
}

.la-creative-commons-by:before {
    content: ""
}

.la-creative-commons-nc:before {
    content: ""
}

.la-creative-commons-nc-eu:before {
    content: ""
}

.la-creative-commons-nc-jp:before {
    content: ""
}

.la-creative-commons-nd:before {
    content: ""
}

.la-creative-commons-pd:before {
    content: ""
}

.la-creative-commons-pd-alt:before {
    content: ""
}

.la-creative-commons-remix:before {
    content: ""
}

.la-creative-commons-sa:before {
    content: ""
}

.la-creative-commons-sampling:before {
    content: ""
}

.la-creative-commons-sampling-plus:before {
    content: ""
}

.la-creative-commons-share:before {
    content: ""
}

.la-creative-commons-zero:before {
    content: ""
}

.la-credit-card:before {
    content: ""
}

.la-critical-role:before {
    content: ""
}

.la-crop:before {
    content: ""
}

.la-crop-alt:before {
    content: ""
}

.la-cross:before {
    content: ""
}

.la-crosshairs:before {
    content: ""
}

.la-crow:before {
    content: ""
}

.la-crown:before {
    content: ""
}

.la-crutch:before {
    content: ""
}

.la-css3:before {
    content: ""
}

.la-css3-alt:before {
    content: ""
}

.la-cube:before {
    content: ""
}

.la-cubes:before {
    content: ""
}

.la-cut:before {
    content: ""
}

.la-cuttlefish:before {
    content: ""
}

.la-d-and-d:before {
    content: ""
}

.la-d-and-d-beyond:before {
    content: ""
}

.la-dashcube:before {
    content: ""
}

.la-database:before {
    content: ""
}

.la-deaf:before {
    content: ""
}

.la-delicious:before {
    content: ""
}

.la-democrat:before {
    content: ""
}

.la-deploydog:before {
    content: ""
}

.la-deskpro:before {
    content: ""
}

.la-desktop:before {
    content: ""
}

.la-dev:before {
    content: ""
}

.la-deviantart:before {
    content: ""
}

.la-dharmachakra:before {
    content: ""
}

.la-dhl:before {
    content: ""
}

.la-diagnoses:before {
    content: ""
}

.la-diaspora:before {
    content: ""
}

.la-dice:before {
    content: ""
}

.la-dice-d20:before {
    content: ""
}

.la-dice-d6:before {
    content: ""
}

.la-dice-five:before {
    content: ""
}

.la-dice-four:before {
    content: ""
}

.la-dice-one:before {
    content: ""
}

.la-dice-six:before {
    content: ""
}

.la-dice-three:before {
    content: ""
}

.la-dice-two:before {
    content: ""
}

.la-digg:before {
    content: ""
}

.la-digital-ocean:before {
    content: ""
}

.la-digital-tachograph:before {
    content: ""
}

.la-directions:before {
    content: ""
}

.la-discord:before {
    content: ""
}

.la-discourse:before {
    content: ""
}

.la-divide:before {
    content: ""
}

.la-dizzy:before {
    content: ""
}

.la-dna:before {
    content: ""
}

.la-dochub:before {
    content: ""
}

.la-docker:before {
    content: ""
}

.la-dog:before {
    content: ""
}

.la-dollar-sign:before {
    content: ""
}

.la-dolly:before {
    content: ""
}

.la-dolly-flatbed:before {
    content: ""
}

.la-donate:before {
    content: ""
}

.la-door-closed:before {
    content: ""
}

.la-door-open:before {
    content: ""
}

.la-dot-circle:before {
    content: ""
}

.la-dove:before {
    content: ""
}

.la-download:before {
    content: ""
}

.la-draft2digital:before {
    content: ""
}

.la-drafting-compass:before {
    content: ""
}

.la-dragon:before {
    content: ""
}

.la-draw-polygon:before {
    content: ""
}

.la-dribbble:before {
    content: ""
}

.la-dribbble-square:before {
    content: ""
}

.la-dropbox:before {
    content: ""
}

.la-drum:before {
    content: ""
}

.la-drum-steelpan:before {
    content: ""
}

.la-drumstick-bite:before {
    content: ""
}

.la-drupal:before {
    content: ""
}

.la-dumbbell:before {
    content: ""
}

.la-dumpster:before {
    content: ""
}

.la-dumpster-fire:before {
    content: ""
}

.la-dungeon:before {
    content: ""
}

.la-dyalog:before {
    content: ""
}

.la-earlybirds:before {
    content: ""
}

.la-ebay:before {
    content: ""
}

.la-edge:before {
    content: ""
}

.la-edit:before {
    content: ""
}

.la-egg:before {
    content: ""
}

.la-eject:before {
    content: ""
}

.la-elementor:before {
    content: ""
}

.la-ellipsis-h:before {
    content: ""
}

.la-ellipsis-v:before {
    content: ""
}

.la-ello:before {
    content: ""
}

.la-ember:before {
    content: ""
}

.la-empire:before {
    content: ""
}

.la-envelope:before {
    content: ""
}

.la-envelope-open:before {
    content: ""
}

.la-envelope-open-text:before {
    content: ""
}

.la-envelope-square:before {
    content: ""
}

.la-envira:before {
    content: ""
}

.la-equals:before {
    content: ""
}

.la-eraser:before {
    content: ""
}

.la-erlang:before {
    content: ""
}

.la-ethereum:before {
    content: ""
}

.la-ethernet:before {
    content: ""
}

.la-etsy:before {
    content: ""
}

.la-euro-sign:before {
    content: ""
}

.la-evernote:before {
    content: ""
}

.la-exchange-alt:before {
    content: ""
}

.la-exclamation:before {
    content: ""
}

.la-exclamation-circle:before {
    content: ""
}

.la-exclamation-triangle:before {
    content: ""
}

.la-expand:before {
    content: ""
}

.la-expand-arrows-alt:before {
    content: ""
}

.la-expeditedssl:before {
    content: ""
}

.la-external-link-alt:before {
    content: ""
}

.la-external-link-square-alt:before {
    content: ""
}

.la-eye:before {
    content: ""
}

.la-eye-dropper:before {
    content: ""
}

.la-eye-slash:before {
    content: ""
}

.la-facebook:before {
    content: ""
}

.la-facebook-f:before {
    content: ""
}

.la-facebook-messenger:before {
    content: ""
}

.la-facebook-square:before {
    content: ""
}

.la-fan:before {
    content: ""
}

.la-fantasy-flight-games:before {
    content: ""
}

.la-fast-backward:before {
    content: ""
}

.la-fast-forward:before {
    content: ""
}

.la-fax:before {
    content: ""
}

.la-feather:before {
    content: ""
}

.la-feather-alt:before {
    content: ""
}

.la-fedex:before {
    content: ""
}

.la-fedora:before {
    content: ""
}

.la-female:before {
    content: ""
}

.la-fighter-jet:before {
    content: ""
}

.la-figma:before {
    content: ""
}

.la-file:before {
    content: ""
}

.la-file-alt:before {
    content: ""
}

.la-file-archive:before {
    content: ""
}

.la-file-audio:before {
    content: ""
}

.la-file-code:before {
    content: ""
}

.la-file-contract:before {
    content: ""
}

.la-file-csv:before {
    content: ""
}

.la-file-download:before {
    content: ""
}

.la-file-excel:before {
    content: ""
}

.la-file-export:before {
    content: ""
}

.la-file-image:before {
    content: ""
}

.la-file-import:before {
    content: ""
}

.la-file-invoice:before {
    content: ""
}

.la-file-invoice-dollar:before {
    content: ""
}

.la-file-medical:before {
    content: ""
}

.la-file-medical-alt:before {
    content: ""
}

.la-file-pdf:before {
    content: ""
}

.la-file-powerpoint:before {
    content: ""
}

.la-file-prescription:before {
    content: ""
}

.la-file-signature:before {
    content: ""
}

.la-file-upload:before {
    content: ""
}

.la-file-video:before {
    content: ""
}

.la-file-word:before {
    content: ""
}

.la-fill:before {
    content: ""
}

.la-fill-drip:before {
    content: ""
}

.la-film:before {
    content: ""
}

.la-filter:before {
    content: ""
}

.la-fingerprint:before {
    content: ""
}

.la-fire:before {
    content: ""
}

.la-fire-alt:before {
    content: ""
}

.la-fire-extinguisher:before {
    content: ""
}

.la-firefox:before {
    content: ""
}

.la-first-aid:before {
    content: ""
}

.la-first-order:before {
    content: ""
}

.la-first-order-alt:before {
    content: ""
}

.la-firstdraft:before {
    content: ""
}

.la-fish:before {
    content: ""
}

.la-fist-raised:before {
    content: ""
}

.la-flag:before {
    content: ""
}

.la-flag-checkered:before {
    content: ""
}

.la-flag-usa:before {
    content: ""
}

.la-flask:before {
    content: ""
}

.la-flickr:before {
    content: ""
}

.la-flipboard:before {
    content: ""
}

.la-flushed:before {
    content: ""
}

.la-fly:before {
    content: ""
}

.la-folder:before {
    content: ""
}

.la-folder-minus:before {
    content: ""
}

.la-folder-open:before {
    content: ""
}

.la-folder-plus:before {
    content: ""
}

.la-font:before {
    content: ""
}

.la-font-awesome:before {
    content: ""
}

.la-font-awesome-alt:before {
    content: ""
}

.la-font-awesome-flag:before {
    content: ""
}

.la-font-awesome-logo-full:before {
    content: ""
}

.la-fonticons:before {
    content: ""
}

.la-fonticons-fi:before {
    content: ""
}

.la-football-ball:before {
    content: ""
}

.la-fort-awesome:before {
    content: ""
}

.la-fort-awesome-alt:before {
    content: ""
}

.la-forumbee:before {
    content: ""
}

.la-forward:before {
    content: ""
}

.la-foursquare:before {
    content: ""
}

.la-free-code-camp:before {
    content: ""
}

.la-freebsd:before {
    content: ""
}

.la-frog:before {
    content: ""
}

.la-frown:before {
    content: ""
}

.la-frown-open:before {
    content: ""
}

.la-fulcrum:before {
    content: ""
}

.la-funnel-dollar:before {
    content: ""
}

.la-futbol:before {
    content: ""
}

.la-galactic-republic:before {
    content: ""
}

.la-galactic-senate:before {
    content: ""
}

.la-gamepad:before {
    content: ""
}

.la-gas-pump:before {
    content: ""
}

.la-gavel:before {
    content: ""
}

.la-gem:before {
    content: ""
}

.la-genderless:before {
    content: ""
}

.la-get-pocket:before {
    content: ""
}

.la-gg:before {
    content: ""
}

.la-gg-circle:before {
    content: ""
}

.la-ghost:before {
    content: ""
}

.la-gift:before {
    content: ""
}

.la-gifts:before {
    content: ""
}

.la-git:before {
    content: ""
}

.la-git-alt:before {
    content: ""
}

.la-git-square:before {
    content: ""
}

.la-github:before {
    content: ""
}

.la-github-alt:before {
    content: ""
}

.la-github-square:before {
    content: ""
}

.la-gitkraken:before {
    content: ""
}

.la-gitlab:before {
    content: ""
}

.la-gitter:before {
    content: ""
}

.la-glass-cheers:before {
    content: ""
}

.la-glass-martini:before {
    content: ""
}

.la-glass-martini-alt:before {
    content: ""
}

.la-glass-whiskey:before {
    content: ""
}

.la-glasses:before {
    content: ""
}

.la-glide:before {
    content: ""
}

.la-glide-g:before {
    content: ""
}

.la-globe:before {
    content: ""
}

.la-globe-africa:before {
    content: ""
}

.la-globe-americas:before {
    content: ""
}

.la-globe-asia:before {
    content: ""
}

.la-globe-europe:before {
    content: ""
}

.la-gofore:before {
    content: ""
}

.la-golf-ball:before {
    content: ""
}

.la-goodreads:before {
    content: ""
}

.la-goodreads-g:before {
    content: ""
}

.la-google:before {
    content: ""
}

.la-google-drive:before {
    content: ""
}

.la-google-play:before {
    content: ""
}

.la-google-plus:before {
    content: ""
}

.la-google-plus-g:before {
    content: ""
}

.la-google-plus-square:before {
    content: ""
}

.la-google-wallet:before {
    content: ""
}

.la-gopuram:before {
    content: ""
}

.la-graduation-cap:before {
    content: ""
}

.la-gratipay:before {
    content: ""
}

.la-grav:before {
    content: ""
}

.la-greater-than:before {
    content: ""
}

.la-greater-than-equal:before {
    content: ""
}

.la-grimace:before {
    content: ""
}

.la-grin:before {
    content: ""
}

.la-grin-alt:before {
    content: ""
}

.la-grin-beam:before {
    content: ""
}

.la-grin-beam-sweat:before {
    content: ""
}

.la-grin-hearts:before {
    content: ""
}

.la-grin-squint:before {
    content: ""
}

.la-grin-squint-tears:before {
    content: ""
}

.la-grin-stars:before {
    content: ""
}

.la-grin-tears:before {
    content: ""
}

.la-grin-tongue:before {
    content: ""
}

.la-grin-tongue-squint:before {
    content: ""
}

.la-grin-tongue-wink:before {
    content: ""
}

.la-grin-wink:before {
    content: ""
}

.la-grip-horizontal:before {
    content: ""
}

.la-grip-lines:before {
    content: ""
}

.la-grip-lines-vertical:before {
    content: ""
}

.la-grip-vertical:before {
    content: ""
}

.la-gripfire:before {
    content: ""
}

.la-grunt:before {
    content: ""
}

.la-guitar:before {
    content: ""
}

.la-gulp:before {
    content: ""
}

.la-h-square:before {
    content: ""
}

.la-hacker-news:before {
    content: ""
}

.la-hacker-news-square:before {
    content: ""
}

.la-hackerrank:before {
    content: ""
}

.la-hamburger:before {
    content: ""
}

.la-hammer:before {
    content: ""
}

.la-hamsa:before {
    content: ""
}

.la-hand-holding:before {
    content: ""
}

.la-hand-holding-heart:before {
    content: ""
}

.la-hand-holding-usd:before {
    content: ""
}

.la-hand-lizard:before {
    content: ""
}

.la-hand-middle-finger:before {
    content: ""
}

.la-hand-paper:before {
    content: ""
}

.la-hand-peace:before {
    content: ""
}

.la-hand-point-down:before {
    content: ""
}

.la-hand-point-left:before {
    content: ""
}

.la-hand-point-right:before {
    content: ""
}

.la-hand-point-up:before {
    content: ""
}

.la-hand-pointer:before {
    content: ""
}

.la-hand-rock:before {
    content: ""
}

.la-hand-scissors:before {
    content: ""
}

.la-hand-spock:before {
    content: ""
}

.la-hands:before {
    content: ""
}

.la-hands-helping:before {
    content: ""
}

.la-handshake:before {
    content: ""
}

.la-hanukiah:before {
    content: ""
}

.la-hard-hat:before {
    content: ""
}

.la-hashtag:before {
    content: ""
}

.la-hat-cowboy:before {
    content: ""
}

.la-hat-cowboy-side:before {
    content: ""
}

.la-hat-wizard:before {
    content: ""
}

.la-haykal:before {
    content: ""
}

.la-hdd:before {
    content: ""
}

.la-heading:before {
    content: ""
}

.la-headphones:before {
    content: ""
}

.la-headphones-alt:before {
    content: ""
}

.la-headset:before {
    content: ""
}

.la-heart:before {
    content: ""
}

.la-heart-broken:before {
    content: ""
}

.la-heartbeat:before {
    content: ""
}

.la-helicopter:before {
    content: ""
}

.la-highlighter:before {
    content: ""
}

.la-hiking:before {
    content: ""
}

.la-hippo:before {
    content: ""
}

.la-hips:before {
    content: ""
}

.la-hire-a-helper:before {
    content: ""
}

.la-history:before {
    content: ""
}

.la-hockey-puck:before {
    content: ""
}

.la-holly-berry:before {
    content: ""
}

.la-home:before {
    content: ""
}

.la-hooli:before {
    content: ""
}

.la-hornbill:before {
    content: ""
}

.la-horse:before {
    content: ""
}

.la-horse-head:before {
    content: ""
}

.la-hospital:before {
    content: ""
}

.la-hospital-alt:before {
    content: ""
}

.la-hospital-symbol:before {
    content: ""
}

.la-hot-tub:before {
    content: ""
}

.la-hotdog:before {
    content: ""
}

.la-hotel:before {
    content: ""
}

.la-hotjar:before {
    content: ""
}

.la-hourglass:before {
    content: ""
}

.la-hourglass-end:before {
    content: ""
}

.la-hourglass-half:before {
    content: ""
}

.la-hourglass-start:before {
    content: ""
}

.la-house-damage:before {
    content: ""
}

.la-houzz:before {
    content: ""
}

.la-hryvnia:before {
    content: ""
}

.la-html5:before {
    content: ""
}

.la-hubspot:before {
    content: ""
}

.la-i-cursor:before {
    content: ""
}

.la-ice-cream:before {
    content: ""
}

.la-icicles:before {
    content: ""
}

.la-icons:before {
    content: ""
}

.la-id-badge:before {
    content: ""
}

.la-id-card:before {
    content: ""
}

.la-id-card-alt:before {
    content: ""
}

.la-igloo:before {
    content: ""
}

.la-image:before {
    content: ""
}

.la-images:before {
    content: ""
}

.la-imdb:before {
    content: ""
}

.la-inbox:before {
    content: ""
}

.la-indent:before {
    content: ""
}

.la-industry:before {
    content: ""
}

.la-infinity:before {
    content: ""
}

.la-info:before {
    content: ""
}

.la-info-circle:before {
    content: ""
}

.la-instagram:before {
    content: ""
}

.la-intercom:before {
    content: ""
}

.la-internet-explorer:before {
    content: ""
}

.la-invision:before {
    content: ""
}

.la-ioxhost:before {
    content: ""
}

.la-italic:before {
    content: ""
}

.la-itch-io:before {
    content: ""
}

.la-itunes:before {
    content: ""
}

.la-itunes-note:before {
    content: ""
}

.la-java:before {
    content: ""
}

.la-jedi:before {
    content: ""
}

.la-jedi-order:before {
    content: ""
}

.la-jenkins:before {
    content: ""
}

.la-jira:before {
    content: ""
}

.la-joget:before {
    content: ""
}

.la-joint:before {
    content: ""
}

.la-joomla:before {
    content: ""
}

.la-journal-whills:before {
    content: ""
}

.la-js:before {
    content: ""
}

.la-js-square:before {
    content: ""
}

.la-jsfiddle:before {
    content: ""
}

.la-kaaba:before {
    content: ""
}

.la-kaggle:before {
    content: ""
}

.la-key:before {
    content: ""
}

.la-keybase:before {
    content: ""
}

.la-keyboard:before {
    content: ""
}

.la-keycdn:before {
    content: ""
}

.la-khanda:before {
    content: ""
}

.la-kickstarter:before {
    content: ""
}

.la-kickstarter-k:before {
    content: ""
}

.la-kiss:before {
    content: ""
}

.la-kiss-beam:before {
    content: ""
}

.la-kiss-wink-heart:before {
    content: ""
}

.la-kiwi-bird:before {
    content: ""
}

.la-korvue:before {
    content: ""
}

.la-landmark:before {
    content: ""
}

.la-language:before {
    content: ""
}

.la-laptop:before {
    content: ""
}

.la-laptop-code:before {
    content: ""
}

.la-laptop-medical:before {
    content: ""
}

.la-laravel:before {
    content: ""
}

.la-lastfm:before {
    content: ""
}

.la-lastfm-square:before {
    content: ""
}

.la-laugh:before {
    content: ""
}

.la-laugh-beam:before {
    content: ""
}

.la-laugh-squint:before {
    content: ""
}

.la-laugh-wink:before {
    content: ""
}

.la-layer-group:before {
    content: ""
}

.la-leaf:before {
    content: ""
}

.la-leanpub:before {
    content: ""
}

.la-lemon:before {
    content: ""
}

.la-less:before {
    content: ""
}

.la-less-than:before {
    content: ""
}

.la-less-than-equal:before {
    content: ""
}

.la-level-down-alt:before {
    content: ""
}

.la-level-up-alt:before {
    content: ""
}

.la-life-ring:before {
    content: ""
}

.la-lightbulb:before {
    content: ""
}

.la-line:before {
    content: ""
}

.la-link:before {
    content: ""
}

.la-linkedin:before {
    content: ""
}

.la-linkedin-in:before {
    content: ""
}

.la-linode:before {
    content: ""
}

.la-linux:before {
    content: ""
}

.la-lira-sign:before {
    content: ""
}

.la-list:before {
    content: ""
}

.la-list-alt:before {
    content: ""
}

.la-list-ol:before {
    content: ""
}

.la-list-ul:before {
    content: ""
}

.la-location-arrow:before {
    content: ""
}

.la-lock:before {
    content: ""
}

.la-lock-open:before {
    content: ""
}

.la-long-arrow-alt-down:before {
    content: ""
}

.la-long-arrow-alt-left:before {
    content: ""
}

.la-long-arrow-alt-right:before {
    content: ""
}

.la-long-arrow-alt-up:before {
    content: ""
}

.la-low-vision:before {
    content: ""
}

.la-luggage-cart:before {
    content: ""
}

.la-lyft:before {
    content: ""
}

.la-magento:before {
    content: ""
}

.la-magic:before {
    content: ""
}

.la-magnet:before {
    content: ""
}

.la-mail-bulk:before {
    content: ""
}

.la-mailchimp:before {
    content: ""
}

.la-male:before {
    content: ""
}

.la-mandalorian:before {
    content: ""
}

.la-map:before {
    content: ""
}

.la-map-marked:before {
    content: ""
}

.la-map-marked-alt:before {
    content: ""
}

.la-map-marker:before {
    content: ""
}

.la-map-marker-alt:before {
    content: ""
}

.la-map-pin:before {
    content: ""
}

.la-map-signs:before {
    content: ""
}

.la-markdown:before {
    content: ""
}

.la-marker:before {
    content: ""
}

.la-mars:before {
    content: ""
}

.la-mars-double:before {
    content: ""
}

.la-mars-stroke:before {
    content: ""
}

.la-mars-stroke-h:before {
    content: ""
}

.la-mars-stroke-v:before {
    content: ""
}

.la-mask:before {
    content: ""
}

.la-mastodon:before {
    content: ""
}

.la-maxcdn:before {
    content: ""
}

.la-mdb:before {
    content: ""
}

.la-medal:before {
    content: ""
}

.la-medapps:before {
    content: ""
}

.la-medium:before {
    content: ""
}

.la-medium-m:before {
    content: ""
}

.la-medkit:before {
    content: ""
}

.la-medrt:before {
    content: ""
}

.la-meetup:before {
    content: ""
}

.la-megaport:before {
    content: ""
}

.la-meh:before {
    content: ""
}

.la-meh-blank:before {
    content: ""
}

.la-meh-rolling-eyes:before {
    content: ""
}

.la-memory:before {
    content: ""
}

.la-mendeley:before {
    content: ""
}

.la-menorah:before {
    content: ""
}

.la-mercury:before {
    content: ""
}

.la-meteor:before {
    content: ""
}

.la-microchip:before {
    content: ""
}

.la-microphone:before {
    content: ""
}

.la-microphone-alt:before {
    content: ""
}

.la-microphone-alt-slash:before {
    content: ""
}

.la-microphone-slash:before {
    content: ""
}

.la-microscope:before {
    content: ""
}

.la-microsoft:before {
    content: ""
}

.la-minus:before {
    content: ""
}

.la-minus-circle:before {
    content: ""
}

.la-minus-square:before {
    content: ""
}

.la-mitten:before {
    content: ""
}

.la-mix:before {
    content: ""
}

.la-mixcloud:before {
    content: ""
}

.la-mizuni:before {
    content: ""
}

.la-mobile:before {
    content: ""
}

.la-mobile-alt:before {
    content: ""
}

.la-modx:before {
    content: ""
}

.la-monero:before {
    content: ""
}

.la-money-bill:before {
    content: ""
}

.la-money-bill-alt:before {
    content: ""
}

.la-money-bill-wave:before {
    content: ""
}

.la-money-bill-wave-alt:before {
    content: ""
}

.la-money-check:before {
    content: ""
}

.la-money-check-alt:before {
    content: ""
}

.la-monument:before {
    content: ""
}

.la-moon:before {
    content: ""
}

.la-mortar-pestle:before {
    content: ""
}

.la-mosque:before {
    content: ""
}

.la-motorcycle:before {
    content: ""
}

.la-mountain:before {
    content: ""
}

.la-mouse:before {
    content: ""
}

.la-mouse-pointer:before {
    content: ""
}

.la-mug-hot:before {
    content: ""
}

.la-music:before {
    content: ""
}

.la-napster:before {
    content: ""
}

.la-neos:before {
    content: ""
}

.la-network-wired:before {
    content: ""
}

.la-neuter:before {
    content: ""
}

.la-newspaper:before {
    content: ""
}

.la-nimblr:before {
    content: ""
}

.la-node:before {
    content: ""
}

.la-node-js:before {
    content: ""
}

.la-not-equal:before {
    content: ""
}

.la-notes-medical:before {
    content: ""
}

.la-npm:before {
    content: ""
}

.la-ns8:before {
    content: ""
}

.la-nutritionix:before {
    content: ""
}

.la-object-group:before {
    content: ""
}

.la-object-ungroup:before {
    content: ""
}

.la-odnoklassniki:before {
    content: ""
}

.la-odnoklassniki-square:before {
    content: ""
}

.la-oil-can:before {
    content: ""
}

.la-old-republic:before {
    content: ""
}

.la-om:before {
    content: ""
}

.la-opencart:before {
    content: ""
}

.la-openid:before {
    content: ""
}

.la-opera:before {
    content: ""
}

.la-optin-monster:before {
    content: ""
}

.la-orcid:before {
    content: ""
}

.la-osi:before {
    content: ""
}

.la-otter:before {
    content: ""
}

.la-outdent:before {
    content: ""
}

.la-page4:before {
    content: ""
}

.la-pagelines:before {
    content: ""
}

.la-pager:before {
    content: ""
}

.la-paint-brush:before {
    content: ""
}

.la-paint-roller:before {
    content: ""
}

.la-palette:before {
    content: ""
}

.la-palfed:before {
    content: ""
}

.la-pallet:before {
    content: ""
}

.la-paper-plane:before {
    content: ""
}

.la-paperclip:before {
    content: ""
}

.la-parachute-box:before {
    content: ""
}

.la-paragraph:before {
    content: ""
}

.la-parking:before {
    content: ""
}

.la-passport:before {
    content: ""
}

.la-pastafarianism:before {
    content: ""
}

.la-paste:before {
    content: ""
}

.la-patreon:before {
    content: ""
}

.la-pause:before {
    content: ""
}

.la-pause-circle:before {
    content: ""
}

.la-paw:before {
    content: ""
}

.la-paypal:before {
    content: ""
}

.la-peace:before {
    content: ""
}

.la-pen:before {
    content: ""
}

.la-pen-alt:before {
    content: ""
}

.la-pen-fancy:before {
    content: ""
}

.la-pen-nib:before {
    content: ""
}

.la-pen-square:before {
    content: ""
}

.la-pencil-alt:before {
    content: ""
}

.la-pencil-ruler:before {
    content: ""
}

.la-penny-arcade:before {
    content: ""
}

.la-people-carry:before {
    content: ""
}

.la-pepper-hot:before {
    content: ""
}

.la-percent:before {
    content: ""
}

.la-percentage:before {
    content: ""
}

.la-periscope:before {
    content: ""
}

.la-person-booth:before {
    content: ""
}

.la-phabricator:before {
    content: ""
}

.la-phoenix-framework:before {
    content: ""
}

.la-phoenix-squadron:before {
    content: ""
}

.la-phone:before {
    content: ""
}

.la-phone-alt:before {
    content: ""
}

.la-phone-slash:before {
    content: ""
}

.la-phone-square:before {
    content: ""
}

.la-phone-square-alt:before {
    content: ""
}

.la-phone-volume:before {
    content: ""
}

.la-photo-video:before {
    content: ""
}

.la-php:before {
    content: ""
}

.la-pied-piper:before {
    content: ""
}

.la-pied-piper-alt:before {
    content: ""
}

.la-pied-piper-hat:before {
    content: ""
}

.la-pied-piper-pp:before {
    content: ""
}

.la-piggy-bank:before {
    content: ""
}

.la-pills:before {
    content: ""
}

.la-pinterest:before {
    content: ""
}

.la-pinterest-p:before {
    content: ""
}

.la-pinterest-square:before {
    content: ""
}

.la-pizza-slice:before {
    content: ""
}

.la-place-of-worship:before {
    content: ""
}

.la-plane:before {
    content: ""
}

.la-plane-arrival:before {
    content: ""
}

.la-plane-departure:before {
    content: ""
}

.la-play:before {
    content: ""
}

.la-play-circle:before {
    content: ""
}

.la-playstation:before {
    content: ""
}

.la-plug:before {
    content: ""
}

.la-plus:before {
    content: ""
}

.la-plus-circle:before {
    content: ""
}

.la-plus-square:before {
    content: ""
}

.la-podcast:before {
    content: ""
}

.la-poll:before {
    content: ""
}

.la-poll-h:before {
    content: ""
}

.la-poo:before {
    content: ""
}

.la-poo-storm:before {
    content: ""
}

.la-poop:before {
    content: ""
}

.la-portrait:before {
    content: ""
}

.la-pound-sign:before {
    content: ""
}

.la-power-off:before {
    content: ""
}

.la-pray:before {
    content: ""
}

.la-praying-hands:before {
    content: ""
}

.la-prescription:before {
    content: ""
}

.la-prescription-bottle:before {
    content: ""
}

.la-prescription-bottle-alt:before {
    content: ""
}

.la-print:before {
    content: ""
}

.la-procedures:before {
    content: ""
}

.la-product-hunt:before {
    content: ""
}

.la-project-diagram:before {
    content: ""
}

.la-pushed:before {
    content: ""
}

.la-puzzle-piece:before {
    content: ""
}

.la-python:before {
    content: ""
}

.la-qq:before {
    content: ""
}

.la-qrcode:before {
    content: ""
}

.la-question:before {
    content: ""
}

.la-question-circle:before {
    content: ""
}

.la-quidditch:before {
    content: ""
}

.la-quinscape:before {
    content: ""
}

.la-quora:before {
    content: ""
}

.la-quote-left:before {
    content: ""
}

.la-quote-right:before {
    content: ""
}

.la-quran:before {
    content: ""
}

.la-r-project:before {
    content: ""
}

.la-radiation:before {
    content: ""
}

.la-radiation-alt:before {
    content: ""
}

.la-rainbow:before {
    content: ""
}

.la-random:before {
    content: ""
}

.la-raspberry-pi:before {
    content: ""
}

.la-ravelry:before {
    content: ""
}

.la-react:before {
    content: ""
}

.la-reacteurope:before {
    content: ""
}

.la-readme:before {
    content: ""
}

.la-rebel:before {
    content: ""
}

.la-receipt:before {
    content: ""
}

.la-record-vinyl:before {
    content: ""
}

.la-recycle:before {
    content: ""
}

.la-red-river:before {
    content: ""
}

.la-reddit:before {
    content: ""
}

.la-reddit-alien:before {
    content: ""
}

.la-reddit-square:before {
    content: ""
}

.la-redhat:before {
    content: ""
}

.la-redo:before {
    content: ""
}

.la-redo-alt:before {
    content: ""
}

.la-registered:before {
    content: ""
}

.la-remove-format:before {
    content: ""
}

.la-renren:before {
    content: ""
}

.la-reply:before {
    content: ""
}

.la-reply-all:before {
    content: ""
}

.la-replyd:before {
    content: ""
}

.la-republican:before {
    content: ""
}

.la-researchgate:before {
    content: ""
}

.la-resolving:before {
    content: ""
}

.la-restroom:before {
    content: ""
}

.la-retweet:before {
    content: ""
}

.la-rev:before {
    content: ""
}

.la-ribbon:before {
    content: ""
}

.la-ring:before {
    content: ""
}

.la-road:before {
    content: ""
}

.la-robot:before {
    content: ""
}

.la-rocket:before {
    content: ""
}

.la-rocketchat:before {
    content: ""
}

.la-rockrms:before {
    content: ""
}

.la-route:before {
    content: ""
}

.la-rss:before {
    content: ""
}

.la-rss-square:before {
    content: ""
}

.la-ruble-sign:before {
    content: ""
}

.la-ruler:before {
    content: ""
}

.la-ruler-combined:before {
    content: ""
}

.la-ruler-horizontal:before {
    content: ""
}

.la-ruler-vertical:before {
    content: ""
}

.la-running:before {
    content: ""
}

.la-rupee-sign:before {
    content: ""
}

.la-sad-cry:before {
    content: ""
}

.la-sad-tear:before {
    content: ""
}

.la-safari:before {
    content: ""
}

.la-salesforce:before {
    content: ""
}

.la-sass:before {
    content: ""
}

.la-satellite:before {
    content: ""
}

.la-satellite-dish:before {
    content: ""
}

.la-save:before {
    content: ""
}

.la-schlix:before {
    content: ""
}

.la-school:before {
    content: ""
}

.la-screwdriver:before {
    content: ""
}

.la-scribd:before {
    content: ""
}

.la-scroll:before {
    content: ""
}

.la-sd-card:before {
    content: ""
}

.la-search:before {
    content: ""
}

.la-search-dollar:before {
    content: ""
}

.la-search-location:before {
    content: ""
}

.la-search-minus:before {
    content: ""
}

.la-search-plus:before {
    content: ""
}

.la-searchengin:before {
    content: ""
}

.la-seedling:before {
    content: ""
}

.la-sellcast:before {
    content: ""
}

.la-sellsy:before {
    content: ""
}

.la-server:before {
    content: ""
}

.la-servicestack:before {
    content: ""
}

.la-shapes:before {
    content: ""
}

.la-share:before {
    content: ""
}

.la-share-alt:before {
    content: ""
}

.la-share-alt-square:before {
    content: ""
}

.la-share-square:before {
    content: ""
}

.la-shekel-sign:before {
    content: ""
}

.la-shield-alt:before {
    content: ""
}

.la-ship:before {
    content: ""
}

.la-shipping-fast:before {
    content: ""
}

.la-shirtsinbulk:before {
    content: ""
}

.la-shoe-prints:before {
    content: ""
}

.la-shopping-bag:before {
    content: ""
}

.la-shopping-basket:before {
    content: ""
}

.la-shopping-cart:before {
    content: ""
}

.la-shopware:before {
    content: ""
}

.la-shower:before {
    content: ""
}

.la-shuttle-van:before {
    content: ""
}

.la-sign:before {
    content: ""
}

.la-sign-in-alt:before {
    content: ""
}

.la-sign-language:before {
    content: ""
}

.la-sign-out-alt:before {
    content: ""
}

.la-signal:before {
    content: ""
}

.la-signature:before {
    content: ""
}

.la-sim-card:before {
    content: ""
}

.la-simplybuilt:before {
    content: ""
}

.la-sistrix:before {
    content: ""
}

.la-sitemap:before {
    content: ""
}

.la-sith:before {
    content: ""
}

.la-skating:before {
    content: ""
}

.la-sketch:before {
    content: ""
}

.la-skiing:before {
    content: ""
}

.la-skiing-nordic:before {
    content: ""
}

.la-skull:before {
    content: ""
}

.la-skull-crossbones:before {
    content: ""
}

.la-skyatlas:before {
    content: ""
}

.la-skype:before {
    content: ""
}

.la-slack:before {
    content: ""
}

.la-slack-hash:before {
    content: ""
}

.la-slash:before {
    content: ""
}

.la-sleigh:before {
    content: ""
}

.la-sliders-h:before {
    content: ""
}

.la-slideshare:before {
    content: ""
}

.la-smile:before {
    content: ""
}

.la-smile-beam:before {
    content: ""
}

.la-smile-wink:before {
    content: ""
}

.la-smog:before {
    content: ""
}

.la-smoking:before {
    content: ""
}

.la-smoking-ban:before {
    content: ""
}

.la-sms:before {
    content: ""
}

.la-snapchat:before {
    content: ""
}

.la-snapchat-ghost:before {
    content: ""
}

.la-snapchat-square:before {
    content: ""
}

.la-snowboarding:before {
    content: ""
}

.la-snowflake:before {
    content: ""
}

.la-snowman:before {
    content: ""
}

.la-snowplow:before {
    content: ""
}

.la-socks:before {
    content: ""
}

.la-solar-panel:before {
    content: ""
}

.la-sort:before {
    content: ""
}

.la-sort-alpha-down:before {
    content: ""
}

.la-sort-alpha-down-alt:before {
    content: ""
}

.la-sort-alpha-up:before {
    content: ""
}

.la-sort-alpha-up-alt:before {
    content: ""
}

.la-sort-amount-down:before {
    content: ""
}

.la-sort-amount-down-alt:before {
    content: ""
}

.la-sort-amount-up:before {
    content: ""
}

.la-sort-amount-up-alt:before {
    content: ""
}

.la-sort-down:before {
    content: ""
}

.la-sort-numeric-down:before {
    content: ""
}

.la-sort-numeric-down-alt:before {
    content: ""
}

.la-sort-numeric-up:before {
    content: ""
}

.la-sort-numeric-up-alt:before {
    content: ""
}

.la-sort-up:before {
    content: ""
}

.la-soundcloud:before {
    content: ""
}

.la-sourcetree:before {
    content: ""
}

.la-spa:before {
    content: ""
}

.la-space-shuttle:before {
    content: ""
}

.la-speakap:before {
    content: ""
}

.la-speaker-deck:before {
    content: ""
}

.la-spell-check:before {
    content: ""
}

.la-spider:before {
    content: ""
}

.la-spinner:before {
    content: ""
}

.la-splotch:before {
    content: ""
}

.la-spotify:before {
    content: ""
}

.la-spray-can:before {
    content: ""
}

.la-square:before {
    content: ""
}

.la-square-full:before {
    content: ""
}

.la-square-root-alt:before {
    content: ""
}

.la-squarespace:before {
    content: ""
}

.la-stack-exchange:before {
    content: ""
}

.la-stack-overflow:before {
    content: ""
}

.la-stackpath:before {
    content: ""
}

.la-stamp:before {
    content: ""
}

.la-star:before {
    content: ""
}

.la-star-and-crescent:before {
    content: ""
}

.la-star-half:before {
    content: ""
}

.la-star-half-alt:before {
    content: ""
}

.la-star-of-david:before {
    content: ""
}

.la-star-of-life:before {
    content: ""
}

.la-staylinked:before {
    content: ""
}

.la-steam:before {
    content: ""
}

.la-steam-square:before {
    content: ""
}

.la-steam-symbol:before {
    content: ""
}

.la-step-backward:before {
    content: ""
}

.la-step-forward:before {
    content: ""
}

.la-stethoscope:before {
    content: ""
}

.la-sticker-mule:before {
    content: ""
}

.la-sticky-note:before {
    content: ""
}

.la-stop:before {
    content: ""
}

.la-stop-circle:before {
    content: ""
}

.la-stopwatch:before {
    content: ""
}

.la-store:before {
    content: ""
}

.la-store-alt:before {
    content: ""
}

.la-strava:before {
    content: ""
}

.la-stream:before {
    content: ""
}

.la-street-view:before {
    content: ""
}

.la-strikethrough:before {
    content: ""
}

.la-stripe:before {
    content: ""
}

.la-stripe-s:before {
    content: ""
}

.la-stroopwafel:before {
    content: ""
}

.la-studiovinari:before {
    content: ""
}

.la-stumbleupon:before {
    content: ""
}

.la-stumbleupon-circle:before {
    content: ""
}

.la-subscript:before {
    content: ""
}

.la-subway:before {
    content: ""
}

.la-suitcase:before {
    content: ""
}

.la-suitcase-rolling:before {
    content: ""
}

.la-sun:before {
    content: ""
}

.la-superpowers:before {
    content: ""
}

.la-superscript:before {
    content: ""
}

.la-supple:before {
    content: ""
}

.la-surprise:before {
    content: ""
}

.la-suse:before {
    content: ""
}

.la-swatchbook:before {
    content: ""
}

.la-swift:before {
    content: ""
}

.la-swimmer:before {
    content: ""
}

.la-swimming-pool:before {
    content: ""
}

.la-symfony:before {
    content: ""
}

.la-synagogue:before {
    content: ""
}

.la-sync:before {
    content: ""
}

.la-sync-alt:before {
    content: ""
}

.la-syringe:before {
    content: ""
}

.la-table:before {
    content: ""
}

.la-table-tennis:before {
    content: ""
}

.la-tablet:before {
    content: ""
}

.la-tablet-alt:before {
    content: ""
}

.la-tablets:before {
    content: ""
}

.la-tachometer-alt:before {
    content: ""
}

.la-tag:before {
    content: ""
}

.la-tags:before {
    content: ""
}

.la-tape:before {
    content: ""
}

.la-tasks:before {
    content: ""
}

.la-taxi:before {
    content: ""
}

.la-teamspeak:before {
    content: ""
}

.la-teeth:before {
    content: ""
}

.la-teeth-open:before {
    content: ""
}

.la-telegram:before {
    content: ""
}

.la-telegram-plane:before {
    content: ""
}

.la-temperature-high:before {
    content: ""
}

.la-temperature-low:before {
    content: ""
}

.la-tencent-weibo:before {
    content: ""
}

.la-tenge:before {
    content: ""
}

.la-terminal:before {
    content: ""
}

.la-text-height:before {
    content: ""
}

.la-text-width:before {
    content: ""
}

.la-th:before {
    content: ""
}

.la-th-large:before {
    content: ""
}

.la-th-list:before {
    content: ""
}

.la-the-red-yeti:before {
    content: ""
}

.la-theater-masks:before {
    content: ""
}

.la-themeco:before {
    content: ""
}

.la-themeisle:before {
    content: ""
}

.la-thermometer:before {
    content: ""
}

.la-thermometer-empty:before {
    content: ""
}

.la-thermometer-full:before {
    content: ""
}

.la-thermometer-half:before {
    content: ""
}

.la-thermometer-quarter:before {
    content: ""
}

.la-thermometer-three-quarters:before {
    content: ""
}

.la-think-peaks:before {
    content: ""
}

.la-thumbs-down:before {
    content: ""
}

.la-thumbs-up:before {
    content: ""
}

.la-thumbtack:before {
    content: ""
}

.la-ticket-alt:before {
    content: ""
}

.la-times:before {
    content: ""
}

.la-times-circle:before {
    content: ""
}

.la-tint:before {
    content: ""
}

.la-tint-slash:before {
    content: ""
}

.la-tired:before {
    content: ""
}

.la-toggle-off:before {
    content: ""
}

.la-toggle-on:before {
    content: ""
}

.la-toilet:before {
    content: ""
}

.la-toilet-paper:before {
    content: ""
}

.la-toolbox:before {
    content: ""
}

.la-tools:before {
    content: ""
}

.la-tooth:before {
    content: ""
}

.la-torah:before {
    content: ""
}

.la-torii-gate:before {
    content: ""
}

.la-tractor:before {
    content: ""
}

.la-trade-federation:before {
    content: ""
}

.la-trademark:before {
    content: ""
}

.la-traffic-light:before {
    content: ""
}

.la-train:before {
    content: ""
}

.la-tram:before {
    content: ""
}

.la-transgender:before {
    content: ""
}

.la-transgender-alt:before {
    content: ""
}

.la-trash:before {
    content: ""
}

.la-trash-alt:before {
    content: ""
}

.la-trash-restore:before {
    content: ""
}

.la-trash-restore-alt:before {
    content: ""
}

.la-tree:before {
    content: ""
}

.la-trello:before {
    content: ""
}

.la-tripadvisor:before {
    content: ""
}

.la-trophy:before {
    content: ""
}

.la-truck:before {
    content: ""
}

.la-truck-loading:before {
    content: ""
}

.la-truck-monster:before {
    content: ""
}

.la-truck-moving:before {
    content: ""
}

.la-truck-pickup:before {
    content: ""
}

.la-tshirt:before {
    content: ""
}

.la-tty:before {
    content: ""
}

.la-tumblr:before {
    content: ""
}

.la-tumblr-square:before {
    content: ""
}

.la-tv:before {
    content: ""
}

.la-twitch:before {
    content: ""
}

.la-twitter:before {
    content: ""
}

.la-twitter-square:before {
    content: ""
}

.la-typo3:before {
    content: ""
}

.la-uber:before {
    content: ""
}

.la-ubuntu:before {
    content: ""
}

.la-uikit:before {
    content: ""
}

.la-umbraco:before {
    content: ""
}

.la-umbrella:before {
    content: ""
}

.la-umbrella-beach:before {
    content: ""
}

.la-underline:before {
    content: ""
}

.la-undo:before {
    content: ""
}

.la-undo-alt:before {
    content: ""
}

.la-uniregistry:before {
    content: ""
}

.la-universal-access:before {
    content: ""
}

.la-university:before {
    content: ""
}

.la-unlink:before {
    content: ""
}

.la-unlock:before {
    content: ""
}

.la-unlock-alt:before {
    content: ""
}

.la-untappd:before {
    content: ""
}

.la-upload:before {
    content: ""
}

.la-ups:before {
    content: ""
}

.la-usb:before {
    content: ""
}

.la-user:before {
    content: ""
}

.la-user-alt:before {
    content: ""
}

.la-user-alt-slash:before {
    content: ""
}

.la-user-astronaut:before {
    content: ""
}

.la-user-check:before {
    content: ""
}

.la-user-circle:before {
    content: ""
}

.la-user-clock:before {
    content: ""
}

.la-user-cog:before {
    content: ""
}

.la-user-edit:before {
    content: ""
}

.la-user-friends:before {
    content: ""
}

.la-user-graduate:before {
    content: ""
}

.la-user-injured:before {
    content: ""
}

.la-user-lock:before {
    content: ""
}

.la-user-md:before {
    content: ""
}

.la-user-minus:before {
    content: ""
}

.la-user-ninja:before {
    content: ""
}

.la-user-nurse:before {
    content: ""
}

.la-user-plus:before {
    content: ""
}

.la-user-secret:before {
    content: ""
}

.la-user-shield:before {
    content: ""
}

.la-user-slash:before {
    content: ""
}

.la-user-tag:before {
    content: ""
}

.la-user-tie:before {
    content: ""
}

.la-user-times:before {
    content: ""
}

.la-users:before {
    content: ""
}

.la-users-cog:before {
    content: ""
}

.la-usps:before {
    content: ""
}

.la-ussunnah:before {
    content: ""
}

.la-utensil-spoon:before {
    content: ""
}

.la-utensils:before {
    content: ""
}

.la-vaadin:before {
    content: ""
}

.la-vector-square:before {
    content: ""
}

.la-venus:before {
    content: ""
}

.la-venus-double:before {
    content: ""
}

.la-venus-mars:before {
    content: ""
}

.la-viacoin:before {
    content: ""
}

.la-viadeo:before {
    content: ""
}

.la-viadeo-square:before {
    content: ""
}

.la-vial:before {
    content: ""
}

.la-vials:before {
    content: ""
}

.la-viber:before {
    content: ""
}

.la-video:before {
    content: ""
}

.la-video-slash:before {
    content: ""
}

.la-vihara:before {
    content: ""
}

.la-vimeo:before {
    content: ""
}

.la-vimeo-square:before {
    content: ""
}

.la-vimeo-v:before {
    content: ""
}

.la-vine:before {
    content: ""
}

.la-vk:before {
    content: ""
}

.la-vnv:before {
    content: ""
}

.la-voicemail:before {
    content: ""
}

.la-volleyball-ball:before {
    content: ""
}

.la-volume-down:before {
    content: ""
}

.la-volume-mute:before {
    content: ""
}

.la-volume-off:before {
    content: ""
}

.la-volume-up:before {
    content: ""
}

.la-vote-yea:before {
    content: ""
}

.la-vr-cardboard:before {
    content: ""
}

.la-vuejs:before {
    content: ""
}

.la-walking:before {
    content: ""
}

.la-wallet:before {
    content: ""
}

.la-warehouse:before {
    content: ""
}

.la-water:before {
    content: ""
}

.la-wave-square:before {
    content: ""
}

.la-waze:before {
    content: ""
}

.la-weebly:before {
    content: ""
}

.la-weibo:before {
    content: ""
}

.la-weight:before {
    content: ""
}

.la-weight-hanging:before {
    content: ""
}

.la-weixin:before {
    content: ""
}

.la-whatsapp:before {
    content: ""
}

.la-whatsapp-square:before {
    content: ""
}

.la-wheelchair:before {
    content: ""
}

.la-whmcs:before {
    content: ""
}

.la-wifi:before {
    content: ""
}

.la-wikipedia-w:before {
    content: ""
}

.la-wind:before {
    content: ""
}

.la-window-close:before {
    content: ""
}

.la-window-maximize:before {
    content: ""
}

.la-window-minimize:before {
    content: ""
}

.la-window-restore:before {
    content: ""
}

.la-windows:before {
    content: ""
}

.la-wine-bottle:before {
    content: ""
}

.la-wine-glass:before {
    content: ""
}

.la-wine-glass-alt:before {
    content: ""
}

.la-wix:before {
    content: ""
}

.la-wizards-of-the-coast:before {
    content: ""
}

.la-wolf-pack-battalion:before {
    content: ""
}

.la-won-sign:before {
    content: ""
}

.la-wordpress:before {
    content: ""
}

.la-wordpress-simple:before {
    content: ""
}

.la-wpbeginner:before {
    content: ""
}

.la-wpexplorer:before {
    content: ""
}

.la-wpforms:before {
    content: ""
}

.la-wpressr:before {
    content: ""
}

.la-wrench:before {
    content: ""
}

.la-x-ray:before {
    content: ""
}

.la-xbox:before {
    content: ""
}

.la-xing:before {
    content: ""
}

.la-xing-square:before {
    content: ""
}

.la-y-combinator:before {
    content: ""
}

.la-yahoo:before {
    content: ""
}

.la-yammer:before {
    content: ""
}

.la-yandex:before {
    content: ""
}

.la-yandex-international:before {
    content: ""
}

.la-yarn:before {
    content: ""
}

.la-yelp:before {
    content: ""
}

.la-yen-sign:before {
    content: ""
}

.la-yin-yang:before {
    content: ""
}

.la-yoast:before {
    content: ""
}

.la-youtube:before {
    content: ""
}

.la-youtube-square:before {
    content: ""
}

.la-zhihu:before {
    content: ""
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Line Awesome Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/la-brands-400.eot);
    src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-brands-400.woff2) format("woff2"), url(../fonts/la-brands-400.woff) format("woff"), url(../fonts/la-brands-400.ttf) format("truetype"), url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}

.lab {
    font-family: "Line Awesome Brands"
}

@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/la-regular-400.eot);
    src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-regular-400.woff2) format("woff2"), url(../fonts/la-regular-400.woff) format("woff"), url(../fonts/la-regular-400.ttf) format("truetype"), url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}

.lar {
    font-family: "Line Awesome Free";
    font-weight: 400
}

@font-face {
    font-family: "Line Awesome Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/la-solid-900.eot);
    src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/la-solid-900.woff2) format("woff2"), url(../fonts/la-solid-900.woff) format("woff"), url(../fonts/la-solid-900.ttf) format("truetype"), url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}

.la,
.las {
    font-family: "Line Awesome Free";
    font-weight: 900
}

.la.la-glass:before {
    content: ""
}

.la.la-meetup {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-star-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-star-o:before {
    content: ""
}

.la.la-remove:before {
    content: ""
}

.la.la-close:before {
    content: ""
}

.la.la-gear:before {
    content: ""
}

.la.la-trash-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-trash-o:before {
    content: ""
}

.la.la-file-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-o:before {
    content: ""
}

.la.la-clock-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-clock-o:before {
    content: ""
}

.la.la-arrow-circle-o-down {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-arrow-circle-o-down:before {
    content: ""
}

.la.la-arrow-circle-o-up {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-arrow-circle-o-up:before {
    content: ""
}

.la.la-play-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-play-circle-o:before {
    content: ""
}

.la.la-repeat:before {
    content: ""
}

.la.la-rotate-right:before {
    content: ""
}

.la.la-refresh:before {
    content: ""
}

.la.la-list-alt {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-dedent:before {
    content: ""
}

.la.la-video-camera:before {
    content: ""
}

.la.la-picture-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-picture-o:before {
    content: ""
}

.la.la-photo {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-photo:before {
    content: ""
}

.la.la-image {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-image:before {
    content: ""
}

.la.la-pencil:before {
    content: ""
}

.la.la-map-marker:before {
    content: ""
}

.la.la-pencil-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-pencil-square-o:before {
    content: ""
}

.la.la-share-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-share-square-o:before {
    content: ""
}

.la.la-check-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-check-square-o:before {
    content: ""
}

.la.la-arrows:before {
    content: ""
}

.la.la-times-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-times-circle-o:before {
    content: ""
}

.la.la-check-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-check-circle-o:before {
    content: ""
}

.la.la-mail-forward:before {
    content: ""
}

.la.la-eye {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-eye-slash {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-warning:before {
    content: ""
}

.la.la-calendar:before {
    content: ""
}

.la.la-arrows-v:before {
    content: ""
}

.la.la-arrows-h:before {
    content: ""
}

.la.la-bar-chart {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-bar-chart:before {
    content: ""
}

.la.la-bar-chart-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-bar-chart-o:before {
    content: ""
}

.la.la-twitter-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-facebook-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-gears:before {
    content: ""
}

.la.la-thumbs-o-up {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-thumbs-o-up:before {
    content: ""
}

.la.la-thumbs-o-down {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-thumbs-o-down:before {
    content: ""
}

.la.la-heart-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-heart-o:before {
    content: ""
}

.la.la-sign-out:before {
    content: ""
}

.la.la-linkedin-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-linkedin-square:before {
    content: ""
}

.la.la-thumb-tack:before {
    content: ""
}

.la.la-external-link:before {
    content: ""
}

.la.la-sign-in:before {
    content: ""
}

.la.la-github-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-lemon-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-lemon-o:before {
    content: ""
}

.la.la-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-square-o:before {
    content: ""
}

.la.la-bookmark-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-bookmark-o:before {
    content: ""
}

.la.la-twitter {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-facebook {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-facebook:before {
    content: ""
}

.la.la-facebook-f {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-facebook-f:before {
    content: ""
}

.la.la-github {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-credit-card {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-feed:before {
    content: ""
}

.la.la-hdd-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hdd-o:before {
    content: ""
}

.la.la-hand-o-right {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-o-right:before {
    content: ""
}

.la.la-hand-o-left {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-o-left:before {
    content: ""
}

.la.la-hand-o-up {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-o-up:before {
    content: ""
}

.la.la-hand-o-down {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-o-down:before {
    content: ""
}

.la.la-arrows-alt:before {
    content: ""
}

.la.la-group:before {
    content: ""
}

.la.la-chain:before {
    content: ""
}

.la.la-scissors:before {
    content: ""
}

.la.la-files-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-files-o:before {
    content: ""
}

.la.la-floppy-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-floppy-o:before {
    content: ""
}

.la.la-navicon:before {
    content: ""
}

.la.la-reorder:before {
    content: ""
}

.la.la-pinterest {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-pinterest-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-google-plus-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-google-plus {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-google-plus:before {
    content: ""
}

.la.la-money {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-money:before {
    content: ""
}

.la.la-unsorted:before {
    content: ""
}

.la.la-sort-desc:before {
    content: ""
}

.la.la-sort-asc:before {
    content: ""
}

.la.la-linkedin {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-linkedin:before {
    content: ""
}

.la.la-rotate-left:before {
    content: ""
}

.la.la-legal:before {
    content: ""
}

.la.la-tachometer:before {
    content: ""
}

.la.la-dashboard:before {
    content: ""
}

.la.la-comment-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-comment-o:before {
    content: ""
}

.la.la-comments-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-comments-o:before {
    content: ""
}

.la.la-flash:before {
    content: ""
}

.la.la-clipboard {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-paste {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-paste:before {
    content: ""
}

.la.la-lightbulb-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-lightbulb-o:before {
    content: ""
}

.la.la-exchange:before {
    content: ""
}

.la.la-cloud-download:before {
    content: ""
}

.la.la-cloud-upload:before {
    content: ""
}

.la.la-bell-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-bell-o:before {
    content: ""
}

.la.la-cutlery:before {
    content: ""
}

.la.la-file-text-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-text-o:before {
    content: ""
}

.la.la-building-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-building-o:before {
    content: ""
}

.la.la-hospital-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hospital-o:before {
    content: ""
}

.la.la-tablet:before {
    content: ""
}

.la.la-mobile:before {
    content: ""
}

.la.la-mobile-phone:before {
    content: ""
}

.la.la-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-circle-o:before {
    content: ""
}

.la.la-mail-reply:before {
    content: ""
}

.la.la-github-alt {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-folder-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-folder-o:before {
    content: ""
}

.la.la-folder-open-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-folder-open-o:before {
    content: ""
}

.la.la-smile-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-smile-o:before {
    content: ""
}

.la.la-frown-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-frown-o:before {
    content: ""
}

.la.la-meh-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-meh-o:before {
    content: ""
}

.la.la-keyboard-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-keyboard-o:before {
    content: ""
}

.la.la-flag-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-flag-o:before {
    content: ""
}

.la.la-mail-reply-all:before {
    content: ""
}

.la.la-star-half-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-star-half-o:before {
    content: ""
}

.la.la-star-half-empty {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-star-half-empty:before {
    content: ""
}

.la.la-star-half-full {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-star-half-full:before {
    content: ""
}

.la.la-code-fork:before {
    content: ""
}

.la.la-chain-broken:before {
    content: ""
}

.la.la-shield:before {
    content: ""
}

.la.la-calendar-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-calendar-o:before {
    content: ""
}

.la.la-maxcdn {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-html5 {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-css3 {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-ticket:before {
    content: ""
}

.la.la-minus-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-minus-square-o:before {
    content: ""
}

.la.la-level-up:before {
    content: ""
}

.la.la-level-down:before {
    content: ""
}

.la.la-pencil-square:before {
    content: ""
}

.la.la-external-link-square:before {
    content: ""
}

.la.la-compass {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-caret-square-o-down {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-caret-square-o-down:before {
    content: ""
}

.la.la-toggle-down {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-toggle-down:before {
    content: ""
}

.la.la-caret-square-o-up {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-caret-square-o-up:before {
    content: ""
}

.la.la-toggle-up {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-toggle-up:before {
    content: ""
}

.la.la-caret-square-o-right {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-caret-square-o-right:before {
    content: ""
}

.la.la-toggle-right {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-toggle-right:before {
    content: ""
}

.la.la-eur:before {
    content: ""
}

.la.la-euro:before {
    content: ""
}

.la.la-gbp:before {
    content: ""
}

.la.la-usd:before {
    content: ""
}

.la.la-dollar:before {
    content: ""
}

.la.la-inr:before {
    content: ""
}

.la.la-rupee:before {
    content: ""
}

.la.la-jpy:before {
    content: ""
}

.la.la-cny:before {
    content: ""
}

.la.la-rmb:before {
    content: ""
}

.la.la-yen:before {
    content: ""
}

.la.la-rub:before {
    content: ""
}

.la.la-ruble:before {
    content: ""
}

.la.la-rouble:before {
    content: ""
}

.la.la-krw:before {
    content: ""
}

.la.la-won:before {
    content: ""
}

.la.la-btc {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-bitcoin {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-bitcoin:before {
    content: ""
}

.la.la-file-text:before {
    content: ""
}

.la.la-sort-alpha-asc:before {
    content: ""
}

.la.la-sort-alpha-desc:before {
    content: ""
}

.la.la-sort-amount-asc:before {
    content: ""
}

.la.la-sort-amount-desc:before {
    content: ""
}

.la.la-sort-numeric-asc:before {
    content: ""
}

.la.la-sort-numeric-desc:before {
    content: ""
}

.la.la-youtube-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-youtube {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-xing {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-xing-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-youtube-play {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-youtube-play:before {
    content: ""
}

.la.la-dropbox {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-stack-overflow {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-instagram {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-flickr {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-adn {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-bitbucket {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-bitbucket-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-bitbucket-square:before {
    content: ""
}

.la.la-tumblr {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-tumblr-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-long-arrow-down:before {
    content: ""
}

.la.la-long-arrow-up:before {
    content: ""
}

.la.la-long-arrow-left:before {
    content: ""
}

.la.la-long-arrow-right:before {
    content: ""
}

.la.la-apple {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-windows {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-android {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-linux {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-dribbble {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-skype {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-foursquare {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-trello {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-gratipay {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-gittip {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-gittip:before {
    content: ""
}

.la.la-sun-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-sun-o:before {
    content: ""
}

.la.la-moon-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-moon-o:before {
    content: ""
}

.la.la-vk {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-weibo {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-renren {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-pagelines {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-stack-exchange {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-arrow-circle-o-right {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-arrow-circle-o-right:before {
    content: ""
}

.la.la-arrow-circle-o-left {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-arrow-circle-o-left:before {
    content: ""
}

.la.la-caret-square-o-left {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-caret-square-o-left:before {
    content: ""
}

.la.la-toggle-left {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-toggle-left:before {
    content: ""
}

.la.la-dot-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-dot-circle-o:before {
    content: ""
}

.la.la-vimeo-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-try:before {
    content: ""
}

.la.la-turkish-lira:before {
    content: ""
}

.la.la-plus-square-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-plus-square-o:before {
    content: ""
}

.la.la-slack {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wordpress {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-openid {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-institution:before {
    content: ""
}

.la.la-bank:before {
    content: ""
}

.la.la-mortar-board:before {
    content: ""
}

.la.la-yahoo {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-google {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-reddit {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-reddit-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-stumbleupon-circle {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-stumbleupon {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-delicious {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-digg {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-pied-piper-pp {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-pied-piper-alt {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-drupal {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-joomla {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-spoon:before {
    content: ""
}

.la.la-behance {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-behance-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-steam {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-steam-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-automobile:before {
    content: ""
}

.la.la-cab:before {
    content: ""
}

.la.la-envelope-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-envelope-o:before {
    content: ""
}

.la.la-deviantart {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-soundcloud {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-file-pdf-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-pdf-o:before {
    content: ""
}

.la.la-file-word-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-word-o:before {
    content: ""
}

.la.la-file-excel-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-excel-o:before {
    content: ""
}

.la.la-file-powerpoint-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-powerpoint-o:before {
    content: ""
}

.la.la-file-image-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-image-o:before {
    content: ""
}

.la.la-file-photo-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-photo-o:before {
    content: ""
}

.la.la-file-picture-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-picture-o:before {
    content: ""
}

.la.la-file-archive-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-archive-o:before {
    content: ""
}

.la.la-file-zip-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-zip-o:before {
    content: ""
}

.la.la-file-audio-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-audio-o:before {
    content: ""
}

.la.la-file-sound-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-sound-o:before {
    content: ""
}

.la.la-file-video-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-video-o:before {
    content: ""
}

.la.la-file-movie-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-movie-o:before {
    content: ""
}

.la.la-file-code-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-file-code-o:before {
    content: ""
}

.la.la-vine {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-codepen {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-jsfiddle {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-life-ring {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-life-bouy {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-life-bouy:before {
    content: ""
}

.la.la-life-buoy {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-life-buoy:before {
    content: ""
}

.la.la-life-saver {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-life-saver:before {
    content: ""
}

.la.la-support {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-support:before {
    content: ""
}

.la.la-circle-o-notch:before {
    content: ""
}

.la.la-rebel {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-ra {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-ra:before {
    content: ""
}

.la.la-resistance {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-resistance:before {
    content: ""
}

.la.la-empire {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-ge {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-ge:before {
    content: ""
}

.la.la-git-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-git {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-hacker-news {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-y-combinator-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-y-combinator-square:before {
    content: ""
}

.la.la-yc-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-yc-square:before {
    content: ""
}

.la.la-tencent-weibo {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-qq {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-weixin {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wechat {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wechat:before {
    content: ""
}

.la.la-send:before {
    content: ""
}

.la.la-paper-plane-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-paper-plane-o:before {
    content: ""
}

.la.la-send-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-send-o:before {
    content: ""
}

.la.la-circle-thin {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-circle-thin:before {
    content: ""
}

.la.la-header:before {
    content: ""
}

.la.la-sliders:before {
    content: ""
}

.la.la-futbol-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-futbol-o:before {
    content: ""
}

.la.la-soccer-ball-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-soccer-ball-o:before {
    content: ""
}

.la.la-slideshare {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-twitch {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-yelp {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-newspaper-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-newspaper-o:before {
    content: ""
}

.la.la-paypal {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-google-wallet {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-cc-visa {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-cc-mastercard {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-cc-discover {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-cc-amex {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-cc-paypal {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-cc-stripe {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-bell-slash-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-bell-slash-o:before {
    content: ""
}

.la.la-trash:before {
    content: ""
}

.la.la-copyright {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-eyedropper:before {
    content: ""
}

.la.la-area-chart:before {
    content: ""
}

.la.la-pie-chart:before {
    content: ""
}

.la.la-line-chart:before {
    content: ""
}

.la.la-lastfm {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-lastfm-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-ioxhost {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-angellist {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-cc {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-cc:before {
    content: ""
}

.la.la-ils:before {
    content: ""
}

.la.la-shekel:before {
    content: ""
}

.la.la-sheqel:before {
    content: ""
}

.la.la-meanpath {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-meanpath:before {
    content: ""
}

.la.la-buysellads {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-connectdevelop {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-dashcube {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-forumbee {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-leanpub {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-sellsy {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-shirtsinbulk {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-simplybuilt {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-skyatlas {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-diamond {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-diamond:before {
    content: ""
}

.la.la-intersex:before {
    content: ""
}

.la.la-facebook-official {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-facebook-official:before {
    content: ""
}

.la.la-pinterest-p {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-whatsapp {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-hotel:before {
    content: ""
}

.la.la-viacoin {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-medium {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-y-combinator {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-yc {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-yc:before {
    content: ""
}

.la.la-optin-monster {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-opencart {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-expeditedssl {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-battery-4:before {
    content: ""
}

.la.la-battery:before {
    content: ""
}

.la.la-battery-3:before {
    content: ""
}

.la.la-battery-2:before {
    content: ""
}

.la.la-battery-1:before {
    content: ""
}

.la.la-battery-0:before {
    content: ""
}

.la.la-object-group {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-object-ungroup {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-sticky-note-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-sticky-note-o:before {
    content: ""
}

.la.la-cc-jcb {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-cc-diners-club {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-clone {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hourglass-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hourglass-o:before {
    content: ""
}

.la.la-hourglass-1:before {
    content: ""
}

.la.la-hourglass-2:before {
    content: ""
}

.la.la-hourglass-3:before {
    content: ""
}

.la.la-hand-rock-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-rock-o:before {
    content: ""
}

.la.la-hand-grab-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-grab-o:before {
    content: ""
}

.la.la-hand-paper-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-paper-o:before {
    content: ""
}

.la.la-hand-stop-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-stop-o:before {
    content: ""
}

.la.la-hand-scissors-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-scissors-o:before {
    content: ""
}

.la.la-hand-lizard-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-lizard-o:before {
    content: ""
}

.la.la-hand-spock-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-spock-o:before {
    content: ""
}

.la.la-hand-pointer-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-pointer-o:before {
    content: ""
}

.la.la-hand-peace-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-hand-peace-o:before {
    content: ""
}

.la.la-registered {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-creative-commons {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-gg {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-gg-circle {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-tripadvisor {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-odnoklassniki {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-odnoklassniki-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-get-pocket {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wikipedia-w {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-safari {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-chrome {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-firefox {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-opera {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-internet-explorer {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-television:before {
    content: ""
}

.la.la-contao {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-500px {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-amazon {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-calendar-plus-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-calendar-plus-o:before {
    content: ""
}

.la.la-calendar-minus-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-calendar-minus-o:before {
    content: ""
}

.la.la-calendar-times-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-calendar-times-o:before {
    content: ""
}

.la.la-calendar-check-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-calendar-check-o:before {
    content: ""
}

.la.la-map-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-map-o:before {
    content: ""
}

.la.la-commenting:before {
    content: ""
}

.la.la-commenting-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-commenting-o:before {
    content: ""
}

.la.la-houzz {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-vimeo {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-vimeo:before {
    content: ""
}

.la.la-black-tie {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-fonticons {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-reddit-alien {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-edge {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-credit-card-alt:before {
    content: ""
}

.la.la-codiepie {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-modx {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-fort-awesome {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-usb {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-product-hunt {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-mixcloud {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-scribd {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-pause-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-pause-circle-o:before {
    content: ""
}

.la.la-stop-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-stop-circle-o:before {
    content: ""
}

.la.la-bluetooth {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-bluetooth-b {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-gitlab {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wpbeginner {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wpforms {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-envira {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wheelchair-alt {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wheelchair-alt:before {
    content: ""
}

.la.la-question-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-question-circle-o:before {
    content: ""
}

.la.la-volume-control-phone:before {
    content: ""
}

.la.la-asl-interpreting:before {
    content: ""
}

.la.la-deafness:before {
    content: ""
}

.la.la-hard-of-hearing:before {
    content: ""
}

.la.la-glide {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-glide-g {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-signing:before {
    content: ""
}

.la.la-viadeo {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-viadeo-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-snapchat {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-snapchat-ghost {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-snapchat-square {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-pied-piper {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-first-order {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-yoast {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-themeisle {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-google-plus-official {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-google-plus-official:before {
    content: ""
}

.la.la-google-plus-circle {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-google-plus-circle:before {
    content: ""
}

.la.la-font-awesome {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-fa {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-fa:before {
    content: ""
}

.la.la-handshake-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-handshake-o:before {
    content: ""
}

.la.la-envelope-open-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-envelope-open-o:before {
    content: ""
}

.la.la-linode {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-address-book-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-address-book-o:before {
    content: ""
}

.la.la-vcard:before {
    content: ""
}

.la.la-address-card-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-address-card-o:before {
    content: ""
}

.la.la-vcard-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-vcard-o:before {
    content: ""
}

.la.la-user-circle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-user-circle-o:before {
    content: ""
}

.la.la-user-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-user-o:before {
    content: ""
}

.la.la-id-badge {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-drivers-license:before {
    content: ""
}

.la.la-id-card-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-id-card-o:before {
    content: ""
}

.la.la-drivers-license-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-drivers-license-o:before {
    content: ""
}

.la.la-quora {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-free-code-camp {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-telegram {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-thermometer-4:before {
    content: ""
}

.la.la-thermometer:before {
    content: ""
}

.la.la-thermometer-3:before {
    content: ""
}

.la.la-thermometer-2:before {
    content: ""
}

.la.la-thermometer-1:before {
    content: ""
}

.la.la-thermometer-0:before {
    content: ""
}

.la.la-bathtub:before {
    content: ""
}

.la.la-s15:before {
    content: ""
}

.la.la-window-maximize {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-window-restore {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-times-rectangle:before {
    content: ""
}

.la.la-window-close-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-window-close-o:before {
    content: ""
}

.la.la-times-rectangle-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-times-rectangle-o:before {
    content: ""
}

.la.la-bandcamp {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-grav {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-etsy {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-imdb {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-ravelry {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-eercast {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-eercast:before {
    content: ""
}

.la.la-snowflake-o {
    font-family: "Line Awesome Free";
    font-weight: 400
}

.la.la-snowflake-o:before {
    content: ""
}

.la.la-superpowers {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-wpexplorer {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

.la.la-spotify {
    font-family: "Line Awesome Brands";
    font-weight: 400
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small,
.mfp-figure .small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px)and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small,
    .mfp-img-mobile .mfp-figure .small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.toast-title {
    font-weight: bold
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999
}

#toast-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div:hover {
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container>.toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container>.toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-top-center>div,
#toast-container.toast-bottom-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-top-full-width>div,
#toast-container.toast-bottom-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }
}

@media all and (min-width: 241px)and (max-width: 480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }
}

@media all and (min-width: 481px)and (max-width: 768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

table.footable-details,
table.footable>thead>tr.footable-filtering>th div.form-group {
    margin-bottom: 0
}

table.footable,
table.footable-details {
    position: relative;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

table.footable-hide-fouc {
    display: none
}

table>tbody>tr>td>span.footable-toggle {
    margin-right: 8px;
    opacity: .3
}

table>tbody>tr>td>span.footable-toggle.last-column {
    margin-left: 8px;
    float: right
}

table.table-condensed>tbody>tr>td>span.footable-toggle {
    margin-right: 5px
}

table.footable-details>tbody>tr>th:nth-child(1) {
    min-width: 40px;
    width: 120px
}

table.footable-details>tbody>tr>td:nth-child(2) {
    word-break: break-all
}

table.footable-details>tbody>tr:first-child>td,
table.footable-details>tbody>tr:first-child>th,
table.footable-details>tfoot>tr:first-child>td,
table.footable-details>tfoot>tr:first-child>th,
table.footable-details>thead>tr:first-child>td,
table.footable-details>thead>tr:first-child>th {
    border-top-width: 0
}

table.footable-details.table-bordered>tbody>tr:first-child>td,
table.footable-details.table-bordered>tbody>tr:first-child>th,
table.footable-details.table-bordered>tfoot>tr:first-child>td,
table.footable-details.table-bordered>tfoot>tr:first-child>th,
table.footable-details.table-bordered>thead>tr:first-child>td,
table.footable-details.table-bordered>thead>tr:first-child>th {
    border-top-width: 1px
}

div.footable-loader {
    vertical-align: middle;
    text-align: center;
    height: 300px;
    position: relative
}

div.footable-loader>span.fooicon {
    display: inline-block;
    opacity: .3;
    font-size: 30px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: fooicon-spin-r 2s infinite linear;
    animation: fooicon-spin-r 2s infinite linear
}

table.footable>tbody>tr.footable-empty>td {
    vertical-align: middle;
    text-align: center;
    font-size: 30px
}

table.footable>tbody>tr>td,
table.footable>tbody>tr>th {
    display: none
}

table.footable>tbody>tr.footable-detail-row>td,
table.footable>tbody>tr.footable-detail-row>th,
table.footable>tbody>tr.footable-empty>td,
table.footable>tbody>tr.footable-empty>th {
    display: table-cell
}

@-webkit-keyframes fooicon-spin-r {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fooicon-spin-r {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fooicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fooicon:after,
.fooicon:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fooicon-loader:before {
    content: ""
}

.fooicon-plus:before {
    content: "+"
}

.fooicon-minus:before {
    content: "−"
}

.fooicon-search:before {
    content: ""
}

.fooicon-remove:before {
    content: ""
}

.fooicon-sort:before {
    content: ""
}

.fooicon-sort-asc:before {
    content: ""
}

.fooicon-sort-desc:before {
    content: ""
}

.fooicon-pencil:before {
    content: "✏"
}

.fooicon-trash:before {
    content: ""
}

.fooicon-eye-close:before {
    content: ""
}

.fooicon-flash:before {
    content: ""
}

.fooicon-cog:before {
    content: ""
}

.fooicon-stats:before {
    content: ""
}

table.footable>thead>tr.footable-filtering>th {
    border-bottom-width: 1px;
    font-weight: 400
}

.footable-filtering-external.footable-filtering-right,
table.footable.footable-filtering-right>thead>tr.footable-filtering>th,
table.footable>thead>tr.footable-filtering>th {
    text-align: right
}

.footable-filtering-external.footable-filtering-left,
table.footable.footable-filtering-left>thead>tr.footable-filtering>th {
    text-align: left
}

.footable-filtering-external.footable-filtering-center,
.footable-paging-external.footable-paging-center,
table.footable-paging-center>tfoot>tr.footable-paging>td,
table.footable.footable-filtering-center>thead>tr.footable-filtering>th,
table.footable>tfoot>tr.footable-paging>td {
    text-align: center
}

table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
    margin-top: 5px
}

table.footable>thead>tr.footable-filtering>th div.input-group {
    width: 100%
}

.footable-filtering-external ul.dropdown-menu>li>a.checkbox,
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox {
    margin: 0;
    display: block;
    position: relative
}

.footable-filtering-external ul.dropdown-menu>li>a.checkbox>label,
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox>label {
    display: block;
    padding-left: 20px
}

.footable-filtering-external ul.dropdown-menu>li>a.checkbox input[type=checkbox],
table.footable>thead>tr.footable-filtering>th ul.dropdown-menu>li>a.checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -20px
}

@media(min-width: 768px) {
    table.footable>thead>tr.footable-filtering>th div.input-group {
        width: auto
    }

    table.footable>thead>tr.footable-filtering>th div.form-group {
        margin-left: 2px;
        margin-right: 2px
    }

    table.footable>thead>tr.footable-filtering>th div.form-group+div.form-group {
        margin-top: 0
    }
}

table.footable>tbody>tr>td.footable-sortable,
table.footable>tbody>tr>th.footable-sortable,
table.footable>tfoot>tr>td.footable-sortable,
table.footable>tfoot>tr>th.footable-sortable,
table.footable>thead>tr>td.footable-sortable,
table.footable>thead>tr>th.footable-sortable {
    position: relative;
    padding-right: 30px;
    cursor: pointer
}

td.footable-sortable>span.fooicon,
th.footable-sortable>span.fooicon {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -7px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

td.footable-sortable.footable-asc>span.fooicon,
td.footable-sortable.footable-desc>span.fooicon,
td.footable-sortable:hover>span.fooicon,
th.footable-sortable.footable-asc>span.fooicon,
th.footable-sortable.footable-desc>span.fooicon,
th.footable-sortable:hover>span.fooicon {
    opacity: 1
}

table.footable-sorting-disabled td.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled td.footable-sortable:hover>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-asc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable.footable-desc>span.fooicon,
table.footable-sorting-disabled th.footable-sortable:hover>span.fooicon {
    opacity: 0;
    visibility: hidden
}

.footable-paging-external ul.pagination,
table.footable>tfoot>tr.footable-paging>td>ul.pagination {
    margin: 10px 0 0
}

.footable-paging-external span.label,
table.footable>tfoot>tr.footable-paging>td>span.label {
    display: inline-block;
    margin: 0 0 10px;
    padding: 4px 10px
}

.footable-paging-external.footable-paging-left,
table.footable-paging-left>tfoot>tr.footable-paging>td {
    text-align: left
}

.footable-paging-external.footable-paging-right,
table.footable-editing-right td.footable-editing,
table.footable-editing-right tr.footable-editing,
table.footable-paging-right>tfoot>tr.footable-paging>td {
    text-align: right
}

ul.pagination>li.footable-page {
    display: none
}

ul.pagination>li.footable-page.visible {
    display: inline
}

td.footable-editing {
    width: 90px;
    max-width: 90px
}

table.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit td.footable-editing,
table.footable-editing-no-view td.footable-editing {
    width: 70px;
    max-width: 70px
}

table.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-view td.footable-editing {
    width: 50px;
    max-width: 50px
}

table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view td.footable-editing,
table.footable-editing-no-edit.footable-editing-no-delete.footable-editing-no-view th.footable-editing {
    width: 0;
    max-width: 0;
    display: none !important
}

table.footable-editing-left td.footable-editing,
table.footable-editing-left tr.footable-editing {
    text-align: left
}

table.footable-editing button.footable-add,
table.footable-editing button.footable-hide,
table.footable-editing-show button.footable-show,
table.footable-editing.footable-editing-always-show button.footable-hide,
table.footable-editing.footable-editing-always-show button.footable-show,
table.footable-editing.footable-editing-always-show.footable-editing-no-add tr.footable-editing {
    display: none
}

table.footable-editing.footable-editing-always-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-add,
table.footable-editing.footable-editing-show button.footable-hide {
    display: inline-block
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url("../fonts/summernote.eot");
    src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff2") format("woff2"), url("../fonts/summernote.woff") format("woff"), url("../fonts/summernote.ttf") format("truetype")
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

.note-icon-fw {
    text-align: center;
    width: 1.25em
}

.note-icon-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.note-icon-pull-left {
    float: left
}

.note-icon-pull-right {
    float: right
}

.note-icon.note-icon-pull-left {
    margin-right: .3em
}

.note-icon.note-icon-pull-right {
    margin-left: .3em
}

.note-icon-align:before {
    content: ""
}

.note-icon-align-center:before {
    content: ""
}

.note-icon-align-indent:before {
    content: ""
}

.note-icon-align-justify:before {
    content: ""
}

.note-icon-align-left:before {
    content: ""
}

.note-icon-align-outdent:before {
    content: ""
}

.note-icon-align-right:before {
    content: ""
}

.note-icon-arrow-circle-down:before {
    content: ""
}

.note-icon-arrow-circle-left:before {
    content: ""
}

.note-icon-arrow-circle-right:before {
    content: ""
}

.note-icon-arrow-circle-up:before {
    content: ""
}

.note-icon-arrows-alt:before {
    content: ""
}

.note-icon-arrows-h:before {
    content: ""
}

.note-icon-arrows-v:before {
    content: ""
}

.note-icon-bold:before {
    content: ""
}

.note-icon-caret:before {
    content: ""
}

.note-icon-chain-broken:before {
    content: ""
}

.note-icon-circle:before {
    content: ""
}

.note-icon-close:before {
    content: ""
}

.note-icon-code:before {
    content: ""
}

.note-icon-col-after:before {
    content: ""
}

.note-icon-col-before:before {
    content: ""
}

.note-icon-col-remove:before {
    content: ""
}

.note-icon-eraser:before {
    content: ""
}

.note-icon-float-left:before {
    content: ""
}

.note-icon-float-none:before {
    content: ""
}

.note-icon-float-right:before {
    content: ""
}

.note-icon-font:before {
    content: ""
}

.note-icon-frame:before {
    content: ""
}

.note-icon-italic:before {
    content: ""
}

.note-icon-link:before {
    content: ""
}

.note-icon-magic:before {
    content: ""
}

.note-icon-menu-check:before {
    content: ""
}

.note-icon-minus:before {
    content: ""
}

.note-icon-orderedlist:before {
    content: ""
}

.note-icon-pencil:before {
    content: ""
}

.note-icon-picture:before {
    content: ""
}

.note-icon-question:before {
    content: ""
}

.note-icon-redo:before {
    content: ""
}

.note-icon-rollback:before {
    content: ""
}

.note-icon-row-above:before {
    content: ""
}

.note-icon-row-below:before {
    content: ""
}

.note-icon-row-remove:before {
    content: ""
}

.note-icon-special-character:before {
    content: ""
}

.note-icon-square:before {
    content: ""
}

.note-icon-strikethrough:before {
    content: ""
}

.note-icon-subscript:before {
    content: ""
}

.note-icon-summernote:before {
    content: ""
}

.note-icon-superscript:before {
    content: ""
}

.note-icon-table:before {
    content: ""
}

.note-icon-text-height:before {
    content: ""
}

.note-icon-trash:before {
    content: ""
}

.note-icon-underline:before {
    content: ""
}

.note-icon-undo:before {
    content: ""
}

.note-icon-unorderedlist:before {
    content: ""
}

.note-icon-video:before {
    content: ""
}

.note-frame {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: sans-serif;
    border-radius: 4px
}

.note-toolbar {
    padding: 10px 5px;
    color: #333;
    background-color: #f5f5f5;
    border-bottom: 1px solid;
    border-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.note-btn-group {
    position: relative;
    display: inline-block;
    margin-right: 8px
}

.note-btn-group>.note-btn-group {
    margin-right: 0
}

.note-btn-group>.note-btn:first-child {
    margin-left: 0
}

.note-btn-group .note-btn+.note-btn,
.note-btn-group .note-btn+.note-btn-group,
.note-btn-group .note-btn-group+.note-btn,
.note-btn-group .note-btn-group+.note-btn-group {
    margin-left: -1px
}

.note-btn-group>.note-btn-group:not(:first-child)>.note-btn,
.note-btn-group>.note-btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.note-btn-group>.note-btn-group:not(:last-child)>.note-btn,
.note-btn-group>.note-btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.note-btn-group.open>.note-dropdown {
    display: block
}

.note-btn {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    outline: 0;
    color: #333;
    background-color: #fff;
    border: 1px solid #dae0e5;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.note-btn.focus,
.note-btn:focus,
.note-btn:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #dae0e5
}

.note-btn.disabled.focus,
.note-btn.disabled:focus,
.note-btn[disabled].focus,
.note-btn[disabled]:focus,
fieldset[disabled] .note-btn.focus,
fieldset[disabled] .note-btn:focus {
    background-color: #fff;
    border-color: #dae0e5
}

.note-btn.active,
.note-btn.focus,
.note-btn:active,
.note-btn:focus,
.note-btn:hover {
    color: #333;
    text-decoration: none;
    border: 1px solid #dae0e5;
    background-color: #ebebeb;
    outline: 0;
    border-radius: 1px
}

.note-btn.active,
.note-btn:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.note-btn.disabled,
.note-btn[disabled],
fieldset[disabled] .note-btn {
    cursor: not-allowed;
    -webkit-opacity: .65;
    -khtml-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.note-btn>span.note-icon-caret:first-child {
    margin-left: -1px
}

.note-btn>span.note-icon-caret:nth-child(2) {
    padding-left: 3px;
    margin-right: -5px
}

.note-btn-primary {
    background: #fa6362;
    color: #fff
}

.note-btn-primary.focus,
.note-btn-primary:focus,
.note-btn-primary:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #dae0e5;
    background-color: #fa6362;
    border-radius: 1px
}

.note-btn-block {
    display: block;
    width: 100%
}

.note-btn-block+.note-btn-block {
    margin-top: 5px
}

input[type=button].note-btn-block,
input[type=reset].note-btn-block,
input[type=submit].note-btn-block {
    width: 100%
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    opacity: .2
}

.close:hover {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1
}

.note-dropdown {
    position: relative
}

.note-color .dropdown-toggle {
    width: 30px;
    padding-left: 5px
}

.note-dropdown-menu {
    display: none;
    min-width: 100px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    text-align: left;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06)
}

.note-dropdown-menu>:last-child {
    margin-right: 0
}

.note-btn-group.open .note-dropdown-menu,
.note-dropdown-item {
    display: block
}

.note-dropdown-item:hover {
    background-color: #ebebeb
}

a.note-dropdown-item,
a.note-dropdown-item:hover {
    margin: 5px 0;
    color: #000;
    text-decoration: none
}

.note-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1050;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: none
}

.note-modal.open {
    display: block
}

.note-modal-content {
    position: relative;
    width: auto;
    margin: 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    background-clip: border-box;
    outline: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.note-modal-header {
    padding: 10px 20px;
    border: 1px solid #ededef
}

.note-modal-body {
    position: relative;
    padding: 20px 30px
}

.note-modal-body kbd {
    border-radius: 2px;
    background-color: #000;
    color: #fff;
    padding: 3px 5px;
    font-weight: 700;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.note-modal-footer {
    height: 40px;
    padding: 10px;
    text-align: center
}

.note-modal-footer a {
    color: #337ab7;
    text-decoration: none
}

.note-modal-footer a:focus,
.note-modal-footer a:hover {
    color: #23527c;
    text-decoration: underline
}

.note-modal-footer .note-btn {
    float: right
}

.note-modal-title {
    font-size: 20px;
    color: #42515f;
    margin: 0;
    line-height: 1.4
}

.note-modal-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1040;
    background: #000;
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
    display: none
}

.note-modal-backdrop.open {
    display: block
}

@media(min-width: 768px) {
    .note-modal-content {
        width: 600px;
        margin: 30px auto
    }
}

@media(min-width: 992px) {
    .note-modal-content-large {
        width: 900px
    }
}

.note-modal .note-help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.note-modal .note-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.note-modal .note-nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.note-modal .note-nav-link:focus,
.note-modal .note-nav-link:hover {
    color: #0056b3;
    text-decoration: none
}

.note-modal .note-nav-link.disabled {
    color: #868e96
}

.note-modal .note-nav-tabs {
    border-bottom: 1px solid #ddd
}

.note-modal .note-nav-tabs .note-nav-item {
    margin-bottom: -1px
}

.note-modal .note-nav-tabs .note-nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.note-modal .note-nav-tabs .note-nav-link:focus,
.note-modal .note-nav-tabs .note-nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.note-modal .note-nav-tabs .note-nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.note-modal .note-nav-tabs .note-nav-item.show .note-nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.note-modal .note-tab-content {
    margin: 15px auto
}

.note-modal .note-tab-content>.note-tab-pane,
.note-modal .note-tab-content>.note-tab-pane:target~.note-tab-pane:last-child {
    display: none
}

.note-modal .note-tab-content>.note-tab-pane:target,
.note-modal .note-tab-content>:last-child {
    display: block
}

.note-form-group {
    padding-bottom: 20px
}

.note-form-group:last-child {
    padding-bottom: 0
}

.note-form-label {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #42515f;
    margin-bottom: 10px;
    font-weight: 700
}

.note-input {
    width: 100%;
    display: block;
    border: 1px solid #ededef;
    background: #fff;
    outline: 0;
    padding: 6px 4px;
    font-size: 14px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.note-input::-webkit-input-placeholder {
    color: #eee
}

.note-input:-moz-placeholder,
.note-input::-moz-placeholder {
    color: #eee
}

.note-input:-ms-input-placeholder {
    color: #eee
}

.note-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 13px;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0)
}

.note-tooltip.in {
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    filter: alpha(opacity=90)
}

.note-tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.note-tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.note-tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.note-tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.note-tooltip.bottom .note-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.note-tooltip.top .note-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.note-tooltip.right .note-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.note-tooltip.left .note-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.note-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.note-tooltip-content {
    max-width: 200px;
    font-family: sans-serif;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000
}

.note-popover {
    position: absolute;
    z-index: 1060;
    display: block;
    font-size: 13px;
    font-family: sans-serif;
    display: none;
    background: #fff;
    border: 1px solid #ccc
}

.note-popover.in {
    display: block
}

.note-popover.top {
    margin-top: -10px;
    padding: 5px 0
}

.note-popover.right {
    margin-left: 10px;
    padding: 0 5px
}

.note-popover.bottom {
    margin-top: 10px;
    padding: 5px 0
}

.note-popover.left {
    margin-left: -10px;
    padding: 0 5px
}

.note-popover.bottom .note-popover-arrow {
    top: -11px;
    left: 20px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.note-popover.bottom .note-popover-arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.note-popover.top .note-popover-arrow {
    bottom: -11px;
    left: 20px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.note-popover.top .note-popover-arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-bottom-width: 0;
    border-top-color: #fff
}

.note-popover.right .note-popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -10px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.note-popover.right .note-popover-arrow:after {
    left: 1px;
    margin-top: -10px;
    content: " ";
    border-left-width: 0;
    border-right-color: #fff
}

.note-popover.left .note-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -10px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.note-popover.left .note-popover-arrow:after {
    right: 1px;
    margin-top: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.note-popover-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 11px solid transparent
}

.note-popover-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: " ";
    border: 10px solid transparent
}

.note-popover-content {
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff;
    min-width: 100px;
    min-height: 30px
}

.note-editor {
    position: relative
}

.note-editor .note-dropzone {
    position: absolute;
    display: none;
    z-index: 100;
    color: #87cefa;
    background-color: #fff;
    opacity: .95
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    font-weight: 700
}

.note-editor .note-dropzone.hover {
    color: #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area .note-editable {
    outline: none
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor .note-editing-area .note-editable img.note-float-left {
    margin-right: 10px
}

.note-editor .note-editing-area .note-editable img.note-float-right {
    margin-left: 10px
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.note-editor.note-airframe.codeview .note-editing-area .note-editable,
.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-airframe.codeview .note-editing-area .note-codable,
.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word
}

.note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: hsla(0, 0%, 50.2%, 0.11)
}

.note-editor.note-airframe .note-editing-area .note-codable,
.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    resize: none;
    outline: none;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-bottom: 0
}

.note-editor.note-airframe.fullscreen,
.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1050
}

.note-editor.note-airframe.fullscreen .note-resizebar,
.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    margin-bottom: 0;
    color: #000;
    border: 0;
    border-top: 1px solid #e2e2e2
}

.note-editor.note-airframe .note-status-output:empty,
.note-editor.note-frame .note-status-output:empty {
    height: 0;
    border-top: 0 solid transparent
}

.note-editor.note-airframe .note-status-output .pull-right,
.note-editor.note-frame .note-status-output .pull-right {
    float: right !important
}

.note-editor.note-airframe .note-status-output .text-muted,
.note-editor.note-frame .note-status-output .text-muted {
    color: #777
}

.note-editor.note-airframe .note-status-output .text-primary,
.note-editor.note-frame .note-status-output .text-primary {
    color: #286090
}

.note-editor.note-airframe .note-status-output .text-success,
.note-editor.note-frame .note-status-output .text-success {
    color: #3c763d
}

.note-editor.note-airframe .note-status-output .text-info,
.note-editor.note-frame .note-status-output .text-info {
    color: #31708f
}

.note-editor.note-airframe .note-status-output .text-warning,
.note-editor.note-frame .note-status-output .text-warning {
    color: #8a6d3b
}

.note-editor.note-airframe .note-status-output .text-danger,
.note-editor.note-frame .note-status-output .text-danger {
    color: #a94442
}

.note-editor.note-airframe .note-status-output .alert,
.note-editor.note-frame .note-status-output .alert {
    margin: -7px 0 0;
    padding: 7px 10px 2px;
    border-radius: 0;
    color: #000;
    background-color: #f5f5f5
}

.note-editor.note-airframe .note-status-output .alert .note-icon,
.note-editor.note-frame .note-status-output .alert .note-icon {
    margin-right: 5px
}

.note-editor.note-airframe .note-status-output .alert-success,
.note-editor.note-frame .note-status-output .alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important
}

.note-editor.note-airframe .note-status-output .alert-info,
.note-editor.note-frame .note-status-output .alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important
}

.note-editor.note-airframe .note-status-output .alert-warning,
.note-editor.note-frame .note-status-output .alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important
}

.note-editor.note-airframe .note-status-output .alert-danger,
.note-editor.note-frame .note-status-output .alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: hsla(0, 0%, 50.2%, 0.11);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.note-editor.note-airframe .note-statusbar .note-resizebar,
.note-editor.note-frame .note-statusbar .note-resizebar {
    padding-top: 1px;
    height: 9px;
    width: 100%;
    cursor: ns-resize
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
    cursor: default
}

.note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
    display: none
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-editor.note-airframe {
    border: 0
}

.note-editor.note-airframe .note-editing-area .note-editable {
    padding: 0
}

.note-popover.popover {
    display: none;
    max-width: none
}

.note-popover.popover .popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover.popover .arrow {
    left: 20px !important
}

.note-toolbar {
    position: relative
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px
}

.note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table,
.note-popover .popover-content .note-btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}

.note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat
}

.note-editor .note-toolbar .note-style .dropdown-style blockquote,
.note-editor .note-toolbar .note-style .dropdown-style pre,
.note-popover .popover-content .note-style .dropdown-style blockquote,
.note-popover .popover-content .note-style .dropdown-style pre {
    margin: 0;
    padding: 5px 10px
}

.note-editor .note-toolbar .note-style .dropdown-style h1,
.note-editor .note-toolbar .note-style .dropdown-style .h1,
.note-editor .note-toolbar .note-style .dropdown-style h2,
.note-editor .note-toolbar .note-style .dropdown-style .h2,
.note-editor .note-toolbar .note-style .dropdown-style h3,
.note-editor .note-toolbar .note-style .dropdown-style .h3,
.note-editor .note-toolbar .note-style .dropdown-style h4,
.note-editor .note-toolbar .note-style .dropdown-style .h4,
.note-editor .note-toolbar .note-style .dropdown-style h5,
.note-editor .note-toolbar .note-style .dropdown-style .h5,
.note-editor .note-toolbar .note-style .dropdown-style h6,
.note-editor .note-toolbar .note-style .dropdown-style .h6,
.note-editor .note-toolbar .note-style .dropdown-style p,
.note-popover .popover-content .note-style .dropdown-style h1,
.note-popover .popover-content .note-style .dropdown-style .h1,
.note-popover .popover-content .note-style .dropdown-style h2,
.note-popover .popover-content .note-style .dropdown-style .h2,
.note-popover .popover-content .note-style .dropdown-style h3,
.note-popover .popover-content .note-style .dropdown-style .h3,
.note-popover .popover-content .note-style .dropdown-style h4,
.note-popover .popover-content .note-style .dropdown-style .h4,
.note-popover .popover-content .note-style .dropdown-style h5,
.note-popover .popover-content .note-style .dropdown-style .h5,
.note-popover .popover-content .note-style .dropdown-style h6,
.note-popover .popover-content .note-style .dropdown-style .h6,
.note-popover .popover-content .note-style .dropdown-style p {
    margin: 0;
    padding: 0
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 337px
}

.note-editor .note-toolbar .note-color .dropdown-toggle,
.note-popover .popover-content .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    margin: 0;
    width: 160px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
    font-size: 12px;
    margin: 2px 7px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
    font-size: 11px;
    margin: 3px;
    padding: 0 3px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
    background: #eee
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
    display: none
}

.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
    border: 1px solid #eee
}

.note-editor .note-toolbar .note-para .note-dropdown-menu,
.note-popover .popover-content .note-para .note-dropdown-menu {
    min-width: 228px;
    padding: 5px
}

.note-editor .note-toolbar .note-para .note-dropdown-menu>div+div,
.note-popover .popover-content .note-para .note-dropdown-menu>div+div {
    margin-left: 5px
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    min-width: 160px
}

.note-editor .note-toolbar .note-dropdown-menu.right,
.note-popover .popover-content .note-dropdown-menu.right {
    right: 0;
    left: auto
}

.note-editor .note-toolbar .note-dropdown-menu.right:before,
.note-popover .popover-content .note-dropdown-menu.right:before {
    right: 9px;
    left: auto !important
}

.note-editor .note-toolbar .note-dropdown-menu.right:after,
.note-popover .popover-content .note-dropdown-menu.right:after {
    right: 10px;
    left: auto !important
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a i,
.note-popover .popover-content .note-dropdown-menu.note-check a i {
    color: #00bfff;
    visibility: hidden
}

.note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
.note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
    visibility: visible
}

.note-editor .note-toolbar .note-fontsize-10,
.note-popover .popover-content .note-fontsize-10 {
    font-size: 10px
}

.note-editor .note-toolbar .note-color-palette,
.note-popover .popover-content .note-color-palette {
    line-height: 1
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn,
.note-popover .popover-content .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
.note-popover .popover-content .note-color-palette div .note-color-btn:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .2s;
    transition: all .2s
}

.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.note-modal .form-group {
    margin-left: 0;
    margin-right: 0
}

.note-modal .note-modal-form {
    margin: 0
}

.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3;
    margin-bottom: 10px
}

.note-placeholder {
    position: absolute;
    display: none;
    color: grey
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30)
}

.note-handle .note-control-selection .note-control-handle,
.note-handle .note-control-selection .note-control-holder,
.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
    background-color: #000
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: none;
    border-bottom: none
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: none;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: none;
    border-right: none
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: none;
    border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    filter: alpha(opacity=70)
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .popover-content {
    padding: 3px;
    max-height: 150px;
    overflow: auto
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px
}

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
    cursor: pointer
}

.note-editor .note-editing-area .note-editable table {
    width: 100%;
    border-collapse: collapse
}

.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
    border: 1px solid #ececec;
    padding: 5px 3px
}

.note-editor .note-editing-area .note-editable a {
    background-color: inherit;
    text-decoration: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: #337ab7
}

.note-editor .note-editing-area .note-editable a:focus,
.note-editor .note-editing-area .note-editable a:hover {
    color: #23527c;
    text-decoration: underline;
    outline: 0
}

.note-editor .note-editing-area .note-editable figure {
    margin: 0
}

.note-modal .note-modal-body label {
    margin-bottom: 2px;
    padding: 2px 5px;
    display: inline-block
}

.note-modal .note-modal-body .help-list-item:hover {
    background-color: #e0e0e0
}

@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto
    }
}

.help-list-item label {
    margin-bottom: 5px;
    display: inline-block
}

.uppy-Root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1;
    position: relative;
    text-align: left
}

.uppy-Root[dir=rtl],
[dir=rtl] .uppy-Root {
    text-align: right
}

.uppy-Root *,
.uppy-Root :after,
.uppy-Root :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.uppy-Root [hidden] {
    display: none
}

.uppy-u-reset {
    all: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1
}

[dir=rtl] .uppy-u-reset {
    text-align: right
}

.uppy-c-textInput {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 8px
}

.uppy-size--md .uppy-c-textInput {
    padding: 8px 10px
}

.uppy-c-textInput:focus {
    border-color: rgba(34, 117, 215, .6);
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .1490196078);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .1490196078);
    outline: none
}

[data-uppy-theme=dark] .uppy-c-textInput {
    background-color: #333;
    border-color: #333;
    color: #eaeaea
}

[data-uppy-theme=dark] .uppy-c-textInput:focus {
    border-color: #525252;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uppy-c-icon {
    fill: currentColor;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden
}

.uppy-c-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.uppy-c-btn,
[dir=rtl] .uppy-c-btn {
    text-align: center
}

.uppy-c-btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.uppy-c-btn::-moz-focus-inner {
    border: 0
}

.uppy-c-btn-primary {
    background-color: #2275d7;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 10px 18px
}

.uppy-c-btn-primary:hover {
    background-color: #1b5dab
}

.uppy-c-btn-primary:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .4);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .4);
    outline: none
}

.uppy-size--md .uppy-c-btn-primary {
    padding: 13px 22px
}

[data-uppy-theme=dark] .uppy-c-btn-primary {
    color: #eaeaea
}

[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-c-btn-primary:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

.uppy-c-btn-link {
    background-color: initial;
    border-radius: 4px;
    color: #525252;
    font-size: 14px;
    line-height: 1;
    padding: 10px 15px
}

.uppy-c-btn-link:hover {
    color: #333
}

.uppy-c-btn-link:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .2509803922);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .2509803922);
    outline: none
}

.uppy-size--md .uppy-c-btn-link {
    padding: 13px 18px
}

[data-uppy-theme=dark] .uppy-c-btn-link {
    color: #eaeaea
}

[data-uppy-theme=dark] .uppy-c-btn-link:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-c-btn-link:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

[data-uppy-theme=dark] .uppy-c-btn-link:hover {
    color: #939393
}

.uppy-Informer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1005
}

.uppy-Informer span>div {
    margin-bottom: 6px
}

.uppy-Informer-animated {
    opacity: 0;
    -webkit-transform: translateY(350%);
    transform: translateY(350%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: -1000
}

.uppy-Informer p {
    background-color: #757575;
    border-radius: 18px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    max-width: 90%;
    padding: 6px 15px
}

.uppy-size--md .uppy-Informer p {
    font-size: 14px;
    line-height: 1.3;
    max-width: 500px;
    padding: 10px 20px
}

[data-uppy-theme=dark] .uppy-Informer p {
    background-color: #333
}

[dir=ltr] .uppy-Informer p span {
    left: 3px
}

[dir=rtl] .uppy-Informer p span {
    right: 3px
}

[dir=ltr] .uppy-Informer p span {
    margin-left: -1px
}

[dir=rtl] .uppy-Informer p span {
    margin-right: -1px
}

.uppy-Informer p span {
    background-color: #fff;
    border-radius: 50%;
    color: #525252;
    display: inline-block;
    font-size: 10px;
    height: 13px;
    line-height: 12px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 13px
}

.uppy-Informer p span:hover {
    cursor: help
}

.uppy-Informer p span:after {
    word-wrap: break-word;
    line-height: 1.3
}

.uppy-Root [aria-label][role~=tooltip] {
    position: relative
}

.uppy-Root [aria-label][role~=tooltip]:after,
.uppy-Root [aria-label][role~=tooltip]:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
    will-change: transform;
    z-index: 10
}

.uppy-Root [aria-label][role~=tooltip]:before {
    background-size: 100% auto !important;
    content: ""
}

.uppy-Root [aria-label][role~=tooltip]:after {
    background: rgba(17, 17, 17, .9019607843);
    border-radius: 4px;
    -webkit-box-sizing: initial;
    box-sizing: initial;
    color: #fff;
    content: attr(aria-label);
    font-size: var(--microtip-font-size, 13px);
    font-weight: var(--microtip-font-weight, normal);
    padding: .5em 1em;
    text-transform: var(--microtip-text-transform, none);
    white-space: nowrap
}

.uppy-Root [aria-label][role~=tooltip]:focus:after,
.uppy-Root [aria-label][role~=tooltip]:focus:before,
.uppy-Root [aria-label][role~=tooltip]:hover:after,
.uppy-Root [aria-label][role~=tooltip]:hover:before {
    opacity: 1;
    pointer-events: auto
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0Z'/%3E%3C/svg%3E") no-repeat;
    bottom: 100%;
    height: 6px;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 18px
}

.uppy-Root [role~=tooltip][data-microtip-position|=top]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before {
    -webkit-transform: translate3d(-50%, -5px, 0);
    transform: translate3d(-50%, -5px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after {
    bottom: 100%;
    -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
    transform: translate3d(calc(-100% + 16px), 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after {
    -webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
    transform: translate3d(calc(-100% + 16px), -5px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after {
    bottom: 100%;
    -webkit-transform: translate3d(-16px, 0, 0);
    transform: translate3d(-16px, 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after {
    -webkit-transform: translate3d(-16px, -5px, 0);
    transform: translate3d(-16px, -5px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12Z'/%3E%3C/svg%3E") no-repeat;
    bottom: auto;
    height: 6px;
    left: 50%;
    margin-bottom: 0;
    margin-top: 5px;
    top: 100%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0);
    width: 18px
}

.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after {
    left: 50%;
    margin-top: 11px;
    top: 100%;
    -webkit-transform: translate3d(-50%, -10px, 0);
    transform: translate3d(-50%, -10px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after {
    top: 100%;
    -webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
    transform: translate3d(calc(-100% + 16px), -10px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after {
    -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
    transform: translate3d(calc(-100% + 16px), 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after {
    top: 100%;
    -webkit-transform: translate3d(-16px, -10px, 0);
    transform: translate3d(-16px, -10px, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after {
    -webkit-transform: translate3d(-16px, 0, 0);
    transform: translate3d(-16px, 0, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translate3d(10px, -50%, 0);
    transform: translate3d(10px, -50%, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342Z'/%3E%3C/svg%3E") no-repeat;
    height: 18px;
    margin-bottom: 0;
    margin-right: 5px;
    width: 6px
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:after {
    margin-right: 11px
}

.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translate3d(-10px, -50%, 0);
    transform: translate3d(-10px, -50%, 0)
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658Z'/%3E%3C/svg%3E") no-repeat;
    height: 18px;
    margin-bottom: 0;
    margin-left: 5px;
    width: 6px
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:after {
    margin-left: 11px
}

.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,
.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.uppy-Root [role~=tooltip][data-microtip-size=small]:after {
    white-space: normal;
    width: 80px
}

.uppy-Root [role~=tooltip][data-microtip-size=medium]:after {
    white-space: normal;
    width: 150px
}

.uppy-Root [role~=tooltip][data-microtip-size=large]:after {
    white-space: normal;
    width: 260px
}

.uppy-StatusBar {
    background-color: #fff;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    height: 46px;
    line-height: 40px;
    position: relative;
    -webkit-transition: height .2s;
    transition: height .2s;
    z-index: 1001
}

[data-uppy-theme=dark] .uppy-StatusBar {
    background-color: #1f1f1f
}

.uppy-StatusBar:before {
    background-color: #eaeaea;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

[data-uppy-theme=dark] .uppy-StatusBar:before {
    background-color: #757575
}

.uppy-StatusBar[aria-hidden=true] {
    height: 0;
    overflow-y: hidden
}

.uppy-StatusBar.is-complete .uppy-StatusBar-progress {
    background-color: #1bb240
}

.uppy-StatusBar.is-error .uppy-StatusBar-progress {
    background-color: #e32437
}

.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator {
    color: #1bb240
}

.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator {
    color: #e32437
}

.uppy-StatusBar:not([aria-hidden=true]).is-waiting {
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    height: 65px
}

[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
    background-color: #1f1f1f;
    border-top: 1px solid #333
}

.uppy-StatusBar-progress {
    background-color: #2275d7;
    height: 2px;
    position: absolute;
    -webkit-transition: background-color, width .3s ease-out;
    transition: background-color, width .3s ease-out;
    z-index: 1001
}

.uppy-StatusBar-progress.is-indeterminate {
    -webkit-animation: uppy-StatusBar-ProgressStripes 1s linear infinite;
    animation: uppy-StatusBar-ProgressStripes 1s linear infinite;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3019607843) 25%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3019607843) 0, rgba(0, 0, 0, 0.3019607843) 75%, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0));
    background-size: 64px 64px
}

@-webkit-keyframes uppy-StatusBar-ProgressStripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 64px 0
    }
}

@keyframes uppy-StatusBar-ProgressStripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 64px 0
    }
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress {
    background-color: #f6a623
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-progress {
    display: none
}

[dir=ltr] .uppy-StatusBar-content {
    padding-left: 10px
}

[dir=rtl] .uppy-StatusBar-content {
    padding-right: 10px
}

.uppy-StatusBar-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1002
}

[dir=ltr] .uppy-size--md .uppy-StatusBar-content {
    padding-left: 15px
}

[dir=rtl] .uppy-size--md .uppy-StatusBar-content {
    padding-right: 15px
}

[data-uppy-theme=dark] .uppy-StatusBar-content {
    color: #eaeaea
}

[dir=ltr] .uppy-StatusBar-status {
    padding-right: .3em
}

[dir=rtl] .uppy-StatusBar-status {
    padding-left: .3em
}

.uppy-StatusBar-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.4
}

.uppy-StatusBar-statusPrimary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    line-height: 1
}

.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details {
    margin-left: 5px
}

[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary {
    color: #eaeaea
}

.uppy-StatusBar-statusSecondary {
    color: #757575;
    display: inline-block;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 1px;
    white-space: nowrap
}

[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary {
    color: #bbb
}

[dir=ltr] .uppy-StatusBar-statusSecondaryHint {
    margin-right: 5px
}

[dir=rtl] .uppy-StatusBar-statusSecondaryHint {
    margin-left: 5px
}

.uppy-StatusBar-statusSecondaryHint {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
    margin-right: 8px
}

[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint {
    margin-left: 8px
}

[dir=ltr] .uppy-StatusBar-statusIndicator {
    margin-right: 7px
}

[dir=rtl] .uppy-StatusBar-statusIndicator {
    margin-left: 7px
}

.uppy-StatusBar-statusIndicator {
    color: #525252;
    position: relative;
    top: 1px
}

.uppy-StatusBar-statusIndicator svg {
    vertical-align: text-bottom
}

[dir=ltr] .uppy-StatusBar-actions {
    right: 10px
}

[dir=rtl] .uppy-StatusBar-actions {
    left: 10px
}

.uppy-StatusBar-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    z-index: 1004
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
    background-color: #fafafa;
    height: 100%;
    padding: 0 15px;
    position: static;
    width: 100%
}

[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
    background-color: #1f1f1f
}

.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90px
}

.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 65px
}

.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal
}

.uppy-StatusBar-actionCircleBtn {
    cursor: pointer;
    line-height: 1;
    margin: 3px;
    opacity: .9
}

.uppy-StatusBar-actionCircleBtn:focus {
    outline: none
}

.uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
    border: 0
}

.uppy-StatusBar-actionCircleBtn:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

.uppy-StatusBar-actionCircleBtn:hover {
    opacity: 1
}

.uppy-StatusBar-actionCircleBtn:focus {
    border-radius: 50%
}

.uppy-StatusBar-actionCircleBtn svg {
    vertical-align: bottom
}

.uppy-StatusBar-actionBtn {
    color: #2275d7;
    display: inline-block;
    font-size: 10px;
    line-height: inherit;
    vertical-align: middle
}

.uppy-size--md .uppy-StatusBar-actionBtn {
    font-size: 11px
}

.uppy-StatusBar-actionBtn--disabled {
    opacity: .4
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled {
    opacity: .7
}

[dir=ltr] .uppy-StatusBar-actionBtn--retry {
    margin-right: 6px
}

[dir=rtl] .uppy-StatusBar-actionBtn--retry {
    margin-left: 6px
}

.uppy-StatusBar-actionBtn--retry {
    background-color: #ff4b23;
    border-radius: 8px;
    color: #fff;
    height: 16px;
    line-height: 1;
    padding: 1px 6px 3px 18px;
    position: relative
}

.uppy-StatusBar-actionBtn--retry:focus {
    outline: none
}

.uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
    border: 0
}

.uppy-StatusBar-actionBtn--retry:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

.uppy-StatusBar-actionBtn--retry:hover {
    background-color: #f92d00
}

[dir=ltr] .uppy-StatusBar-actionBtn--retry svg {
    left: 6px
}

[dir=rtl] .uppy-StatusBar-actionBtn--retry svg {
    right: 6px
}

.uppy-StatusBar-actionBtn--retry svg {
    position: absolute;
    top: 3px
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
    background-color: #1bb240;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 15px 10px;
    width: 100%
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
    background-color: #189c38
}

[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
    background-color: #1c8b37
}

[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover {
    background-color: #18762f
}

.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload {
    padding: 13px 22px;
    width: auto
}

.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
    background-color: #1bb240;
    cursor: not-allowed
}

[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover {
    background-color: #1c8b37
}

.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload {
    background-color: initial;
    color: #2275d7
}

[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
    padding-right: 3px
}

[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded,
[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
    padding-left: 3px
}

[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded {
    padding-right: 3px
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded {
    border-radius: 3px;
    padding-bottom: 1px
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
    outline: none
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
    border: 0
}

.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-actionBtn--uploadNewlyAdded {
    display: none
}

.uppy-StatusBar-actionBtn--done {
    border-radius: 3px;
    line-height: 1;
    padding: 7px 8px
}

.uppy-StatusBar-actionBtn--done:focus {
    outline: none
}

.uppy-StatusBar-actionBtn--done::-moz-focus-inner {
    border: 0
}

.uppy-StatusBar-actionBtn--done:hover {
    color: #1b5dab
}

.uppy-StatusBar-actionBtn--done:focus {
    background-color: #eceef2
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus {
    background-color: #333
}

[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done {
    color: #02baf2
}

.uppy-size--md .uppy-StatusBar-actionBtn--done {
    font-size: 14px
}

.uppy-StatusBar-serviceMsg {
    color: #000;
    font-size: 11px;
    line-height: 1.1;
    padding-left: 10px
}

.uppy-size--md .uppy-StatusBar-serviceMsg {
    font-size: 14px;
    padding-left: 15px
}

[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg {
    color: #eaeaea
}

.uppy-StatusBar-serviceMsg-ghostsIcon {
    left: 6px;
    opacity: .5;
    position: relative;
    top: 2px;
    vertical-align: text-bottom;
    width: 10px
}

.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon {
    left: 10px;
    top: 1px;
    width: 15px
}

[dir=ltr] .uppy-StatusBar-details {
    left: 2px
}

[dir=rtl] .uppy-StatusBar-details {
    right: 2px
}

.uppy-StatusBar-details {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #939393;
    border-radius: 50%;
    color: #fff;
    cursor: help;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 13px;
    line-height: 12px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 13px
}

.uppy-StatusBar-details:after {
    word-wrap: break-word;
    line-height: 1.3
}

[dir=ltr] .uppy-StatusBar-spinner {
    margin-right: 10px
}

[dir=rtl] .uppy-StatusBar-spinner {
    margin-left: 10px
}

.uppy-StatusBar-spinner {
    fill: #2275d7;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: uppy-StatusBar-spinnerAnimation;
    animation-name: uppy-StatusBar-spinnerAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,
.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner {
    fill: #f6a623
}

@-webkit-keyframes uppy-StatusBar-spinnerAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes uppy-StatusBar-spinnerAnimation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,
.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 6px
}

.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,
.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
    margin: 0;
    position: relative;
    width: 50%
}

.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
    width: 33.3333%
}

.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,
.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem {
    width: 25%
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before {
    content: "";
    display: block;
    padding-top: 100%
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,
.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg {
    opacity: .85
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled {
    opacity: .5
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
    background-color: rgba(147, 147, 147, .2)
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner {
    background-color: rgba(234, 234, 234, .2)
}

.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,
.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
    fill: rgba(0, 0, 0, .7019607843);
    height: 30%;
    width: 30%
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg {
    fill: rgba(255, 255, 255, .8)
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
    border-radius: 4px;
    bottom: 7px;
    height: calc(100% - 14px);
    left: 7px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 7px;
    width: calc(100% - 14px)
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy.uppy-ProviderBrowserItem-inner-relative,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy.uppy-ProviderBrowserItem-inner-relative {
    position: relative
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author {
    background: rgba(0, 0, 0, .3019607843);
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    width: 100%
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author:hover,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author:hover {
    background: rgba(0, 0, 0, .4);
    text-decoration: underline
}

@media(hover: none) {

    .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,
    .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author {
        display: block
    }
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,
[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner {
    -webkit-box-shadow: 0 0 0 3px rgba(170, 225, 255, .7019607843);
    box-shadow: 0 0 0 3px rgba(170, 225, 255, .7019607843)
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img {
    border-radius: 4px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox {
    background-color: #2275d7;
    border-radius: 50%;
    height: 26px;
    opacity: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 26px;
    z-index: 1002
}

[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,
[dir=ltr] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
    left: 7px
}

[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,
[dir=rtl] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
    right: 7px
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after {
    height: 7px;
    top: 8px;
    width: 12px
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--is-checked,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--is-checked {
    opacity: 1
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,
.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author {
    display: block
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus {
    outline: none
}

.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner {
    border: 0
}

.uppy-ProviderBrowser-viewType--list {
    background-color: #fff
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list {
    background-color: #1f1f1f
}

.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 7px 15px
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem {
    color: #eaeaea
}

.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled {
    opacity: .6
}

[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
    margin-right: 15px
}

[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
    margin-left: 15px
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    height: 17px;
    width: 17px
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
    border: 1px solid #2275d7;
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .2509803922);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .2509803922);
    outline: none
}

[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
    left: 3px
}

[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
    right: 3px
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after {
    height: 5px;
    opacity: 0;
    top: 4px;
    width: 9px
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus {
    border-color: rgba(2, 186, 242, .7019607843);
    -webkit-box-shadow: 0 0 0 3px rgba(2, 186, 242, .2);
    box-shadow: 0 0 0 3px rgba(2, 186, 242, .2)
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked {
    background-color: #2275d7;
    border-color: #2275d7
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked:after {
    opacity: 1
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 2px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus {
    outline: none;
    text-decoration: underline
}

[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
    margin-right: 8px
}

[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
    margin-left: 8px
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg {
    max-height: 20px;
    max-width: 20px
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner {
    cursor: default
}

[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
    margin-right: 7px
}

[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
    margin-left: 7px
}

.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap {
    width: 20px
}

.uppy-ProviderBrowserItem-checkbox {
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.uppy-ProviderBrowserItem-checkbox:disabled {
    cursor: default
}

.uppy-ProviderBrowserItem-checkbox:after {
    border-bottom: 2px solid #eaeaea;
    border-left: 2px solid #eaeaea;
    content: "";
    cursor: pointer;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.uppy-ProviderBrowserItem-checkbox:disabled:after {
    cursor: default
}

[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox {
    background-color: #1f1f1f;
    border-color: #939393
}

[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox--is-checked {
    background-color: #333
}

.uppy-SearchProvider {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

[data-uppy-theme=dark] .uppy-SearchProvider {
    background-color: #1f1f1f
}

.uppy-SearchProvider-input {
    margin-bottom: 15px;
    max-width: 650px;
    width: 90%
}

.uppy-size--md .uppy-SearchProvider-input {
    margin-bottom: 20px
}

.uppy-SearchProvider-searchButton {
    padding: 13px 25px
}

.uppy-size--md .uppy-SearchProvider-searchButton {
    padding: 13px 30px
}

.uppy-DashboardContent-panelBody {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[data-uppy-theme=dark] .uppy-DashboardContent-panelBody {
    background-color: #1f1f1f
}

.uppy-Provider-auth,
.uppy-Provider-empty,
.uppy-Provider-error,
.uppy-Provider-loading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #939393;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uppy-Provider-empty {
    color: #939393
}

.uppy-Provider-authIcon svg {
    height: 75px;
    margin-bottom: 15px;
    width: 100px
}

.uppy-Provider-authTitle {
    color: #757575;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 500px;
    padding: 0 15px;
    text-align: center
}

.uppy-size--md .uppy-Provider-authTitle {
    font-size: 20px
}

[data-uppy-theme=dark] .uppy-Provider-authTitle {
    color: #cfcfcf
}

.uppy-Provider-btn-google {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4285f4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 12px !important
}

.uppy-Provider-btn-google:hover {
    background-color: #1266f1
}

.uppy-Provider-btn-google:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 133, 244, .4);
    box-shadow: 0 0 0 3px rgba(66, 133, 244, .4);
    outline: none
}

.uppy-Provider-btn-google svg {
    margin-right: 8px
}

[dir=ltr] .uppy-Provider-breadcrumbs {
    text-align: left
}

[dir=rtl] .uppy-Provider-breadcrumbs {
    text-align: right
}

.uppy-Provider-breadcrumbs {
    color: #525252;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    margin-bottom: 10px
}

.uppy-size--md .uppy-Provider-breadcrumbs {
    margin-bottom: 0
}

[data-uppy-theme=dark] .uppy-Provider-breadcrumbs {
    color: #eaeaea
}

[dir=ltr] .uppy-Provider-breadcrumbsIcon {
    margin-right: 4px
}

[dir=rtl] .uppy-Provider-breadcrumbsIcon {
    margin-left: 4px
}

.uppy-Provider-breadcrumbsIcon {
    color: #525252;
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

.uppy-Provider-breadcrumbsIcon svg {
    fill: #525252;
    height: 13px;
    width: 13px
}

.uppy-Provider-breadcrumbs button {
    border-radius: 3px;
    display: inline-block;
    line-height: inherit;
    padding: 4px
}

.uppy-Provider-breadcrumbs button:focus {
    outline: none
}

.uppy-Provider-breadcrumbs button::-moz-focus-inner {
    border: 0
}

.uppy-Provider-breadcrumbs button:hover {
    color: #1b5dab
}

.uppy-Provider-breadcrumbs button:focus {
    background-color: #eceef2
}

[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus {
    background-color: #333
}

.uppy-Provider-breadcrumbs button:not(:last-of-type) {
    text-decoration: underline
}

.uppy-Provider-breadcrumbs button:last-of-type {
    color: #333;
    cursor: normal;
    font-weight: 500;
    pointer-events: none
}

.uppy-Provider-breadcrumbs button:hover {
    cursor: pointer
}

[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button {
    color: #eaeaea
}

.uppy-ProviderBrowser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    height: 100%
}

.uppy-ProviderBrowser-user {
    color: #333;
    font-weight: 500;
    margin: 0 8px 0 0
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-user {
    color: #eaeaea
}

[dir=ltr] .uppy-ProviderBrowser-user:after {
    left: 4px
}

[dir=rtl] .uppy-ProviderBrowser-user:after {
    right: 4px
}

.uppy-ProviderBrowser-user:after {
    color: #939393;
    content: "·";
    font-weight: 400;
    position: relative
}

.uppy-ProviderBrowser-header {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 1001
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-header {
    border-bottom: 1px solid #333
}

.uppy-ProviderBrowser-headerBar {
    background-color: #fafafa;
    color: #757575;
    font-size: 12px;
    line-height: 1.4;
    padding: 7px 15px;
    z-index: 1001
}

.uppy-size--md .uppy-ProviderBrowser-headerBar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar {
    background-color: #1f1f1f
}

.uppy-ProviderBrowser-headerBar--simple {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    vertical-align: middle
}

.uppy-ProviderBrowser-filter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
    position: relative;
    width: 100%
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-filter {
    background-color: #1f1f1f
}

[dir=ltr] .uppy-ProviderBrowser-filterIcon {
    left: 16px
}

[dir=rtl] .uppy-ProviderBrowser-filterIcon {
    right: 16px
}

.uppy-ProviderBrowser-filterIcon {
    color: #bbb;
    height: 12px;
    position: absolute;
    width: 12px;
    z-index: 1002
}

[dir=ltr] .uppy-ProviderBrowser-filterInput {
    padding-left: 27px
}

[dir=rtl] .uppy-ProviderBrowser-filterInput {
    padding-right: 27px
}

.uppy-ProviderBrowser-filterInput {
    background-color: initial;
    border: 0;
    border-radius: 4px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 1.4;
    margin: 0 8px;
    outline: 0;
    width: 100%;
    z-index: 1001
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-filterInput {
    background-color: #1f1f1f;
    color: #eaeaea
}

.uppy-ProviderBrowser-filterInput:focus {
    background-color: #f4f4f4;
    outline: 0
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-filterInput:focus {
    background-color: #333
}

.uppy-ProviderBrowser-filterInput::-webkit-input-placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-filterInput::-moz-placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-filterInput:-ms-input-placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-filterInput::-ms-input-placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-filterInput::placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
    width: 100%
}

[dir=ltr] .uppy-ProviderBrowser-searchInput {
    padding-left: 30px
}

[dir=rtl] .uppy-ProviderBrowser-searchInput {
    padding-right: 30px
}

.uppy-ProviderBrowser-searchInput {
    background-color: #eaeaea;
    border: 0;
    border-radius: 4px;
    color: #333;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 30px;
    line-height: 1.4;
    outline: 0;
    width: 100%;
    z-index: 1001
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput {
    background-color: #1f1f1f;
    color: #eaeaea
}

.uppy-ProviderBrowser-searchInput:focus {
    background-color: #cfcfcf;
    outline: 0
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput:focus {
    background-color: #333
}

[dir=ltr] .uppy-ProviderBrowser-searchIcon {
    left: 10px
}

[dir=rtl] .uppy-ProviderBrowser-searchIcon {
    right: 10px
}

.uppy-ProviderBrowser-searchIcon {
    color: #757575;
    height: 12px;
    position: absolute;
    width: 12px;
    z-index: 1002
}

.uppy-ProviderBrowser-searchInput::-webkit-input-placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-searchInput::-moz-placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-searchInput:-ms-input-placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-searchInput::-ms-input-placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-searchInput::placeholder {
    color: #939393;
    opacity: 1
}

.uppy-ProviderBrowser-userLogout {
    border-radius: 3px;
    color: #2275d7;
    cursor: pointer;
    line-height: inherit;
    padding: 4px
}

.uppy-ProviderBrowser-userLogout:focus {
    outline: none
}

.uppy-ProviderBrowser-userLogout::-moz-focus-inner {
    border: 0
}

.uppy-ProviderBrowser-userLogout:hover {
    color: #1b5dab
}

.uppy-ProviderBrowser-userLogout:focus {
    background-color: #eceef2
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus {
    background-color: #333
}

.uppy-ProviderBrowser-userLogout:hover {
    text-decoration: underline
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout {
    color: #eaeaea
}

.uppy-ProviderBrowser-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.uppy-ProviderBrowser-list {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    border-spacing: 0;
    bottom: 0;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-list {
    background-color: #1f1f1f
}

.uppy-ProviderBrowser-list:focus {
    outline: none
}

.uppy-ProviderBrowserItem-inner {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500
}

.uppy-ProviderBrowser-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    padding: 0 15px
}

[dir=ltr] .uppy-ProviderBrowser-footer button {
    margin-right: 8px
}

[dir=rtl] .uppy-ProviderBrowser-footer button {
    margin-left: 8px
}

[data-uppy-theme=dark] .uppy-ProviderBrowser-footer {
    background-color: #1f1f1f;
    border-top: 1px solid #333
}

.uppy-Dashboard-Item-previewInnerWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%
}

.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1490196078)
}

.uppy-Dashboard-Item-previewInnerWrap:after {
    background-color: rgba(0, 0, 0, .6509803922);
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1001
}

.uppy-Dashboard-Item-previewLink {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002
}

.uppy-Dashboard-Item-previewLink:focus {
    -webkit-box-shadow: inset 0 0 0 3px #76abe9;
    box-shadow: inset 0 0 0 3px #76abe9
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus {
    -webkit-box-shadow: inset 0 0 0 3px #016c8d;
    box-shadow: inset 0 0 0 3px #016c8d
}

.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg {
    border-radius: 3px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%
}

.uppy-Dashboard-Item-progress {
    color: #fff;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .35 ease;
    transition: all .35 ease;
    width: 120px;
    z-index: 1002
}

.uppy-Dashboard-Item-progressIndicator {
    color: #fff;
    display: inline-block;
    height: 38px;
    opacity: .9;
    width: 38px
}

.uppy-size--md .uppy-Dashboard-Item-progressIndicator {
    height: 55px;
    width: 55px
}

button.uppy-Dashboard-Item-progressIndicator {
    cursor: pointer
}

button.uppy-Dashboard-Item-progressIndicator:focus {
    outline: none
}

button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner {
    border: 0
}

button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,
button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry {
    fill: #76abe9
}

.uppy-Dashboard-Item-progressIcon--circle {
    height: 100%;
    width: 100%
}

.uppy-Dashboard-Item-progressIcon--bg {
    stroke: rgba(255, 255, 255, .4)
}

.uppy-Dashboard-Item-progressIcon--progress {
    stroke: #fff;
    -webkit-transition: stroke-dashoffset .5s ease-out;
    transition: stroke-dashoffset .5s ease-out
}

.uppy-Dashboard-Item-progressIcon--play {
    fill: #fff;
    stroke: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.uppy-Dashboard-Item-progressIcon--cancel {
    fill: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.uppy-Dashboard-Item-progressIcon--pause {
    fill: #fff;
    stroke: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.uppy-Dashboard-Item-progressIcon--check {
    fill: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.uppy-Dashboard-Item-progressIcon--retry {
    fill: #fff
}

[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
    right: -8px
}

[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
    left: -8px
}

[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
    left: auto
}

[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
    right: auto
}

.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress {
    top: -9px;
    -webkit-transform: none;
    transform: none;
    width: auto
}

.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
    height: 18px;
    width: 18px
}

.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator {
    height: 28px;
    width: 28px
}

.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
    height: 18px;
    opacity: 1;
    width: 18px
}

.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator {
    height: 22px;
    width: 22px
}

.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress {
    opacity: 0
}

[dir=ltr] .uppy-Dashboard-Item-fileInfo {
    padding-right: 5px
}

[dir=rtl] .uppy-Dashboard-Item-fileInfo {
    padding-left: 5px
}

[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
    padding-right: 10px
}

[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
    padding-left: 10px
}

[dir=ltr] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
    padding-right: 15px
}

[dir=rtl] .uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfo {
    padding-left: 15px
}

.uppy-Dashboard-Item-name {
    word-wrap: anywhere;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px;
    word-break: break-all
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-name {
    color: #eaeaea
}

.uppy-size--md.uppy-Dashboard--singleFile .uppy-Dashboard-Item-name {
    font-size: 14px;
    line-height: 1.4
}

.uppy-Dashboard-Item-fileName {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.uppy-Dashboard-Item-fileName button {
    margin-left: 5px
}

.uppy-Dashboard-Item-author {
    color: #757575;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    vertical-align: bottom
}

.uppy-Dashboard-Item-author a {
    color: #757575
}

.uppy-Dashboard-Item-status {
    color: #757575;
    font-size: 11px;
    font-weight: 400;
    line-height: 1
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-status {
    color: #bbb
}

.uppy-Dashboard-Item-statusSize {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    vertical-align: bottom
}

.uppy-Dashboard-Item-reSelect {
    color: #2275d7;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600
}

.uppy-Dashboard-Item-errorMessage {
    background-color: #fdeff1;
    color: #a51523;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.3;
    padding: 5px 6px
}

.uppy-Dashboard-Item-errorMessageBtn {
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline
}

.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
    display: none
}

.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #f7c2c8;
    bottom: 0;
    display: block;
    left: 0;
    line-height: 1.4;
    padding: 6px 8px;
    position: absolute;
    right: 0
}

.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
    border: 1px solid #f7c2c8;
    border-radius: 3px;
    display: inline-block;
    position: static
}

.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage {
    display: none
}

.uppy-Dashboard-Item-action {
    color: #939393;
    cursor: pointer
}

.uppy-Dashboard-Item-action:focus {
    outline: none
}

.uppy-Dashboard-Item-action::-moz-focus-inner {
    border: 0
}

.uppy-Dashboard-Item-action:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

.uppy-Dashboard-Item-action:hover {
    color: #1f1f1f;
    opacity: 1
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action {
    color: #cfcfcf
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover {
    color: #eaeaea
}

.uppy-Dashboard-Item-action--remove {
    color: #1f1f1f;
    opacity: .95
}

.uppy-Dashboard-Item-action--remove:hover {
    color: #000;
    opacity: 1
}

[dir=ltr] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-action--remove,
[dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove {
    right: -8px
}

[dir=rtl] .uppy-Dashboard--singleFile .uppy-Dashboard-Item-action--remove,
[dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove {
    left: -8px
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-action--remove,
.uppy-size--md .uppy-Dashboard-Item-action--remove {
    height: 18px;
    padding: 0;
    position: absolute;
    top: -8px;
    width: 18px;
    z-index: 1002
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-action--remove:focus,
.uppy-size--md .uppy-Dashboard-Item-action--remove:focus {
    border-radius: 50%
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove {
    color: #525252
}

[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover {
    color: #333
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item-actionWrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item-action {
    height: 22px;
    margin-left: 3px;
    padding: 3px;
    width: 22px
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item-action:focus {
    border-radius: 3px
}

.uppy-size--md .uppy-Dashboard-Item-action--copyLink,
.uppy-size--md .uppy-Dashboard-Item-action--edit {
    height: 16px;
    padding: 0;
    width: 16px
}

.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,
.uppy-size--md .uppy-Dashboard-Item-action--edit:focus {
    border-radius: 3px
}

.uppy-Dashboard-Item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px
}

[dir=ltr] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
    padding-right: 0
}

[dir=rtl] .uppy-Dashboard:not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item {
    padding-left: 0
}

[data-uppy-theme=dark] .uppy-Dashboard-Item {
    border-bottom: 1px solid #333
}

[dir=ltr] .uppy-size--md .uppy-Dashboard-Item {
    float: left
}

[dir=rtl] .uppy-size--md .uppy-Dashboard-Item {
    float: right
}

.uppy-size--md .uppy-Dashboard-Item {
    border-bottom: 0;
    display: block;
    height: 215px;
    margin: 5px 15px;
    padding: 0;
    position: relative;
    width: calc(33.333% - 30px)
}

.uppy-size--lg .uppy-Dashboard-Item {
    height: 190px;
    margin: 5px 15px;
    padding: 0;
    width: calc(25% - 30px)
}

.uppy-size--xl .uppy-Dashboard-Item {
    height: 210px;
    padding: 0;
    width: calc(20% - 30px)
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item {
    border-bottom: 0;
    display: block;
    height: auto;
    margin: 10px;
    max-width: 400px;
    padding: 0;
    position: relative;
    width: 100%
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap {
    opacity: .2
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name {
    opacity: .7
}

.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39'%3E%3Cpath d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416zm13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416z' fill='%2523000'/%3E%3C/svg%3E");
    background-position: 50% 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1005
}

.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before {
    background-position: 50% 50%;
    background-size: 40px
}

.uppy-Dashboard-Item-preview {
    position: relative
}

.uppy-Dashboard:not(.uppy-size--md):not(.uppy-Dashboard--singleFile) .uppy-Dashboard-Item-preview {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 50px;
    width: 50px
}

.uppy-size--md .uppy-Dashboard-Item-preview {
    height: 140px;
    width: 100%
}

.uppy-size--lg .uppy-Dashboard-Item-preview {
    height: 120px
}

.uppy-size--xl .uppy-Dashboard-Item-preview {
    height: 140px
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-preview {
    height: 270px;
    width: 100%
}

[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
    padding-right: 8px
}

[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
    padding-left: 8px
}

[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons {
    padding-left: 12px
}

[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons {
    padding-right: 12px
}

.uppy-Dashboard-Item-fileInfoAndButtons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-fileInfoAndButtons,
.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 9px 0 0;
    width: 100%
}

.uppy-Dashboard-Item-fileInfo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.uppy-Dashboard-Item-actionWrapper {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after,
.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after {
    display: block
}

.uppy-Dashboard-Item.is-inprogress:not(.is-resumable) .uppy-Dashboard-Item-action--remove {
    display: none
}

[dir=ltr] .uppy-Dashboard-Item-errorDetails {
    left: 2px
}

[dir=rtl] .uppy-Dashboard-Item-errorDetails {
    right: 2px
}

.uppy-Dashboard-Item-errorDetails {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #939393;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: help;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    height: 13px;
    line-height: 12px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 13px
}

.uppy-Dashboard-Item-errorDetails:after {
    word-wrap: break-word;
    line-height: 1.3
}

.uppy-Dashboard-FileCard {
    background-color: #fff;
    border-radius: 5px;
    bottom: 0;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1019607843);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, .1019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1005
}

.uppy-Dashboard-FileCard .uppy-DashboardContent-bar {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.uppy-Dashboard-FileCard-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 100%;
    min-height: 0
}

.uppy-Dashboard-FileCard-preview {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 60%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 0;
    position: relative
}

[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview {
    background-color: #333;
    border-bottom: 0
}

.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg {
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1490196078);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 90%;
    max-width: 90%;
    -o-object-fit: cover;
    object-fit: cover
}

[dir=ltr] .uppy-Dashboard-FileCard-edit {
    right: 10px
}

[dir=rtl] .uppy-Dashboard-FileCard-edit {
    left: 10px
}

.uppy-Dashboard-FileCard-edit {
    background-color: rgba(0, 0, 0, .5019607843);
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    padding: 7px 15px;
    position: absolute;
    top: 10px
}

.uppy-Dashboard-FileCard-edit:focus {
    outline: none
}

.uppy-Dashboard-FileCard-edit::-moz-focus-inner {
    border: 0
}

.uppy-Dashboard-FileCard-edit:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

.uppy-Dashboard-FileCard-edit:hover {
    background-color: rgba(0, 0, 0, .8)
}

.uppy-Dashboard-FileCard-info {
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40%;
    overflow-y: auto;
    padding: 30px 20px 20px
}

[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info {
    background-color: #1f1f1f
}

.uppy-Dashboard-FileCard-fieldset {
    border: 0;
    font-size: 0;
    margin: auto auto 12px;
    max-width: 640px;
    padding: 0
}

.uppy-Dashboard-FileCard-label {
    color: #525252;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    width: 22%
}

.uppy-size--md .uppy-Dashboard-FileCard-label {
    font-size: 14px
}

[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label {
    color: #eaeaea
}

.uppy-Dashboard-FileCard-input {
    display: inline-block;
    vertical-align: middle;
    width: 78%
}

.uppy-Dashboard-FileCard-actions {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    border-top: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 55px;
    padding: 0 15px
}

.uppy-size--md .uppy-Dashboard-FileCard-actions {
    height: 65px
}

[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions {
    background-color: #1f1f1f;
    border-top: 1px solid #333
}

[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn {
    margin-right: 10px
}

[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn {
    margin-left: 10px
}

.uppy-transition-slideDownUp-enter {
    opacity: .01;
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.uppy-transition-slideDownUp-leave {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active {
    opacity: .01;
    -webkit-transform: translate3d(0, -105%, 0);
    transform: translate3d(0, -105%, 0)
}

@-webkit-keyframes uppy-Dashboard-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes uppy-Dashboard-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes uppy-Dashboard-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes uppy-Dashboard-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes uppy-Dashboard-slideDownAndFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -70%, 0);
        transform: translate3d(-50%, -70%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }
}

@keyframes uppy-Dashboard-slideDownAndFadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -70%, 0);
        transform: translate3d(-50%, -70%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }
}

@-webkit-keyframes uppy-Dashboard-slideDownAndFadeIn--small {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes uppy-Dashboard-slideDownAndFadeIn--small {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes uppy-Dashboard-slideUpFadeOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -70%, 0);
        transform: translate3d(-50%, -70%, 0)
    }
}

@keyframes uppy-Dashboard-slideUpFadeOut {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-50%, -70%, 0);
        transform: translate3d(-50%, -70%, 0)
    }
}

@-webkit-keyframes uppy-Dashboard-slideUpFadeOut--small {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
}

@keyframes uppy-Dashboard-slideUpFadeOut--small {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }
}

.uppy-Dashboard--modal {
    z-index: 1001
}

.uppy-Dashboard--modal[aria-hidden=true] {
    display: none
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
    -webkit-animation: uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0, 0, 0.2, 1);
    animation: uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0, 0, 0.2, 1)
}

@media only screen and (min-width: 820px) {
    .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner {
        -webkit-animation: uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0, 0, 0.2, 1);
        animation: uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0, 0, 0.2, 1)
    }
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay {
    -webkit-animation: uppy-Dashboard-fadeIn .3s cubic-bezier(0, 0, 0.2, 1);
    animation: uppy-Dashboard-fadeIn .3s cubic-bezier(0, 0, 0.2, 1)
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
    -webkit-animation: uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0, 0, 0.2, 1);
    animation: uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0, 0, 0.2, 1)
}

@media only screen and (min-width: 820px) {
    .uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner {
        -webkit-animation: uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0, 0, 0.2, 1);
        animation: uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0, 0, 0.2, 1)
    }
}

.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay {
    -webkit-animation: uppy-Dashboard-fadeOut .3s cubic-bezier(0, 0, 0.2, 1);
    animation: uppy-Dashboard-fadeOut .3s cubic-bezier(0, 0, 0.2, 1)
}

.uppy-Dashboard-isFixed {
    height: 100vh;
    overflow: hidden
}

.uppy-Dashboard--modal .uppy-Dashboard-overlay {
    background-color: rgba(0, 0, 0, .5019607843);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001
}

.uppy-Dashboard-inner {
    background-color: #fafafa;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    max-height: 100%;
    max-width: 100%;
    outline: none;
    position: relative
}

.uppy-size--md .uppy-Dashboard-inner {
    min-height: auto
}

@media only screen and (min-width: 820px) {
    .uppy-Dashboard-inner {
        height: 500px;
        width: 650px
    }
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
    z-index: 1002
}

[data-uppy-theme=dark] .uppy-Dashboard-inner {
    background-color: #1f1f1f
}

.uppy-Dashboard--isDisabled .uppy-Dashboard-inner {
    cursor: not-allowed
}

.uppy-Dashboard-innerWrap {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: relative
}

.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
    opacity: 1
}

.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.uppy-Dashboard--isDisabled .uppy-ProviderIconBg {
    fill: #9f9f9f
}

.uppy-Dashboard--modal .uppy-Dashboard-inner {
    border: none;
    bottom: 15px;
    left: 15px;
    position: fixed;
    right: 15px;
    top: 35px
}

@media only screen and (min-width: 820px) {
    .uppy-Dashboard--modal .uppy-Dashboard-inner {
        -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .1490196078);
        box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .1490196078);
        left: 50%;
        right: auto;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

[dir=ltr] .uppy-Dashboard-close {
    right: -2px
}

[dir=rtl] .uppy-Dashboard-close {
    left: -2px
}

.uppy-Dashboard-close {
    color: rgba(255, 255, 255, .9019607843);
    cursor: pointer;
    display: block;
    font-size: 27px;
    position: absolute;
    top: -33px;
    z-index: 1005
}

.uppy-Dashboard-close:focus {
    outline: none
}

.uppy-Dashboard-close::-moz-focus-inner {
    border: 0
}

.uppy-Dashboard-close:focus {
    color: #8cb8ed
}

@media only screen and (min-width: 820px) {
    [dir=ltr] .uppy-Dashboard-close {
        right: -35px
    }

    [dir=rtl] .uppy-Dashboard-close {
        left: -35px
    }

    .uppy-Dashboard-close {
        font-size: 35px;
        top: -10px
    }
}

.uppy-Dashboard-serviceMsg {
    background-color: #fffbf7;
    border-bottom: 1px solid #edd4b9;
    border-top: 1px solid #edd4b9;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    padding: 12px 0;
    position: relative;
    top: -1px;
    z-index: 1004
}

.uppy-size--md .uppy-Dashboard-serviceMsg {
    font-size: 14px;
    line-height: 1.4
}

[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg {
    background-color: #1f1f1f;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    color: #eaeaea
}

.uppy-Dashboard-serviceMsg-title {
    display: block;
    line-height: 1;
    margin-bottom: 4px;
    padding-left: 42px
}

.uppy-Dashboard-serviceMsg-text {
    padding: 0 15px
}

.uppy-Dashboard-serviceMsg-actionBtn {
    color: #2275d7;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: initial
}

[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn {
    color: rgba(2, 186, 242, .9019607843)
}

.uppy-Dashboard-serviceMsg-icon {
    left: 15px;
    position: absolute;
    top: 10px
}

.uppy-Dashboard-AddFiles {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: center
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
    border: 1px dashed #dfdfdf;
    border-radius: 3px;
    height: calc(100% - 14px);
    margin: 7px
}

.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles {
    border: none;
    height: calc(100% - 54px)
}

.uppy-Dashboard--modal .uppy-Dashboard-AddFiles {
    border-color: #cfcfcf
}

[data-uppy-theme=dark] .uppy-Dashboard-AddFiles {
    border-color: #757575
}

.uppy-Dashboard-AddFiles-info {
    display: none;
    margin-top: auto;
    padding-bottom: 15px;
    padding-top: 15px
}

.uppy-size--height-md .uppy-Dashboard-AddFiles-info {
    display: block
}

.uppy-size--md .uppy-Dashboard-AddFiles-info {
    bottom: 25px;
    left: 0;
    padding-bottom: 0;
    padding-top: 30px;
    position: absolute;
    right: 0
}

[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info {
    margin-top: 0
}

.uppy-Dashboard-browse {
    color: rgba(34, 117, 215, .9019607843);
    cursor: pointer
}

.uppy-Dashboard-browse:focus {
    outline: none
}

.uppy-Dashboard-browse::-moz-focus-inner {
    border: 0
}

.uppy-Dashboard-browse:focus,
.uppy-Dashboard-browse:hover {
    border-bottom: 1px solid #2275d7
}

[data-uppy-theme=dark] .uppy-Dashboard-browse {
    color: rgba(2, 186, 242, .9019607843)
}

[data-uppy-theme=dark] .uppy-Dashboard-browse:focus,
[data-uppy-theme=dark] .uppy-Dashboard-browse:hover {
    border-bottom: 1px solid #02baf2
}

.uppy-Dashboard-browseBtn {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 8px;
    width: 100%
}

.uppy-size--md .uppy-Dashboard-browseBtn {
    font-size: 15px;
    margin: 15px auto;
    padding: 13px 44px;
    width: auto
}

.uppy-Dashboard-AddFiles-list {
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2px;
    overflow-y: auto;
    padding: 2px 0;
    width: 100%
}

.uppy-size--md .uppy-Dashboard-AddFiles-list {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
    max-width: 600px;
    overflow-y: visible;
    padding-top: 0
}

.uppy-DashboardTab {
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    width: 100%
}

[data-uppy-theme=dark] .uppy-DashboardTab {
    border-bottom: 1px solid #333
}

.uppy-size--md .uppy-DashboardTab {
    border-bottom: none;
    display: inline-block;
    margin-bottom: 10px;
    width: auto
}

.uppy-DashboardTab-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: initial;
    color: #525252;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 12px 15px;
    width: 100%
}

.uppy-DashboardTab-btn:focus {
    outline: none
}

[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn {
    margin-right: 1px
}

[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn {
    margin-left: 1px
}

.uppy-size--md .uppy-DashboardTab-btn {
    border-radius: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 3px;
    width: 86px
}

[data-uppy-theme=dark] .uppy-DashboardTab-btn {
    color: #eaeaea
}

.uppy-DashboardTab-btn::-moz-focus-inner {
    border: 0
}

.uppy-DashboardTab-btn:hover {
    background-color: #f1f3f6
}

[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover {
    background-color: #333
}

.uppy-DashboardTab-btn:active,
.uppy-DashboardTab-btn:focus {
    background-color: #eceef2
}

[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,
[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus {
    background-color: #525252
}

[dir=ltr] .uppy-DashboardTab-btn svg {
    margin-right: 10px
}

[dir=rtl] .uppy-DashboardTab-btn svg {
    margin-left: 10px
}

.uppy-DashboardTab-btn svg {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
    vertical-align: text-top
}

[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn svg {
    margin-right: 0
}

[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn svg {
    margin-left: 0
}

.uppy-DashboardTab-name {
    font-size: 14px;
    font-weight: 500
}

.uppy-size--md .uppy-DashboardTab-name {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    margin-top: 8px
}

.uppy-DashboardTab svg {
    height: 23px;
    vertical-align: middle;
    width: 23px
}

.uppy-size--md .uppy-DashboardTab svg {
    height: 30px;
    width: 30px
}

.uppy-Dashboard-input {
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: .1px;
    z-index: -1
}

.uppy-DashboardContent-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    border-bottom: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
    position: relative;
    width: 100%;
    z-index: 1004
}

.uppy-size--md .uppy-DashboardContent-bar {
    height: 50px;
    padding: 0 15px
}

[data-uppy-theme=dark] .uppy-DashboardContent-bar {
    background-color: #1f1f1f;
    border-bottom: 1px solid #333
}

.uppy-DashboardContent-title {
    font-size: 12px;
    font-weight: 500;
    left: 0;
    line-height: 40px;
    margin: auto;
    max-width: 170px;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    width: 100%
}

.uppy-size--md .uppy-DashboardContent-title {
    font-size: 14px;
    line-height: 50px;
    max-width: 300px
}

[data-uppy-theme=dark] .uppy-DashboardContent-title {
    color: #eaeaea
}

[dir=ltr] .uppy-DashboardContent-back,
[dir=ltr] .uppy-DashboardContent-save {
    margin-left: -6px
}

[dir=rtl] .uppy-DashboardContent-back,
[dir=rtl] .uppy-DashboardContent-save {
    margin-right: -6px
}

.uppy-DashboardContent-back,
.uppy-DashboardContent-save {
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 3px;
    color: inherit;
    color: #2275d7;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    padding: 7px 6px
}

.uppy-DashboardContent-back:focus,
.uppy-DashboardContent-save:focus {
    outline: none
}

.uppy-DashboardContent-back::-moz-focus-inner,
.uppy-DashboardContent-save::-moz-focus-inner {
    border: 0
}

.uppy-DashboardContent-back:hover,
.uppy-DashboardContent-save:hover {
    color: #1b5dab
}

.uppy-DashboardContent-back:focus,
.uppy-DashboardContent-save:focus {
    background-color: #eceef2
}

[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,
[data-uppy-theme=dark] .uppy-DashboardContent-save:focus {
    background-color: #333
}

.uppy-size--md .uppy-DashboardContent-back,
.uppy-size--md .uppy-DashboardContent-save {
    font-size: 14px
}

[data-uppy-theme=dark] .uppy-DashboardContent-back,
[data-uppy-theme=dark] .uppy-DashboardContent-save {
    color: #02baf2
}

[dir=ltr] .uppy-DashboardContent-addMore {
    margin-right: -5px
}

[dir=rtl] .uppy-DashboardContent-addMore {
    margin-left: -5px
}

.uppy-DashboardContent-addMore {
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 3px;
    color: inherit;
    color: #2275d7;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    height: 29px;
    line-height: 1;
    margin: 0;
    padding: 7px 8px;
    width: 29px
}

.uppy-DashboardContent-addMore:focus {
    outline: none
}

.uppy-DashboardContent-addMore::-moz-focus-inner {
    border: 0
}

.uppy-DashboardContent-addMore:hover {
    color: #1b5dab
}

.uppy-DashboardContent-addMore:focus {
    background-color: #eceef2
}

[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus {
    background-color: #333
}

[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore {
    margin-right: -8px
}

[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore {
    margin-left: -8px
}

.uppy-size--md .uppy-DashboardContent-addMore {
    font-size: 14px;
    height: auto;
    width: auto
}

[data-uppy-theme=dark] .uppy-DashboardContent-addMore {
    color: #02baf2
}

[dir=ltr] .uppy-DashboardContent-addMore svg {
    margin-right: 4px
}

[dir=rtl] .uppy-DashboardContent-addMore svg {
    margin-left: 4px
}

.uppy-DashboardContent-addMore svg {
    vertical-align: initial
}

.uppy-size--md .uppy-DashboardContent-addMore svg {
    height: 11px;
    width: 11px
}

.uppy-DashboardContent-addMoreCaption {
    display: none
}

.uppy-size--md .uppy-DashboardContent-addMoreCaption {
    display: inline
}

.uppy-DashboardContent-panel {
    background-color: #f5f5f5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.uppy-Dashboard-AddFilesPanel,
.uppy-DashboardContent-panel {
    border-radius: 5px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1005
}

.uppy-Dashboard-AddFilesPanel {
    background: #fafafa;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #fafafa), to(rgba(250, 250, 250, 0.8509803922)));
    background: linear-gradient(0deg, #fafafa 35%, rgba(250, 250, 250, 0.8509803922));
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1490196078);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .1490196078)
}

[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel {
    background-color: #333;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #1f1f1f), to(rgba(31, 31, 31, 0.8509803922)));
    background-image: linear-gradient(0deg, #1f1f1f 35%, rgba(31, 31, 31, 0.8509803922))
}

.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.uppy-Dashboard-progress {
    bottom: 0;
    height: 12%;
    left: 0;
    position: absolute;
    width: 100%
}

.uppy-Dashboard-progressBarContainer.is-active {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1004
}

.uppy-Dashboard-filesContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    overflow-y: hidden;
    position: relative
}

.uppy-Dashboard-filesContainer:after {
    clear: both;
    content: "";
    display: table
}

.uppy-Dashboard-files {
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    overflow-y: auto;
    padding: 0 0 10px
}

.uppy-size--md .uppy-Dashboard-files {
    padding-top: 10px
}

.uppy-Dashboard--singleFile .uppy-Dashboard-filesInner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.uppy-Dashboard-dropFilesHereHint {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%232275D7'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px dashed #2275d7;
    border-radius: 3px;
    bottom: 7px;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 7px;
    padding-top: 90px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 7px;
    visibility: hidden;
    z-index: 2000
}

[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%2302BAF2'/%3E%3C/svg%3E");
    border-color: #02baf2;
    color: #bbb
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint {
    visibility: visible
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,
.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar {
    opacity: .15
}

.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles {
    opacity: .03
}

.uppy-Dashboard-AddFiles-title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 0 15px;
    text-align: inline-start;
    width: 100%
}

.uppy-size--md .uppy-Dashboard-AddFiles-title {
    font-size: 25px;
    font-weight: 400;
    margin-top: 5px;
    max-width: 480px;
    padding: 0 35px;
    text-align: center
}

[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title {
    text-align: center
}

[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title {
    color: #eaeaea
}

.uppy-Dashboard-AddFiles-title button {
    font-weight: 500
}

.uppy-size--md .uppy-Dashboard-AddFiles-title button {
    font-weight: 400
}

.uppy-Dashboard-note {
    color: #757575;
    font-size: 14px;
    line-height: 1.25;
    margin: auto;
    max-width: 350px;
    padding: 0 15px;
    text-align: center
}

.uppy-size--md .uppy-Dashboard-note {
    font-size: 15px;
    line-height: 1.35;
    max-width: 600px
}

[data-uppy-theme=dark] .uppy-Dashboard-note {
    color: #cfcfcf
}

a.uppy-Dashboard-poweredBy {
    color: #939393;
    display: inline-block;
    font-size: 11px;
    margin-top: 8px;
    text-align: center;
    text-decoration: none
}

.uppy-Dashboard-poweredByIcon {
    fill: none;
    stroke: #939393;
    margin-left: 1px;
    margin-right: 1px;
    opacity: .9;
    position: relative;
    top: 1px;
    vertical-align: text-top
}

.uppy-Dashboard-Item-previewIcon {
    height: 25px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    z-index: 100
}

.uppy-size--md .uppy-Dashboard-Item-previewIcon {
    height: 38px;
    width: 38px
}

.uppy-Dashboard-Item-previewIcon svg {
    height: 100%;
    width: 100%
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIcon {
    height: 90px;
    width: 90px
}

.uppy-Dashboard-Item-previewIconWrap {
    height: 76px;
    max-height: 75%;
    position: relative
}

.uppy-Dashboard--singleFile .uppy-Dashboard-Item-previewIconWrap {
    height: 176px
}

.uppy-Dashboard-Item-previewIconBg {
    -webkit-filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 1px 1px);
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0 1px 1px);
    height: 100%;
    width: 100%
}

.uppy-Dashboard-upload {
    height: 50px;
    position: relative;
    width: 50px
}

.uppy-size--md .uppy-Dashboard-upload {
    height: 60px;
    width: 60px
}

.uppy-Dashboard-upload .uppy-c-icon {
    position: relative;
    top: 1px;
    width: 50%
}

[dir=ltr] .uppy-Dashboard-uploadCount {
    right: -12px
}

[dir=rtl] .uppy-Dashboard-uploadCount {
    left: -12px
}

.uppy-Dashboard-uploadCount {
    background-color: #1bb240;
    border-radius: 50%;
    color: #fff;
    font-size: 8px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: -12px;
    width: 16px
}

.uppy-size--md .uppy-Dashboard-uploadCount {
    font-size: 9px;
    height: 18px;
    line-height: 18px;
    width: 18px
}

.uppy-DragDrop-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 7px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Segoe UI Symbol, Segoe UI Emoji, Apple Color Emoji, Roboto, Helvetica, Arial, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%
}

.uppy-DragDrop-container::-moz-focus-inner {
    border: 0
}

.uppy-DragDrop-container:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .4);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .4);
    outline: none
}

.uppy-DragDrop-inner {
    line-height: 1.4;
    margin: 0;
    padding: 80px 20px;
    text-align: center
}

.uppy-DragDrop-arrow {
    fill: #e0e0e0;
    height: 60px;
    margin-bottom: 17px;
    width: 60px
}

.uppy-DragDrop--isDragDropSupported {
    border: 2px dashed #adadad
}

.uppy-DragDrop--isDraggingOver {
    background: #eaeaea;
    border: 2px dashed #2275d7
}

.uppy-DragDrop--isDraggingOver .uppy-DragDrop-arrow {
    fill: #939393
}

.uppy-DragDrop-label {
    display: block;
    font-size: 1.15em;
    margin-bottom: 5px
}

.uppy-DragDrop-browse {
    color: #2275d7;
    cursor: pointer
}

.uppy-DragDrop-note {
    color: #adadad;
    font-size: 1em
}

.uppy-FileInput-container {
    margin-bottom: 15px
}

.uppy-FileInput-btn {
    -webkit-appearance: none;
    background: none;
    border: 1px solid #14457f;
    border-radius: 8px;
    color: inherit;
    color: #14457f;
    cursor: pointer;
    font-family: inherit;
    font-family: sans-serif;
    font-size: inherit;
    font-size: .85em;
    line-height: 1;
    margin: 0;
    padding: 10px 15px
}

.uppy-FileInput-btn:hover {
    background-color: #14457f;
    color: #fff
}

.uppy-ProgressBar {
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: height .2s;
    transition: height .2s;
    width: 100%;
    z-index: 10000
}

.uppy-ProgressBar[aria-hidden=true] {
    height: 0
}

.uppy-ProgressBar-inner {
    background-color: #2275d7;
    -webkit-box-shadow: 0 0 10px rgba(34, 117, 215, .7019607843);
    box-shadow: 0 0 10px rgba(34, 117, 215, .7019607843);
    height: 100%;
    -webkit-transition: width .4s ease;
    transition: width .4s ease;
    width: 0
}

.uppy-ProgressBar-percentage {
    color: #fff;
    display: none;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.uppy-Url {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

[data-uppy-theme=dark] .uppy-Url {
    background-color: #1f1f1f
}

.uppy-Url-input {
    margin-bottom: 15px;
    max-width: 650px;
    width: 90%
}

.uppy-size--md .uppy-Url-input {
    margin-bottom: 20px
}

.uppy-Url-importButton {
    padding: 13px 25px
}

.uppy-size--md .uppy-Url-importButton {
    padding: 13px 30px
}

.uppy-Webcam-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.uppy-Webcam-videoContainer {
    background-color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.uppy-Webcam-video {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.uppy-Webcam-video--mirrored {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.uppy-Webcam-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 75px;
    padding: 20px;
    width: 100%
}

.uppy-Webcam-videoSourceContainer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%
}

.uppy-size--lg .uppy-Webcam-videoSourceContainer {
    margin: 0;
    width: 33%
}

.uppy-Webcam-videoSource-select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right .4em top 50%, 0 0;
    background-repeat: no-repeat;
    background-size: .65em auto, 100%;
    border: 1px solid #757575;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin: auto auto 10px;
    max-width: 90%;
    padding: .4em 1em .3em .4em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.uppy-size--lg .uppy-Webcam-videoSource-select {
    font-size: 14px;
    margin-bottom: 0
}

.uppy-Webcam-videoSource-select::-ms-expand {
    display: none
}

.uppy-Webcam-buttonContainer {
    margin-left: 25%;
    text-align: center;
    width: 50%
}

.uppy-size--lg .uppy-Webcam-buttonContainer {
    margin-left: 0;
    width: 34%
}

.uppy-Webcam-recordingLength {
    color: #757575;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    text-align: right;
    width: 25%
}

.uppy-size--lg .uppy-Webcam-recordingLength {
    width: 33%
}

.uppy-Webcam-button {
    background-color: #e32437;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 45px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 45px
}

.uppy-Webcam-button:focus {
    outline: none
}

.uppy-Webcam-button::-moz-focus-inner {
    border: 0
}

.uppy-Webcam-button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

.uppy-Webcam-button:hover {
    background-color: #d31b2d
}

[data-uppy-theme=dark] .uppy-Webcam-button:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-Webcam-button::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-Webcam-button:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

.uppy-Webcam-button--submit {
    background-color: #2275d7;
    margin: 0 12px
}

.uppy-Webcam-button--submit:hover {
    background-color: #1f69c1
}

.uppy-Webcam-button svg {
    fill: currentColor;
    display: inline-block;
    height: 30px;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    vertical-align: text-top;
    width: 30px
}

.uppy-size--md .uppy-Webcam-button {
    height: 60px;
    width: 60px
}

.uppy-Webcam-button--picture {
    margin-right: 12px
}

.uppy-Webcam-permissons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px
}

.uppy-Webcam-permissons p {
    color: #939393;
    line-height: 1.3;
    line-height: 1.45;
    margin: 0;
    max-width: 450px;
    text-align: center
}

.uppy-Webcam-permissonsIcon svg {
    color: #bbb;
    height: 75px;
    margin-bottom: 30px;
    width: 100px
}

.uppy-Webcam-title {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 5px;
    max-width: 500px;
    padding: 0 15px;
    text-align: center
}

[data-uppy-theme=dark] .uppy-Webcam-title {
    color: #eaeaea
}

.uppy-Audio-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.uppy-Audio-audioContainer,
.uppy-Audio-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.uppy-Audio-audioContainer {
    background-color: #cfcfcf;
    position: relative
}

.uppy-Audio-player {
    border-radius: 12px;
    width: 85%
}

.uppy-Audio-canvas {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.uppy-Audio-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    width: 100%
}

.uppy-Audio-audioSourceContainer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%
}

.uppy-size--lg .uppy-Audio-audioSourceContainer {
    margin: 0;
    width: 33%
}

.uppy-Audio-audioSource-select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right .4em top 50%, 0 0;
    background-repeat: no-repeat;
    background-size: .65em auto, 100%;
    border: 1px solid #757575;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin: auto auto 10px;
    max-width: 90%;
    padding: .4em 1em .3em .4em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.uppy-size--lg .uppy-Audio-audioSource-select {
    font-size: 14px;
    margin-bottom: 0
}

.uppy-Audio-audioSource-select::-ms-expand {
    display: none
}

.uppy-Audio-buttonContainer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 25%;
    text-align: center;
    width: 50%
}

.uppy-size--lg .uppy-Audio-buttonContainer {
    margin-left: 0;
    width: 34%
}

.uppy-Audio-recordingLength {
    color: #757575;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    text-align: right;
    width: 25%
}

.uppy-size--lg .uppy-Audio-recordingLength {
    width: 33%
}

.uppy-Audio-button {
    background-color: #e32437;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 45px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 45px
}

.uppy-Audio-button:focus {
    outline: none
}

.uppy-Audio-button::-moz-focus-inner {
    border: 0
}

.uppy-Audio-button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

.uppy-Audio-button:hover {
    background-color: #d31b2d
}

[data-uppy-theme=dark] .uppy-Audio-button:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-Audio-button::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-Audio-button:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

.uppy-Audio-button--submit {
    background-color: #2275d7;
    margin: 0 12px
}

.uppy-Audio-button--submit:hover {
    background-color: #1f69c1
}

.uppy-Audio-button svg {
    fill: currentColor;
    display: inline-block;
    height: 26px;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    vertical-align: text-top;
    width: 26px
}

.uppy-size--md .uppy-Audio-button {
    height: 60px;
    width: 60px
}

.uppy-Audio-permissons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px
}

.uppy-Audio-permissons p {
    color: #939393;
    line-height: 1.3;
    line-height: 1.45;
    margin: 0;
    max-width: 450px;
    text-align: center
}

.uppy-Audio-permissonsIcon svg {
    color: #bbb;
    height: 75px;
    margin-bottom: 30px;
    width: 100px
}

.uppy-Audio-title {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 5px;
    max-width: 500px;
    padding: 0 15px;
    text-align: center
}

[data-uppy-theme=dark] .uppy-Audio-title {
    color: #eaeaea
}

.uppy-ScreenCapture-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.uppy-ScreenCapture-videoContainer {
    background-color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.uppy-size--md .uppy-ScreenCapture-videoContainer {
    max-width: 100%
}

.uppy-ScreenCapture-video {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0
}

.uppy-ScreenCapture-buttonContainer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%
}

[data-uppy-theme=dark] .uppy-ScreenCapture-buttonContainer {
    background-color: #1f1f1f;
    border-top: 1px solid #333
}

.uppy-ScreenCapture-button {
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 45px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 45px
}

.uppy-ScreenCapture-button:focus {
    outline: none
}

.uppy-ScreenCapture-button::-moz-focus-inner {
    border: 0
}

.uppy-ScreenCapture-button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843);
    box-shadow: 0 0 0 3px rgba(34, 117, 215, .5019607843)
}

[data-uppy-theme=dark] .uppy-ScreenCapture-button:focus {
    outline: none
}

[data-uppy-theme=dark] .uppy-ScreenCapture-button::-moz-focus-inner {
    border: 0
}

[data-uppy-theme=dark] .uppy-ScreenCapture-button:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922);
    box-shadow: 0 0 0 2px rgba(170, 225, 255, .8509803922)
}

.uppy-size--md .uppy-ScreenCapture-button {
    height: 60px;
    width: 60px
}

.uppy-ScreenCapture-button:hover {
    background-color: #d31b2d
}

.uppy-ScreenCapture-button svg {
    fill: currentColor;
    display: inline-block;
    height: 30px;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    vertical-align: text-top;
    width: 30px
}

.uppy-ScreenCapture-button--submit {
    background-color: #2275d7;
    margin-left: 12px
}

.uppy-ScreenCapture-button--submit:hover {
    background-color: #1f69c1
}

.uppy-ScreenCapture-button--submit:disabled {
    background-color: #939393;
    cursor: default
}

.uppy-ScreenCapture-button--submit:disabled:hover {
    background-color: #eaeaea
}

.uppy-ScreenCapture-title {
    color: #333;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0 0 5px;
    max-width: 500px;
    padding: 0 15px;
    text-align: center
}

.uppy-ScreenCapture-icon--stream {
    margin: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.uppy-ScreenCapture-icon--stream svg {
    fill: #939393
}

.uppy-ScreenCapture-icon--streamActive svg {
    -webkit-animation: uppy-ScreenCapture-icon--blink 1s cubic-bezier(0.47, 0, 0.75, 0.72) infinite;
    animation: uppy-ScreenCapture-icon--blink 1s cubic-bezier(0.47, 0, 0.75, 0.72) infinite
}

@-webkit-keyframes uppy-ScreenCapture-icon--blink {
    0% {
        fill: #2275d7
    }

    50% {
        fill: #939393
    }

    to {
        fill: #2275d7
    }
}

@keyframes uppy-ScreenCapture-icon--blink {
    0% {
        fill: #2275d7
    }

    50% {
        fill: #939393
    }

    to {
        fill: #2275d7
    }
}

.uppy-ScreenCapture-button--video {
    background: #e32437;
    color: #fff
}

.uppy-ScreenCapture-button--video:hover {
    background-color: #bc1828
}

.uppy-ImageCropper-range {
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0);
    margin: 9px 0;
    width: 100%
}

.uppy-ImageCropper-range::-moz-focus-outer {
    border: 0
}

.uppy-ImageCropper-range:focus {
    outline: 0
}

.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, .2)
}

.uppy-ImageCropper-range:focus::-ms-fill-lower,
.uppy-ImageCropper-range:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, .2)
}

.uppy-ImageCropper-range::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, .2);
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    cursor: default;
    height: 4px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%
}

.uppy-ImageCropper-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 9px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 0 rgba(13, 13, 13, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 0 rgba(13, 13, 13, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    height: 18px;
    margin-top: -7px;
    width: 18px
}

.uppy-ImageCropper-range::-moz-range-track {
    background: rgba(255, 255, 255, .2);
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
    cursor: default;
    height: 4px;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%
}

.uppy-ImageCropper-range::-moz-range-thumb {
    background: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 9px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 0 rgba(13, 13, 13, .2);
    box-sizing: border-box;
    cursor: default;
    height: 18px;
    width: 18px
}

.uppy-ImageCropper-range::-ms-track {
    background: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-width: 9px 0;
    color: rgba(0, 0, 0, 0);
    cursor: default;
    height: 4px;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%
}

.uppy-ImageCropper-range::-ms-fill-lower {
    background: rgba(242, 242, 242, .2);
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0)
}

.uppy-ImageCropper-range::-ms-fill-upper {
    background: rgba(255, 255, 255, .2);
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0)
}

.uppy-ImageCropper-range::-ms-thumb {
    background: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 9px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2), 0 0 0 rgba(13, 13, 13, .2);
    box-sizing: border-box;
    cursor: default;
    height: 18px;
    margin-top: 1px;
    width: 18px
}

.uppy-ImageCropper-range:disabled::-moz-range-thumb,
.uppy-ImageCropper-range:disabled::-ms-fill-lower,
.uppy-ImageCropper-range:disabled::-ms-fill-upper,
.uppy-ImageCropper-range:disabled::-ms-thumb,
.uppy-ImageCropper-range:disabled::-webkit-slider-runnable-track,
.uppy-ImageCropper-range:disabled::-webkit-slider-thumb {
    cursor: not-allowed
}

/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */
.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%
}

.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cropper-canvas,
.cropper-wrap-box {
    overflow: hidden
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0
}

.cropper-modal {
    background-color: #000;
    opacity: 1
}

.cropper-view-box {
    background: repeating-conic-gradient(rgba(0, 0, 0, 0.5019607843) 0 25%, rgba(255, 255, 255, 0.5019607843) 0 50%) 50%/16px 16px;
    display: block;
    height: 100%;
    outline: 1px solid #39f;
    outline-color: rgba(51, 153, 255, .7490196078);
    overflow: hidden;
    width: 100%
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: .5;
    position: absolute
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.3333333333%;
    left: 0;
    top: 33.3333333333%;
    width: 100%
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.3333333333%;
    top: 0;
    width: 33.3333333333%
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 0
}

.cropper-center:after,
.cropper-center:before {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute
}

.cropper-center:before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px
}

.cropper-center:after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px
}

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: .1;
    position: absolute;
    width: 100%
}

.cropper-face {
    background-color: #fff;
    left: 0;
    opacity: 0;
    top: 0
}

.cropper-line {
    background-color: #39f
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0
}

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: .75;
    width: 5px
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px
}

@media(min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px
    }
}

@media(min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px
    }
}

@media(min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: .75;
        width: 5px
    }
}

.cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%
}

.cropper-invisible {
    opacity: 0
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0
}

.cropper-hidden {
    display: none !important
}

.cropper-move {
    cursor: move
}

.cropper-crop {
    cursor: crosshair
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed
}

.uppy-ImageCropper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.uppy-ImageCropper-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.uppy-ImageCropper-image {
    display: block;
    max-height: 400px
}

.uppy-ImageCropper-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    bottom: 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    padding-top: 38px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.uppy-size--md .uppy-ImageCropper-controls {
    padding-top: 0
}

.uppy-ImageCropper-controls button {
    height: 35px;
    width: 35px
}

.uppy-ImageCropper-controls button svg {
    padding: 3px
}

.uppy-size--md .uppy-ImageCropper-controls button {
    height: 40px;
    width: 40px
}

.uppy-size--md .uppy-ImageCropper-controls button svg {
    padding: 1px
}

.uppy-ImageCropper-controls button:hover {
    background-color: rgba(34, 117, 215, .8)
}

.uppy-ImageCropper-controls button:focus {
    background-color: rgba(34, 117, 215, .8);
    outline: none
}

.uppy-ImageCropper-rangeWrapper {
    height: 38px;
    left: 10px;
    position: absolute !important;
    right: 10px;
    top: 0
}

.uppy-size--md .uppy-ImageCropper-rangeWrapper {
    height: auto;
    position: static !important
}

.uppy-size--md .uppy-ImageCropper-range {
    margin-left: 5px;
    margin-right: 15px;
    width: 180px
}

.uppy-ImageCropper .cropper-point {
    height: 8px;
    width: 8px
}

.uppy-ImageCropper .cropper-view-box {
    outline: 2px solid #39f
}

.uppy-is-drag-over:after {
    background-color: rgba(234, 234, 234, .5019607843);
    border: 5px dashed #bbb;
    bottom: 7px;
    content: "";
    left: 7px;
    position: fixed;
    right: 7px;
    top: 7px;
    z-index: 10000
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    height: 100%
}

.page-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

a:focus {
    outline: none
}

a {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

img,
figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

svg {
    max-width: 100%
}

iframe {
    width: 100%
}

.iframe-full-height-wrap {
    position: relative;
    min-height: 18rem;
    overflow: hidden
}

.iframe-full-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(min-width: 1280px) {

    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

small,
.small {
    font-weight: inherit
}

@media(max-width: 991.98px) {
    body {
        padding-top: 0 !important
    }
}

button:focus {
    outline: none
}

::-moz-selection {
    color: #fff;
    background: #0d6efd
}

::selection {
    color: #fff;
    background: #0d6efd
}

.tt-custom-scrollbar::-webkit-scrollbar {
    width: 3px
}

.tt-custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f9f8f9;
    border-radius: 6px
}

.tt-custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #c4cdd5
}

body {
    font-family: "Inter", Helvetica
}

.fw-semibold {
    font-weight: 600
}

.fw-medium {
    font-weight: 500
}

.body-font {
    font-family: "Inter", Helvetica
}

.heading-font {
    font-family: "Inter", sans-serif
}

.lh-initial {
    line-height: initial
}

.tt-line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.tt-line-clamp.tt-clamp-1 {
    -webkit-line-clamp: 1
}

.tt-line-clamp.tt-clamp-2 {
    -webkit-line-clamp: 2
}

.tt-line-clamp.tt-clamp-3 {
    -webkit-line-clamp: 3
}

.tt-text-gradient-primary {
    background-image: linear-gradient(120deg, #9333ea, #EF4444);
    background-size: 200%;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: tt-animated-gradient 5s ease-in-out infinite;
    animation: tt-animated-gradient 5s ease-in-out infinite
}

@-webkit-keyframes tt-animated-gradient {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes tt-animated-gradient {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

.mt--50 {
    margin-top: -50px
}

.mt--75 {
    margin-top: -75px
}

.mb--80 {
    margin-bottom: -80px !important
}

.right-0 {
    right: 0 !important
}

.left-0 {
    left: 0 !important
}

.right-1 {
    right: 1rem !important
}

.left-1 {
    left: 1rem !important
}

.top-1 {
    top: 1rem !important
}

.right--50 {
    right: -50px !important
}

.bottom--50 {
    bottom: -50px !important
}

.bottom-15 {
    bottom: 15px !important
}

.bottom-30 {
    bottom: 30px !important
}

.spinner-grow-xs {
    width: .625rem;
    height: .625rem
}

.z-5 {
    z-index: 5
}

.z-1 {
    z-index: 1
}

.z--1 {
    z-index: -1
}

.ptb-100 {
    padding: 6.25rem 0
}

.pt-100 {
    padding-top: 6.25rem
}

.pb-100 {
    padding-bottom: 6.25rem
}

.ptb-80 {
    padding: 5rem 0
}

.pt-80 {
    padding-top: 5rem
}

.pb-80 {
    padding-bottom: 5rem
}

.ptb-60 {
    padding: 3.75rem 0
}

.pt-60 {
    padding-top: 3.75rem
}

.pb-60 {
    padding-bottom: 3.75rem
}

.pb-650 {
    padding-bottom: 650px
}

.bg-size-cover {
    background-size: cover !important
}

.bg-position-center {
    background-position: center !important
}

.bg-position-50 {
    background-position: 50% !important
}

.bottom-16 {
    bottom: 16px !important
}

@media(min-width: 320px)and (max-width: 991px) {

    .ptb-100,
    .ptb-80 {
        padding: 3.75rem 0
    }

    .pt-100,
    .pt-80 {
        padding-top: 3.75rem
    }

    .pb-100,
    .pb-80 {
        padding-bottom: 3.75rem
    }

    .mb--80 {
        margin-bottom: -1.56rem !important
    }

    .mt--75 {
        margin-top: -45px
    }
}

.tt-search-box .form-control,
.tt-search-box .form-control-sm {
    padding-left: 2rem
}

.tt-dropdown-height {
    height: 25rem
}

.tt-top-navbar li svg {
    width: 22px;
    height: 22px;
    line-height: 22px
}

.tt-top-navbar li.tt-user-dropdown div.dropdown-menu {
    min-width: auto !important
}

.tt-top-navbar li.tt-user-dropdown div.dropdown-menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%
}

.tt-top-navbar li.tt-curency-lang-dropdown a img {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06)
}

.tt-top-navbar li.tt-curency-lang-dropdown ul.dropdown-menu {
    min-width: auto !important
}

.tt-top-navbar li.tt-curency-lang-dropdown ul.dropdown-menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%
}

.tt-top-navbar li.tt-curency-lang-dropdown ul.dropdown-menu li a {
    display: block;
    position: relative;
    width: 100%
}

.tt-top-navbar li.tt-curency-lang-dropdown ul.dropdown-menu li.dropdown-toggle:after {
    margin-left: 0
}

.tt-top-navbar li.tt-curency-lang-dropdown ul.dropdown-menu li:hover a {
    background-color: rgba(0, 0, 0, 0);
    color: #9333ea
}

.tt-curency-lang .dropdown-menu {
    position: absolute
}

.tt-user-nav li a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-user-nav li a svg {
    width: 16px;
    height: 16px;
    line-height: 16px
}

.dropdown-menu .tt-user-nav li a:hover {
    color: #7a16d4
}

.tt-notification {
    position: relative
}

.tt-notification span.tt-notification-dot {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 8px;
    width: 8px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse-red 2s ease-in-out infinite;
    animation: pulse-red 2s ease-in-out infinite
}

.tt-notification span.tt-notification-dot.tt-notification-number {
    position: absolute;
    right: 6px;
    top: 5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    font-size: 10px;
    color: #fff;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600
}

@-webkit-keyframes pulse-red {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(239, 68, 68, .8);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, .8)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
        box-shadow: 0 0 0 10px rgba(239, 68, 68, 0)
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0)
    }
}

@keyframes pulse-red {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(239, 68, 68, .8);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, .8)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
        box-shadow: 0 0 0 10px rgba(239, 68, 68, 0)
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0)
    }
}

.sticky-header {
    padding: 20px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.affix {
    top: 0;
    left: 0;
    margin: auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    -webkit-animation: 300ms ease-in-out fadeInDown;
    animation: 300ms ease-in-out fadeInDown;
    background: #212b36;
    padding: 10px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.dropdown-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    background: #fff
}

.dropdown-grid.width-half {
    grid-template-columns: 1fr;
    width: 220px
}

.dropdown-grid.width-full {
    grid-template-columns: 1fr 1fr;
    width: 580px
}

.dropdown-grid.width-full.homepage-dropdown {
    grid-template-columns: 1fr 1fr 1fr;
    width: 1000px
}

.width-full-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 800px
}

.width-full-3 .dropdown-grid-item {
    width: 240px
}

.dropdown-grid-item {
    width: auto;
    padding: 20px
}

.width-full-3 .dropdown-grid-item.last-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    grid-column-start: span 2
}

.radius-right-side {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.radius-left-side {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.main-menu li.nav-item {
    position: relative
}

.main-menu li.nav-item .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(-50%, 0) rotate(-315deg);
    transform: translate(-50%, 0) rotate(-315deg);
    border-radius: 3px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu li.nav-item:hover .dropdown-menu:before {
    opacity: 1
}

.main-menu li a.nav-link {
    padding: .85rem 1rem;
    font-weight: 500;
    position: relative;
    font-family: "Inter", sans-serif
}

.main-menu .dropdown-menu {
    right: auto;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.navbar-dark .main-menu li a.nav-link,
.navbar-dark .action-btns a.btn-link,
.tt-curency-lang a:not(.dropdown-menu a) {
    color: #dfe3e8
}

.navbar-light .main-menu li a.nav-link,
.navbar-light .action-btns a.btn-link,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link,
.navbar-dark.sticky-header.affix .action-btns a.btn-link,
.navbar-dark.sticky-header.affix .tt-top-navbar a.nav-link {
    color: #454f5b
}

.navbar-light.sticky-header.affix,
.navbar-dark.sticky-header.affix {
    background: #fff
}

.navbar-light.sticky-header.affix .btn,
.navbar-dark.sticky-header.affix .btn,
.bg-dark .btn,
.coming-soon-section .btn,
.bg-gradient .btn,
.coming-soon-section .btn,
.navbar-dark .btn-primary {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-light .navbar-brand img.logo-white,
.navbar-dark .navbar-brand img.logo-color,
.navbar-dark.sticky-header.affix .navbar-brand img.logo-white,
.offcanvas-header .navbar-brand img.logo-white,
.offcanvas-header .navbar-brand img.logo-color,
.offcanvas-header .navbar-brand img.logo-white {
    display: none
}

.navbar-dark.sticky-header.affix .navbar-toggler {
    color: #454f5b
}

.navbar-dark.sticky-header.affix .navbar-brand img.logo-color,
.offcanvas-header .navbar-brand img.logo-color {
    display: block
}

.main-menu li a.nav-link:hover,
.action-btns a.btn-link:hover,
.navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
.navbar-dark.sticky-header.affix .action-btns a.btn-link:hover,
.tt-curency-lang a:hover {
    color: #9333ea
}

.dropdown-grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    padding: .55rem 1rem !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px
}

.dropdown-grid-item a span {
    opacity: .9;
    font-size: .8203125rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.dropdown-grid-item a:hover {
    background: #f4f6f8
}

.dropdown-grid-item .drop-heading {
    padding-left: 1rem;
    font-size: .875rem
}

.dropdown-grid-item .drop-title {
    font-size: .765625rem;
    color: #454f5b;
    font-weight: 500;
    font-family: "Inter", sans-serif
}

.dropdown-grid-item a:hover .drop-title,
.dropdown-grid-item a:hover span {
    color: #9333ea;
    opacity: 1
}

.demo-list {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    text-align: center
}

.dropdown-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dropdown-info p {
    font-size: 13px;
    margin-bottom: 0
}

.offcanvas.show {
    visibility: visible;
    z-index: 9999
}

.offcanvas-backdrop:before {
    display: none
}

.offcanvas-header button.close-btn {
    background: rgba(239, 68, 68, .12);
    width: 30px;
    height: 30px;
    text-align: center;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 20px
}

.offcanvas-header button.close-btn i {
    line-height: 32px
}

.offcanvas-body .dropdown-toggle::after {
    content: "+";
    position: absolute;
    right: 0;
    border: none
}

.offcanvas-body .main-menu li a.nav-link {
    color: #454f5b;
    padding: .5rem 1rem
}

.offcanvas-body .main-menu li a.nav-link:hover {
    color: #9333ea
}

.offcanvas-body .radius-right-side {
    border-top-right-radius: 0;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem
}

.offcanvas-body .dropdown-menu {
    position: relative !important;
    left: 0 !important;
    margin: 15px 0 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.offcanvas-body .dropdown-grid {
    display: block;
    width: auto
}

.offcanvas-body .dropdown-grid-item,
.offcanvas-body .width-full-3 {
    width: 100%
}

.offcanvas-body .dropdown-grid-item.last-item {
    display: none
}

.main-header .offcanvas.offcanvas-end {
    width: 30rem
}

@media(max-width: 1279px) {
    .nav.main-menu {
        display: block !important
    }
}

@media(max-width: 991px) {
    .nav.main-menu {
        display: block
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    .sticky-header.affix {
        padding: 15px 0 !important
    }
}

.dropdown-toggle::after {
    vertical-align: middle
}

.tt-template-tab.nav-tabs {
    position: relative;
    border: none
}

.tt-template-tab.nav-tabs li a.nav-link {
    color: #454f5b;
    padding: .325rem 0;
    border: none
}

.tt-template-tab.nav-tabs li a.nav-link::after {
    position: absolute;
    content: "";
    right: 0;
    font-size: .875rem;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "Line Awesome Free";
    font-weight: 900
}

.tt-template-tab.nav-tabs li a.nav-link.active {
    border: none;
    color: #9333ea
}

.tt-template-tab.nav-tabs li a.nav-link.active::after {
    opacity: 1;
    color: #9333ea;
    right: -6px
}

.tt-template-list {
    max-width: 100%
}

.tt-template-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.tt-template-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #454f5b;
    opacity: .8;
    padding: .25rem 0
}

.tt-template-list li a img {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-template-list li a:hover {
    color: #9333ea
}

.tt-template-list li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.offcanvas-body .width-full-3 .tt-template-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.tt-footer.bg-dark a,
.tt-footer.bg-dark p {
    color: #919eab
}

.tt-footer.bg-dark a:hover {
    color: #f4f6f8
}

.copyright P {
    margin-bottom: 0
}

.tt-newsletter-form input.form-control {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: #454f5b;
    color: #919eab
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 999999
}

#preloader .loading-bar {
    width: 100%;
    height: 3px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    background: #f9f8f9
}

#preloader .loading-bar:before {
    content: "";
    width: 35px;
    height: 3px;
    background: #9333ea;
    position: absolute;
    left: -34px;
    -webkit-animation: bluebar 1.5s infinite ease;
    animation: bluebar 1.5s infinite ease
}

@-webkit-keyframes bluebar {
    50% {
        left: 96px
    }
}

@keyframes bluebar {
    50% {
        left: 96px
    }
}

#sidebar {
    max-width: 16rem;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 0 1px var(--bs-border-color-translucent) !important;
    box-shadow: 0 0 0 1px var(--bs-border-color-translucent) !important
}

#sidebar .tt-brand {
    position: relative;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    min-height: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-shadow: 0 0 1px 1px var(--bs-border-color-translucent) !important;
    box-shadow: 0 0 1px 1px var(--bs-border-color-translucent) !important
}

#sidebar .tt-brand .tt-brand-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#sidebar .tt-brand .tt-toggle-sidebar {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    left: auto;
    right: -12px;
    top: 17px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    color: #454f5b;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    z-index: 2
}

#sidebar .tt-brand .tt-toggle-sidebar span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem
}

#sidebar .tt-brand .tt-toggle-sidebar span svg {
    width: 18px
}

#sidebar .tt-brand::after {
    content: "";
    position: absolute;
    left: auto;
    right: -2px;
    bottom: 0;
    top: 0;
    width: 2px;
    z-index: 1;
    background-color: #fff
}

#sidebar .tt-sidebar-nav {
    width: 100%;
    min-height: calc(100vh - 55px);
    overflow-y: auto;
    overflow-x: hidden
}

#sidebar::-webkit-scrollbar {
    display: none
}

#sidebar.collapse {
    max-width: 4rem;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#sidebar.collapse .tt-brand .tt-brand-logo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0
}

#sidebar.collapse .tt-brand .tt-brand-favicon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    min-height: 1px;
    margin-right: auto;
    margin-left: auto
}

#sidebar.collapse .tt-brand .tt-toggle-sidebar {
    display: none
}

#sidebar.collapse+#content {
    left: 4rem;
    width: calc(100% - 4rem)
}

#sidebar.collapse .tt-side-nav li {
    width: 4rem
}

#sidebar.collapse .tt-nav-link-text {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#sidebar.collapse:hover {
    max-width: 16rem
}

#sidebar.collapse:hover .tt-brand-logo {
    opacity: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#sidebar.collapse:hover .tt-toggle-sidebar {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#sidebar.collapse:hover .tt-nav-link-text {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#sidebar.collapse:hover .tt-side-nav li {
    width: 16rem
}

.tt-side-nav {
    padding-left: 0;
    list-style-type: none
}

.tt-side-nav ul {
    list-style-type: none
}

.tt-side-nav .side-nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: .313rem .75rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    list-style: none;
    color: #637381;
    margin: 0 .75rem;
    line-height: initial
}

.tt-side-nav .side-nav-link:hover,
.tt-side-nav .side-nav-link:focus,
.tt-side-nav .side-nav-link:active {
    text-decoration: none;
    color: #9333ea
}

.tt-side-nav .side-nav-link:not(.tt-nav-link-icon) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    opacity: 1
}

.tt-side-nav .side-nav-link span {
    vertical-align: middle
}

.tt-side-nav .side-nav-link .tt-nav-link-icon {
    width: 1rem;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5rem
}

.tt-side-nav .side-nav-link .tt-nav-link-text .badge {
    position: absolute;
    right: 1.25rem;
    padding-left: .25rem;
    padding-right: .25rem
}

.tt-side-nav .side-nav-title {
    position: relative;
    pointer-events: none;
    cursor: default;
    font-size: .65625rem;
    text-transform: uppercase;
    letter-spacing: .063rem;
    font-weight: 600;
    color: #637381;
    margin: .5rem 0 0 0;
    padding: .5rem 1.35rem .5rem 1.35rem;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.tt-side-nav .side-nav-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.12rem;
    width: .75rem;
    height: 1px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #c4cdd5
}

.tt-side-nav .tt-menu-item-active>a {
    color: #9333ea !important;
    border-radius: 4px
}

.tt-side-nav .tt-menu-item-active>a.side-nav-link {
    color: #9333ea;
    background-color: rgba(147, 51, 234, .1)
}

.tt-side-nav .tt-menu-item-active>a.active:before {
    color: #9333ea
}

.side-nav-second-level,
.side-nav-third-level,
.side-nav-forth-level {
    padding-left: 0
}

.side-nav-second-level li a,
.side-nav-third-level li a,
.side-nav-forth-level li a {
    padding: 4px 30px 4px 50px;
    color: #637381;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-size: .8203125rem
}

.side-nav-second-level li a:focus,
.side-nav-second-level li a:hover,
.side-nav-third-level li a:focus,
.side-nav-third-level li a:hover,
.side-nav-forth-level li a:focus,
.side-nav-forth-level li a:hover {
    color: #9333ea
}

.side-nav-second-level li a:focus:before,
.side-nav-second-level li a:hover:before,
.side-nav-third-level li a:focus:before,
.side-nav-third-level li a:hover:before,
.side-nav-forth-level li a:focus:before,
.side-nav-forth-level li a:hover:before {
    color: #9333ea
}

.side-nav-second-level li a:before,
.side-nav-third-level li a:before,
.side-nav-forth-level li a:before {
    content: "";
    position: absolute;
    left: 2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: "Line Awesome Free";
    font-weight: 900
}

.side-nav-third-level li a {
    padding: 4px 30px 4px 62px
}

.side-nav-third-level li a:before {
    left: 2.75rem
}

.side-nav-forth-level li a {
    padding: 4px 30px 4px 72px
}

.side-nav-forth-level li a:before {
    left: 3.325rem
}

.tt-user-side-nav .tt-sidebar-user {
    border: 1px dashed rgba(147, 51, 234, .5)
}

.tt-user-side-nav .tt-sidebar-user .side-nav-link {
    margin: 0
}

#sidebar.collapse .side-nav-link.tt-menu-toggle:after {
    display: none
}

#sidebar.collapse .tt-user-side-nav {
    margin: 1rem 0 !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#sidebar.collapse .tt-user-side-nav .side-nav-link {
    margin: 0 !important
}

#sidebar.collapse .side-nav-item .show {
    display: none
}

#sidebar.collapse .side-nav-title .tt-nav-title-text {
    overflow: hidden;
    opacity: 0;
    text-indent: -9999px;
    white-space: nowrap
}

#sidebar.collapse .side-nav-title:before {
    content: "";
    position: absolute;
    left: 1.5rem;
    display: block;
    width: 1rem;
    text-align: center;
    top: 1.1875rem
}

#sidebar.collapse:hover .side-nav-link.tt-menu-toggle:after {
    display: block
}

#sidebar.collapse:hover .side-nav-item .show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#sidebar.collapse:hover .side-nav-title .tt-nav-title-text {
    overflow: visible;
    opacity: 1
}

#sidebar.collapse:hover .side-nav-title:before {
    left: 0;
    top: 1.1875rem;
    width: 1rem;
    height: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#sidebar .side-nav-item .tt-menu-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: .42em;
    height: .42em;
    border: 1px solid;
    border-bottom: 0;
    border-left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    right: .875rem;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

#sidebar .side-nav-item .tt-menu-toggle[aria-expanded=true]:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.tt-sticky-sidebar {
    position: sticky;
    top: 5.62421875rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 8
}

@media(min-width: 320px)and (max-width: 991px) {
    .tt-mobile-toggle-brand {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    #sidebar {
        display: none !important
    }

    #content {
        left: auto !important;
        width: 100% !important
    }
}

#content {
    position: relative;
    left: 16rem;
    width: calc(100% - 16rem)
}

.tt-main-wrapper {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tt-top-fixed {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 36px;
    -webkit-box-shadow: 0 0 1px 1px var(--bs-border-color-translucent) !important;
    box-shadow: 0 0 1px 1px var(--bs-border-color-translucent) !important
}

.tt-toggle-icon {
    cursor: pointer
}

.tt-toggle-icon:hover {
    color: #9333ea
}

.bg-soft-primary {
    background-color: rgba(147, 51, 234, .15);
    color: #9333ea
}

.bg-soft-accent {
    background-color: rgba(16, 185, 129, .15);
    color: #10b981
}

.bg-soft-secondary {
    background-color: rgba(244, 246, 248, .15);
    color: #f4f6f8
}

.bg-soft-success {
    background-color: rgba(34, 197, 94, .15);
    color: #22c55e
}

.bg-soft-info {
    background-color: rgba(14, 165, 233, .15);
    color: #0ea5e9
}

.bg-soft-warning {
    background-color: rgba(245, 158, 11, .15);
    color: #f59e0b
}

.bg-soft-danger {
    background-color: rgba(239, 68, 68, .15);
    color: #ef4444
}

.bg-soft-light {
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

.bg-soft-dark {
    background-color: rgba(33, 43, 54, .15);
    color: #212b36
}

.accordion-header+.accordion-collapse .accordion-body {
    padding-top: 0
}

.accordion.accordion-without-arrow .accordion-button::after {
    background-image: none !important
}

.accordion .accordion-item.active {
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06)
}

.accordion.accordion-header-primary .accordion-item .accordion-button:not(.collapsed) {
    color: #9333ea
}

.accordion:first-of-type .accordion-button,
.accordion:last-of-type .accordion-button {
    border-radius: var(--bs-border-radius)
}

.card.accordion-item {
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06)
}

.accordion-button.collapsed:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-header {
    line-height: 1.54
}

.accordion-item:not(:first-of-type) {
    border-top: 0 solid #dfe3e8
}

.accordion-button {
    font-weight: inherit;
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius)
}

.accordion-button.collapsed {
    border-radius: var(--bs-border-radius)
}

.accordion>.card:not(:last-of-type) {
    border-radius: var(--bs-border-radius) !important;
    margin-bottom: .6875rem
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active,
.btn-primary.show {
    border-color: #7a16d4;
    background-color: #7a16d4
}

.btn-accent:hover,
.btn-accent:active,
.btn-accent:focus,
.btn-accent.active,
.btn-accent.show {
    border-color: #0c8a60;
    background-color: #0c8a60
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.active,
.btn-secondary.show {
    border-color: #d5dde4;
    background-color: #d5dde4
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.active,
.btn-success.show {
    border-color: #1a9a49;
    background-color: #1a9a49
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info.active,
.btn-info.show {
    border-color: #0b83b9;
    background-color: #0b83b9
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.active,
.btn-warning.show {
    border-color: #c57f08;
    background-color: #c57f08
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.active,
.btn-danger.show {
    border-color: #eb1515;
    background-color: #eb1515
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light.active,
.btn-light.show {
    border-color: #e6e6e6;
    background-color: #e6e6e6
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark.active,
.btn-dark.show {
    border-color: #0e1216;
    background-color: #0e1216
}

.btn-soft-primary {
    border-color: rgba(147, 51, 234, .15);
    background-color: rgba(147, 51, 234, .15);
    color: #9333ea
}

.btn-soft-primary:hover,
.btn-soft-primary:active,
.btn-soft-primary:focus,
.btn-soft-primary.active,
.btn-soft-primary.show {
    border-color: #9333ea;
    background-color: #9333ea;
    color: #fff !important
}

.btn-soft-accent {
    border-color: rgba(16, 185, 129, .15);
    background-color: rgba(16, 185, 129, .15);
    color: #10b981
}

.btn-soft-accent:hover,
.btn-soft-accent:active,
.btn-soft-accent:focus,
.btn-soft-accent.active,
.btn-soft-accent.show {
    border-color: #10b981;
    background-color: #10b981;
    color: #fff !important
}

.btn-soft-secondary {
    border-color: rgba(244, 246, 248, .15);
    background-color: rgba(244, 246, 248, .15);
    color: #f4f6f8
}

.btn-soft-secondary:hover,
.btn-soft-secondary:active,
.btn-soft-secondary:focus,
.btn-soft-secondary.active,
.btn-soft-secondary.show {
    border-color: #f4f6f8;
    background-color: #f4f6f8;
    color: #fff !important
}

.btn-soft-success {
    border-color: rgba(34, 197, 94, .15);
    background-color: rgba(34, 197, 94, .15);
    color: #22c55e
}

.btn-soft-success:hover,
.btn-soft-success:active,
.btn-soft-success:focus,
.btn-soft-success.active,
.btn-soft-success.show {
    border-color: #22c55e;
    background-color: #22c55e;
    color: #fff !important
}

.btn-soft-info {
    border-color: rgba(14, 165, 233, .15);
    background-color: rgba(14, 165, 233, .15);
    color: #0ea5e9
}

.btn-soft-info:hover,
.btn-soft-info:active,
.btn-soft-info:focus,
.btn-soft-info.active,
.btn-soft-info.show {
    border-color: #0ea5e9;
    background-color: #0ea5e9;
    color: #fff !important
}

.btn-soft-warning {
    border-color: rgba(245, 158, 11, .15);
    background-color: rgba(245, 158, 11, .15);
    color: #f59e0b
}

.btn-soft-warning:hover,
.btn-soft-warning:active,
.btn-soft-warning:focus,
.btn-soft-warning.active,
.btn-soft-warning.show {
    border-color: #f59e0b;
    background-color: #f59e0b;
    color: #fff !important
}

.btn-soft-danger {
    border-color: rgba(239, 68, 68, .15);
    background-color: rgba(239, 68, 68, .15);
    color: #ef4444
}

.btn-soft-danger:hover,
.btn-soft-danger:active,
.btn-soft-danger:focus,
.btn-soft-danger.active,
.btn-soft-danger.show {
    border-color: #ef4444;
    background-color: #ef4444;
    color: #fff !important
}

.btn-soft-light {
    border-color: rgba(255, 255, 255, .15);
    background-color: rgba(255, 255, 255, .15);
    color: #fff
}

.btn-soft-light:hover,
.btn-soft-light:active,
.btn-soft-light:focus,
.btn-soft-light.active,
.btn-soft-light.show {
    border-color: #fff;
    background-color: #fff;
    color: #fff !important
}

.btn-soft-dark {
    border-color: rgba(33, 43, 54, .15);
    background-color: rgba(33, 43, 54, .15);
    color: #212b36
}

.btn-soft-dark:hover,
.btn-soft-dark:active,
.btn-soft-dark:focus,
.btn-soft-dark.active,
.btn-soft-dark.show {
    border-color: #212b36;
    background-color: #212b36;
    color: #fff !important
}

.btn svg {
    width: 18px;
    height: 18px
}

.btn-primary,
.btn-success,
.btn-accent,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark,
.btn-grocery {
    color: #fff !important
}

.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-light,
.btn-light:hover {
    color: #454f5b !important;
    border-color: rgba(0, 0, 0, 0)
}

.btn-secondary {
    border-color: #dfe3e8
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled).show {
    border-color: #fff;
    background-color: #fff
}

.btn-outline-primary {
    border-color: rgba(147, 51, 234, .35)
}

.btn-outline-accent {
    border-color: rgba(16, 185, 129, .35)
}

.btn-outline-secondary {
    border-color: rgba(244, 246, 248, .35)
}

.btn-outline-success {
    border-color: rgba(34, 197, 94, .35)
}

.btn-outline-info {
    border-color: rgba(14, 165, 233, .35)
}

.btn-outline-warning {
    border-color: rgba(245, 158, 11, .35)
}

.btn-outline-danger {
    border-color: rgba(239, 68, 68, .35)
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, .35)
}

.btn-outline-dark {
    border-color: rgba(33, 43, 54, .35)
}

[class^=btn-outline-]:hover,
[class^=btn-outline-]:active,
[class^=btn-outline-].active,
[class^=btn-outline-].show,
[class*=" btn-outline-"]:hover,
[class*=" btn-outline-"]:active,
[class*=" btn-outline-"].active,
[class*=" btn-outline-"].show {
    color: #fff !important
}

.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.show {
    color: #454f5b !important
}

.btn-outline-secondary {
    border-color: #c4cdd5
}

.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.show {
    border-color: #c4cdd5 !important;
    color: #454f5b !important
}

.btn-primary.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(147, 51, 234, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(147, 51, 234, .5)
}

.btn-accent.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(16, 185, 129, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(16, 185, 129, .5)
}

.btn-secondary.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(244, 246, 248, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(244, 246, 248, .5)
}

.btn-success.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(34, 197, 94, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(34, 197, 94, .5)
}

.btn-info.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(14, 165, 233, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(14, 165, 233, .5)
}

.btn-warning.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(245, 158, 11, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(245, 158, 11, .5)
}

.btn-danger.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(239, 68, 68, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(239, 68, 68, .5)
}

.btn-light.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(255, 255, 255, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(255, 255, 255, .5)
}

.btn-dark.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem -0.35rem rgba(33, 43, 54, .5);
    box-shadow: 0 .5rem 1rem -0.35rem rgba(33, 43, 54, .5)
}

.btn-secondary.btn-shadow,
.btn-light.btn-shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out
}

.btn-shadow:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0
}

.btn-icon svg {
    width: 18px;
    height: 18px
}

.btn-icon.btn-sm,
.btn-group-sm>.btn-icon.btn {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem
}

.btn-icon.btn-lg,
.btn-group-lg>.btn-icon.btn {
    width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem
}

.btn-icon.btn-xl {
    width: 4.55rem;
    height: 4.55rem;
    line-height: 4.55rem
}

.btn-icon span>i {
    position: relative;
    top: -3px
}

.tt-view-details svg {
    width: 15px;
    height: 15px
}

.badge {
    line-height: inherit
}

.badge.bg-secondary,
.badge.bg-light {
    color: #212b36
}

.bg-primary.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(147, 51, 234, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(147, 51, 234, .9)
}

.bg-accent.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(16, 185, 129, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(16, 185, 129, .9)
}

.bg-secondary.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(244, 246, 248, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(244, 246, 248, .9)
}

.bg-success.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(34, 197, 94, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(34, 197, 94, .9)
}

.bg-info.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(14, 165, 233, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(14, 165, 233, .9)
}

.bg-warning.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(245, 158, 11, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(245, 158, 11, .9)
}

.bg-danger.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(239, 68, 68, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(239, 68, 68, .9)
}

.bg-light.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(255, 255, 255, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(255, 255, 255, .9)
}

.bg-dark.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(33, 43, 54, .9);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(33, 43, 54, .9)
}

.bg-secondary.badge-shadow,
.bg-light.badge-shadow {
    -webkit-box-shadow: 0 .5rem 1.125rem -0.275rem rgba(0, 0, 0, .25);
    box-shadow: 0 .5rem 1.125rem -0.275rem rgba(0, 0, 0, .25)
}

.breadcrumb .breadcrumb-item::before {
    content: "" !important;
    margin-top: .0625rem;
    padding-right: .25rem;
    font-family: "Line Awesome Free";
    font-weight: 900;
    vertical-align: middle
}

.breadcrumb .breadcrumb-item:first-child:before {
    content: none !important
}

.breadcrumb .breadcrumb-item>a {
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #454f5b
}

.breadcrumb .breadcrumb-item>a:hover {
    color: #9333ea
}

.breadcrumb .breadcrumb-item>a>i {
    margin-top: -0.175rem;
    margin-right: .375rem;
    vertical-align: middle
}

.breadcrumb .breadcrumb-item.active {
    cursor: default
}

.breadcrumb li.breadcrumb-item:not(:first-child) {
    padding-left: .25rem
}

.breadcrumb.breadcrumb-angle .breadcrumb-item::before {
    content: "" !important;
    font-family: "Line Awesome Free";
    font-weight: 900;
    margin-top: 0
}

.breadcrumb.breadcrumb-angle .breadcrumb-item:first-child:before {
    content: none !important
}

.breadcrumb.breadcrumb-dot .breadcrumb-item::before::before {
    content: "" !important
}

.breadcrumb-light .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5)
}

.breadcrumb-light .breadcrumb-item>a {
    color: #fff
}

.breadcrumb-light .breadcrumb-item>a:hover {
    color: #fff
}

.breadcrumb-light .breadcrumb-item.active {
    color: rgba(255, 255, 255, .6)
}

.form-label {
    font-size: 0.8203125rem;
    font-family: "Inter", sans-serif;
    font-weight: 600
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-select {
    font-size: .8203125rem
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-select {
    font-size: .8203125rem
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-select {
    font-size: .8203125rem
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-select {
    font-size: .8203125rem
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.form-control-sm {
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-control-sm:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: #9333ea;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.password-toggle {
    position: relative
}

.password-toggle .form-control {
    padding-right: 2.875rem
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-bottom: 0;
    padding: .5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: .9296875rem;
    line-height: 1;
    cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: var(--bs-secondary-color);
    font-family: "cartzilla-icons";
    font-style: normal
}

.password-toggle-btn .password-toggle-indicator::before {
    content: ""
}

.password-toggle-btn .password-toggle-indicator:hover {
    color: var(--bs-body-color)
}

.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
    content: ""
}

.was-validated .password-toggle .form-control:invalid,
.was-validated .password-toggle .form-control.is-invalid,
.was-validated .password-toggle .form-control:valid,
.was-validated .password-toggle .form-control.is-valid {
    padding-right: 4rem
}

.was-validated .password-toggle .form-control:invalid+.password-toggle-btn,
.was-validated .password-toggle .form-control.is-invalid+.password-toggle-btn,
.was-validated .password-toggle .form-control:valid+.password-toggle-btn,
.was-validated .password-toggle .form-control.is-valid+.password-toggle-btn {
    right: 2.1rem
}

.form-check-justified {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.form-check-justified:not(:last-child) {
    margin-right: .5rem
}

.form-check-justified .form-option-label {
    width: 100%
}

.subscription-status {
    border-radius: .25rem;
    font-size: .7109375rem;
    text-align: center
}

.subscription-status.status-success,
.subscription-status.status-error {
    margin-top: .5rem;
    padding: .25rem .375rem
}

.subscription-status.status-success {
    background-color: rgba(34, 197, 94, .1);
    color: #1a9a49
}

.subscription-status.status-error {
    background-color: rgba(239, 68, 68, .1);
    color: #ef4444
}

.form-option {
    padding-left: 0
}

.form-option.form-check-inline {
    margin-right: .25rem
}

.form-option .form-check-input {
    border: 0;
    background: none
}

.input-group .position-absolute {
    z-index: 6
}

.input-group svg {
    width: 18px
}

.file-drop-area {
    position: relative;
    padding: 2rem 1rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 2px dashed var(--bs-border-color);
    background-color: var(--bs-body-bg);
    text-align: center;
    cursor: pointer
}

.file-drop-area .file-drop-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    outline: none;
    cursor: pointer;
    z-index: 2
}

.file-drop-area .file-drop-icon {
    display: block;
    margin-bottom: .75rem;
    color: #919eab
}

.file-drop-area .file-drop-preview {
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto
}

.file-drop-area .file-drop-message {
    display: block;
    margin-bottom: 1.25rem
}

.file-drop-area .btn {
    position: relative;
    z-index: 3
}

.cursor-pointer {
    cursor: pointer
}

.tt-image-drop {
    position: relative;
    padding: 2rem 1rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 2px dashed var(--bs-border-color);
    background-color: var(--bs-body-bg);
    text-align: center
}

.tt-vertical-step,
.tt-vertical-step-link,
.tt-vertical-step-two {
    position: relative
}

.tt-vertical-step ul:before,
.tt-vertical-step-link ul:before,
.tt-vertical-step-two ul:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 2px;
    height: 100%;
    background: #dfe3e8
}

.tt-vertical-step ul li:not(:last-child),
.tt-vertical-step-link ul li:not(:last-child),
.tt-vertical-step-two ul li:not(:last-child) {
    padding-bottom: 1rem
}

.tt-vertical-step ul li a,
.tt-vertical-step-link ul li a,
.tt-vertical-step-two ul li a {
    position: relative;
    display: block;
    color: #454f5b;
    padding-left: 26px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-vertical-step ul li a:before,
.tt-vertical-step-link ul li a:before,
.tt-vertical-step-two ul li a:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #dfe3e8;
    border-radius: 50%;
    z-index: 2
}

.tt-vertical-step ul li a:after,
.tt-vertical-step-link ul li a:after,
.tt-vertical-step-two ul li a:after {
    content: "";
    position: absolute;
    left: -3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #7a16d4;
    z-index: 1;
    opacity: 0
}

.tt-vertical-step ul li a.active,
.tt-vertical-step-link ul li a.active,
.tt-vertical-step-two ul li a.active {
    color: #7a16d4
}

.tt-vertical-step ul li a.active:before,
.tt-vertical-step-link ul li a.active:before,
.tt-vertical-step-two ul li a.active:before {
    background-color: #7a16d4 !important
}

.tt-vertical-step ul li a.active:after,
.tt-vertical-step-link ul li a.active:after,
.tt-vertical-step-two ul li a.active:after {
    opacity: 1
}

.form-switch {
    padding: 0;
    margin-bottom: 0
}

.form-switch .form-check-input {
    width: 1.5rem;
    margin-left: 0
}

.table:not(.table-dark) thead th,
.table:not(.table-dark) tbody th {
    color: #212b36 !important
}

.table:not(.table-dark) td {
    color: var(--bs-emphasis-color) !important
}

.table-dark td {
    color: rgba(255, 255, 255, .75)
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #f9f8f9
}

.table.table-dark>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(255, 255, 255, .5)
}

.table>:not(:first-child) {
    border-top: 1px solid currentColor
}

.tt-tb-dropdown .dropdown-menu {
    min-width: 12rem;
    z-index: 9;
    border: none
}

.tt-tb-dropdown .dropdown-menu a {
    font-size: .765625rem
}

.tt-tb-dropdown .dropdown-menu a svg {
    width: 14px
}

.tt-tb-dropdown .dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #9333ea
}

.tt-tb-dropdown .btn svg {
    width: 20px
}

.tt-tb-dropdown .btn .btn:focus,
.tt-tb-dropdown .btn:active,
.tt-tb-dropdown .btn.show {
    border-color: rgba(0, 0, 0, 0)
}

.footable-first-visible.text-start {
    padding-left: 1.5rem
}

.footable-last-visible.text-end {
    padding-right: 1.5rem
}

div.footable-loader>span.fooicon {
    border: 4px solid #9333ea;
    border-right-color: rgba(0, 0, 0, 0);
    border-radius: 50%
}

div.footable-loader>span.fooicon:before,
div.footable-loader>span.fooicon:after {
    content: none
}

table.footable>tbody>tr.footable-empty>td {
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 600
}

.tt-footable-border-0 tbody,
.tt-footable-border-0 tfoot,
.tt-footable-border-0 tr:not(thead tr),
.tt-footable-border-0 td:not(thead td),
.tt-footable-border-0 th:not(thead th) {
    border: none !important
}

table>tbody>tr>td>span.footable-toggle {
    opacity: 1;
    font-size: 15px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #9333ea;
    color: #fff;
    border: 0;
    border-radius: .25rem;
    font-weight: 700
}

.setup-bg {
    background: #9333ea
}

.pagination {
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-link {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    position: relative;
    -webkit-transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out;
    transition: color .25s ease-in-out, border-color .25s ease-in-out, background-color .25s ease-in-out
}

.page-link:focus,
.page-link:hover {
    color: #fff;
    background: #9333ea
}

.page-link.page-link-static:hover {
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    color: #454f5b
}

.page-link>svg {
    margin-top: -0.125rem;
    vertical-align: middle;
    width: 18px;
    height: 18px
}

.page-item {
    margin: .15rem
}

.page-item.active {
    position: relative;
    z-index: 5;
    cursor: default
}

.pagination .page-link {
    border-radius: var(--bs-border-radius);
    font-size: .8203125rem
}

.pagination-sm .page-link {
    border-radius: var(--bs-border-radius-sm);
    font-size: .7109375rem
}

.pagination-lg .page-link {
    border-radius: var(--bs-border-radius-lg);
    font-size: .875rem
}

.avatar {
    position: relative;
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.75rem
}

.avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.avatar .no-avatar {
    background-color: #dfe3e8;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: block
}

.avatar .avatar-name {
    width: 100%;
    height: 100%
}

.avatar.avatar-sm {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem
}

.avatar.avatar-sm .no-avatar {
    font-size: .765625rem
}

.avatar.avatar-md {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem
}

.avatar.avatar-md .no-avatar {
    font-size: .8203125rem
}

.avatar.avatar-lg {
    width: 3.37rem;
    height: 3.37rem;
    line-height: 3.37rem
}

.avatar.avatar-lg .no-avatar {
    font-size: .984375rem
}

.avatar.avatar-xl {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem
}

.avatar.avatar-xl .no-avatar {
    font-size: 1.421875rem
}

.avatar.avatar-2xl {
    width: 7.5rem;
    height: 7.5rem;
    line-height: 7.5rem
}

.avatar.avatar-2xl .no-avatar {
    font-size: 1.421875rem
}

.avatar[class*=status-]:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    border: 2px solid #fff;
    height: 12px;
    width: 12px;
    right: 0;
    bottom: 0
}

.avatar.status-online:before {
    background-color: #22c55e
}

.avatar.status-offline:before {
    background-color: #919eab
}

.avatar.status-away:before {
    background-color: #f59e0b
}

.avatar.status-do-not-disturb:before {
    background-color: #ef4444
}

.avatar img,
.avatar .no-avatar {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.avatar-group .avatar:not(:first-child) {
    margin-left: -1.5rem
}

.tt-notification-img {
    height: 2rem;
    width: 2rem
}

.nav-line-tab li a {
    color: #637381;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding: .5rem 0;
    margin: 0 .75rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-line-tab li a.active {
    border-color: #9333ea;
    color: #9333ea
}

.nav-line-tab li a:hover {
    border-color: #9333ea;
    color: #9333ea
}

.nav-line-tab li:first-child a {
    margin-left: 0
}

.tt-vertical-tab li a.nav-link {
    color: #637381;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-vertical-tab li a.nav-link:hover:not(.active) {
    color: #9333ea
}

.tt-horizontal-tab li a.nav-link {
    color: #637381;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 4px 12px
}

.tt-horizontal-tab li a.nav-link:hover:not(.active) {
    background-color: #dfe3e8
}

.tt-horizontal-tab li a.nav-link.active {
    color: #637381;
    background-color: #dfe3e8
}

.tt-horizontal-tab li.nav-item:not(:last-child) {
    margin-right: 5px
}

.sticky-top-card {
    position: sticky;
    top: 60px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 2
}

.tt-subscrib-plan label {
    cursor: pointer;
    border: 1px dashed var(--bs-border-color-translucent);
    border-radius: .25rem;
    margin-bottom: 15px
}

.tt-subscrib-plan label .tt-plan-name,
.tt-subscrib-plan label .tt-plan-price {
    color: #637381
}

.tt-subscrib-plan .form-check-input {
    display: none
}

.tt-subscrib-plan .form-check-input:checked+label {
    border-color: #9333ea;
    background-color: rgba(147, 51, 234, .1)
}

.tt-subscrib-plan .form-check-input:checked+label .tt-plan-name,
.tt-subscrib-plan .form-check-input:checked+label .tt-plan-price {
    color: #9333ea
}

.icon-14 {
    width: 14px;
    height: 14px;
    line-height: 14px
}

.icon-16 {
    width: 16px;
    height: 16px;
    line-height: 16px
}

.simplebar-track {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    background-color: #ebeef2;
    opacity: 0
}

.simplebar-track .simplebar-scrollbar {
    border-radius: .09375rem;
    background-color: #919eab
}

.simplebar-track .simplebar-scrollbar::before {
    display: none
}

.simplebar-track.simplebar-vertical {
    width: .1875rem !important
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar {
    right: 0;
    width: .1875rem
}

.simplebar-track.simplebar-horizontal {
    height: .1875rem !important
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: .1875rem !important
}

[data-simplebar] {
    overflow-y: auto
}

[data-simplebar]::-webkit-scrollbar {
    width: .1875rem;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0
}

[data-simplebar]::-webkit-scrollbar-thumb {
    background-color: #919eab;
    border-radius: .09375rem
}

[data-simplebar]:hover .simplebar-track {
    opacity: 1
}

[data-simplebar-auto-hide=false] .simplebar-track {
    opacity: 1
}

.bg-dark .simplebar-track,
.bg-darker .simplebar-track,
.dropdown-menu-dark .simplebar-track {
    background-color: rgba(0, 0, 0, 0)
}

.bg-dark .simplebar-track .simplebar-scrollbar,
.bg-darker .simplebar-track .simplebar-scrollbar,
.dropdown-menu-dark .simplebar-track .simplebar-scrollbar {
    background-color: #525e6c
}

#toast-container {
    z-index: 999999
}

#toast-container>div {
    padding: 15px 25px 15px 50px !important;
    opacity: 1;
    margin-bottom: 1.25rem;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px !important;
    box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px !important;
    border-radius: .3125rem
}

[dir=rtl] #toast-container>div {
    direction: rtl;
    background-position: center right .9375rem;
    padding: 15px 50px 15px 25px !important
}

[dir=rtl] #toast-container.toast-top-left {
    right: 12px;
    left: auto
}

[dir=rtl] #toast-container.toast-top-right {
    left: 12px;
    right: auto
}

[dir=rtl] #toast-container.toast-bottom-left {
    right: 12px;
    left: auto
}

[dir=rtl] #toast-container.toast-bottom-right {
    left: 12px;
    right: auto
}

[dir=rtl] #toast-container.toast-top-full-width#toast-container>div,
[dir=rtl] #toast-container.toast-bottom-full-width#toast-container>div {
    left: 0;
    right: 0
}

#toast-container>.toast {
    max-width: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px 16px;
    overflow: visible
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    padding: 15px 50px 15px 50px !important;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0 !important
}

#toast-container.toast-bottom-full-width>div .toast-close-button,
#toast-container.toast-top-full-width>div .toast-close-button {
    top: 12px !important
}

html:not([dir=rtl]) #toast-container.toast-bottom-full-width>div .toast-close-button,
html:not([dir=rtl]) #toast-container.toast-top-full-width>div .toast-close-button {
    right: 12px !important
}

[dir=rtl] #toast-container.toast-bottom-full-width>div .toast-close-button,
[dir=rtl] #toast-container.toast-top-full-width>div .toast-close-button {
    left: 12px !important
}

#toast-container>.toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2303c3ec' d='M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3Cpath fill='%2303c3ec' d='M277 360h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important
}

#toast-container>.toast-info .toast-close-button {
    background-color: #0ea5e9 !important;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06) !important
}

#toast-container>.toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ff3e1d' d='M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z'/%3E%3C/svg%3E") !important
}

#toast-container>.toast-error .toast-close-button {
    background-color: #ef4444 !important;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06) !important
}

#toast-container>.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E") !important
}

#toast-container>.toast-success .toast-close-button {
    background-color: #22c55e !important;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06) !important
}

#toast-container [dir=rtl]>.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M96 110l-32 30.5L325.7 402L448 280l-32-30.5l-90.3 90.4L96 110z'/%3E%3C/svg%3E") !important
}

#toast-container>.toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ffab00' d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
    background-size: 24px
}

#toast-container>.toast-warning .toast-close-button {
    background-color: #f59e0b !important;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06) !important
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width)>div {
    width: 25rem !important
}

.toast-progress {
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: .2;
    height: .1875rem;
    background-color: #212b36;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
}

[dir=rtl] .toast-progress {
    left: auto;
    right: 0
}

.toast-close-button {
    position: absolute;
    top: 6px;
    text-shadow: none;
    border-radius: .25rem;
    padding: .2rem .45rem !important;
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    opacity: 1 !important;
    line-height: .98
}

html:not([dir=rtl]) .toast-close-button {
    right: -7px !important
}

[dir=rtl] .toast-close-button {
    left: -7px !important;
    right: auto !important
}

@media(max-width: 419.98px) {
    .toast {
        width: 300px !important
    }
}

#toast-container .toast-close-button {
    font-weight: 300;
    color: #f4f6f8 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06)
}

[data-bs-theme=light] #toast-container>.toast-success,
[data-bs-theme=light] #toast-container>.toast-success .toast-message a,
[data-bs-theme=light] #toast-container>.toast-success .toast-message label {
    background-color: #fff !important;
    color: #22c55e
}

[data-bs-theme=light] #toast-container>.toast-error,
[data-bs-theme=light] #toast-container>.toast-error .toast-message a,
[data-bs-theme=light] #toast-container>.toast-error .toast-message label {
    background-color: #fff;
    color: #ef4444
}

[data-bs-theme=light] #toast-container>.toast-info,
[data-bs-theme=light] #toast-container>.toast-info .toast-message a,
[data-bs-theme=light] #toast-container>.toast-info .toast-message label {
    background-color: #fff;
    color: #0ea5e9
}

[data-bs-theme=light] #toast-container>.toast-warning,
[data-bs-theme=light] #toast-container>.toast-warning .toast-message a,
[data-bs-theme=light] #toast-container>.toast-warning .toast-message label {
    background-color: #fff;
    color: #f59e0b
}

[data-bs-theme=light] #toast-container>.toast-success .toast-close-button,
[data-bs-theme=light] #toast-container>.toast-error .toast-close-button,
[data-bs-theme=light] #toast-container>.toast-info .toast-close-button,
[data-bs-theme=light] #toast-container>.toast-warning .toast-close-button {
    color: #fff !important
}

[data-bs-theme=dark] #toast-container>div {
    border-color: var(--bs-border-color-translucent) !important
}

[data-bs-theme=dark] #toast-container>.toast-success,
[data-bs-theme=dark] #toast-container>.toast-success .toast-message a,
[data-bs-theme=dark] #toast-container>.toast-success .toast-message label {
    background-color: #161c24;
    color: #22c55e
}

[data-bs-theme=dark] #toast-container>.toast-error,
[data-bs-theme=dark] #toast-container>.toast-error .toast-message a,
[data-bs-theme=dark] #toast-container>.toast-error .toast-message label {
    background-color: #161c24;
    color: #ef4444
}

[data-bs-theme=dark] #toast-container>.toast-info,
[data-bs-theme=dark] #toast-container>.toast-info .toast-message a,
[data-bs-theme=dark] #toast-container>.toast-info .toast-message label {
    background-color: #161c24;
    color: #0ea5e9
}

[data-bs-theme=dark] #toast-container>.toast-warning,
[data-bs-theme=dark] #toast-container>.toast-warning .toast-message a,
[data-bs-theme=dark] #toast-container>.toast-warning .toast-message label {
    background-color: #161c24;
    color: #f59e0b
}

.select2-container {
    display: block
}

.select2-selection--multiple .select2-selection__clear {
    margin-top: .375rem
}

.select2-container--default,
.select2-container--default * {
    outline: 0 !important
}

.select2-selection--multiple .select2-selection__rendered {
    padding: 0 .375rem .375rem .375rem
}

.select2-selection--multiple .select2-selection__choice {
    margin-right: .375rem;
    margin-top: .375rem
}

.select2-selection--multiple .select2-selection__placeholder {
    margin-top: .375rem
}

.select2-search__field {
    color: #697a8d
}

.select2-dropdown {
    background: #fff;
    -webkit-box-shadow: 0 .25rem 1rem rgba(161, 172, 184, .45);
    box-shadow: 0 .25rem 1rem rgba(161, 172, 184, .45);
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0);
    z-index: 9999
}

.select2-container--default .select2-selection {
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(67, 89, 113, .04);
    color: #697a8d
}

.select2-container--default .select2-selection__placeholder {
    color: #b4bdc6
}

.select2-container--default .select2-results__group {
    color: #a1acb8
}

.select2-container--default .select2-selection--single {
    height: calc(2.655rem + 2px)
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: rgba(67, 89, 113, .6)
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.75rem;
    position: absolute;
    right: 0;
    width: 45px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='rgba(67, 89, 113, 0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/></svg>")
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.75rem;
    color: #454f5b;
    padding-left: .875rem;
    padding-right: 2.5rem
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: .875rem
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eceef1;
    border-color: #d9dee3 !important
}

.select2-container--default .select2-selection--multiple {
    min-height: calc(2.655rem + 2px)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #697a8d;
    background-color: rgba(67, 89, 113, .08);
    margin-top: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background-color: rgba(67, 89, 113, .16)
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    border-color: #d9dee3 !important;
    background-color: #eceef1
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: 4px 8px
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 12px;
    margin-left: 15px
}

.select2-container--default .select2-search__field::-webkit-input-placeholder {
    color: #b4bdc6
}

.select2-container--default .select2-search__field::-moz-placeholder {
    color: #b4bdc6
}

.select2-container--default .select2-search__field:-ms-input-placeholder {
    color: #b4bdc6
}

.select2-container--default .select2-results__option {
    padding-left: .875rem;
    padding-right: .875rem
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(67, 89, 113, .1)
}

.select2-container--default .select2-results__option .select2-results__option {
    width: calc(100% + 1.75rem);
    margin-left: -0.875rem;
    padding-left: .875rem
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 1.75rem;
    margin-left: -0.875rem
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 2.625rem;
    margin-left: -1.75rem
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 3.5rem;
    margin-left: -2.625rem
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: 4.375rem;
    margin-left: -3.5rem
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-left: .875rem;
    margin-left: -4.375rem
}

.select2-container--default .select2-results__group {
    padding: .5rem 0
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: .375rem;
    margin-right: 0
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--bs-border-color)
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: auto;
    right: 0;
    border-right: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 20px;
    padding-left: 5px;
    border: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ef4444
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    font-size: .765625rem
}

[dir=rtl] .select2-container--default .select2-results__option .select2-results__option {
    padding-right: .875rem;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: -0.875rem
}

[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 1.75rem;
    margin-right: -0.875rem
}

[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 2.625rem;
    margin-right: -1.75rem
}

[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 3.5rem;
    margin-right: -2.625rem
}

[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: 4.375rem;
    margin-right: -3.5rem
}

[dir=rtl] .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    padding-right: .875rem;
    margin-right: -4.375rem
}

.is-valid .select2-container--default .select2-selection,
.is-valid.select2-container--default .select2-selection {
    border-color: #71dd37 !important
}

.is-invalid .select2-container--default .select2-selection,
.is-invalid.select2-container--default .select2-selection {
    border-color: #ff3e1d !important
}

.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(133, 146, 163, .08) !important;
    color: #8592a3 !important
}

.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgba(133, 146, 163, .16) !important
}

.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(113, 221, 55, .08) !important;
    color: #71dd37 !important
}

.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgba(113, 221, 55, .16) !important
}

.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(3, 195, 236, .08) !important;
    color: #03c3ec !important
}

.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgba(3, 195, 236, .16) !important
}

.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(255, 171, 0, .08) !important;
    color: #ffab00 !important
}

.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgba(255, 171, 0, .16) !important
}

.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(255, 62, 29, .08) !important;
    color: #ff3e1d !important
}

.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgba(255, 62, 29, .16) !important
}

.select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(252, 253, 253, .08) !important;
    color: #fcfdfd !important
}

.select2-light .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgba(252, 253, 253, .16) !important
}

.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(35, 52, 70, .08) !important;
    color: #233446 !important
}

.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgba(35, 52, 70, .16) !important
}

.select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: rgba(67, 89, 113, .08) !important;
    color: rgba(67, 89, 113, .1) !important
}

.select2-gray .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
    background: rgba(67, 89, 113, .16) !important
}

.date-picker[readonly] {
    background-color: var(--bs-body-bg)
}

.flatpickr-calendar {
    width: 325px;
    padding: 0 .5rem;
    border-radius: var(--bs-border-radius)
}

.flatpickr-innerContainer {
    padding-bottom: 1.125rem
}

.flatpickr-months {
    padding: .75rem 0
}

.flatpickr-months svg {
    vertical-align: top
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    top: .75rem
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #9333ea
}

.flatpickr-current-month {
    font-size: 106%
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    padding: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.numInputWrapper:hover,
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background-color: #f7f5f7
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    font-weight: 500;
    font-family: "Inter", sans-serif
}

.flatpickr-day {
    height: 38px;
    border-radius: 0;
    border-radius: .3125rem;
    line-height: 37px
}

.flatpickr-day:hover:not(.flatpickr-disabled):not(.today):not(.selected) {
    border-color: #f7f5f7;
    background-color: #f7f5f7
}

.flatpickr-day.today {
    border-color: rgba(147, 51, 234, .5) !important;
    color: #9333ea !important
}

.flatpickr-day.today.selected {
    color: #fff !important
}

.flatpickr-day.today:hover {
    background-color: rgba(0, 0, 0, 0)
}

.flatpickr-day.selected {
    border-color: #9333ea !important;
    background-color: #9333ea !important
}

.flatpickr-day.flatpickr-disabled {
    color: #b2bec8 !important
}

.flatpickr-day.nextMonthDay {
    color: #8391a0
}

.flatpickr-day.inRange {
    border-color: #f7f5f7 !important;
    background-color: #f7f5f7 !important;
    -webkit-box-shadow: -5px 0 0 #f7f5f7, 5px 0 0 #f7f5f7;
    box-shadow: -5px 0 0 #f7f5f7, 5px 0 0 #f7f5f7
}

.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.endRange.seleced,
.flatpickr-day.endRange:hover {
    border-color: #9333ea !important;
    background-color: #9333ea !important
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0;
    border-radius: 0 .3125rem .3125rem 0
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 0;
    border-radius: .3125rem 0 0 .3125rem
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #9333ea;
    box-shadow: -10px 0 0 #9333ea
}

.flatpickr-time {
    margin-bottom: .5rem
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background-color: #f7f5f7
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.offcanvas {
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow .3s ease;
    transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow .3s ease;
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow .3s ease;
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow .3s ease, -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow .3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible !important
}

.offcanvas:not(.offcanvas-end):not(.offcanvas-bottom):not(.offcanvas-start):not(.offcanvas-top) {
    top: 0;
    left: 0;
    width: 50rem;
    border-right: 0 solid rgba(0, 0, 0, 0);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas.rounded-3 {
    border-radius: 0 !important
}

.offcanvas.offcanvas-end .tt-close-btn {
    display: none
}

.offcanvas.show {
    -webkit-box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .25) !important;
    box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .25) !important
}

.offcanvas.show .tt-close-btn {
    display: block
}

.offcanvas.tt-aside-navbar {
    width: 16rem
}

.offcanvas.tt-aside-navbar .offcanvas-body .simplebar-vertical {
    margin-right: 0
}

.offcanvas-backdrop {
    background-color: #161c24
}

.offcanvas-backdrop.show {
    opacity: .8
}

.offcanvas-header {
    position: relative
}

.offcanvas-header .tt-close-btn {
    position: absolute;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    left: -16px;
    background-color: #fcdada;
    color: #ef4444;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.offcanvas-header .tt-close-btn svg {
    width: 16px;
    height: 16px
}

.offcanvas-header .tt-close-btn:hover {
    background-color: #ef4444;
    color: #fff
}

.offcanvas-header .tt-close-btn:before {
    z-index: -1;
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    top: -0.5rem;
    left: -0.5rem;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06)
}

.offcanvas-header,
.offcanvas-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1.25rem 1.5rem
}

.bg-dark .offcanvas-header,
.bg-dark .offcanvas-footer {
    background-color: rgba(255, 255, 255, .05)
}

.offcanvas-body {
    height: 100%
}

.offcanvas-body::-webkit-scrollbar {
    width: .1875rem;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: #919eab;
    border-radius: .09375rem
}

.offcanvas-body>.simplebar-track {
    display: block;
    background-color: rgba(0, 0, 0, 0)
}

.offcanvas-body .simplebar-vertical {
    margin-right: .1875rem
}

.offcanvas-expand .offcanvas-body .widget-links {
    margin-left: -1.5rem
}

.offcanvas-expand .offcanvas-body .widget-links .widget-title {
    padding-left: 1.5rem
}

.offcanvas-expand .offcanvas-body .widget-list-link {
    padding-left: 1.375rem;
    border-left: .125rem solid rgba(0, 0, 0, 0)
}

.offcanvas-expand .offcanvas-body .active>.widget-list-link {
    border-left-color: var(--bs-border-color-translucent)
}

.offcanvas-expand .offcanvas-body .widget-light .active>.widget-list-link {
    border-left-color: var(--bs-border-color-translucent)
}

.sidebar-toggle {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0
}

@media(min-width: 992px) {
    .offcanvas-expand {
        -webkit-transform: none !important;
        transform: none !important;
        z-index: 1031
    }

    .offcanvas-expand.offcanvas-start,
    .offcanvas-expand.offcanvas-end,
    .offcanvas-expand.offcanvas-bottom {
        -webkit-transform: none !important;
        transform: none !important
    }

    .offcanvas-collapse {
        display: block;
        position: static;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        height: auto !important;
        -webkit-transform: none !important;
        transform: none !important;
        background-color: rgba(0, 0, 0, 0)
    }

    .offcanvas-collapse .offcanvas-header,
    .offcanvas-collapse .offcanvas-footer {
        display: none
    }

    .offcanvas-collapse .offcanvas-body {
        padding: 0;
        overflow: initial
    }

    .offcanvas-collapse.rounded-3 {
        border-radius: .4375rem !important
    }

    .offcanvas-enabled {
        padding-left: 51.5rem
    }

    .offcanvas-enabled.offcanvas-end {
        padding-right: 51.5rem;
        padding-left: 0
    }
}

.offcanvas-menu-wrap .navbar-nav .nav-link {
    padding: .5rem 0
}

.offcanvas-menu-wrap .navbar-nav .nav-item {
    margin-bottom: 0 !important
}

.offcanvas-menu-wrap .navbar-nav .dropdown-menu {
    position: relative !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    width: 100%
}

.offcanvas-menu-wrap .dropdown-menu.show {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important
}

.offcanvas-menu-wrap .dropdown-menu.show .dropdown-item {
    padding: .5rem;
    font-weight: 400 !important
}

.offcanvas-menu-wrap .dropdown-menu.show .mega-dropdown-column {
    padding: .75rem .5rem !important
}

.offcanvas-menu-wrap .flex-lg-nowrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.offcanvas-menu-wrap .mega-dropdown-column {
    max-width: 100% !important
}

.offcanvas-menu-wrap .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 18px
}

.uppy-Dashboard-inner {
    height: auto !important;
    width: auto !important;
    border: none;
    font-family: "Inter", sans-serif;
    background-color: #fff
}

[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
    margin: 0;
    border: 2px dashed #9333ea
}

.uppy-Dashboard-AddFiles-title {
    font-family: "Inter", sans-serif;
    font-size: .875rem !important;
    margin-top: 16px !important
}

.uppy-Dashboard-AddFiles-title button {
    color: #9333ea
}

.uppy-Dashboard-AddFiles-title button:hover {
    border-bottom-color: #9333ea
}

.uppy-size--md .uppy-Dashboard-AddFiles-list {
    margin-top: 0 !important
}

.tt-media-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    justify-items: center
}

.tt-media-wrap .tt-media-item {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: .3125rem;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgba(33, 43, 54, .15);
    box-shadow: 0 1px 2px rgba(33, 43, 54, .15)
}

.tt-media-wrap .tt-media-item .tt-media-img {
    height: 130px;
    width: 100%;
    padding: 8px 8px 0 8px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.tt-media-wrap .tt-media-item .tt-media-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .3125rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tt-media-wrap .tt-media-item.active-image {
    position: relative;
    display: block;
    overflow: hidden;
    border-color: #9333ea;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tt-media-wrap .tt-media-item.active-image:before {
    content: "";
    z-index: 1;
    position: absolute;
    display: block;
    width: 50px;
    height: 32px;
    top: -10px;
    right: -20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #9333ea
}

.tt-media-wrap .tt-media-item.active-image:after {
    content: "✓";
    color: #fff;
    position: absolute;
    top: -2px;
    right: 4px;
    font-size: .875rem;
    font-weight: 600;
    z-index: 2
}

.tt-media-wrap .tt-media-item .tt-media-info-wrap {
    position: relative;
    display: block;
    left: 0;
    right: 0
}

.tt-media-wrap .tt-media-action-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(147, 51, 234, .3);
    border-radius: .3125rem
}

.tt-media-wrap .tt-media-action-wrap span svg {
    width: 20px;
    height: 20px
}

[data-type=media-index] .tt-media-wrap .tt-media-item {
    border: none;
    cursor: default;
    -webkit-box-shadow: 0 1px 2px rgba(33, 43, 54, .15);
    box-shadow: 0 1px 2px rgba(33, 43, 54, .15)
}

[data-type=media-index] .tt-media-wrap .tt-media-item.active-image {
    border: none
}

[data-type=media-index] .tt-media-wrap .tt-media-item.active-image:before,
[data-type=media-index] .tt-media-wrap .tt-media-item.active-image:after {
    display: none
}

[data-type=media-index] .tt-media-wrap .tt-media-item:hover .tt-media-action-wrap {
    visibility: initial;
    opacity: 1
}

.uppy-Dashboard-AddFiles {
    min-height: 195px
}

.overflow-y-scroll {
    overflow-y: auto
}

.tt-media-select {
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    bottom: 0%;
    width: 20vw;
    -webkit-box-shadow: 0 10px 15px -3px rgba(78, 181, 41, .15);
    box-shadow: 0 10px 15px -3px rgba(78, 181, 41, .15)
}

@media(min-width: 320px)and (max-width: 768px) {
    .tt-media-select {
        width: 35vw;
        -webkit-transform: translate(24%, -46%);
        transform: translate(24%, -46%);
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.note-modal-content {
    border: none
}

.note-modal-header {
    padding: 12px 24px;
    border-color: var(--bs-border-color-translucent);
    border-left: 0;
    border-right: 0;
    border-top: 0
}

.note-modal-body {
    padding: 15px 24px
}

.note-modal-body .checkbox input {
    margin-right: .5rem
}

.note-modal-title {
    color: #212b36
}

.note-form-label {
    font-size: .8203125rem
}

.note-modal-footer {
    height: 50px;
    padding: 12px 24px
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    padding: 10px !important
}

.note-toolbar {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

.note-editor.note-airframe,
.note-editor.note-frame {
    border-color: var(--bs-border-color-translucent)
}

.note-editor .note-editing-area {
    background-color: var(--bs-body-bg)
}

.note-frame {
    color: #454f5b;
    font-family: "Inter", Helvetica
}

.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 16px
}

.note-editable::-webkit-scrollbar {
    width: 2px
}

.note-editable::-webkit-scrollbar-track {
    background-color: #f4f6f8;
    border-radius: 6px
}

.note-editable::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #c4cdd5
}

.note-editor.note-airframe .note-statusbar,
.note-editor.note-frame .note-statusbar {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}

button.note-btn {
    padding: 4px 8px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    border-radius: var(--bs-border-radius)
}

button.note-btn:active,
button.note-btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: var(--bs-border-radius)
}

button.note-btn:hover {
    border-radius: var(--bs-border-radius)
}

button.note-btn.dropdown-toggle:after {
    display: none
}

.note-editor.note-airframe .note-placeholder,
.note-editor.note-frame .note-placeholder {
    padding: 10px 16px
}

.note-modal .note-modal-body input.note-input {
    padding: .625rem 1rem
}

.note-modal .note-btn {
    line-height: inherit;
    padding: .625rem 1.125rem;
    border-radius: var(--bs-border-radius);
    border: initial
}

.note-modal .note-btn:active,
.note-modal .note-btn.active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.note-modal .note-btn.note-btn-primary {
    background-color: #9333ea
}

.note-editor .dropdown-toggle::after {
    all: unset
}

.note-editor .note-dropdown-menu {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.note-editor .note-modal-footer {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.tt-scroll-top {
    width: 65px;
    height: 65px;
    line-height: 65px;
    position: fixed;
    top: 100%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none
}

.tt-scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 115%;
    left: 5%;
    height: 25px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%)
}

.tt-scroll-top.open {
    top: 85%
}

.tt-generate-img-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.tt-generate-img-wrap .tt-generate-img {
    display: block;
    overflow: hidden
}

.tt-generate-img-wrap .tt-generate-img img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    aspect-ratio: 1/1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-generate-img-wrap .tt-generate-img::before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(33, 43, 54, .3);
    opacity: 0;
    border-radius: .4375rem
}

.tt-generate-img-wrap .tt-overly-icon {
    top: 0;
    -webkit-transform: translateY(calc(-100% + 0px));
    transform: translateY(calc(-100% + 0px));
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    text-align: center;
    width: 100%
}

.tt-generate-img-wrap .tt-overly-icon a {
    color: #454f5b;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-generate-img-wrap .tt-overly-icon:hover a {
    -webkit-box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px;
    box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px
}

.tt-generate-img-wrap .tt-overly-icon:hover a:hover {
    color: #9333ea;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.tt-generate-img-wrap:hover .tt-generate-img::before {
    opacity: 1
}

.tt-generate-img-wrap:hover .tt-generate-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tt-generate-img-wrap:hover .tt-overly-icon {
    opacity: 1;
    top: 20%
}

.tt-hero-content-wrap h1,
.tt-hero-content-wrap .h1 {
    line-height: initial
}

.tt-advance-options .tt-advance-arrow {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    border-radius: 50%;
    margin-bottom: 10px;
    color: #919eab
}

.tt-advance-options .tt-advance-arrow:hover {
    color: #9333ea;
    background-color: rgba(147, 51, 234, .15) !important
}

.tt-icon-btn {
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #919eab;
    background: #fff
}

.tt-icon-btn svg {
    width: 16px
}

.tt-icon-btn:hover {
    -webkit-box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px;
    box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    color: #9333ea
}

.tt-icon-btn:hover.tt-icon-info {
    background: rgba(14, 165, 233, .2);
    color: #0ea5e9
}

.tt-icon-btn:hover.tt-icon-warning {
    background: rgba(245, 158, 11, .2);
    color: #f59e0b
}

.tt-icon-btn:hover.tt-icon-success {
    background: rgba(34, 197, 94, .2);
    color: #22c55e
}

.tt-progressbar-list {
    position: relative;
    z-index: 2
}

.tt-progressbar-list li {
    color: #637381;
    width: 20%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-progressbar-list li.is-active {
    color: #212b36;
    font-weight: 700
}

.tt-progressbar-list li::before {
    content: " ";
    background-color: #637381;
    border: 10px solid #fff;
    border-radius: 50%;
    display: block;
    width: 28px;
    height: 28px;
    margin: 5px auto;
    -webkit-box-shadow: 0 1px 3px rgba(69, 79, 91, .2);
    box-shadow: 0 1px 3px rgba(69, 79, 91, .2);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-progressbar-list li.is-active::before {
    font-family: "Line Awesome Free";
    content: "";
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    padding: 2px;
    background-color: #9333ea;
    border: 1px solid #9333ea;
    -webkit-box-shadow: 0 0 0 6 rgba(147, 51, 234, .11);
    box-shadow: 0 0 0 6 rgba(147, 51, 234, .11)
}

.tt-progressbar-list li::after {
    content: "";
    background-color: var(--bs-border-color-translucent);
    padding: 0px 0px;
    position: absolute;
    top: 14px;
    left: -50%;
    width: 100%;
    height: 2px;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1
}

.tt-progressbar-list li.is-active::after {
    background-color: #9333ea
}

.tt-progressbar-list li:first-child::after {
    display: none
}

.tt-widget-wrapper .tt-single-fieldset {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: relative
}

.tt-widget-wrapper .tt-single-fieldset.is-active {
    display: block;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.tt-tb-action button svg {
    width: 14px
}

.tt-tb-action button:focus,
.tt-tb-action button:active {
    outline: none;
    border: none
}

.tt-article-title {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-article-title .tt-custom-radio {
    display: none
}

.tt-article-title .tt-custom-radio:checked+.form-check-label {
    position: relative;
    border-color: #9333ea
}

.tt-article-title .form-check-label {
    border: 1px solid var(--bs-border-color-translucent);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: .984375rem
}

.tt-article-title .form-check-label::after {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #9333ea;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-article-title .form-check-label:hover {
    border-color: #9333ea
}

.tt-article-title .tt-custom-radio:checked+.form-check-label::after {
    content: "";
    font-weight: 900;
    font-family: "Line Awesome Free";
    color: #fff;
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 14px;
    z-index: 1
}

.tt-article-title:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.tt-article-title input.form-check-input::checked {
    color: #9333ea
}

.tt-full-article,
.tt-single-para {
    font-size: 16px
}

.tt-blog-img-wrap {
    height: 380px;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.tt-next-step {
    position: fixed;
    bottom: 10%;
    width: 20vw;
    -webkit-box-shadow: 0 10px 15px -3px rgba(78, 181, 41, .15);
    box-shadow: 0 10px 15px -3px rgba(78, 181, 41, .15)
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes levitation {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(15px, 20px);
        transform: translate(15px, 20px)
    }

    50% {
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px)
    }

    70% {
        -webkit-transform: translate(15px, 20px);
        transform: translate(15px, 20px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(15px, 20px);
        transform: translate(15px, 20px)
    }

    50% {
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px)
    }

    70% {
        -webkit-transform: translate(15px, 20px);
        transform: translate(15px, 20px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    19% {
        -webkit-transform: translate(20px, 20px) scale(0.86);
        transform: translate(20px, 20px) scale(0.86)
    }

    50% {
        -webkit-transform: translate(1px, 2px);
        transform: translate(1px, 2px)
    }

    69% {
        -webkit-transform: translate(25px, 25px) scale(0.91);
        transform: translate(25px, 25px) scale(0.91)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    19% {
        -webkit-transform: translate(20px, 20px) scale(0.86);
        transform: translate(20px, 20px) scale(0.86)
    }

    50% {
        -webkit-transform: translate(1px, 2px);
        transform: translate(1px, 2px)
    }

    69% {
        -webkit-transform: translate(25px, 25px) scale(0.91);
        transform: translate(25px, 25px) scale(0.91)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    18% {
        -webkit-transform: translate(40px, 40px) scale(0.85);
        transform: translate(40px, 40px) scale(0.85)
    }

    50% {
        -webkit-transform: translate(2px, 4px);
        transform: translate(2px, 4px)
    }

    68% {
        -webkit-transform: translate(50px, 50px) scale(0.9);
        transform: translate(50px, 50px) scale(0.9)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    18% {
        -webkit-transform: translate(40px, 40px) scale(0.85);
        transform: translate(40px, 40px) scale(0.85)
    }

    50% {
        -webkit-transform: translate(2px, 4px);
        transform: translate(2px, 4px)
    }

    68% {
        -webkit-transform: translate(50px, 50px) scale(0.9);
        transform: translate(50px, 50px) scale(0.9)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    17% {
        -webkit-transform: translate(60px, 60px) scale(0.84);
        transform: translate(60px, 60px) scale(0.84)
    }

    50% {
        -webkit-transform: translate(3px, 6px);
        transform: translate(3px, 6px)
    }

    67% {
        -webkit-transform: translate(75px, 75px) scale(0.89);
        transform: translate(75px, 75px) scale(0.89)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    17% {
        -webkit-transform: translate(60px, 60px) scale(0.84);
        transform: translate(60px, 60px) scale(0.84)
    }

    50% {
        -webkit-transform: translate(3px, 6px);
        transform: translate(3px, 6px)
    }

    67% {
        -webkit-transform: translate(75px, 75px) scale(0.89);
        transform: translate(75px, 75px) scale(0.89)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    16% {
        -webkit-transform: translate(80px, 80px) scale(0.83);
        transform: translate(80px, 80px) scale(0.83)
    }

    50% {
        -webkit-transform: translate(4px, 8px);
        transform: translate(4px, 8px)
    }

    66% {
        -webkit-transform: translate(100px, 100px) scale(0.88);
        transform: translate(100px, 100px) scale(0.88)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    16% {
        -webkit-transform: translate(80px, 80px) scale(0.83);
        transform: translate(80px, 80px) scale(0.83)
    }

    50% {
        -webkit-transform: translate(4px, 8px);
        transform: translate(4px, 8px)
    }

    66% {
        -webkit-transform: translate(100px, 100px) scale(0.88);
        transform: translate(100px, 100px) scale(0.88)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-5 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    15% {
        -webkit-transform: translate(100px, 100px) scale(0.82);
        transform: translate(100px, 100px) scale(0.82)
    }

    50% {
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px)
    }

    65% {
        -webkit-transform: translate(125px, 125px) scale(0.87);
        transform: translate(125px, 125px) scale(0.87)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-5 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    15% {
        -webkit-transform: translate(100px, 100px) scale(0.82);
        transform: translate(100px, 100px) scale(0.82)
    }

    50% {
        -webkit-transform: translate(5px, 10px);
        transform: translate(5px, 10px)
    }

    65% {
        -webkit-transform: translate(125px, 125px) scale(0.87);
        transform: translate(125px, 125px) scale(0.87)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-6 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    14% {
        -webkit-transform: translate(120px, 120px) scale(0.81);
        transform: translate(120px, 120px) scale(0.81)
    }

    50% {
        -webkit-transform: translate(6px, 12px);
        transform: translate(6px, 12px)
    }

    64% {
        -webkit-transform: translate(150px, 150px) scale(0.86);
        transform: translate(150px, 150px) scale(0.86)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-6 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    14% {
        -webkit-transform: translate(120px, 120px) scale(0.81);
        transform: translate(120px, 120px) scale(0.81)
    }

    50% {
        -webkit-transform: translate(6px, 12px);
        transform: translate(6px, 12px)
    }

    64% {
        -webkit-transform: translate(150px, 150px) scale(0.86);
        transform: translate(150px, 150px) scale(0.86)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-7 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    13% {
        -webkit-transform: translate(140px, 140px) scale(0.8);
        transform: translate(140px, 140px) scale(0.8)
    }

    50% {
        -webkit-transform: translate(7px, 14px);
        transform: translate(7px, 14px)
    }

    63% {
        -webkit-transform: translate(175px, 175px) scale(0.85);
        transform: translate(175px, 175px) scale(0.85)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-7 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    13% {
        -webkit-transform: translate(140px, 140px) scale(0.8);
        transform: translate(140px, 140px) scale(0.8)
    }

    50% {
        -webkit-transform: translate(7px, 14px);
        transform: translate(7px, 14px)
    }

    63% {
        -webkit-transform: translate(175px, 175px) scale(0.85);
        transform: translate(175px, 175px) scale(0.85)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-8 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    12% {
        -webkit-transform: translate(160px, 160px) scale(0.79);
        transform: translate(160px, 160px) scale(0.79)
    }

    50% {
        -webkit-transform: translate(8px, 16px);
        transform: translate(8px, 16px)
    }

    62% {
        -webkit-transform: translate(200px, 200px) scale(0.84);
        transform: translate(200px, 200px) scale(0.84)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-8 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    12% {
        -webkit-transform: translate(160px, 160px) scale(0.79);
        transform: translate(160px, 160px) scale(0.79)
    }

    50% {
        -webkit-transform: translate(8px, 16px);
        transform: translate(8px, 16px)
    }

    62% {
        -webkit-transform: translate(200px, 200px) scale(0.84);
        transform: translate(200px, 200px) scale(0.84)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-9 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    11% {
        -webkit-transform: translate(180px, 180px) scale(0.78);
        transform: translate(180px, 180px) scale(0.78)
    }

    50% {
        -webkit-transform: translate(9px, 18px);
        transform: translate(9px, 18px)
    }

    61% {
        -webkit-transform: translate(225px, 225px) scale(0.83);
        transform: translate(225px, 225px) scale(0.83)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-9 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    11% {
        -webkit-transform: translate(180px, 180px) scale(0.78);
        transform: translate(180px, 180px) scale(0.78)
    }

    50% {
        -webkit-transform: translate(9px, 18px);
        transform: translate(9px, 18px)
    }

    61% {
        -webkit-transform: translate(225px, 225px) scale(0.83);
        transform: translate(225px, 225px) scale(0.83)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-10 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(200px, 200px) scale(0.77);
        transform: translate(200px, 200px) scale(0.77)
    }

    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, 20px)
    }

    60% {
        -webkit-transform: translate(250px, 250px) scale(0.82);
        transform: translate(250px, 250px) scale(0.82)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-10 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    10% {
        -webkit-transform: translate(200px, 200px) scale(0.77);
        transform: translate(200px, 200px) scale(0.77)
    }

    50% {
        -webkit-transform: translate(10px, 20px);
        transform: translate(10px, 20px)
    }

    60% {
        -webkit-transform: translate(250px, 250px) scale(0.82);
        transform: translate(250px, 250px) scale(0.82)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-11 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    9% {
        -webkit-transform: translate(220px, 220px) scale(0.76);
        transform: translate(220px, 220px) scale(0.76)
    }

    50% {
        -webkit-transform: translate(11px, 22px);
        transform: translate(11px, 22px)
    }

    59% {
        -webkit-transform: translate(275px, 275px) scale(0.81);
        transform: translate(275px, 275px) scale(0.81)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-11 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    9% {
        -webkit-transform: translate(220px, 220px) scale(0.76);
        transform: translate(220px, 220px) scale(0.76)
    }

    50% {
        -webkit-transform: translate(11px, 22px);
        transform: translate(11px, 22px)
    }

    59% {
        -webkit-transform: translate(275px, 275px) scale(0.81);
        transform: translate(275px, 275px) scale(0.81)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes levitation-12 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    8% {
        -webkit-transform: translate(240px, 240px) scale(0.75);
        transform: translate(240px, 240px) scale(0.75)
    }

    50% {
        -webkit-transform: translate(12px, 24px);
        transform: translate(12px, 24px)
    }

    58% {
        -webkit-transform: translate(300px, 300px) scale(0.8);
        transform: translate(300px, 300px) scale(0.8)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes levitation-12 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    8% {
        -webkit-transform: translate(240px, 240px) scale(0.75);
        transform: translate(240px, 240px) scale(0.75)
    }

    50% {
        -webkit-transform: translate(12px, 24px);
        transform: translate(12px, 24px)
    }

    58% {
        -webkit-transform: translate(300px, 300px) scale(0.8);
        transform: translate(300px, 300px) scale(0.8)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@-webkit-keyframes letter-1 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-1 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-2 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-2 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-3 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-3 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-4 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-4 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-5 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-5 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-6 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-6 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-7 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-7 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-8 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-8 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-9 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-9 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-10 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-10 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-11 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-11 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-12 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-12 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-13 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-13 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-14 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-14 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-15 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-15 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-16 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-16 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-17 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-17 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-18 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-18 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-19 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-19 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-20 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-20 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-21 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-21 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-22 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-22 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-23 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-23 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-24 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-24 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-25 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-25 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-26 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-26 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-27 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-27 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-28 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-28 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-29 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-29 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-30 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-30 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-31 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-31 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-32 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-32 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-33 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-33 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-34 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-34 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-35 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-35 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-36 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-36 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-37 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-37 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-38 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-38 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-39 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-39 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-40 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-40 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-41 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-41 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-42 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-42 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-43 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-43 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-44 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-44 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-45 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-45 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-46 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-46 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-47 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-47 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-48 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-48 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-49 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-49 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-50 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-50 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-51 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-51 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-52 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-52 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-53 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-53 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-54 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-54 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-55 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-55 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-56 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-56 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-57 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-57 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-58 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-58 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-59 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-59 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-60 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-60 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-61 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-61 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-62 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-62 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-63 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-63 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-64 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-64 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-65 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-65 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-66 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-66 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-67 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-67 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-68 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-68 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-69 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-69 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-70 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-70 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-71 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-71 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-72 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-72 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-73 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-73 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-74 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-74 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-75 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-75 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-76 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-76 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-77 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-77 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-78 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-78 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-79 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-79 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-80 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-80 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-81 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-81 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-82 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-82 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-83 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-83 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-84 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-84 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-85 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-85 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-86 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-86 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-87 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-87 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-88 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-88 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-89 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-89 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-90 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-90 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-91 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-91 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-92 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-92 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-93 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-93 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-94 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-94 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-95 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-95 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-96 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-96 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-97 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-97 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-98 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-98 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-99 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-99 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes letter-100 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes letter-100 {
    0% {
        -webkit-transform: translateY(250px);
        transform: translateY(250px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes button-pulse {
    0% {
        height: 0;
        opacity: 0;
        width: 0
    }

    10% {
        height: 30px;
        opacity: 1;
        width: 30px
    }

    to {
        height: 300px;
        opacity: 0;
        width: 300px
    }
}

@keyframes button-pulse {
    0% {
        height: 0;
        opacity: 0;
        width: 0
    }

    10% {
        height: 30px;
        opacity: 1;
        width: 30px
    }

    to {
        height: 300px;
        opacity: 0;
        width: 300px
    }
}

@-webkit-keyframes openContent {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes openContent {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

@-webkit-keyframes animatedgradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.tt-single-folder {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-single-folder:hover {
    -webkit-box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px;
    box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px
}

.tt-single-folder .tt-folder-title {
    color: inherit
}

.tt-single-folder .tt-dropdown-icon {
    width: 16px
}

.template-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
    color: #fcfcfc;
    padding: 32px;
    border-radius: 30%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 6px 28px 46px -6px #000;
    box-shadow: 6px 28px 46px -6px #000
}

.template-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: linear-gradient(135deg, #f27121, #000000 40%);
    z-index: -2
}

.template-card::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-radius: 1rem;
    background: -webkit-gradient(linear, left top, right top, from(#171721), to(#060609));
    background: linear-gradient(90deg, #171721, #060609);
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
    z-index: -1
}

.template-card .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.template-card .info .btn {
    margin-top: 28px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: unset;
    border-radius: 16px;
    overflow: hidden;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    margin-right: auto;
    cursor: pointer;
    position: relative;
    z-index: 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.template-card .info .btn::before,
.template-card .info .btn::after {
    content: "";
    position: absolute
}

.template-card .info .btn::before {
    left: 50%;
    top: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#ff7a00), color-stop(45%, transparent), color-stop(55%, transparent), to(#ff7a00));
    background: linear-gradient(90deg, #ff7a00 0%, transparent 45%, transparent 55%, #ff7a00 100%);
    -webkit-transform: translate(-50%, -50%) rotate(55deg);
    transform: translate(-50%, -50%) rotate(55deg);
    width: 100%;
    height: 240%;
    border-radius: 16px;
    z-index: -2;
    opacity: .4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.template-card .info .btn::after {
    left: 2px;
    top: 2px;
    background: #171721;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 16px;
    z-index: -1
}

.template-card .info .btn:hover::after {
    -webkit-animation: 5s move infinite linear;
    animation: 5s move infinite linear;
    opacity: 1
}

.template-card .image {
    min-width: 86px;
    min-height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-box-shadow: 8px 12px 16px #000;
    box-shadow: 8px 12px 16px #000;
    position: relative;
    z-index: 0
}

.template-card .image::before {
    content: "";
    position: absolute;
    background: linear-gradient(110deg, #ff7a00 10%, #000000);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -2
}

.template-card .image::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#12121a), to(#030303));
    background: linear-gradient(90deg, #12121a, #030303);
    -webkit-box-shadow: 6px 6px 14px -6px rgba(242, 113, 33, .3137254902) inset;
    box-shadow: 6px 6px 14px -6px rgba(242, 113, 33, .3137254902) inset;
    z-index: -1
}

@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(55deg);
        transform: translate(-50%, -50%) rotate(55deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(415deg);
        transform: translate(-50%, -50%) rotate(415deg)
    }
}

@keyframes move {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(55deg);
        transform: translate(-50%, -50%) rotate(55deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(415deg);
        transform: translate(-50%, -50%) rotate(415deg)
    }
}

.tt-add-more-card {
    border-style: dashed;
    border-width: 2px
}

.tt-add-more-card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tt-info-icons span {
    line-height: normal;
    border-radius: 4px;
    border: 1px solid var(--bs-border-color-translucent);
    position: relative;
    border-bottom-color: rgba(0, 0, 0, 0)
}

.tt-info-icons span::after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    content: "";
    display: block;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-top: 12px solid var(--bs-border-color-translucent)
}

.tt-info-icons svg {
    width: 14px;
    cursor: pointer
}

.tt-checkbox {
    padding-right: 6px
}

.tt-product-thumb .avatar img {
    position: relative
}

.tt-product-thumb .avatar .tt-remove {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: rgba(239, 68, 68, .7);
    border-radius: 50%;
    cursor: pointer;
    text-align: center
}

.tt-product-thumb .avatar:hover .tt-remove {
    opacity: 1;
    color: #fff
}

.tt-top-selling-list li:not(:last-child) {
    border-bottom: 1px dashed var(--bs-border-color-translucent)
}

.tt-error-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh
}

.tt-hero-img {
    position: relative;
    display: block
}

.tt-hero-img .tt-robot-img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw
}

.line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, .1);
    overflow: hidden
}

.line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #C4CDD5), to(#DFE3E8));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #C4CDD5 75%, #DFE3E8 100%);
    -webkit-animation: drop 7s 0s infinite;
    animation: drop 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97)
}

.line:nth-child(1) {
    margin-left: -25%
}

.line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.line:nth-child(3) {
    margin-left: 25%
}

.line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

@-webkit-keyframes drop {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

@keyframes drop {
    0% {
        top: -50%
    }

    100% {
        top: 110%
    }
}

.tt-tab-nav li a.nav-link {
    color: #454f5b
}

.tt-tab-nav li a.nav-link .tt-step-content {
    border-top: 2px dashed var(--bs-border-color-translucent);
    position: relative
}

.tt-tab-nav li a.nav-link .tt-step-content::before {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    color: #9333ea;
    background-color: #9333ea;
    top: -2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-tab-nav a.nav-link.active .tt-step-content::before {
    width: 100%
}

@media(min-width: 320px)and (max-width: 767px) {
    .tt-tab-nav li.nav-item {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.tt-img-overlay {
    width: 50%
}

.left-auto {
    left: auto
}

.top-auto {
    top: auto
}

.tt-glass-effect {
    background: rgba(6, 15, 50, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(143, 143, 143, .25);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-glass-effect:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.tt-two-col {
    max-width: 100%
}

.tt-two-col li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 12px
}

.animated-card {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform
}

@media(min-width: 320px)and (max-width: 1279px) {
    .tt-glass-effect {
        display: block
    }

    .tt-img-overlay {
        overflow-y: scroll;
        scrollbar-width: none
    }

    .tt-img-overlay::-webkit-scrollbar {
        width: 5px
    }

    .tt-img-overlay::-webkit-scrollbar-track {
        background-color: #454f5b;
        border-radius: 10px
    }

    .tt-img-overlay::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #637381
    }
}

@media(min-width: 767px)and (max-width: 1279px) {
    .tt-img-overlay {
        width: 70%
    }
}

@media(min-width: 320px)and (max-width: 768px) {
    .tt-img-overlay {
        width: 90%
    }
}

@media(min-width: 320px)and (max-width: 575px) {
    .tt-two-col li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.tt-template-card {
    position: relative;
    display: block;
    overflow: hidden;
    color: #637381;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1;
    -webkit-box-shadow: rgba(17, 17, 26, .05) 0px 4px 16px, rgba(17, 17, 26, .05) 0px 8px 32px;
    box-shadow: rgba(17, 17, 26, .05) 0px 4px 16px, rgba(17, 17, 26, .05) 0px 8px 32px
}

.tt-template-card::before {
    content: "";
    position: absolute;
    right: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(147, 51, 234, .1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
    right: -40px;
    top: -80px
}

.tt-template-card .tt-template-icon {
    width: 42px;
    height: 42px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 248, 249, .06)
}

.tt-template-card .tt-template-icon img {
    width: 22px
}

.tt-template-card:hover {
    -webkit-box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px;
    box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px
}

.tt-template-card:hover::before {
    width: 100%;
    height: 100%;
    left: auto;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(147, 51, 234, .15);
    border-radius: initial
}

.tt-create-content-wrap .note-editor {
    border: none
}

.tt-template-edit {
    top: auto;
    right: 20px;
    bottom: 20px
}

.tt-template-edit a {
    color: #454f5b
}

.tt-template-edit a.tt-edit:hover {
    color: #9333ea
}

.tt-template-edit a.tt-delete:hover {
    color: #ef4444
}

.tt-filter-bg {
    background-color: rgba(99, 115, 129, .02);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
}

.tt-circle-shape {
    top: -80px;
    left: -35px;
    width: 12rem;
    height: 12rem;
    z-index: -1;
    background-image: radial-gradient(72.33% 86.91% at 26.44% 13.09%, #fcc8ae 12.69%, #ff6221 64.54%, #fe8c5a 100%);
    -webkit-box-shadow: 12px 24px 48px 0px rgba(147, 51, 234, .12);
    box-shadow: 12px 24px 48px 0px rgba(147, 51, 234, .12);
    -webkit-animation: levitation-1 10s infinite;
    animation: levitation-1 10s infinite
}

.tt-gradient-border {
    background: linear-gradient(120deg, rgba(147, 51, 234, 0.12), rgba(239, 68, 68, 0.1));
    -webkit-animation: tt-animated-gradient 5s ease-in-out infinite;
    animation: tt-animated-gradient 5s ease-in-out infinite;
    padding: 1px;
    background-size: 200%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-gradient-border:hover {
    background-size: 100% 200%;
    background: linear-gradient(120deg, #9333ea, #ef4444)
}

.tt-circle-shape-1 {
    top: auto;
    width: 120px;
    min-height: 120px;
    min-width: 120px;
    -webkit-animation: levitation-1 15s infinite;
    animation: levitation-1 15s infinite;
    bottom: 1%;
    right: 1%
}

.tt-testimonial-author .quote-image {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .3
}

.tt-corner-shape {
    position: relative
}

.tt-corner-shape.tt-is-inactive .tt-inactive-plan {
    position: absolute;
    top: 15px;
    z-index: 1;
    left: auto;
    right: 20px
}

.tt-corner-shape.tt-is-inactive::after {
    background-color: rgba(239, 68, 68, .2)
}

.tt-corner-shape:hover.tt-is-inactive::before {
    background-color: rgba(239, 68, 68, .2)
}

.tt-corner-shape:hover.tt-is-inactive::after {
    background-color: rgba(239, 68, 68, .2)
}

.tt-slider-indicator .swiper-button-next,
.tt-slider-indicator .swiper-button-prev {
    width: 2.15rem;
    height: 2.15rem;
    background: rgba(147, 51, 234, .15);
    border-radius: .25rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px;
    box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px
}

.tt-slider-indicator .swiper-button-next::after,
.tt-slider-indicator .swiper-button-prev::after {
    font-size: .875rem;
    color: #9333ea
}

.tt-slider-indicator .swiper-button-next:hover,
.tt-slider-indicator .swiper-button-prev:hover {
    background-color: #9333ea
}

.tt-slider-indicator .swiper-button-next:hover::after,
.tt-slider-indicator .swiper-button-prev:hover::after {
    color: #fff
}

.circle-shape-3 {
    bottom: -210px;
    width: 300px;
    min-height: 300px;
    min-width: 300px;
    -webkit-animation: levitation 10s infinite;
    animation: levitation 10s infinite
}

.circle-shape-1 {
    top: -240px;
    width: 356px;
    min-height: 356px;
    min-width: 356px;
    -webkit-animation: levitation-2 10s infinite;
    animation: levitation-2 10s infinite
}

.left-5 {
    left: 5%
}

.right-5 {
    right: 5%
}

.bg-image-cta {
    background-image: url("../img/website/bg-gradient.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.bg-image-header {
    background-image: url("../img/website/header-bg-gradient.webp");
    background-position: 50% 3%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

.bg-image-hero {
    background-image: url("../img/website/hero-bg-gradient.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

.rounded-custom-top {
    border-radius: 50px 50px 0 0;
    margin-top: -45px
}

.tab-switch-btn .switch-input {
    width: 60px;
    height: 25px;
    left: 132px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    opacity: 0
}

.tt-price-wrap .yearly-price {
    display: none
}

.tab-switch-btn .toggle-switch-btn {
    width: 48px;
    height: 24px;
    border: 2px solid var(--bs-border-color-translucent);
    margin: 0 12px;
    cursor: pointer
}

.tab-switch-btn .toggle-switch-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: linear-gradient(95.45deg, #9333ea 0.64%, #EF4444 98.23%);
    border-radius: 50%;
    -webkit-transition: .15s;
    transition: .15s
}

.tab-switch-btn .switch-input:checked~.toggle-switch-btn::before {
    left: 25px
}

.tt-pricing-feature li {
    padding-top: .5rem
}

.tt-edit-icon {
    margin-top: -5px
}

.tt-package-switch-list li input[type=radio] {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tt-package-switch-list li label {
    position: relative;
    padding-left: 1.4rem;
    padding-right: 1rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 2rem;
    cursor: pointer
}

.tt-package-switch-list li label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top: .5rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--bs-border-color-translucent);
    border-radius: .25em;
    z-index: -1
}

.tt-package-switch-list li input[type=radio]+label::before {
    border-radius: 1.5rem
}

.tt-package-switch-list li input[type=radio]:checked+label {
    padding-left: 1rem;
    color: #9333ea
}

.tt-package-switch-list li input[type=radio]:checked+label:before {
    top: 0;
    width: 100%;
    height: 2rem;
    border-color: rgba(147, 51, 234, .2);
    background: rgba(147, 51, 234, .15)
}

.tt-package-switch-list li label,
.tt-package-switch-list li label::before {
    -webkit-transition: .25s all ease;
    transition: .25s all ease
}

.tt-package-switch-list li.tt-active label {
    color: #22c55e
}

.tt-package-switch-list li.tt-active label:before {
    border-color: #22c55e
}

.tt-package-switch-list li.tt-active input[type=radio]:checked+label:before {
    border-color: #9333ea
}

.tt-package-switch-list li.tt-inactive label {
    color: #919eab
}

.tt-package-switch-list li.tt-inactive input[type=radio]:checked+label:before {
    content: "";
    position: absolute;
    border-color: rgba(147, 51, 234, .2);
    background: rgba(147, 51, 234, .15)
}

.tt-featured-badge {
    position: absolute;
    background: #ef4444;
    color: #fff;
    font-size: .765625rem;
    line-height: inherit;
    border-top-right-radius: 1rem;
    top: -1px;
    right: -1px;
    width: 85px
}

.tt-featured-badge::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 11px solid rgba(0, 0, 0, 0)
}

.tt-single-blog-card {
    position: relative;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-single-blog-card .tt-blog-title a {
    color: #454f5b
}

.tt-single-blog-card .tt-blog-title:hover a {
    color: #9333ea
}

.tt-single-blog-card .tt-read-more {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: rgba(147, 51, 234, .1);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-single-blog-card:hover {
    border-color: #9333ea
}

.tt-single-blog-card:hover .tt-read-more {
    background-color: #9333ea;
    color: #fff
}

.divider-bar {
    width: 100%;
    min-height: 1px;
    background-color: var(--bs-border-color-translucent)
}

.tt-swiper-indicator .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: .65rem;
    height: .65rem;
    background-color: #f4f6f8
}

.tt-swiper-indicator .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.5rem;
    border-radius: 2px;
    background-color: #9333ea
}

.max-w-30 {
    max-width: 30rem
}

.max-w-40 {
    max-width: 40rem
}

@media(min-width: 320px)and (max-width: 767px) {
    .tt-login-blank {
        display: none
    }

    .max-w-30 {
        max-width: 100%;
        width: 100%
    }
}

@media(min-width: 320px)and (max-width: 991px) {
    .max-w-40 {
        max-width: 100%;
        width: 100%
    }
}

.tt-chat-users {
    scrollbar-width: auto;
    scrollbar-color: #fff #fff
}

.tt-chat-users::-webkit-scrollbar {
    width: 1px
}

.tt-chat-users::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

.tt-chat-users::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
}

.tt-custom-link-btn {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #454f5b;
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0px 0px 0px 1px;
    box-shadow: rgba(0, 0, 0, .05) 0px 0px 0px 1px
}

.tt-custom-link-btn:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px 0px, rgba(0, 0, 0, .06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, .1) 0px 1px 3px 0px, rgba(0, 0, 0, .06) 0px 1px 2px 0px
}

.tt-chat-left .tt-chat-users {
    max-width: 65px;
    width: 65px;
    position: relative;
    background: #f4f6f8;
    overflow: hidden;
    overflow-y: scroll
}

.tt-chat-right {
    position: relative
}

.tt-chat-right .tt-conversation {
    overflow: hidden;
    overflow-y: scroll
}

.tt-chat-right .tt-chat-history {
    max-width: 360px;
    width: 360px;
    border-right: 1px solid var(--bs-border-color-translucent);
    position: relative
}

@media(min-width: 992px) {
    .mw-450 {
        max-width: 450px !important
    }

    .mw-650 {
        max-width: 650px !important
    }
}

.tt-history-list-wrap {
    overflow: hidden;
    overflow-y: scroll
}

.tt-chat-history-list li:not(:last-child) {
    border-bottom: 1px dashed var(--bs-border-color-translucent)
}

.tt-chat-history-list li {
    position: relative;
    padding: .5rem 1rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-chat-history-list li a {
    color: #454f5b;
    display: block
}

.tt-chat-history-list li a.active {
    color: #9333ea
}

.tt-chat-history-list li a.active svg.text-muted {
    color: #9333ea !important
}

.tt-chat-history-list li .tt-history-action {
    opacity: 0;
    top: 25%;
    right: 0%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-chat-history-list li .tt-history-action button {
    width: 32px;
    height: 32px;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0px 3px 3px 0px;
    box-shadow: rgba(0, 0, 0, .15) 0px 3px 3px 0px;
    line-height: initial
}

.tt-chat-history-list li .tt-history-action .dropdown-menu {
    min-width: 6rem
}

.tt-chat-history-list li:hover .tt-history-action {
    right: 6%;
    opacity: 1;
    bottom: auto
}

.tt-chat-user-list li {
    position: relative
}

.tt-chat-user-list li a {
    display: inline-grid
}

.tt-chat-user-list li a img,
.tt-chat-user-list li a .rounded-circle {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px dashed rgba(0, 0, 0, 0);
    padding: 2px
}

.tt-chat-user-list li a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tt-chat-user-list li a:hover img,
.tt-chat-user-list li a.active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tt-chat-user-list li a:hover .rounded-circle,
.tt-chat-user-list li a.active .rounded-circle {
    -webkit-box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px;
    box-shadow: rgba(145, 158, 171, .16) 0px 16px 32px -4px;
    border-color: #9333ea
}

.tt-single-expert {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    transition: all .3s ease-in-out
}

.tt-single-expert .tt-expert-chat {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 50%;
    left: auto;
    right: 10%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.tt-single-expert:hover {
    -webkit-box-shadow: rgba(17, 17, 26, .05) 0px 4px 16px, rgba(17, 17, 26, .05) 0px 8px 32px;
    box-shadow: rgba(17, 17, 26, .05) 0px 4px 16px, rgba(17, 17, 26, .05) 0px 8px 32px
}

.tt-single-expert:hover .tt-expert-chat {
    opacity: 1;
    right: 0
}

.tt-action-icon-list li a {
    color: #454f5b;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-action-icon-list li a:hover.tt-download-icon {
    color: #22c55e
}

.tt-action-icon-list li a:hover.tt-delete-icon {
    color: #ef4444
}

.tt-message-wrap .tt-message-text {
    position: relative
}

.tt-message-wrap .tt-message-text::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(99, 115, 129, .05);
    left: -10px;
    right: auto;
    top: 10px
}

.tt-message-wrap .tt-message-text {
    background: rgba(99, 115, 129, .05)
}

.tt-message-wrap.tt-message-me .tt-message-text {
    background: rgba(147, 51, 234, .05)
}

.tt-message-wrap.tt-message-me .tt-message-text::before {
    position: absolute;
    content: "";
    border-right: none;
    right: -10px;
    left: auto;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid rgba(147, 51, 234, .05)
}

.tt-send-btn svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tt-text-preloader span {
    vertical-align: middle;
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 2px;
    -webkit-animation: tt-text-loader .8s linear infinite alternate;
    animation: tt-text-loader .8s linear infinite alternate
}

.tt-text-preloader span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(147, 51, 234, .6)
}

.tt-text-preloader span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(147, 51, 234, .8)
}

.tt-text-preloader span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: #9333ea
}

.tt-text-preloader.tt-preloader-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-create-content .tt-text-preloader span {
    margin: 0
}

.btn-create-content .tt-text-preloader span:nth-child(1) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: rgba(255, 255, 255, .6)
}

.btn-create-content .tt-text-preloader span:nth-child(2) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: rgba(255, 255, 255, .8)
}

.btn-create-content .tt-text-preloader span:nth-child(3) {
    -webkit-animation-delay: -0.26666s;
    animation-delay: -0.26666s;
    background: #fff
}

@keyframes tt-text-loader {
    from {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes tt-text-loader {
    from {
        -webkit-transform: scale(0, 0)
    }

    to {
        -webkit-transform: scale(1, 1)
    }
}

[contenteditable=true]:focus {
    outline: 1px dashed #9333ea;
    border-radius: 4px
}

@media(min-width: 320px)and (max-width: 650px) {
    .tt-chat-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        overflow-y: scroll
    }

    .tt-chat-right .tt-chat-history {
        border-top: 1px solid var(--bs-border-color-translucent);
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 2rem
    }

    .tt-chat-right .tt-conversation .avatar {
        display: none
    }
}

.tt-prompt-tab {
    height: 100%;
    width: 100%;
    border-right: 1px solid var(--bs-border-color-translucent);
    position: relative
}

.tt-prompt-tab-content {
    height: 60vh;
    overflow: hidden;
    overflow-y: scroll
}

.tt-prompt-group button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 100%
}

.tt-prompt-group button.nav-link {
    color: #212b36;
    padding-left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 500
}

.tt-prompt-group button.nav-link.active {
    padding-left: 1rem
}

.tt-prompt-single-content {
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.tt-prompt-single-content:hover {
    border-color: #9333ea;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.tt-prompt-tab-content p:last-child {
    margin-bottom: 0
}

.tt-prompt-group-list li {
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 3px
}

.tt-prompt-group-list li a {
    border-right: 1px solid var(--bs-border-color-translucent)
}

.tt-prompt-group-list li a.nav-link.active {
    border-radius: 0 !important
}

.tt-prompt-action {
    border-left: 1px solid var(--bs-border-color-translucent);
    padding: 0 8px
}

.tt-prompt-action .tt-prompt-action-item {
    display: block;
    padding: 4px;
    cursor: pointer
}

@media(min-width: 320px)and (max-width: 1279px) {
    .tt-prompt-tab.p-4 {
        padding: 1rem 1rem 0 !important
    }

    .tt-prompt-tab .tt-prompt-group {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        overflow-x: scroll;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 1rem
    }

    .tt-prompt-tab .tt-prompt-group button.nav-link {
        padding: 5px 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
        border: 1px solid var(--bs-border-color-translucent);
        margin: 0 4px
    }

    .tt-prompt-tab .tt-prompt-group button.nav-link.active {
        padding: 5px 12px
    }
}

textarea.form-control:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.tt-vision-thumb .avatar.avatar-xl {
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem
}

.tt-vision-thumb .avatar.avatar-xl .tt-remove svg {
    width: 14px;
    height: 14px;
    line-height: 14px
}

.tt-payment-gateway {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-payment-gateway .tt-payment-info img {
    max-width: 120px;
    max-height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.tt-payment-gateway .tt-payment-setting {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 50%;
    left: auto;
    right: 5%;
    -webkit-transform: translate(-18%, -50%);
    transform: translate(-18%, -50%);
    opacity: 0
}

.tt-payment-gateway .tt-payment-setting:hover {
    color: #9333ea !important
}

.tt-payment-gateway:hover .tt-payment-setting {
    opacity: 1;
    right: 0
}

.tt-single-gateway .tt-custom-radio {
    display: none
}

.tt-single-gateway .tt-custom-radio:checked+.tt-gateway-info {
    border-color: #9333ea
}

.tt-single-gateway .tt-gateway-info {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-single-gateway .tt-gateway-info .tt-gateway-icon {
    position: relative;
    max-width: 5rem;
    margin: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-single-gateway .tt-gateway-info .tt-gateway-icon img {
    max-width: 120px;
    max-height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-single-gateway:hover .tt-gateway-info {
    border-color: #9333ea
}

.tt-single-gateway:hover .tt-gateway-info img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.tt-utility-card {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-utility-card:hover {
    -webkit-box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .25);
    box-shadow: 0 .3rem 1.525rem -0.375rem rgba(0, 0, 0, .25);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.tt-utility-icon {
    position: relative;
    top: -2px
}

.tt-single-ticket-reply {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-single-ticket-reply.border-bottom:last-child {
    border-bottom: none !important
}

.tt-single-ticket-reply .tt-ticket-edit {
    display: none
}

.tt-single-ticket-reply:hover .tt-ticket-edit {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tt-single-ticket-reply:hover .tt-ticket-edit button:hover {
    color: #ef4444 !important
}

.tt-theme-light {
    display: block
}

.tt-theme-dark {
    display: none
}

[data-bs-theme=light] .bg-light-subtle {
    background-color: #fff !important
}

[data-bs-theme=dark] .tt-chat-history-list li a,
[data-bs-theme=dark] .tt-custom-link-btn,
[data-bs-theme=dark] .tt-step-content p,
[data-bs-theme=dark] .breadcrumb .breadcrumb-item>a {
    color: #919eab !important
}

[data-bs-theme=dark] .breadcrumb .breadcrumb-item>a:hover {
    color: #9333ea !important
}

[data-bs-theme=dark] .tt-chat-history-list li a.active {
    color: #9333ea !important
}

[data-bs-theme=dark] .tt-custom-scrollbar::-webkit-scrollbar-track {
    background-color: #454f5b
}

[data-bs-theme=dark] .tt-custom-scrollbar::-webkit-scrollbar-thumb {
    background: #637381
}

[data-bs-theme=dark] #sidebar .tt-brand::after {
    background-color: #212b36
}

[data-bs-theme=dark] .tt-theme-light {
    display: none
}

[data-bs-theme=dark] .tt-theme-dark {
    display: block
}

[data-bs-theme=dark] .bg-secondary {
    background-color: #637381
}

[data-bs-theme=dark] .sticky-top-card.bg-secondary,
[data-bs-theme=dark] .tt-advance-arrow.bg-light {
    background-color: #212b36 !important
}

[data-bs-theme=dark] .card {
    background-color: #212b36
}

[data-bs-theme=dark] .tt-corner-shape::after,
[data-bs-theme=dark] .accordion-button,
[data-bs-theme=dark] .bg-secondary-subtle.tab-pane,
[data-bs-theme=dark] .dropdown-grid-item a:hover {
    background-color: #212b36 !important
}

[data-bs-theme=dark] .accordion-button,
[data-bs-theme=dark] .btn-outline-secondary,
[data-bs-theme=dark] .tt-prompt-group button.nav-link {
    color: #c4cdd5 !important
}

[data-bs-theme=dark] .btn-outline-secondary:hover {
    color: #454f5b !important
}

[data-bs-theme=dark] .accordion-body,
[data-bs-theme=dark] .tt-template-list li a,
[data-bs-theme=dark] .dropdown-grid-item .drop-title,
[data-bs-theme=dark] .offcanvas-body .main-menu li a.nav-link {
    color: #919eab
}

[data-bs-theme=dark] .accordion-body:hover,
[data-bs-theme=dark] .tt-template-list li a:hover,
[data-bs-theme=dark] .dropdown-grid-item .drop-title:hover,
[data-bs-theme=dark] .offcanvas-body .main-menu li a.nav-link:hover {
    color: #9333ea
}

[data-bs-theme=dark] .tt-featured-badge::before {
    border-left-color: #212b36
}

[data-bs-theme=dark] .progress {
    background-color: #454f5b
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .main-menu li.nav-item .dropdown-menu:before,
[data-bs-theme=dark] .tt-icon-btn {
    background-color: #161c24 !important
}

[data-bs-theme=dark] .navbar-dark.sticky-header.affix {
    background: #212b36
}

[data-bs-theme=dark] .navbar-dark.sticky-header.affix .main-menu li a.nav-link,
[data-bs-theme=dark] .navbar-dark.sticky-header.affix .action-btns a.btn-link,
[data-bs-theme=dark] .navbar-dark.sticky-header.affix .tt-top-navbar a.nav-link {
    color: #919eab
}

[data-bs-theme=dark] .navbar-dark.sticky-header.affix .main-menu li a.nav-link:hover,
[data-bs-theme=dark] .navbar-dark.sticky-header.affix .action-btns a.btn-link:hover,
[data-bs-theme=dark] .navbar-dark.sticky-header.affix .tt-top-navbar a.nav-link:hover {
    color: #9333ea
}

[data-bs-theme=dark] .navbar-dark.sticky-header.affix .navbar-brand img.logo-color,
[data-bs-theme=dark] .offcanvas-header .navbar-brand img.logo-color {
    display: none
}

[data-bs-theme=dark] .navbar-dark.sticky-header.affix .navbar-brand img.logo-white,
[data-bs-theme=dark] .offcanvas-header .navbar-brand img.logo-white {
    display: block
}

[data-bs-theme=dark] .table:not(.table-dark) thead th,
[data-bs-theme=dark] .table:not(.table-dark) tbody th {
    color: #dfe3e8 !important
}

[data-bs-theme=dark] #sidebar .tt-brand .tt-toggle-sidebar:before {
    background: #212b36;
    border-color: #424b54
}

[data-bs-theme=dark] .apexcharts-legend-text,
[data-bs-theme=dark] .apexcharts-yaxis-texts-g text {
    color: #c4cdd5 !important
}

[data-bs-theme=dark] .tt-side-nav .side-nav-link,
[data-bs-theme=dark] .side-nav-second-level li a,
[data-bs-theme=dark] .side-nav-third-level li a,
[data-bs-theme=dark] .side-nav-forth-level li a,
[data-bs-theme=dark] .tt-single-blog-card .tt-blog-title a,
[data-bs-theme=dark] .tt-template-tab.nav-tabs li a.nav-link {
    color: #919eab
}

[data-bs-theme=dark] .tt-template-tab.nav-tabs li a.nav-link.active {
    color: #9333ea !important
}

[data-bs-theme=dark] .tt-side-nav .side-nav-link:hover,
[data-bs-theme=dark] .tt-single-blog-card .tt-blog-title a:hover {
    color: #9333ea
}

[data-bs-theme=dark] .tt-vertical-step ul:before,
[data-bs-theme=dark] .tt-vertical-step-link ul:before,
[data-bs-theme=dark] .tt-vertical-step ul li a:before,
[data-bs-theme=dark] .tt-vertical-step-link ul li a:before {
    background: #161c24 !important
}

[data-bs-theme=dark] .tt-vertical-step ul li a,
[data-bs-theme=dark] .tt-vertical-step-link ul li a,
[data-bs-theme=dark] .tt-pricing-feature li a {
    color: #919eab !important
}

[data-bs-theme=dark] .select2-container--default .select2-selection,
[data-bs-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field,
[data-bs-theme=dark] .select2-dropdown {
    background-color: #161c24
}

[data-bs-theme=dark] .select2-dropdown {
    -webkit-box-shadow: none;
    box-shadow: none
}

[data-bs-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #919eab
}

[data-bs-theme=dark] .note-toolbar {
    background-color: rgba(0, 0, 0, 0)
}

[data-bs-theme=dark] .note-toolbar button {
    background-color: #161c24;
    border-color: #212b36;
    color: #637381
}

[data-bs-theme=dark] .note-editor.note-airframe .note-statusbar,
[data-bs-theme=dark] .note-editor.note-frame .note-statusbar {
    background-color: #212b36
}

[data-bs-theme=dark] .note-editor .note-editing-area {
    color: #919eab !important
}

[data-bs-theme=dark] .offcanvas {
    background-color: #212b36
}

[data-bs-theme=dark] .uppy-Dashboard-inner,
[data-bs-theme=dark] .tt-chat-users {
    background-color: #161c24
}

[data-bs-theme=dark] .uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap {
    border: 1px solid #212b36
}

[data-bs-theme=dark] .uppy-DashboardContent-bar,
[data-bs-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions {
    background-color: #212b36
}

[data-bs-theme=dark] .uppy-Dashboard-AddFiles-title {
    color: #919eab
}

[data-bs-theme=dark] .uppy-DashboardContent-bar {
    border-bottom-color: rgba(0, 0, 0, 0)
}

[data-bs-theme=dark] .uppy-DashboardContent-bar .uppy-DashboardContent-title {
    color: #919eab
}

[data-bs-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting {
    border-top: rgba(0, 0, 0, 0)
}

[data-bs-theme=dark] .tt-media-wrap .tt-media-item {
    background-color: #212b36
}

[data-bs-theme=dark] .tt-progressbar-list li.is-active {
    color: #c4cdd5
}

.h-60px {
    height: 60px
}

.h-80px {
    height: 80px
}

.h-100px {
    height: 100px
}

.h-400px {
    height: 400px
}

.select2-dropdown {
    top: -4px;
    border-color: var(--bs-border-color)
}

.select2-container--open .select2-dropdown {
    left: -1px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--bs-border-color)
}

#toast-container {
    z-index: 999999
}

#toast-container>div {
    padding: 15px 25px 15px 50px !important;
    opacity: 1;
    margin-bottom: 1.25rem;
    border-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .2), 0 .275rem 1.25rem -0.0625rem rgba(249, 250, 251, .05) !important;
    box-shadow: 0 .25rem .5625rem -0.0625rem rgba(0, 0, 0, .2), 0 .275rem 1.25rem -0.0625rem rgba(249, 250, 251, .05) !important;
    border-radius: .3125rem
}

#toast-container>.toast {
    max-width: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px 16px;
    overflow: visible
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    padding: 15px 50px 15px 50px !important;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0 !important
}

#toast-container.toast-bottom-full-width>div .toast-close-button,
#toast-container.toast-top-full-width>div .toast-close-button {
    top: 12px !important
}

html:not([dir=rtl]) #toast-container.toast-bottom-full-width>div .toast-close-button,
html:not([dir=rtl]) #toast-container.toast-top-full-width>div .toast-close-button {
    right: 12px !important
}

#toast-container>.toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2303c3ec' d='M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3Cpath fill='%2303c3ec' d='M277 360h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important
}

#toast-container>.toast-info .toast-close-button {
    background-color: #0d5abf !important;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06) !important
}

#toast-container>.toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ff3e1d' d='M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z'/%3E%3C/svg%3E") !important
}

#toast-container>.toast-error .toast-close-button {
    background-color: #e03a1d !important;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06) !important
}

#toast-container>.toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E") !important
}

#toast-container>.toast-success .toast-close-button {
    background-color: #20b250 !important;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06) !important
}

#toast-container>.toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ffab00' d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
    background-size: 24px
}

#toast-container>.toast-warning .toast-close-button {
    background-color: #fcac00 !important;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06) !important;
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06) !important
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width)>div {
    width: 25rem !important
}

.toast-progress {
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: .2;
    height: .1875rem;
    background-color: #212b36;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
}

.toast-close-button {
    position: absolute;
    top: 0;
    text-shadow: none;
    border-top-right-radius: .25rem;
    padding: .2rem .45rem !important;
    -webkit-transition: all .23s ease .1s;
    transition: all .23s ease .1s;
    opacity: 1 !important;
    line-height: .98
}

html:not([dir=rtl]) .toast-close-button {
    right: 0 !important
}

@media(max-width: 419.98px) {
    .toast {
        width: 300px !important
    }
}

#toast-container .toast-close-button {
    font-weight: 300;
    color: #f4f6f8 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06);
    box-shadow: 0 .125rem .3rem -0.0625rem rgba(0, 0, 0, .1), 0 .275rem .75rem -0.0625rem rgba(249, 250, 251, .06)
}

#toast-container>.toast-success,
#toast-container>.toast-success .toast-message a,
#toast-container>.toast-success .toast-message label {
    background-color: #fff !important;
    color: #20b250
}

#toast-container>.toast-error,
#toast-container>.toast-error .toast-message a,
#toast-container>.toast-error .toast-message label {
    background-color: #fff !important;
    color: #e03a1d
}

#toast-container>.toast-info,
#toast-container>.toast-info .toast-message a,
#toast-container>.toast-info .toast-message label {
    background-color: #fff !important;
    color: #0d5abf
}

#toast-container>.toast-warning,
#toast-container>.toast-warning .toast-message a,
#toast-container>.toast-warning .toast-message label {
    background-color: #fff !important;
    color: #fcac00
}

#toast-container>.toast-success .toast-close-button,
#toast-container>.toast-error .toast-close-button,
#toast-container>.toast-info .toast-close-button,
#toast-container>.toast-warning .toast-close-button {
    color: #fff !important
}

.bg-image-cta {
    background-image: url("../../../frontend/default/assets/img/website/bg-gradient.png") !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.bg-image-header {
    background-image: url("../../../frontend/default/assets/img/website/header-bg-gradient.webp") !important;
    background-position: 50% 3%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

.bg-image-hero {
    background-image: url("../../../frontend/default/assets/img/website/hero-bg-gradient.png") !important;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

.text-underline {
    text-decoration: underline
}

.cookie-alert {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 430px;
    z-index: 99999;
    display: none
}

.cookie-alert.show {
    display: block
}

.tt-footer.bg-dark a {
    margin-right: 12px
}

.downloadChat {
    height: 0;
    width: 0;
    visibility: hidden;
    overflow: hidden
}

.template-actions {
    position: absolute;
    right: 0;
    top: 90%
}

.tt-template-edit {
    position: relative !important
}

.msg-wrapper {
    position: relative
}

.msg-wrapper:hover .txt-copy-btn {
    display: inline-block !important
}

.txt-copy-btn {
    position: absolute;
    bottom: 10px;
    right: 10px
}

@media(min-width: 320px)and (max-width: 1279.98px) {
    .pb-650 {
        padding-bottom: 0rem
    }
}

.h-25rem {
    height: 25rem
}

.tt-visit-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tt-visit-store svg {
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important
}

.min-h-300 {
    min-height: 300px
}

.min-h-400 {
    min-height: 400px
}

.w-15 {
    width: 15px !important
}

.min-w-150 {
    min-width: 150px
}

.vh-80 {
    height: 80vh
}

.product-radio-btn li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px
}

.product-radio-btn li input {
    display: none
}

.product-radio-btn li label {
    border: 1px dashed #ebebeb;
    padding: 1px 10px;
    border-radius: 6px;
    cursor: pointer
}

.product-radio-btn li input:checked+label {
    border-color: #4eb529;
    color: #4eb529
}

.cat-icon i {
    font-size: 20px;
    font-weight: bold
}

.fs-20 {
    font-size: 20px !important
}

.tt-template-card .tt-template-icon i {
    line-height: 42px;
    font-size: 18px
}

#codetext {
    white-space: pre-wrap;
    font-size: 14px
}

.h-35px {
    height: 35px
}

.downloadChat {
    height: 0;
    width: 0;
    visibility: hidden;
    overflow: hidden
}

.template-actions {
    position: absolute;
    right: 0;
    top: 90%
}

.tt-template-edit {
    position: relative !important
}

.msg-wrapper {
    position: relative
}

.msg-wrapper:hover .txt-copy-btn {
    display: inline-block !important
}

.txt-copy-btn {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.tt-fieldset-data {
    display: none
}

.tt-fieldset-data.is-active {
    display: block
}

.h-80 {
    height: 80%
}

.btn-stop-content {
    border-color: #d3d3d3 !important
}

.grecaptcha-badge {
    z-index: 99999
}