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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

figure,
footer,
header,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

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

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

dt {
    font-weight: 700;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #514eb5;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #4a4c90;
    text-decoration: underline;
}

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

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

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

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

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

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

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,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

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

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

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

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

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

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

.lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #475467;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

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

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

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

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

.figure {
    display: inline-block;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

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

@media (min-width: 1540px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1480px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-xl-8,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-lg-12,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-md,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-sm-12,
.col-sm-6,
.col-sm-4,
.col-sm-3,
.col,
.col-12,
.col-10,
.col-8,
.col-6,
.col-4,
.col-3,
.col-2 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

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

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

@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

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

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

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

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

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

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

@media (min-width: 1200px) {
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #98c7f5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(36, 135, 235, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 0.75;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="month"].form-control {
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

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

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.8em + 1rem + 3px);
    padding: 0.5rem 1.8rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 8px;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #28a745e6;
    border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
    left: 5px;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem #28a74540;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px;
}

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

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

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            right 0.75rem center/8px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
            center right 1.75rem / calc(0.75em + 0.375rem)
            calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #2487eb40;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #2487eb;
    border-color: #2487eb;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1474d4;
    border-color: #136ec9;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #1474d4;
    border-color: #136ec9;
    box-shadow: 0 0 0 0.2rem #4599ee80;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #2487eb;
    border-color: #2487eb;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #136ec9;
    border-color: #1267bd;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #4599ee80;
}

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

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

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-green-4 {
    color: #fff;
    background-color: #40914f;
    border-color: #40914f;
}

.btn-green-4:hover {
    color: #fff;
    background-color: #347740;
    border-color: #306e3c;
}

.btn-green-4:focus,
.btn-green-4.focus {
    color: #fff;
    background-color: #347740;
    border-color: #306e3c;
    box-shadow: 0 0 0 0.2rem rgba(93, 162, 105, 0.5);
}

.btn-green-4.disabled,
.btn-green-4:disabled {
    color: #fff;
    background-color: #40914f;
    border-color: #40914f;
}

.btn-green-4:not(:disabled):not(.disabled):active,
.btn-green-4:not(:disabled):not(.disabled).active,
.show > .btn-green-4.dropdown-toggle {
    color: #fff;
    background-color: #306e3c;
    border-color: #2c6537;
}

.btn-green-4:not(:disabled):not(.disabled):active:focus,
.btn-green-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-green-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 162, 105, 0.5);
}

.btn-green-accent-2 {
    color: #fff;
    background-color: #3c9509;
    border-color: #3c9509;
}

.btn-green-accent-2:hover {
    color: #fff;
    background-color: #2e7107;
    border-color: #296506;
}

.btn-green-accent-2:focus,
.btn-green-accent-2.focus {
    color: #fff;
    background-color: #2e7107;
    border-color: #296506;
    box-shadow: 0 0 0 0.2rem rgba(89, 165, 46, 0.5);
}

.btn-green-accent-2.disabled,
.btn-green-accent-2:disabled {
    color: #fff;
    background-color: #3c9509;
    border-color: #3c9509;
}

.btn-green-accent-2:not(:disabled):not(.disabled):active,
.btn-green-accent-2:not(:disabled):not(.disabled).active,
.show > .btn-green-accent-2.dropdown-toggle {
    color: #fff;
    background-color: #296506;
    border-color: #245905;
}

.btn-green-accent-2:not(:disabled):not(.disabled):active:focus,
.btn-green-accent-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-green-accent-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 165, 46, 0.5);
}

.btn-green-accent-3 {
    color: #fff;
    background-color: #4db70b;
    border-color: #4db70b;
}

.btn-green-accent-3:hover {
    color: #fff;
    background-color: #3e9309;
    border-color: #398708;
}

.btn-green-accent-3:focus,
.btn-green-accent-3.focus {
    color: #fff;
    background-color: #3e9309;
    border-color: #398708;
    box-shadow: 0 0 0 0.2rem rgba(104, 194, 48, 0.5);
}

.btn-green-accent-3.disabled,
.btn-green-accent-3:disabled {
    color: #fff;
    background-color: #4db70b;
    border-color: #4db70b;
}

.btn-green-accent-3:not(:disabled):not(.disabled):active,
.btn-green-accent-3:not(:disabled):not(.disabled).active,
.show > .btn-green-accent-3.dropdown-toggle {
    color: #fff;
    background-color: #398708;
    border-color: #347b07;
}

.btn-green-accent-3:not(:disabled):not(.disabled):active:focus,
.btn-green-accent-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-green-accent-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(104, 194, 48, 0.5);
}

.btn-blue-4 {
    color: #fff;
    background-color: #0967d3;
    border-color: #0967d3;
}

.btn-blue-4:hover {
    color: #fff;
    background-color: #0755ae;
    border-color: #074fa2;
}

.btn-blue-4:focus,
.btn-blue-4.focus {
    color: #fff;
    background-color: #0755ae;
    border-color: #074fa2;
    box-shadow: 0 0 0 0.2rem rgba(46, 126, 218, 0.5);
}

.btn-blue-4.disabled,
.btn-blue-4:disabled {
    color: #fff;
    background-color: #0967d3;
    border-color: #0967d3;
}

.btn-blue-4:not(:disabled):not(.disabled):active,
.btn-blue-4:not(:disabled):not(.disabled).active,
.show > .btn-blue-4.dropdown-toggle {
    color: #fff;
    background-color: #074fa2;
    border-color: #064995;
}

.btn-blue-4:not(:disabled):not(.disabled):active:focus,
.btn-blue-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(46, 126, 218, 0.5);
}

.btn-blue-5 {
    color: #fff;
    background-color: #2487eb;
    border-color: #2487eb;
}

.btn-blue-5:hover {
    color: #fff;
    background-color: #1474d4;
    border-color: #136ec9;
}

.btn-blue-5:focus,
.btn-blue-5.focus {
    color: #fff;
    background-color: #1474d4;
    border-color: #136ec9;
    box-shadow: 0 0 0 0.2rem rgba(69, 153, 238, 0.5);
}

.btn-blue-5.disabled,
.btn-blue-5:disabled {
    color: #fff;
    background-color: #2487eb;
    border-color: #2487eb;
}

.btn-blue-5:not(:disabled):not(.disabled):active,
.btn-blue-5:not(:disabled):not(.disabled).active,
.show > .btn-blue-5.dropdown-toggle {
    color: #fff;
    background-color: #136ec9;
    border-color: #1267bd;
}

.btn-blue-5:not(:disabled):not(.disabled):active:focus,
.btn-blue-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(69, 153, 238, 0.5);
}

.btn-blue-6 {
    color: #fff;
    background-color: #49a4f3;
    border-color: #49a4f3;
}

.btn-blue-6:hover {
    color: #fff;
    background-color: #2592f1;
    border-color: #198cf0;
}

.btn-blue-6:focus,
.btn-blue-6.focus {
    color: #fff;
    background-color: #2592f1;
    border-color: #198cf0;
    box-shadow: 0 0 0 0.2rem rgba(100, 178, 245, 0.5);
}

.btn-blue-6.disabled,
.btn-blue-6:disabled {
    color: #fff;
    background-color: #49a4f3;
    border-color: #49a4f3;
}

.btn-blue-6:not(:disabled):not(.disabled):active,
.btn-blue-6:not(:disabled):not(.disabled).active,
.show > .btn-blue-6.dropdown-toggle {
    color: #fff;
    background-color: #198cf0;
    border-color: #0f86ed;
}

.btn-blue-6:not(:disabled):not(.disabled):active:focus,
.btn-blue-6:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue-6.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(100, 178, 245, 0.5);
}

.btn-grey-7 {
    color: #212529;
    background-color: #cfcfcf;
    border-color: #cfcfcf;
}

.btn-grey-7:hover {
    color: #212529;
    background-color: #bbb;
    border-color: #b5b5b5;
}

.btn-grey-7:focus,
.btn-grey-7.focus {
    color: #212529;
    background-color: #bbb;
    border-color: #b5b5b5;
    box-shadow: 0 0 0 0.2rem rgba(181, 182, 182, 0.5);
}

.btn-grey-7.disabled,
.btn-grey-7:disabled {
    color: #212529;
    background-color: #cfcfcf;
    border-color: #cfcfcf;
}

.btn-grey-7:not(:disabled):not(.disabled):active,
.btn-grey-7:not(:disabled):not(.disabled).active,
.show > .btn-grey-7.dropdown-toggle {
    color: #212529;
    background-color: #b5b5b5;
    border-color: #afafaf;
}

.btn-grey-7:not(:disabled):not(.disabled):active:focus,
.btn-grey-7:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-7.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(181, 182, 182, 0.5);
}

.btn-grey-8 {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.btn-grey-8:hover {
    color: #212529;
    background-color: #cdcdcd;
    border-color: #c7c7c7;
}

.btn-grey-8:focus,
.btn-grey-8.focus {
    color: #212529;
    background-color: #cdcdcd;
    border-color: #c7c7c7;
    box-shadow: 0 0 0 0.2rem rgba(195, 196, 197, 0.5);
}

.btn-grey-8.disabled,
.btn-grey-8:disabled {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}

.btn-grey-8:not(:disabled):not(.disabled):active,
.btn-grey-8:not(:disabled):not(.disabled).active,
.show > .btn-grey-8.dropdown-toggle {
    color: #212529;
    background-color: #c7c7c7;
    border-color: #c1c1c1;
}

.btn-grey-8:not(:disabled):not(.disabled):active:focus,
.btn-grey-8:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey-8.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 196, 197, 0.5);
}

.btn-red-3 {
    color: #fff;
    background-color: #a71b1b;
    border-color: #a71b1b;
}

.btn-red-3:hover {
    color: #fff;
    background-color: #861616;
    border-color: #7b1414;
}

.btn-red-3:focus,
.btn-red-3.focus {
    color: #fff;
    background-color: #861616;
    border-color: #7b1414;
    box-shadow: 0 0 0 0.2rem rgba(180, 61, 61, 0.5);
}

.btn-red-3.disabled,
.btn-red-3:disabled {
    color: #fff;
    background-color: #a71b1b;
    border-color: #a71b1b;
}

.btn-red-3:not(:disabled):not(.disabled):active,
.btn-red-3:not(:disabled):not(.disabled).active,
.show > .btn-red-3.dropdown-toggle {
    color: #fff;
    background-color: #7b1414;
    border-color: #701212;
}

.btn-red-3:not(:disabled):not(.disabled):active:focus,
.btn-red-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-red-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 61, 61, 0.5);
}

.btn-outline-blue-4 {
    color: #0967d3;
    border-color: #0967d3;
}

.btn-outline-blue-4:hover {
    color: #fff;
    background-color: #0967d3;
    border-color: #0967d3;
}

.btn-outline-blue-4:focus,
.btn-outline-blue-4.focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 103, 211, 0.5);
}

.btn-outline-blue-4.disabled,
.btn-outline-blue-4:disabled {
    color: #0967d3;
    background-color: transparent;
}

.btn-outline-blue-4:not(:disabled):not(.disabled):active,
.btn-outline-blue-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-4.dropdown-toggle {
    color: #fff;
    background-color: #0967d3;
    border-color: #0967d3;
}

.btn-outline-blue-4:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(9, 103, 211, 0.5);
}

.btn-outline-blue-5 {
    color: #2487eb;
    border-color: #2487eb;
}

.btn-outline-blue-5:hover {
    color: #fff;
    background-color: #2487eb;
    border-color: #2487eb;
}

.btn-outline-blue-5:focus,
.btn-outline-blue-5.focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 135, 235, 0.5);
}

.btn-outline-blue-5.disabled,
.btn-outline-blue-5:disabled {
    color: #2487eb;
    background-color: transparent;
}

.btn-outline-blue-5:not(:disabled):not(.disabled):active,
.btn-outline-blue-5:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue-5.dropdown-toggle {
    color: #fff;
    background-color: #2487eb;
    border-color: #2487eb;
}

.btn-outline-blue-5:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(36, 135, 235, 0.5);
}

.btn-outline-purple-1 {
    color: #8a2be2;
    border-color: #8a2be2;
}

.btn-outline-purple-1:hover {
    color: #fff;
    background-color: #8a2be2;
    border-color: #8a2be2;
}

.btn-outline-purple-1:focus,
.btn-outline-purple-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 226, 0.5);
}

.btn-outline-purple-1.disabled,
.btn-outline-purple-1:disabled {
    color: #8a2be2;
    background-color: transparent;
}

.btn-outline-purple-1:not(:disabled):not(.disabled):active,
.btn-outline-purple-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple-1.dropdown-toggle {
    color: #fff;
    background-color: #8a2be2;
    border-color: #8a2be2;
}

.btn-outline-purple-1:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 226, 0.5);
}

.btn-outline-purple-2 {
    color: #9370db;
    border-color: #9370db;
}

.btn-outline-purple-2:hover {
    color: #fff;
    background-color: #9370db;
    border-color: #9370db;
}

.btn-outline-purple-2:focus,
.btn-outline-purple-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
}

.btn-outline-purple-2.disabled,
.btn-outline-purple-2:disabled {
    color: #9370db;
    background-color: transparent;
}

.btn-outline-purple-2:not(:disabled):not(.disabled):active,
.btn-outline-purple-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple-2.dropdown-toggle {
    color: #fff;
    background-color: #9370db;
    border-color: #9370db;
}

.btn-outline-purple-2:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
}

.btn-outline-purple-3 {
    color: #a98df4;
    border-color: #a98df4;
}

.btn-outline-purple-3:hover {
    color: #fff;
    background-color: #a98df4;
    border-color: #a98df4;
}

.btn-outline-purple-3:focus,
.btn-outline-purple-3.focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 141, 244, 0.5);
}

.btn-outline-purple-3.disabled,
.btn-outline-purple-3:disabled {
    color: #a98df4;
    background-color: transparent;
}

.btn-outline-purple-3:not(:disabled):not(.disabled):active,
.btn-outline-purple-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple-3.dropdown-toggle {
    color: #fff;
    background-color: #a98df4;
    border-color: #a98df4;
}

.btn-outline-purple-3:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(169, 141, 244, 0.5);
}

.btn-outline-purple-4 {
    color: #beaeff;
    border-color: #beaeff;
}

.btn-outline-purple-4:hover {
    color: #fff;
    background-color: #beaeff;
    border-color: #beaeff;
}

.btn-outline-purple-4:focus,
.btn-outline-purple-4.focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 174, 255, 0.5);
}

.btn-outline-purple-4.disabled,
.btn-outline-purple-4:disabled {
    color: #beaeff;
    background-color: transparent;
}

.btn-outline-purple-4:not(:disabled):not(.disabled):active,
.btn-outline-purple-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple-4.dropdown-toggle {
    color: #fff;
    background-color: #beaeff;
    border-color: #beaeff;
}

.btn-outline-purple-4:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 174, 255, 0.5);
}

.btn-outline-purple-5 {
    color: #5c5ea7;
    border-color: #5c5ea7;
}

.btn-outline-purple-5:hover {
    color: #fff;
    background-color: #5c5ea7;
    border-color: #5c5ea7;
}

.btn-outline-purple-5:focus,
.btn-outline-purple-5.focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 94, 167, 0.5);
}

.btn-outline-purple-5.disabled,
.btn-outline-purple-5:disabled {
    color: #5c5ea7;
    background-color: transparent;
}

.btn-outline-purple-5:not(:disabled):not(.disabled):active,
.btn-outline-purple-5:not(:disabled):not(.disabled).active,
.show > .btn-outline-purple-5.dropdown-toggle {
    color: #fff;
    background-color: #5c5ea7;
    border-color: #5c5ea7;
}

.btn-outline-purple-5:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-purple-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 94, 167, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #2487eb;
    text-decoration: none;
}

.btn-link:hover {
    color: #1061b1;
    text-decoration: underline;
}

.btn-outline-gold-4 {
    color: #f0bc74;
    border-color: #f0bc74;
}

.btn-outline-gold-4:hover {
    color: #fff;
    background-color: #f0bc74;
    border-color: #f0bc74;
}

.btn-outline-gold-4:focus,
.btn-outline-gold-4.focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 188, 116, 0.5);
}

.btn-outline-gold-4.disabled,
.btn-outline-gold-4:disabled {
    color: #f0bc74;
    background-color: transparent;
    border-color: #f0bc74;
}

.btn-outline-gold-4:not(:disabled):not(.disabled):active,
.btn-outline-gold-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-gold-4.dropdown-toggle {
    color: #fff;
    background-color: #f0bc74;
    border-color: #f0bc74;
}

.btn-outline-gold-4:not(:disabled):not(.disabled):active:focus,
.btn-outline-gold-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gold-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 188, 116, 0.5);
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-purple-4 {
    color: #fff;
    background-color: #5c5ea7;
    border-color: #5c5ea7;
}

.btn-purple-4:hover {
    color: #fff;
    background-color: #464896;
    border-color: #3a3c7b;
}

.btn-purple-4:focus,
.btn-purple-4.focus {
    background-color: #464896;
    border-color: #3a3c7b;
    box-shadow: 0 0 0 0.2rem rgba(92, 94, 167, 0.5);
}

.btn-purple-4.disabled,
.btn-purple-4:disabled {
    background-color: #5c5ea7;
    border-color: #5c5ea7;
}

.btn-purple-4:not(:disabled):not(.disabled):active,
.btn-purple-4:not(:disabled):not(.disabled).active,
.show > .btn-purple-4.dropdown-toggle {
    background-color: #3a3c7b;
    border-color: #303260;
}

.btn-purple-4:not(:disabled):not(.disabled):active:focus,
.btn-purple-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(92, 94, 167, 0.5);
}

.btn-purple-5 {
    color: #fff;
    background-color: #030350;
    border-color: #030350;
}

.btn-purple-5:hover {
    color: #fff;
    background-color: #17174b;
    border-color: #0e0e3b;
}

.btn-purple-5:focus,
.btn-purple-5.focus {
    background-color: #17174b;
    border-color: #0e0e3b;
    box-shadow: 0 0 0 0.2rem rgba(3, 3, 80, 0.5);
}

.btn-purple-5.disabled,
.btn-purple-5:disabled {
    background-color: #030350;
    border-color: #030350;
}

.btn-purple-5:not(:disabled):not(.disabled):active,
.btn-purple-5:not(:disabled):not(.disabled).active,
.show > .btn-purple-5.dropdown-toggle {
    background-color: #0e0e3b;
    border-color: #080828;
}

.btn-purple-5:not(:disabled):not(.disabled):active:focus,
.btn-purple-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-purple-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(3, 3, 80, 0.5);
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

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

.dropdown {
    position: relative;
}

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

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

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

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2487eb;
}

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

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

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 1;
}

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

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

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

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

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

.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

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

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

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select {
    margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus {
    z-index: 3;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-prepend {
    display: flex;
}

.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
        right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}

.custom-select:focus {
    border-color: #98c7f5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(36, 135, 235, 0.25);
}

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

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

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

.custom-select::-ms-expand {
    display: none;
}

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

.custom-select {
    transition: background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-link:focus,
.nav-link:hover {
    color: #252785;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #252785;
    background-color: #b9baf0;
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

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

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.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: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

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

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

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-green-8 {
    color: #212529;
    background-color: #c2eaca;
}

a.badge-green-8:hover,
a.badge-green-8:focus {
    color: #212529;
    background-color: #9cdda8;
}

a.badge-green-8:focus,
a.badge-green-8.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(194, 234, 202, 0.5);
}

.badge-grey-8 {
    color: #212529;
    background-color: #e0e0e0;
}

a.badge-grey-8:hover,
a.badge-grey-8:focus {
    color: #212529;
    background-color: #c7c7c7;
}

a.badge-grey-8:focus,
a.badge-grey-8.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(224, 224, 224, 0.5);
}

.badge-red-8 {
    color: #212529;
    background-color: #facccc;
}

a.badge-red-8:hover,
a.badge-red-8:focus {
    color: #212529;
    background-color: #f59e9e;
}

a.badge-red-8:focus,
a.badge-red-8.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(250, 204, 204, 0.5);
}

.badge-yellow-6 {
    color: #212529;
    background-color: #f9da8b;
}

a.badge-yellow-6:hover,
a.badge-yellow-6:focus {
    color: #212529;
    background-color: #f6ca5a;
}

a.badge-yellow-6:focus,
a.badge-yellow-6.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 218, 139, 0.5);
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

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

.alert-warning hr {
    border-top-color: #ffe8a1;
}

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

.alert-danger hr {
    border-top-color: #f1b0b7;
}

.alert-grey-7 {
    color: #6c6c6c;
    background-color: #f5f5f5;
    border-color: #f2f2f2;
}

.alert-grey-7 hr {
    border-top-color: #e5e5e5;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #2487eb;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        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: 1rem 1rem;
}

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

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

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

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.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: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2487eb;
    border-color: #2487eb;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}

.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

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

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

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

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

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border {
        animation-duration: 1.5s;
    }
}

.align-middle {
    vertical-align: middle !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.bg-primary {
    background-color: #2487eb !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #136ec9 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-green-5 {
    background-color: #56ae66 !important;
}

a.bg-green-5:hover,
a.bg-green-5:focus,
button.bg-green-5:hover,
button.bg-green-5:focus {
    background-color: #448d51 !important;
}

.bg-green-8 {
    background-color: #c2eaca !important;
}

a.bg-green-8:hover,
a.bg-green-8:focus,
button.bg-green-8:hover,
button.bg-green-8:focus {
    background-color: #9cdda8 !important;
}

.bg-green-10 {
    background-color: #f2fdf4 !important;
}

a.bg-green-10:hover,
a.bg-green-10:focus,
button.bg-green-10:hover,
button.bg-green-10:focus {
    background-color: #c6f6d1 !important;
}

.bg-green-accent-3 {
    background-color: #eeeff6 !important;
}

a.bg-green-accent-3:hover,
a.bg-green-accent-3:focus,
button.bg-green-accent-3:hover,
button.bg-green-accent-3:focus {
    background-color: #5c5ea7 !important;
}

.bg-blue-1 {
    background-color: #01337e !important;
}

a.bg-blue-1:hover,
a.bg-blue-1:focus,
button.bg-blue-1:hover,
button.bg-blue-1:focus {
    background-color: #011f4c !important;
}

.bg-blue-3 {
    background-color: #0550b3 !important;
}

a.bg-blue-3:hover,
a.bg-blue-3:focus,
button.bg-blue-3:hover,
button.bg-blue-3:focus {
    background-color: #033a81 !important;
}

.bg-blue-4 {
    background-color: #0967d3 !important;
}

a.bg-blue-4:hover,
a.bg-blue-4:focus,
button.bg-blue-4:hover,
button.bg-blue-4:focus {
    background-color: #074fa2 !important;
}

.bg-blue-5 {
    background-color: #2487eb !important;
}

a.bg-blue-5:hover,
a.bg-blue-5:focus,
button.bg-blue-5:hover,
button.bg-blue-5:focus {
    background-color: #136ec9 !important;
}

.bg-blue-8 {
    background-color: #b8e2ff !important;
}

a.bg-blue-8:hover,
a.bg-blue-8:focus,
button.bg-blue-8:hover,
button.bg-blue-8:focus {
    background-color: #85ceff !important;
}

.bg-blue-9 {
    background-color: #e6f6ff !important;
}

a.bg-blue-9:hover,
a.bg-blue-9:focus,
button.bg-blue-9:hover,
button.bg-blue-9:focus {
    background-color: #b3e3ff !important;
}

.bg-blue-10 {
    background-color: #f0faff !important;
}

a.bg-blue-10:hover,
a.bg-blue-10:focus,
button.bg-blue-10:hover,
button.bg-blue-10:focus {
    background-color: #bde9ff !important;
}

.bg-blue-11 {
    background-color: #fafdff !important;
}

a.bg-blue-11:hover,
a.bg-blue-11:focus,
button.bg-blue-11:hover,
button.bg-blue-11:focus {
    background-color: #c7ecff !important;
}

.bg-grey-0 {
    background-color: #212121 !important;
}

a.bg-grey-0:hover,
a.bg-grey-0:focus,
button.bg-grey-0:hover,
button.bg-grey-0:focus {
    background-color: #080808 !important;
}

.bg-grey-7 {
    background-color: #cfcfcf !important;
}

a.bg-grey-7:hover,
a.bg-grey-7:focus,
button.bg-grey-7:hover,
button.bg-grey-7:focus {
    background-color: #b5b5b5 !important;
}

.bg-grey-8 {
    background-color: #e0e0e0 !important;
}

a.bg-grey-8:hover,
a.bg-grey-8:focus,
button.bg-grey-8:hover,
button.bg-grey-8:focus {
    background-color: #c7c7c7 !important;
}

.bg-grey-9 {
    background-color: #f7f7f7 !important;
}

a.bg-grey-9:hover,
a.bg-grey-9:focus,
button.bg-grey-9:hover,
button.bg-grey-9:focus {
    background-color: #dedede !important;
}

.bg-red-9 {
    background-color: #fff0f0 !important;
}

a.bg-red-9:hover,
a.bg-red-9:focus,
button.bg-red-9:hover,
button.bg-red-9:focus {
    background-color: #ffbdbd !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #2487eb !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-green-accent-3 {
    border-color: #4db70b !important;
}

.border-green-accent-4 {
    border-color: #5cd510 !important;
}

.border-blue-4 {
    border-color: #0967d3 !important;
}

.border-blue-5 {
    border-color: #2487eb !important;
}

.border-blue-6 {
    border-color: #49a4f3 !important;
}

.border-grey-4 {
    border-color: #7d7d7d !important;
}

.border-grey-5 {
    border-color: #9e9e9e !important;
}

.border-grey-6 {
    border-color: #b0b0b0 !important;
}

.border-grey-7 {
    border-color: #cfcfcf !important;
}

.border-grey-8 {
    border-color: #e0e0e0 !important;
}

.border-red-5 {
    border-color: #d64343 !important;
}

.border-orange-4 {
    border-color: #fb9846 !important;
}

.border-purple-4 {
    border-color: #9747ff !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
    border-radius: 0.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-flex {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-block {
        display: block !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

@media (min-width: 576px) {
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.user-select-none {
    user-select: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.m-0 {
    margin: 0rem !important;
}

.mt-0,
.my-0 {
    margin-top: 0rem !important;
}

.mx-0 {
    margin-right: 0rem !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0rem !important;
}

.mx-0 {
    margin-left: 0rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 0.75rem !important;
}

.mt-3 {
    margin-top: 0.75rem !important;
}

.mb-3 {
    margin-bottom: 0.75rem !important;
}

.ml-3 {
    margin-left: 0.75rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1rem !important;
}

.mt-5 {
    margin-top: 1.25rem !important;
}

.mb-5 {
    margin-bottom: 1.25rem !important;
}

.mt-6,
.my-6 {
    margin-top: 1.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 1.5rem !important;
}

.ml-7 {
    margin-left: 1.75rem !important;
}

.mt-8,
.my-8 {
    margin-top: 2rem !important;
}

.mx-8 {
    margin-right: 2rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 2rem !important;
}

.mx-8 {
    margin-left: 2rem !important;
}

.mt-10,
.my-10 {
    margin-top: 2.5rem !important;
}

.mb-10,
.my-10 {
    margin-bottom: 2.5rem !important;
}

.mt-12,
.my-12 {
    margin-top: 3rem !important;
}

.mb-12,
.my-12 {
    margin-bottom: 3rem !important;
}

.mt-16,
.my-16 {
    margin-top: 4rem !important;
}

.mb-16,
.my-16 {
    margin-bottom: 4rem !important;
}

.mt-20,
.my-20 {
    margin-top: 5rem !important;
}

.my-20 {
    margin-bottom: 5rem !important;
}

.mb-22 {
    margin-bottom: 5.5rem !important;
}

.p-0 {
    padding: 0rem !important;
}

.pt-0,
.py-0 {
    padding-top: 0rem !important;
}

.pr-0,
.px-0 {
    padding-right: 0rem !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0rem !important;
}

.pl-0,
.px-0 {
    padding-left: 0rem !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem !important;
}

.pt-3,
.py-3 {
    padding-top: 0.75rem !important;
}

.px-3 {
    padding-right: 0.75rem !important;
}

.py-3 {
    padding-bottom: 0.75rem !important;
}

.px-3 {
    padding-left: 0.75rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1rem !important;
}

.px-4 {
    padding-right: 1rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1rem !important;
}

.px-4 {
    padding-left: 1rem !important;
}

.p-5 {
    padding: 1.25rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
    padding-right: 1.25rem !important;
}

.py-5 {
    padding-bottom: 1.25rem !important;
}

.px-5 {
    padding-left: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem !important;
}

.py-6 {
    padding-top: 1.5rem !important;
}

.px-6 {
    padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 1.5rem !important;
}

.py-7 {
    padding-top: 1.75rem !important;
}

.py-7 {
    padding-bottom: 1.75rem !important;
}

.p-8 {
    padding: 2rem !important;
}

.pt-8,
.py-8 {
    padding-top: 2rem !important;
}

.pt-10,
.py-10 {
    padding-top: 4rem !important;
}

.px-8 {
    padding-right: 2rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 2rem !important;
}

.px-8 {
    padding-left: 2rem !important;
}

.pt-9 {
    padding-top: 2.25rem !important;
}

.py-10 {
    padding-top: 2.5rem !important;
}

.px-10 {
    padding-right: 2.5rem !important;
}

.py-10 {
    padding-bottom: 2.5rem !important;
}

.pl-10,
.px-10 {
    padding-left: 2.5rem !important;
}

.p-12 {
    padding: 3rem !important;
}

.pt-12,
.py-12 {
    padding-top: 3rem !important;
}

.px-12 {
    padding-right: 3rem !important;
}

.py-12 {
    padding-bottom: 3rem !important;
}

.px-12 {
    padding-left: 3rem !important;
}

.pb-14 {
    padding-bottom: 3.5rem !important;
}

.py-16 {
    padding-top: 4rem !important;
}

.px-16 {
    padding-right: 4rem !important;
}

.py-16 {
    padding-bottom: 4rem !important;
}

.px-16 {
    padding-left: 4rem !important;
}

.pt-18 {
    padding-top: 4.5rem !important;
}

.pt-20,
.py-20 {
    padding-top: 5rem !important;
}

.pr-20 {
    padding-right: 5rem !important;
}

.pb-20,
.py-20 {
    padding-bottom: 5rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mt-n4 {
    margin-top: -1rem !important;
}

.ml-n4 {
    margin-left: -1rem !important;
}

.mt-n8 {
    margin-top: -2rem !important;
}

.mx-n8 {
    margin-right: -2rem !important;
}

.mb-n8 {
    margin-bottom: -2rem !important;
}

.mx-n8 {
    margin-left: -2rem !important;
}

.mt-n12 {
    margin-top: -3rem !important;
}

.mt-n16 {
    margin-top: -4rem !important;
}

.mt-n19 {
    margin-top: -4.75rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mx-auto {
    margin-right: auto !important;
}

.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .px-sm-0 {
        padding-right: 0rem !important;
    }

    .px-sm-0 {
        padding-left: 0rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1rem !important;
    }

    .px-sm-8 {
        padding-right: 2rem !important;
    }

    .px-sm-8 {
        padding-left: 2rem !important;
    }

    .px-sm-12 {
        padding-right: 3rem !important;
    }

    .px-sm-12 {
        padding-left: 3rem !important;
    }

    .px-sm-14 {
        padding-right: 3.5rem !important;
    }

    .px-sm-14 {
        padding-left: 3.5rem !important;
    }
}

@media (min-width: 768px) {
    .my-md-0 {
        margin-top: 0rem !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0rem !important;
    }

    .ml-md-0 {
        margin-left: 0rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mb-md-6 {
        margin-bottom: 1.5rem !important;
    }

    .mt-md-8 {
        margin-top: 2rem !important;
    }

    .mb-md-8 {
        margin-bottom: 2rem !important;
    }

    .my-md-12 {
        margin-top: 3rem !important;
    }

    .my-md-12 {
        margin-bottom: 3rem !important;
    }

    .my-md-16 {
        margin-top: 4rem !important;
    }

    .my-md-16 {
        margin-bottom: 4rem !important;
    }

    .py-md-0 {
        padding-top: 0rem !important;
    }

    .px-md-0 {
        padding-right: 0rem !important;
    }

    .py-md-0 {
        padding-bottom: 0rem !important;
    }

    .px-md-0 {
        padding-left: 0rem !important;
    }

    .pr-md-5 {
        padding-right: 1.25rem !important;
    }

    .pl-md-5 {
        padding-left: 1.25rem !important;
    }

    .p-md-8 {
        padding: 2rem !important;
    }

    .py-md-8 {
        padding-top: 2rem !important;
    }

    .py-md-8 {
        padding-bottom: 2rem !important;
    }

    .px-md-10 {
        padding-right: 2.5rem !important;
    }

    .pb-md-10 {
        padding-bottom: 2.5rem !important;
    }

    .px-md-10 {
        padding-left: 2.5rem !important;
    }

    .pb-md-12 {
        padding-bottom: 3rem !important;
    }

    .pt-md-20 {
        padding-top: 5rem !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0rem !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0rem !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0rem !important;
    }

    .mt-lg-8 {
        margin-top: 2rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 2rem !important;
    }

    .ml-lg-12 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0rem !important;
    }

    .pt-lg-10 {
        padding-top: 2.5rem !important;
    }

    .px-lg-16 {
        padding-right: 4rem !important;
    }

    .px-lg-16 {
        padding-left: 4rem !important;
    }

    .px-lg-32 {
        padding-right: 8rem !important;
    }

    .px-lg-32 {
        padding-left: 8rem !important;
    }
}

@media (min-width: 1200px) {
    .px-xl-32 {
        padding-right: 8rem !important;
    }

    .px-xl-32 {
        padding-left: 8rem !important;
    }
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-black-500 {
    color: #000000;
}

.text-primary {
    color: #5c5ea7 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #1061b1 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-green-0 {
    color: #054213 !important;
}

a.text-green-0:hover,
a.text-green-0:focus {
    color: #000 !important;
}

.text-green-4 {
    color: #40914f !important;
}

a.text-green-4:hover,
a.text-green-4:focus {
    color: #285c32 !important;
}

.text-green-accent-3 {
    color: #4db70b !important;
}

a.text-green-accent-3:hover,
a.text-green-accent-3:focus {
    color: #2e6f06 !important;
}

.text-blue-0 {
    color: #002057 !important;
}

a.text-blue-0:hover,
a.text-blue-0:focus {
    color: #00040a !important;
}

.text-blue-2 {
    color: #0345a0 !important;
}

a.text-blue-2:hover,
a.text-blue-2:focus {
    color: #022455 !important;
}

.text-blue-3 {
    color: #0550b3 !important;
}

a.text-blue-3:hover,
a.text-blue-3:focus {
    color: #032f68 !important;
}

.text-blue-4 {
    color: #0967d3 !important;
}

a.text-blue-4:hover,
a.text-blue-4:focus {
    color: #064389 !important;
}

.text-blue-5 {
    color: #2487eb !important;
}

a.text-blue-5:hover,
a.text-blue-5:focus {
    color: #1061b1 !important;
}

.text-blue-6 {
    color: #49a4f3 !important;
}

a.text-blue-6:hover,
a.text-blue-6:focus {
    color: #0e7fe1 !important;
}

.text-purple-1 {
    color: #5c5ea7 !important;
}

a.text-purple-1:hover,
a.text-purple-1:focus {
    color: #ffffff !important;
    background-color: #8d8ec8 !important;
}

.text-grey-1 {
    color: #3b3b3b !important;
}

a.text-grey-1:hover,
a.text-grey-1:focus {
    color: #141414 !important;
}

.text-grey-2 {
    color: #525252 !important;
}

a.text-grey-2:hover,
a.text-grey-2:focus {
    color: #2b2b2b !important;
}

.text-grey-3 {
    color: #616161 !important;
}

a.text-grey-3:hover,
a.text-grey-3:focus {
    color: #3b3b3b !important;
}

.text-grey-4 {
    color: #7d7d7d !important;
}

a.text-grey-4:hover,
a.text-grey-4:focus {
    color: #575757 !important;
}

.text-grey-5 {
    color: #9e9e9e !important;
}

a.text-grey-5:hover,
a.text-grey-5:focus {
    color: #787878 !important;
}

.text-grey-6 {
    color: #b0b0b0 !important;
}

a.text-grey-6:hover,
a.text-grey-6:focus {
    color: #8a8a8a !important;
}

.text-grey-7 {
    color: #cfcfcf !important;
}

a.text-grey-7:hover,
a.text-grey-7:focus {
    color: #a8a8a8 !important;
}

.text-grey-8 {
    color: #e0e0e0 !important;
}

a.text-grey-8:hover,
a.text-grey-8:focus {
    color: #bababa !important;
}

.text-red-5 {
    color: #d64343 !important;
}

a.text-red-5:hover,
a.text-red-5:focus {
    color: #a72525 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
}

.visible {
    visibility: visible !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
}

.modal.branded .modal-dialog {
    max-width: 550px;
}

.modal.branded .modal-dialog .modal-content {
    border-left: 8px solid #2487eb;
}

.modal.branded .modal-dialog .modal-content .modal-header,
.modal.branded .modal-dialog .modal-content .modal-footer {
    border: 0;
}

.fill-primary-light .primary {
    fill: #f8f9fa !important;
}

.fill-secondary-light .secondary {
    fill: #f8f9fa !important;
}

.fill-primary-green-3 .primary {
    fill: #2f8343 !important;
}

.fill-secondary-green-5 .secondary {
    fill: #56ae66 !important;
}

.fill-primary-green-accent-4 .primary {
    fill: #5cd510 !important;
}

.fill-secondary-green-accent-4 .secondary {
    fill: #5cd510 !important;
}

.fill-secondary-green-accent-9 .secondary {
    fill: #f5ffeb !important;
}

.fill-primary-blue-4 .primary {
    fill: #0967d3 !important;
}

.fill-primary-blue-5 .primary {
    fill: #2487eb !important;
}

.fill-secondary-blue-5 .secondary {
    fill: #2487eb !important;
}

.fill-secondary-blue-9 .secondary {
    fill: #e6f6ff !important;
}

.fill-secondary-grey-3 .secondary {
    fill: #616161 !important;
}

.fill-primary-grey-4 .primary {
    fill: #7d7d7d !important;
}

.fill-secondary-grey-5 .secondary {
    fill: #9e9e9e !important;
}

.fill-secondary-grey-6 .secondary {
    fill: #b0b0b0 !important;
}

.fill-secondary-grey-9 .secondary {
    fill: #f7f7f7 !important;
}

.fill-secondary-red-4 .secondary {
    fill: #bb2525 !important;
}

.fill-secondary-yellow-5 .secondary {
    fill: #f7d06e !important;
}

.fill-primary-orange-4 .primary {
    fill: #fb9846 !important;
}

.fill-secondary-orange-4 .secondary {
    fill: #fb9846 !important;
}

.fill-secondary-orange-9 .secondary {
    fill: #fff4eb !important;
}

.fill-primary-purple-4 .primary {
    fill: #9747ff !important;
}

.fill-secondary-purple-9 .secondary {
    fill: #f3ebff !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    display: table;
    content: "";
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff center center no-repeat;
}

.slick-slide:focus {
    outline: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 0.2rem;
    padding: 0.5rem;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-color: #b0b0b0;
    padding: 0.4rem;
    border-radius: 50%;
    border: 0;
    outline: none;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    background-color: #2487eb;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

nav.navbar.floating {
    top: -150px;
    z-index: 9;
}

nav.navbar.floating .container {
    border-radius: 0.5rem;
}

@media (max-width: 991.98px) {
    nav.navbar.floating .navbar-nav {
        max-height: calc(100vh - 76px - 2.5rem);
    }
}

@media (min-width: 992px) {
    nav.navbar .navbar-collapse {
        display: none !important;
    }
}

nav.navbar .navbar-nav .btn {
    text-transform: uppercase;
    font-size: 0.8rem;
}

@media (min-width: 992px) {
    nav.navbar .navbar-nav .nav-link {
        text-transform: uppercase;
        font-size: 0.8rem;
    }

    nav.navbar .navbar-nav .nav-link:hover,
    nav.navbar .navbar-nav .nav-link:active {
        color: #fff;
        background-color: #cacaca;
        border-color: #7b838a;
    }
}

@media (max-width: 991.98px) {
    nav.navbar .navbar-nav {
        max-height: calc(100vh - 76px);
        overflow-y: auto;
    }
}

nav.navbar .dropdown-toggle::after {
    color: #2487eb;
}

.breadcrumb .breadcrumb-item {
    color: #2487eb;
    font-size: 14px;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item::before {
    color: #2487eb;
}

.breadcrumb .breadcrumb-item svg {
    width: 18px;
    height: 18px;
    fill: #2487eb;
}

.breadcrumb .breadcrumb-item:hover svg {
    fill: #2487eb;
}

footer {
    /* border-top: 4px solid #cfcfcf; */
}

footer h5 {
    letter-spacing: 1px;
}

.banner {
    background-color: #000050;
    background-position-x: center;
    height: 96px;
    padding: 1rem 0;
}

@media (max-width: 767.98px) {
    .banner {
        background-color: #000050;
        height: auto;
    }

    .banner h1 {
        font-size: 2em;
    }
}

.banner .banner-icon {
    position: absolute;
    top: 34px;
    right: 308px;
    width: 36px;
    height: 36px;
}

@media (max-width: 1199.98px) {
    .banner .banner-icon {
        right: 218px;
    }
}

@media (max-width: 991.98px) {
    .banner .banner-icon {
        right: 98px;
    }
}

@media (max-width: 767.98px) {
    .banner .banner-icon {
        display: none;
    }
}

.banner .banner-icon .primary {
    fill: #2487eb;
}

.banner .banner-icon .secondary {
    fill: #9e9e9e;
}

.banner .banner-icon.banner-icon-filled .secondary {
    fill: #f7f7f7;
}

ul.ticked {
    list-style: none;
    list-style-position: outside;
    padding: 0;
}

ul.ticked li:before {
    content: "✓";
    margin-right: 0.5rem;
    color: #40914f;
    font-weight: 700;
}

.tick::before {
    content: "✓";
    color: #40914f;
}

.bg-blue-radial {
    background: #2487eb;
    background: radial-gradient(
        circle,
        #217cd7 52%,
        #2380dd 53%,
        #217cd7 55%,
        #217cd7 77%,
        #2380dd 78%,
        #217cd7 81%
    );
}

.trustpilot-logo:hover {
    text-decoration: none;
}

.trustpilot-logo svg {
    width: 128px;
    height: 48px;
}

.trustpilot-review-rating svg {
    width: 128px;
    height: 18px;
}

.reviews .slick-track {
    display: flex;
}

.reviews .slick-track .slick-slide {
    padding: 0.75rem;
}

.reviews .slick-track .slick-slide div {
    height: 100%;
    overflow: hidden;
}

.tooltip-inner {
    padding-top: 0.5rem;
}

.tooltip-inner h6 {
    font-size: 0.9rem;
}

.transition\:0\.25 {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.cursor-pointer {
    cursor: pointer;
}

#twitter-btn i,
#twitter-btn svg,
#fb-btn i,
#fb-btn svg {
    height: 18px;
    width: 18px;
}

#twitter-btn span,
#fb-btn span {
    font-size: 13px;
}

#twitter-btn.social-small i,
#twitter-btn.social-small svg,
#fb-btn.social-small i,
#fb-btn.social-small svg {
    height: 14px;
    width: 14px;
}

#twitter-btn.social-small span,
#fb-btn.social-small span {
    font-size: 11px;
}

#twitter-btn i {
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

#modal-options .modal-dialog {
    overflow-y: initial !important;
    max-width: 98%;
}

@media (min-width: 768px) {
    #modal-options .modal-dialog {
        max-width: 75%;
    }
}

@media (min-width: 992px) {
    #modal-options .modal-dialog {
        max-width: 50%;
    }
}

#modal-options .modal-body {
    overflow-y: auto;
    max-height: calc(80vh - 200px);
}

.options-form label,
.options-form input,
.options-form select {
    font-size: 0.8rem;
}

.options-form input::placeholder {
    color: #b0b0b0;
    font-weight: 300;
}

.nav-items-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

#home .splash {
    /* margin-top: -76px; */
    /* padding: 130px 0 0 0; */
    /* min-height: 735px; */
    /* background-color: #070719; */
    background-position: center top, left top;
    background-repeat: no-repeat, repeat;
    /* background: #0f0c29;  */
    /* background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29); */
    /* background: linear-gradient(to right, #24243e, #302b63, #0f0c29); */
}

@media (max-width: 767.98px) {
    #home .splash {
        background-position: left top;
        background-repeat: repeat;
        padding: 90px 0 0 0;
        min-height: 0px;
    }
}

@media (max-width: 767.98px) {
    #home #strapline h1 {
        font-size: 2rem;
    }
}

/* #home #file-uploader-tool {}*/
.mt-240 {
    margin-top: 240px;
}

.mt-86 {
    margin-top: 86px;
}

.mt-120 {
    margin-top: 240px;
}

#home #file-uploader-tool .uploader-tool {
    background-color: #ffffff;
    border: none;
}

#home #file-uploader-tool .uploader-tool .progress-container .progress {
    background-color: #585aa81a;
}

#home #file-uploader-tool .uploader-tool .step .step-number-mobile {
    color: #fff !important;
}

#home #file-uploader-tool .uploader-tool .step.active .btn {
    background-color: #ffffff;
    border: 2px solid #d0d5dd;
    color: #667085;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

#home #file-uploader-tool .uploader-tool .step.active .btn:hover {
    background-color: #ffffff;
    border: 2px solid #303295;
    color: #252785;
}

#home #file-uploader-tool .uploader-tool .step:not(.active) .step-number {
    /* box-shadow: 0 0 0 3px #f7f7f7; */
    color: #000000;
}

#home #file-uploader-tool .uploader-tool .icon-cloud-upload {
    fill: #fff;
}

#home #file-uploader-tool .uploader-tool .notify .icon-mail,
#home #file-uploader-tool .uploader-tool .icon-lock {
    fill: #fff !important;
}

#home #file-uploader-tool .uploader-tool .text-muted {
    color: #fff !important;
}

#home #file-uploader-tool .uploader-tool a:not(.dropdown-item) {
    text-decoration: underline;
}

#home #file-uploader-tool .uploader-tool #format-helper {
    display: none !important;
}

#home #file-list {
    padding-bottom: 3rem;
}

#home #rep {
    background: #e9e9e8;
    background: linear-gradient(#fff, #e0e0e0);
}

#home .nav-tabs {
    display: none;
}

@media (max-width: 767.98px) {
    #home #file-uploader-tool {
        margin-top: 1rem;
        padding-bottom: 0.5rem;
    }

    #home section.filelist {
        background-image: url("#");
        border: none !important;
        margin-top: -1rem;
    }

    #home #file-list {
        padding-bottom: 1rem;
    }

    #home #file-list .file-list-inner {
        background: rgba(255, 255, 255, 0.2) !important;
        border: none !important;
    }

    #home #file-list .h4,
    #home #file-list .h4 span,
    #home #file-list .help {
        color: #fff !important;
    }

    #home #file-list table {
        border: none !important;
        box-shadow: none !important;
    }
}

@media (min-width: 992px) {
    #home .nav-tabs {
        display: flex;
    }

    #home .tab-content {
        background-color: #2487eb;
        border-radius: 0 0.25rem 0.25rem 0;
    }

    #home .tab-content .card {
        height: 100%;
        border: none;
        background-color: #2487eb;
    }

    #home .tab-content .card .card-header {
        display: none;
    }

    #home .tab-content .card .collapse {
        display: block;
        height: 100%;
    }

    #home .tab-content .card .collapse .card-body {
        height: 100%;
    }

    #home .tab-content.compress {
        background-color: #4db70b;
    }

    #home .tab-content.compress .card {
        background-color: #4db70b;
    }
}

@media (max-width: 991.98px) {
    #home .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }

    #home .tab-content {
        border-radius: 0.25rem;
        overflow: hidden;
    }

    #home .tab-content .card {
        border-width: 1px 0 0 0;
        border-radius: 0;
    }

    #home .tab-content .card:first-child {
        border-top: none;
    }

    #home .tab-content .card .card-header button {
        background-color: #fff;
        text-decoration: none;
    }

    #home .tab-content .card .card-header button .icon svg {
        width: 24px;
        height: 24px;
        fill: #fff;
    }

    #home .tab-content .card .card-header button .expand {
        font-size: 3rem;
        line-height: 0.5;
        transition: 0.5s transform;
    }

    #home .tab-content .card .card-header button:not(.collapsed) {
        background-color: #2487eb;
        color: #fff;
    }

    #home .tab-content .card .card-header button:not(.collapsed) .expand {
        transform: rotate(45deg);
    }

    #home .tab-content .card .collapse,
    #home .tab-content .card .collapsing {
        background-color: #2487eb;
    }

    #home .tab-content.compress .card .card-header button:not(.collapsed) {
        background-color: #4db70b;
    }

    #home .tab-content.compress .card .collapse,
    #home .tab-content.compress .card .collapsing {
        background-color: #4db70b;
    }
}

#home .list-group {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#home .list-group .icon svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

#home .list-group a:not(.active) {
    color: #0967d3;
}

#home .list-group a:not(.active) .icon-arrow svg {
    fill: #0967d3;
}

#home .list-group.compress a.active {
    background-color: #4db70b;
    border-color: #4db70b;
}

#home .tab-content .background svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    height: 400px;
    fill: #0550b3;
    opacity: 0.15;
    pointer-events: none;
}

#home #about .icon svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.plan-cta-container {
    position: relative;
    width: 0;
    height: 0;
}

.plan-cta-container .plan-cta {
    display: inline-block;
    background-image: url("#");
    width: 174px;
    height: 62px;
    z-index: 1000;
    position: relative;
    left: -20px;
    padding: 10px 5px 0 5px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    letter-spacing: 0;
    color: #212121;
    -webkit-animation: bobbing-animation 2s ease-in-out infinite;
    -moz-animation: bobbing-animation 2s ease-in-out infinite;
    -o-animation: bobbing-animation 2s ease-in-out infinite;
    animation: bobbing-animation 2s ease-in-out infinite;
}

@keyframes bobbing-animation {
    0% {
        top: -80px;
    }

    50% {
        top: -70px;
    }

    100% {
        top: -80px;
    }
}

body#desktop {
    padding-top: inherit;
}

body#desktop .splash {
    height: auto;
    min-height: calc(100% - 219px);
    background-color: #0967d3;
    background-image: url("#");
    background-position: right top;
    background-repeat: no-repeat;
}

body#desktop .splash h1 {
    font-size: 3rem;
}

@media (max-width: 991.98px) {
    body#desktop .splash {
        background-image: url("#");
        background-position: left top;
        background-repeat: repeat;
        padding-bottom: 0 !important;
    }

    body#desktop .splash h1 {
        font-size: 2rem;
    }

    body#desktop .splash section {
        padding-bottom: 0 !important;
    }

    body#desktop .splash .container {
        max-width: 992px;
        padding-bottom: 0 !important;
        width: 100%;
    }

    body#desktop .splash .intro {
        background: #0967d3;
        box-shadow: -12px -30px 40px -12px rgba(0, 0, 0, 0.9) !important;
        margin-top: -12rem;
        padding: 2rem 2rem 6rem 2rem;
        z-index: 1;
        width: 100% !important;
    }
}

body#desktop .splash ul.ticked li::before {
    background: #0967d3;
    color: #fff;
    font-weight: 300;
    margin-right: 0.5rem;
    padding: 0.25rem 0.4rem;
}

body#desktop .splash .images img {
    width: 100%;
    height: auto;
    max-width: 322px;
    box-shadow: 0px 0px 20px 0px #222;
}

body#desktop .splash .images img:not(#initial) {
    display: none;
}

@media (max-width: 991.98px) {
    body#desktop .splash .images .images {
        height: 330px;
    }
}

body#desktop .splash .slick-initialized {
    margin: 0;
}

body#desktop .splash .slick-initialized .slick-slide {
    padding: 0 0 1rem 0;
}

body#desktop .splash .slick-initialized .slick-dots li button {
    border: 1px solid #fff;
    background-color: transparent;
    padding: 0.25rem;
}

body#desktop .splash .slick-initialized .slick-dots li.slick-active button,
body#desktop .splash .slick-initialized .slick-dots li:hover button {
    background-color: #fff;
}

@media (max-width: 991.98px) {
    body#desktop .splash .slick-initialized .slick-dots button {
        top: -12rem;
        position: absolute;
        z-index: 9999 !important;
    }
}

@media (max-width: 991.98px) {
    body#desktop .about .card {
        z-index: 2;
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 60px;
    background: #ffffff;
    color: #3b3b3b;
}

.grecaptcha-badge {
    visibility: hidden;
}

[x-cloak] {
    display: none !important;
}

/* newsletter and pricing */

.btn-subs-button {
    right: 56px;
}

.fn-li {
    font-size: 16px;
}

@media (min-width: 992px) {
    .fn-li {
        font-size: 12px;
    }

    /* #pakageMonthly .card-b-btn {
        font-size: 12px;
        font-weight: 500;
    } */

    /* #pakageMonthly p {
        font-size: small;
    } */

    /* #pakageYearly a {
        font-size: 12px;
        font-weight: 500;
    } */

    /* #pakageYearly p {
        font-size: small;
    } */

    .fw-normal2 {
        font-size: x-large;
    }
}

@media (min-width: 1200px) {
    .fn-li {
        font-size: 14px;
    }

    /* fw-normal2 */
}

@media (min-width: 1540px) {
    .btn-subs-button {
        right: 154px;
    }

    .fn-li {
        font-size: 16px;
    }
}

/* Accordion styles */

/* :root {
    --bg: #fff;
    --text: #7288a2;
    --gray: #4d5974;
    --lightgray: #e5e5e5;
    --blue: #03b5d2;
  } */

/* Global styles */
/* .accordion {
    box-sizing: border-box;
  }


.accordion .accordion-item {
    border-bottom: 1px solid var(--lightgray);
  }

  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: var(--text);
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }

  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: var(--blue);
  }

  .accordion button[aria-expanded='true'] {
    color: var(--blue);
  }

  .accordion .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }

  .accordion .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }

  .accordion .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }

  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
  }

  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
  }

  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  } */

#faq-section {
}

#faq-section .sb-sub-title {
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    color: #475467;
    margin-top: 24px;
}

.px-22 {
    padding-left: 22rem;
    padding-right: 22rem;
}

.mt-12 {
    margin-top: 3rem;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    border-top: none;
    border-left: none;
    border-right: none;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #686bb7;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #5659a7;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #5659a7;
    border: 1px solid #5659a7;
}

.accordion button .accordion-title {
    padding: 24px 0px;
    color: #101828;
    font-size: 18px;
    font-weight: 500;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #5659a7;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 14px;
    font-weight: 300;
    text-align: start;
    color: #475467;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* get in touch section */
#get-in-touch-section {
}

#get-in-touch-section h5 {
    color: #101828;
}

#get-in-touch-section p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #475467;
}

.gt-btn {
    background: #252785;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
}

.gt-btn:hover {
    opacity: 0.9;
}

.gt-start {
    padding-right: 8px;
}

.gt-center {
    margin-left: -30px;
    margin-top: -4px;
}

.gt-end {
    padding-left: 8px;
}

.px-8 {
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.sb-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #101828;
}

.sb-sub-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #475467;
}

.sb-input {
    padding: 12px 14px 12px 16px;
    height: calc(1.5em + 0.75rem + 10px);
}

.sb-btn {
    background: #252785;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px 8px 16px;
}

.sb-policy {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #475467;
}

.sb-link {
    text-decoration: underline;
    color: #475467;
}

/* laptop view */
@media (min-width: 992px) and (max-width: 1440px) {
    /* }
@media (max-width: 1024px) { */
    .laptop-view-md {
        flex: 0 0 80% !important;
        max-width: 80% !important;
    }

    .laptop-img-md {
        width: 80%;
    }
}

/* mobile view */


