:root {
    --bs-blue: #3366cc;
    --bs-red: #ed4c78;
    --bs-yellow: #f5ca99;
    --bs-teal: #00c9a7;
    --bs-cyan: #09a5be;
    --bs-gray: #8c98a4;
    --bs-gray-dark: #71869d;
    --bs-gray-100: #f7faff;
    --bs-gray-200: #f8fafd;
    --bs-gray-300: #e7eaf3;
    --bs-gray-400: #bdc5d1;
    --bs-gray-500: #97a4af;
    --bs-gray-600: #8c98a4;
    --bs-gray-700: #677788;
    --bs-gray-800: #71869d;
    --bs-gray-900: #1e2022;
    --bs-primary: #3366cc;
    --bs-secondary: #71869d;
    --bs-success: #00c9a7;
    --bs-info: #09a5be;
    --bs-warning: #f5ca99;
    --bs-danger: #ed4c78;
    --bs-light: #f7faff;
    --bs-dark: #21325b;
    --bs-primary-rgb: 50,102,204;
    --bs-secondary-rgb: 113, 134, 157;
    --bs-success-rgb: 0, 201, 167;
    --bs-info-rgb: 9, 165, 190;
    --bs-warning-rgb: 245, 202, 153;
    --bs-danger-rgb: 237, 76, 120;
    --bs-light-rgb: 247, 250, 255;
    --bs-dark-rgb: 33, 50, 91;
    --bs-body-color-rgb: 103, 119, 136;
    --bs-body-font-family: 'Montserrat', sans-serif;
    --bs-body-color: #677788;
    --bs-body-bg: #fff;
}

html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body {
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

main{
    margin-top: 80px;
}

hr {
    color: rgba(33, 50, 91, .1);
    background-color: currentColor;
    opacity: 1;
}

hr:not([size]) {
    height: 0.0625rem;
}

header > nav {
    border-bottom: 1px solid rgb(185 185 185);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #1e2022;
}

.h2,
h2 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width:1200px) {

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

.h3,
h3 {
    font-size: calc(1rem + .075vw);
}

@media (min-width:1200px) {

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

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

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

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

a {
    color: #3366cc;
    text-decoration: none;
}

a:hover {
    color: #1366ff;
}

.lead {
    font-size: calc(1.25625rem + .075vw);
    font-weight: 400;
}

@media (min-width:1200px) {
    .lead {
        font-size: 1.3125rem;
    }
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

.g-5,
.gx-5 {
    --bs-gutter-x: 2rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 2rem;
}

.g-6,
.gx-6 {
    --bs-gutter-x: 2.5rem;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 2.5rem;
}

.g-7,
.gx-7 {
    --bs-gutter-x: 3rem;
}

.g-7,
.gy-7 {
    --bs-gutter-y: 3rem;
}

.g-8,
.gx-8 {
    --bs-gutter-x: 3.5rem;
}

.g-8,
.gy-8 {
    --bs-gutter-y: 3.5rem;
}

.g-9,
.gx-9 {
    --bs-gutter-x: 4rem;
}

.g-9,
.gy-9 {
    --bs-gutter-y: 4rem;
}

.g-10,
.gx-10 {
    --bs-gutter-x: 4.5rem;
}

.g-10,
.gy-10 {
    --bs-gutter-y: 4.5rem;
}

@media (min-width:576px) {

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 2rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 2rem;
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 2.5rem;
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 2.5rem;
    }

    .g-sm-7,
    .gx-sm-7 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-7,
    .gy-sm-7 {
        --bs-gutter-y: 3rem;
    }

    .g-sm-8,
    .gx-sm-8 {
        --bs-gutter-x: 3.5rem;
    }

    .g-sm-8,
    .gy-sm-8 {
        --bs-gutter-y: 3.5rem;
    }

    .g-sm-9,
    .gx-sm-9 {
        --bs-gutter-x: 4rem;
    }

    .g-sm-9,
    .gy-sm-9 {
        --bs-gutter-y: 4rem;
    }

    .g-sm-10,
    .gx-sm-10 {
        --bs-gutter-x: 4.5rem;
    }

    .g-sm-10,
    .gy-sm-10 {
        --bs-gutter-y: 4.5rem;
    }
}

@media (min-width:768px) {

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 2rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 2rem;
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 2.5rem;
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 2.5rem;
    }

    .g-md-7,
    .gx-md-7 {
        --bs-gutter-x: 3rem;
    }

    .g-md-7,
    .gy-md-7 {
        --bs-gutter-y: 3rem;
    }

    .g-md-8,
    .gx-md-8 {
        --bs-gutter-x: 3.5rem;
    }

    .g-md-8,
    .gy-md-8 {
        --bs-gutter-y: 3.5rem;
    }

    .g-md-9,
    .gx-md-9 {
        --bs-gutter-x: 4rem;
    }

    .g-md-9,
    .gy-md-9 {
        --bs-gutter-y: 4rem;
    }

    .g-md-10,
    .gx-md-10 {
        --bs-gutter-x: 4.5rem;
    }

    .g-md-10,
    .gy-md-10 {
        --bs-gutter-y: 4.5rem;
    }
}

@media (min-width:992px) {

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 2rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 2rem;
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 2.5rem;
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 2.5rem;
    }

    .g-lg-7,
    .gx-lg-7 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-7,
    .gy-lg-7 {
        --bs-gutter-y: 3rem;
    }

    .g-lg-8,
    .gx-lg-8 {
        --bs-gutter-x: 3.5rem;
    }

    .g-lg-8,
    .gy-lg-8 {
        --bs-gutter-y: 3.5rem;
    }

    .g-lg-9,
    .gx-lg-9 {
        --bs-gutter-x: 4rem;
    }

    .g-lg-9,
    .gy-lg-9 {
        --bs-gutter-y: 4rem;
    }

    .g-lg-10,
    .gx-lg-10 {
        --bs-gutter-x: 4.5rem;
    }

    .g-lg-10,
    .gy-lg-10 {
        --bs-gutter-y: 4.5rem;
    }
}

@media (min-width:1200px) {

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 2rem;
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xl-7,
    .gx-xl-7 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-7,
    .gy-xl-7 {
        --bs-gutter-y: 3rem;
    }

    .g-xl-8,
    .gx-xl-8 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xl-8,
    .gy-xl-8 {
        --bs-gutter-y: 3.5rem;
    }

    .g-xl-9,
    .gx-xl-9 {
        --bs-gutter-x: 4rem;
    }

    .g-xl-9,
    .gy-xl-9 {
        --bs-gutter-y: 4rem;
    }

    .g-xl-10,
    .gx-xl-10 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xl-10,
    .gy-xl-10 {
        --bs-gutter-y: 4.5rem;
    }
}

@media (min-width:1400px) {

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 2rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 2rem;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 2.5rem;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 2.5rem;
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 3rem;
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 3.5rem;
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 3.5rem;
    }

    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 4rem;
    }

    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 4rem;
    }

    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 4.5rem;
    }

    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 4.5rem;
    }
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #1e2022;
}

.col-form-label {
    padding-top: 0.675rem;
    padding-bottom: 0.675rem;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    color: #1e2022;
}

.col-form-label-lg {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
    font-size: 1rem;
}

.col-form-label-sm {
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    font-size: 0.875rem;
}

.form-text {
    margin-top: 1rem;
    font-size: 0.875em;
    color: #8c98a4;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.6125rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid rgba(33, 50, 91, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.3125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #1e2022;
    background-color: #fff;
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #8c98a4;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #8c98a4;
    opacity: 1;
}

.form-control::placeholder {
    color: #8c98a4;
    opacity: 1;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f2f2f2;
}

.form-control-lg {
    min-height: calc(1.5em + 1.625rem);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.6125rem 3rem 0.6125rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2371869d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 0.0625rem solid rgba(33, 50, 91, 0.1);
    border-radius: .3125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.form-select-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(33, 50, 91, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input:active {
    -webkit-filter: 100%;
    filter: 100%;
}

.form-check-input:focus {
    border-color: rgba(140, 152, 164, 0.25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.form-check-input:checked {
    background-color: #3366cc;
    border-color: #3366cc;
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}

.form-check-label {
    color: #677788;
}

.valid-feedback {
    color: #00c9a7;
}

.valid-tooltip {
    background-color: #00c9a7;
    border-radius: 0.5rem;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #00c9a7;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #00c9a7;
    box-shadow: 0 0 1rem 0 rgba(0, 201, 167, 0.25);
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #00c9a7;
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #00c9a7;
    box-shadow: 0 0 1rem 0 rgba(0, 201, 167, 0.25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #00c9a7;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #00c9a7;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 1rem 0 rgba(0, 201, 167, 0.25);
}

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

.invalid-feedback {
    color: #ed4c78;
}

.invalid-tooltip {
    background-color: #ed4c78;
    border-radius: 0.5rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ed4c78;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #ed4c78;
    box-shadow: 0 0 1rem 0 rgba(237, 76, 120, 0.25);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #ed4c78;
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #ed4c78;
    box-shadow: 0 0 1rem 0 rgba(237, 76, 120, 0.25);
}

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

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

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 1rem 0 rgba(237, 76, 120, 0.25);
}

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

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #677788;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.6125rem 1rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
    transition: all .2s ease-in-out;
}

.btn:hover {
    color: #677788;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, 0.25);
}

.btn-primary {
    color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2f6ad9;
    border-color: #2c64cc;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #2f6ad9;
    border-color: #2c64cc;
    box-shadow: 0 0 0 0 rgba(85, 145, 255, 0.5);
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c64cc;
    border-color: #295ebf;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(85, 145, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
}

.btn-secondary {
    color: #fff;
    background-color: #648bfd;
    border-color: #648bfd;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #648bfd;
    border-color: #648bfd;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #648bfd;
    border-color: #648bfd;
    box-shadow: 0 0 0 0 rgba(134, 152, 172, 0.5);
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #648bfd;
    border-color: #648bfd;
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(134, 152, 172, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #71869d;
    border-color: #71869d;
}

.btn-success {
    color: #fff;
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.btn-success:hover {
    color: #fff;
    background-color: #00ab8e;
    border-color: #00a186;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #00ab8e;
    border-color: #00a186;
    box-shadow: 0 0 0 0 rgba(38, 209, 180, 0.5);
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00a186;
    border-color: #00977d;
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 209, 180, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.btn-info {
    color: #fff;
    background-color: #09a5be;
    border-color: #09a5be;
}

.btn-info:hover {
    color: #fff;
    background-color: #088ca2;
    border-color: #078498;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #088ca2;
    border-color: #078498;
    box-shadow: 0 0 0 0 rgba(46, 179, 200, 0.5);
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #078498;
    border-color: #077c8f;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(46, 179, 200, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #09a5be;
    border-color: #09a5be;
}

.btn-warning {
    color: #000;
    background-color: #f5ca99;
    border-color: #f5ca99;
}

.btn-warning:hover {
    color: #000;
    background-color: #f7d2a8;
    border-color: #f6cfa3;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #f7d2a8;
    border-color: #f6cfa3;
    box-shadow: 0 0 0 0 rgba(208, 172, 130, 0.5);
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #f7d5ad;
    border-color: #f6cfa3;
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(208, 172, 130, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #f5ca99;
    border-color: #f5ca99;
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #c94166;
    border-color: #be3d60;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #c94166;
    border-color: #be3d60;
    box-shadow: 0 0 0 0 rgba(240, 103, 140, 0.5);
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #be3d60;
    border-color: #b2395a;
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(240, 103, 140, 0.5);
}

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

.btn-light {
    color: #000;
    background-color: #f7faff;
    border-color: #f7faff;
}

.btn-light:hover {
    color: #000;
    background-color: #f8fbff;
    border-color: #f8fbff;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f8fbff;
    border-color: #f8fbff;
    box-shadow: 0 0 0 0 rgba(210, 213, 217, 0.5);
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fbff;
    border-color: #f8fbff;
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(210, 213, 217, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f7faff;
    border-color: #f7faff;
}

.btn-dark {
    color: #fff;
    background-color: #21325b;
    border-color: #21325b;
}

.btn-dark:hover {
    color: #fff;
    background-color: #1c2b4d;
    border-color: #1a2849;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c2b4d;
    border-color: #1a2849;
    box-shadow: 0 0 0 0 rgba(66, 81, 116, 0.5);
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a2849;
    border-color: #192644;
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(66, 81, 116, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #21325b;
    border-color: #21325b;
}

.btn-outline-primary {
    color: #3366cc;
    border-color: #3366cc;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(55, 125, 255, 0.5);
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0 rgba(55, 125, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3366cc;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #71869d;
    border-color: #71869d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #71869d;
    border-color: #71869d;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(113, 134, 157, 0.5);
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #71869d;
    border-color: #71869d;
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0 rgba(113, 134, 157, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #71869d;
    background-color: transparent;
}

.btn-outline-success {
    color: #00c9a7;
    border-color: #00c9a7;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(0, 201, 167, 0.5);
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0 rgba(0, 201, 167, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #00c9a7;
    background-color: transparent;
}

.btn-outline-info {
    color: #09a5be;
    border-color: #09a5be;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #09a5be;
    border-color: #09a5be;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(9, 165, 190, 0.5);
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff;
    background-color: #09a5be;
    border-color: #09a5be;
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0 rgba(9, 165, 190, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #09a5be;
    background-color: transparent;
}

.btn-outline-warning {
    color: #f5ca99;
    border-color: #f5ca99;
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #f5ca99;
    border-color: #f5ca99;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(245, 202, 153, 0.5);
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #f5ca99;
    border-color: #f5ca99;
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0 rgba(245, 202, 153, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f5ca99;
    background-color: transparent;
}

.btn-outline-danger {
    color: #ed4c78;
    border-color: #ed4c78;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ed4c78;
    border-color: #ed4c78;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(237, 76, 120, 0.5);
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #ed4c78;
    border-color: #ed4c78;
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0 rgba(237, 76, 120, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ed4c78;
    background-color: transparent;
}

.btn-outline-light {
    color: #f7faff;
    border-color: #f7faff;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #f7faff;
    border-color: #f7faff;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(247, 250, 255, 0.5);
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f7faff;
    border-color: #f7faff;
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0 rgba(247, 250, 255, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f7faff;
    background-color: transparent;
}

.btn-outline-dark {
    color: #21325b;
    border-color: #21325b;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #21325b;
    border-color: #21325b;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(33, 50, 91, 0.5);
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #21325b;
    border-color: #21325b;
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0 rgba(33, 50, 91, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #21325b;
    background-color: transparent;
}

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

.btn-link:hover {
    color: #1366ff;
}

.btn-link.disabled,
.btn-link:disabled {
    color: #8c98a4;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #21325b;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

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

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

.nav-tabs {
    border-bottom: 0.1875rem solid rgba(33, 50, 91, 0.1);
}

.nav-tabs .nav-link {
    margin-bottom: -0.1875rem;
    background: 0 0;
    border: .1875rem solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: rgba(33, 50, 91, 0.1);
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #8c98a4;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #3366cc;
    background-color: transparent;
    border-color: #3366cc;
}

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

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.5rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: initial;
    background-color: rgba(189, 197, 209, 0.2);
    border-bottom: outset;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0;
}

.navbar-light .navbar-brand {
    color: #677788;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #677788;
}

.navbar-light .navbar-nav .nav-link {
    color: #677788;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #3366cc;
}

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

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #677788;
}

.navbar-light .navbar-toggler {
    color: #677788;
    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' viewBox='0 0 30 30'%3e%3cpath stroke='%23677788' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: #677788;
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: #677788;
}

.card {
    background-color: #fff;
    border: 0.0625rem solid rgba(33, 50, 91, 0.1);
    border-radius: 0.5rem;
}

.card-body {
    padding: 2rem 2rem;
}

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

.card-subtitle {
    margin-top: -0.125rem;
}

.card-link+.card-link {
    margin-left: 2rem;
}

.card-header {
    padding: 2rem 2rem;
    background-color: transparent;
    border-bottom: 0.0625rem solid rgba(33, 50, 91, 0.1);
}

.card-header:first-child {
    border-radius: 0.4375rem 0.4375rem 0 0;
}

.card-footer {
    padding: 2rem 2rem;
    background-color: transparent;
    border-top: 0.0625rem solid rgba(33, 50, 91, 0.1);
}

.card-footer:last-child {
    border-radius: 0 0 0.4375rem 0.4375rem;
}

.card-img-overlay {
    padding: 2rem 2rem;
    border-radius: 0.4375rem;
}

.badge {
    border-radius: 0.3125rem;
}

.alert {
    padding: 0.75rem 0.75rem;
    border: 0.0625rem solid transparent;
    border-radius: 0.5rem;
}

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

.alert-dismissible .btn-close {
    padding: 0.9375rem 0.75rem;
}

.alert-primary {
    color: #214b99;
    background-color: #d7e5ff;
    border-color: #c3d8ff;
}

.alert-primary .alert-link {
    color: #1a3c7a;
}

.alert-secondary {
    color: #44505e;
    background-color: #e3e7eb;
    border-color: #d4dbe2;
}

.alert-secondary .alert-link {
    color: #36404b;
}

.alert-success {
    color: #007964;
    background-color: #ccf4ed;
    border-color: #b3efe5;
}

.alert-success .alert-link {
    color: #006150;
}

.alert-info {
    color: #056372;
    background-color: #ceedf2;
    border-color: #b5e4ec;
}

.alert-info .alert-link {
    color: #044f5b;
}

.alert-warning {
    color: #93795c;
    background-color: #fdf4eb;
    border-color: #fcefe0;
}

.alert-warning .alert-link {
    color: #76614a;
}

.alert-danger {
    color: #8e2e48;
    background-color: #fbdbe4;
    border-color: #fac9d7;
}

.alert-danger .alert-link {
    color: #72253a;
}

.alert-light {
    color: #949699;
    background-color: #fdfeff;
    border-color: #fdfeff;
}

.alert-light .alert-link {
    color: #76787a;
}

.alert-dark {
    color: #141e37;
    background-color: #d3d6de;
    border-color: #bcc2ce;
}

.alert-dark .alert-link {
    color: #10182c;
}

.link-primary {
    color: #3366cc;
}

.link-primary:focus,
.link-primary:hover {
    color: #2c64cc;
}

.link-secondary {
    color: #71869d;
}

.link-secondary:focus,
.link-secondary:hover {
    color: #5a6b7e;
}

.link-success {
    color: #00c9a7;
}

.link-success:focus,
.link-success:hover {
    color: #00a186;
}

.link-info {
    color: #09a5be;
}

.link-info:focus,
.link-info:hover {
    color: #078498;
}

.link-warning {
    color: #f5ca99;
}

.link-warning:focus,
.link-warning:hover {
    color: #f7d5ad;
}

.link-danger {
    color: #ed4c78;
}

.link-danger:focus,
.link-danger:hover {
    color: #be3d60;
}

.link-light {
    color: #f7faff;
}

.link-light:focus,
.link-light:hover {
    color: #f9fbff;
}

.link-dark {
    color: #21325b;
}

.link-dark:focus,
.link-dark:hover {
    color: #1a2849;
}

.shadow {
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125) !important;
}

.shadow-sm {
    box-shadow: 0 0.1875rem 0.375rem rgba(140, 152, 164, 0.25) !important;
}

.shadow-lg {
    box-shadow: 0 0.6125rem 2.5rem 0.6125rem rgba(140, 152, 164, 0.175) !important;
}

.border-primary {
    border-color: #3366cc !important;
}

.border-secondary {
    border-color: #71869d !important;
}

.border-success {
    border-color: #00c9a7 !important;
}

.border-info {
    border-color: #09a5be !important;
}

.border-warning {
    border-color: #f5ca99 !important;
}

.border-danger {
    border-color: #ed4c78 !important;
}

.border-light {
    border-color: #f7faff !important;
}

.border-dark {
    border-color: #21325b !important;
}

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

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

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

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

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

.vh-30 {
    height: 30vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.vh-70 {
    height: 70vh !important;
}

.gap-5 {
    gap: 2rem !important;
}

.gap-6 {
    gap: 2.5rem !important;
}

.gap-7 {
    gap: 3rem !important;
}

.gap-8 {
    gap: 3.5rem !important;
}

.gap-9 {
    gap: 4rem !important;
}

.gap-10 {
    gap: 4.5rem !important
}

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

.m-6 {
    margin: 2.5rem !important;
}

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

.m-8 {
    margin: 3.5rem !important;
}

.m-9 {
    margin: 4rem !important;
}

.m-10 {
    margin: 4.5rem !important;
}

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

.mx-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
}

.mx-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

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

.mx-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.mx-10 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
}

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

.my-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.my-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
}

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

.mt-6 {
    margin-top: 2.5rem !important;
}

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

.mt-8 {
    margin-top: 3.5rem !important;
}

.mt-9 {
    margin-top: 4rem !important;
}

.mt-10 {
    margin-top: 4.5rem !important;
}

.me-5 {
    margin-right: 2rem !important;
}

.me-6 {
    margin-right: 2.5rem !important;
}

.me-7 {
    margin-right: 3rem !important;
}

.me-8 {
    margin-right: 3.5rem !important;
}

.me-9 {
    margin-right: 4rem !important;
}

.me-10 {
    margin-right: 4.5rem !important;
}

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

.mb-6 {
    margin-bottom: 2.5rem !important;
}

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

.mb-8 {
    margin-bottom: 3.5rem !important;
}

.mb-9 {
    margin-bottom: 4rem !important;
}

.mb-10 {
    margin-bottom: 4.5rem !important
}

.ms-5 {
    margin-left: 2rem !important;
}

.ms-6 {
    margin-left: 2.5rem !important;
}

.ms-7 {
    margin-left: 3rem !important;
}

.ms-8 {
    margin-left: 3.5rem !important;
}

.ms-9 {
    margin-left: 4rem !important;
}

.ms-10 {
    margin-left: 4.5rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

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

.m-n3 {
    margin: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

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

.m-n6 {
    margin: -2.5rem !important;
}

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

.m-n8 {
    margin: -3.5rem !important;
}

.m-n9 {
    margin: -4rem !important;
}

.m-n10 {
    margin: -4.5rem !important;
}

.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}

.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}

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

.mx-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
}

.mx-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}

.mx-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
}

.mx-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
}

.mx-n10 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
}

.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}

.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}

.my-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
}

.my-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
}

.my-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}

.my-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
}

.my-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
}

.my-n10 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.mt-n2 {
    margin-top: -0.5rem !important;
}

.mt-n3 {
    margin-top: -1rem !important;
}

.mt-n4 {
    margin-top: -1.5rem !important;
}

.mt-n5 {
    margin-top: -2rem !important;
}

.mt-n6 {
    margin-top: -2.5rem !important;
}

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

.mt-n8 {
    margin-top: -3.5rem !important;
}

.mt-n9 {
    margin-top: -4rem !important;
}

.mt-n10 {
    margin-top: -4.5rem !important;
}

.me-n1 {
    margin-right: -0.25rem !important;
}

.me-n2 {
    margin-right: -0.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.me-n5 {
    margin-right: -2rem !important;
}

.me-n6 {
    margin-right: -2.5rem !important;
}

.me-n7 {
    margin-right: -3rem !important;
}

.me-n8 {
    margin-right: -3.5rem !important;
}

.me-n9 {
    margin-right: -4rem !important;
}

.me-n10 {
    margin-right: -4.5rem !important;
}

.mb-n1 {
    margin-bottom: -0.25rem !important;
}

.mb-n2 {
    margin-bottom: -0.5rem !important;
}

.mb-n3 {
    margin-bottom: -1rem !important;
}

.mb-n4 {
    margin-bottom: -1.5rem !important;
}

.mb-n5 {
    margin-bottom: -2rem !important;
}

.mb-n6 {
    margin-bottom: -2.5rem !important;
}

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

.mb-n8 {
    margin-bottom: -3.5rem !important;
}

.mb-n9 {
    margin-bottom: -4rem !important;
}

.mb-n10 {
    margin-bottom: -4.5rem !important;
}

.ms-n1 {
    margin-left: -0.25rem !important;
}

.ms-n2 {
    margin-left: -0.5rem !important;
}

.ms-n3 {
    margin-left: -1rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.ms-n5 {
    margin-left: -2rem !important;
}

.ms-n6 {
    margin-left: -2.5rem !important;
}

.ms-n7 {
    margin-left: -3rem !important;
}

.ms-n8 {
    margin-left: -3.5rem !important;
}

.ms-n9 {
    margin-left: -4rem !important;
}

.ms-n10 {
    margin-left: -4.5rem !important;
}

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

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

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

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

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

.p-10 {
    padding: 4.5rem !important;
}

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

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

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

.px-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

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

.px-10 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

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

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

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

.py-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-10 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.pt-5 {
    padding-top: 2rem !important;
}

.pt-6 {
    padding-top: 2.5rem !important;
}

.pt-7 {
    padding-top: 3rem !important;
}

.pt-8 {
    padding-top: 3.5rem !important;
}

.pt-9 {
    padding-top: 4rem !important;
}

.pt-10 {
    padding-top: 4.5rem !important;
}

.pe-5 {
    padding-right: 2rem !important;
}

.pe-6 {
    padding-right: 2.5rem !important;
}

.pe-7 {
    padding-right: 3rem !important;
}

.pe-8 {
    padding-right: 3.5rem !important;
}

.pe-9 {
    padding-right: 4rem !important;
}

.pe-10 {
    padding-right: 4.5rem !important;
}

.pb-5 {
    padding-bottom: 2rem !important;
}

.pb-6 {
    padding-bottom: 2.5rem !important;
}

.pb-7 {
    padding-bottom: 3rem !important;
}

.pb-8 {
    padding-bottom: 3.5rem !important;
}

.pb-9 {
    padding-bottom: 4rem !important;
}

.pb-10 {
    padding-bottom: 4.5rem !important;
}

.ps-5 {
    padding-left: 2rem !important;
}

.ps-6 {
    padding-left: 2.5rem !important;
}

.ps-7 {
    padding-left: 3rem !important;
}

.ps-8 {
    padding-left: 3.5rem !important;
}

.ps-9 {
    padding-left: 4rem !important;
}

.ps-10 {
    padding-left: 4.5rem !important;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
    font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-3 {
    font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-4 {
    font-size: 1.125rem !important;
}

.fs-5 {
    font-size: 1rem !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #8c98a4 !important;
}

.text-white-70 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.7) !important;
}

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

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

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

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

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

.rounded-end {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

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

.rounded-start {
    border-bottom-left-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
}

.content-space-t-0 {
    padding-top: 0 !important;
}

.content-space-t-1 {
    padding-top: 3rem !important;
}

.content-space-t-2 {
    padding-top: 5rem !important;
}

.content-space-t-3 {
    padding-top: 7.5rem !important;
}

.content-space-t-4 {
    padding-top: 10rem !important;
}

.content-space-t-5 {
    padding-top: 12.5rem !important;
}

.content-space-t-auto {
    padding-top: auto !important;
}

.content-space-b-0 {
    padding-bottom: 0 !important;
}

.content-space-b-1 {
    padding-bottom: 3rem !important;
}

.content-space-b-2 {
    padding-bottom: 5rem !important;
}

.content-space-b-3 {
    padding-bottom: 7.5rem !important;
}

.content-space-b-4 {
    padding-bottom: 10rem !important;
}

.content-space-b-5 {
    padding-bottom: 12.5rem !important;
}

.content-space-b-auto {
    padding-bottom: auto !important;
}

.content-space-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.content-space-1 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.content-space-2 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.content-space-3 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.content-space-4 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.content-space-5 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
}

.content-space-auto {
    padding-top: auto !important;
    padding-bottom: auto !important;
}

.zi-n1 {
    z-index: -1 !important;
}

.zi-0 {
    z-index: 0 !important;
}

.zi-1 {
    z-index: 1 !important;
}

.zi-2 {
    z-index: 2 !important;
}

.zi-3 {
    z-index: 3 !important;
}

.zi-999 {
    z-index: 999 !important;
}

.bg-soft-primary {
    background-color: rgba(55, 125, 255, 0.1) !important;
}

.bg-soft-secondary {
    background-color: rgba(113, 134, 157, 0.1) !important;
}

.bg-soft-success {
    background-color: rgba(0, 201, 167, 0.1) !important;
}

.bg-soft-info {
    background-color: rgba(9, 165, 190, 0.1) !important;
}

.bg-soft-warning {
    background-color: rgba(245, 202, 153, 0.1) !important;
}

.bg-soft-danger {
    background-color: rgba(237, 76, 120, 0.1) !important;
}

.bg-soft-light {
    background-color: rgba(247, 250, 255, 0.1) !important;
}

.bg-soft-dark {
    background-color: rgba(33, 50, 91, 0.1) !important;
}

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

@media (min-width:576px) {
    .position-sm-static {
        position: static !important;
    }

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

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

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

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

    .top-sm-0 {
        top: 0 !important;
    }

    .top-sm-50 {
        top: 50% !important;
    }

    .top-sm-100 {
        top: 100% !important;
    }

    .bottom-sm-0 {
        bottom: 0 !important;
    }

    .bottom-sm-50 {
        bottom: 50% !important;
    }

    .bottom-sm-100 {
        bottom: 100% !important;
    }

    .start-sm-0 {
        left: 0 !important;
    }

    .start-sm-50 {
        left: 50% !important;
    }

    .start-sm-100 {
        left: 100% !important;
    }

    .end-sm-0 {
        right: 0 !important;
    }

    .end-sm-50 {
        right: 50% !important;
    }

    .end-sm-100 {
        right: 100% !important;
    }

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

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

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

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

    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-35 {
        width: 35% !important;
    }

    .w-sm-65 {
        width: 65% !important;
    }

    .w-sm-85 {
        width: 85% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

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

    .h-sm-auto {
        height: auto !important;
    }

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

    .vh-sm-30 {
        height: 30vh !important;
    }

    .vh-sm-50 {
        height: 50vh !important;
    }

    .vh-sm-70 {
        height: 70vh !important;
    }

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

    .gap-sm-5 {
        gap: 2rem !important;
    }

    .gap-sm-6 {
        gap: 2.5rem !important;
    }

    .gap-sm-7 {
        gap: 3rem !important;
    }

    .gap-sm-8 {
        gap: 3.5rem !important;
    }

    .gap-sm-9 {
        gap: 4rem !important;
    }

    .gap-sm-10 {
        gap: 4.5rem !important;
    }

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

    .m-sm-6 {
        margin: 2.5rem !important;
    }

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

    .m-sm-8 {
        margin: 3.5rem !important;
    }

    .m-sm-9 {
        margin: 4rem !important;
    }

    .m-sm-10 {
        margin: 4.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-sm-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-sm-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-sm-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-sm-10 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .my-sm-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-sm-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-sm-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-sm-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-sm-10 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .mt-sm-6 {
        margin-top: 2.5rem !important;
    }

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

    .mt-sm-8 {
        margin-top: 3.5rem !important;
    }

    .mt-sm-9 {
        margin-top: 4rem !important;
    }

    .mt-sm-10 {
        margin-top: 4.5rem !important;
    }

    .me-sm-5 {
        margin-right: 2rem !important;
    }

    .me-sm-6 {
        margin-right: 2.5rem !important;
    }

    .me-sm-7 {
        margin-right: 3rem !important;
    }

    .me-sm-8 {
        margin-right: 3.5rem !important;
    }

    .me-sm-9 {
        margin-right: 4rem !important;
    }

    .me-sm-10 {
        margin-right: 4.5rem !important;
    }

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

    .mb-sm-6 {
        margin-bottom: 2.5rem !important;
    }

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

    .mb-sm-8 {
        margin-bottom: 3.5rem !important;
    }

    .mb-sm-9 {
        margin-bottom: 4rem !important;
    }

    .mb-sm-10 {
        margin-bottom: 4.5rem !important;
    }

    .ms-sm-5 {
        margin-left: 2rem !important;
    }

    .ms-sm-6 {
        margin-left: 2.5rem !important;
    }

    .ms-sm-7 {
        margin-left: 3rem !important;
    }

    .ms-sm-8 {
        margin-left: 3.5rem !important;
    }

    .ms-sm-9 {
        margin-left: 4rem !important;
    }

    .ms-sm-10 {
        margin-left: 4.5rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

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

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

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

    .m-sm-n6 {
        margin: -2.5rem !important;
    }

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

    .m-sm-n8 {
        margin: -3.5rem !important;
    }

    .m-sm-n9 {
        margin: -4rem !important;
    }

    .m-sm-n10 {
        margin: -4.5rem !important;
    }

    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-sm-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-sm-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-sm-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-sm-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-sm-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-sm-n10 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-sm-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-sm-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-sm-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-sm-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-sm-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-sm-n10 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-sm-n3 {
        margin-top: -1rem !important;
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-sm-n5 {
        margin-top: -2rem !important;
    }

    .mt-sm-n6 {
        margin-top: -2.5rem !important;
    }

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

    .mt-sm-n8 {
        margin-top: -3.5rem !important;
    }

    .mt-sm-n9 {
        margin-top: -4rem !important;
    }

    .mt-sm-n10 {
        margin-top: -4.5rem !important;
    }

    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .me-sm-n3 {
        margin-right: -1rem !important;
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .me-sm-n5 {
        margin-right: -2rem !important;
    }

    .me-sm-n6 {
        margin-right: -2.5rem !important;
    }

    .me-sm-n7 {
        margin-right: -3rem !important;
    }

    .me-sm-n8 {
        margin-right: -3.5rem !important;
    }

    .me-sm-n9 {
        margin-right: -4rem !important;
    }

    .me-sm-n10 {
        margin-right: -4.5rem !important;
    }

    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-sm-n5 {
        margin-bottom: -2rem !important;
    }

    .mb-sm-n6 {
        margin-bottom: -2.5rem !important;
    }

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

    .mb-sm-n8 {
        margin-bottom: -3.5rem !important;
    }

    .mb-sm-n9 {
        margin-bottom: -4rem !important;
    }

    .mb-sm-n10 {
        margin-bottom: -4.5rem !important;
    }

    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-sm-n3 {
        margin-left: -1rem !important;
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-sm-n5 {
        margin-left: -2rem !important;
    }

    .ms-sm-n6 {
        margin-left: -2.5rem !important;
    }

    .ms-sm-n7 {
        margin-left: -3rem !important;
    }

    .ms-sm-n8 {
        margin-left: -3.5rem !important;
    }

    .ms-sm-n9 {
        margin-left: -4rem !important;
    }

    .ms-sm-n10 {
        margin-left: -4.5rem !important;
    }

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

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

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

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

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

    .p-sm-10 {
        padding: 4.5rem !important;
    }

    .px-sm-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-sm-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-sm-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-sm-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-sm-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-sm-10 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .py-sm-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important
    }

    .py-sm-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-sm-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-sm-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-sm-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-sm-10 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .pt-sm-5 {
        padding-top: 2rem !important;
    }

    .pt-sm-6 {
        padding-top: 2.5rem !important;
    }

    .pt-sm-7 {
        padding-top: 3rem !important;
    }

    .pt-sm-8 {
        padding-top: 3.5rem !important;
    }

    .pt-sm-9 {
        padding-top: 4rem !important;
    }

    .pt-sm-10 {
        padding-top: 4.5rem !important;
    }

    .pe-sm-5 {
        padding-right: 2rem !important;
    }

    .pe-sm-6 {
        padding-right: 2.5rem !important;
    }

    .pe-sm-7 {
        padding-right: 3rem !important;
    }

    .pe-sm-8 {
        padding-right: 3.5rem !important;
    }

    .pe-sm-9 {
        padding-right: 4rem !important;
    }

    .pe-sm-10 {
        padding-right: 4.5rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 2rem !important;
    }

    .pb-sm-6 {
        padding-bottom: 2.5rem !important;
    }

    .pb-sm-7 {
        padding-bottom: 3rem !important;
    }

    .pb-sm-8 {
        padding-bottom: 3.5rem !important;
    }

    .pb-sm-9 {
        padding-bottom: 4rem !important;
    }

    .pb-sm-10 {
        padding-bottom: 4.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 2rem !important;
    }

    .ps-sm-6 {
        padding-left: 2.5rem !important;
    }

    .ps-sm-7 {
        padding-left: 3rem !important;
    }

    .ps-sm-8 {
        padding-left: 3.5rem !important;
    }

    .ps-sm-9 {
        padding-left: 4rem !important;
    }

    .ps-sm-10 {
        padding-left: 4.5rem !important;
    }

    .content-space-t-sm-0 {
        padding-top: 0 !important;
    }

    .content-space-t-sm-1 {
        padding-top: 3rem !important;
    }

    .content-space-t-sm-2 {
        padding-top: 5rem !important;
    }

    .content-space-t-sm-3 {
        padding-top: 7.5rem !important;
    }

    .content-space-t-sm-4 {
        padding-top: 10rem !important;
    }

    .content-space-t-sm-5 {
        padding-top: 12.5rem !important;
    }

    .content-space-t-sm-auto {
        padding-top: auto !important;
    }

    .content-space-b-sm-0 {
        padding-bottom: 0 !important;
    }

    .content-space-b-sm-1 {
        padding-bottom: 3rem !important;
    }

    .content-space-b-sm-2 {
        padding-bottom: 5rem !important;
    }

    .content-space-b-sm-3 {
        padding-bottom: 7.5rem !important;
    }

    .content-space-b-sm-4 {
        padding-bottom: 10rem !important;
    }

    .content-space-b-sm-5 {
        padding-bottom: 12.5rem !important;
    }

    .content-space-b-sm-auto {
        padding-bottom: auto !important;
    }

    .content-space-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .content-space-sm-1 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .content-space-sm-2 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .content-space-sm-3 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .content-space-sm-4 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .content-space-sm-5 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .content-space-sm-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }
}

@media (min-width:768px) {
    .position-md-static {
        position: static !important;
    }

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

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

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

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

    .top-md-0 {
        top: 0 !important;
    }

    .top-md-50 {
        top: 50% !important;
    }

    .top-md-100 {
        top: 100% !important;
    }

    .bottom-md-0 {
        bottom: 0 !important;
    }

    .bottom-md-50 {
        bottom: 50% !important;
    }

    .bottom-md-100 {
        bottom: 100% !important;
    }

    .start-md-0 {
        left: 0 !important;
    }

    .start-md-50 {
        left: 50% !important;
    }

    .start-md-100 {
        left: 100% !important;
    }

    .end-md-0 {
        right: 0 !important;
    }

    .end-md-50 {
        right: 50% !important;
    }

    .end-md-100 {
        right: 100% !important;
    }

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

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

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

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

    .w-md-auto {
        width: auto !important;
    }

    .w-md-35 {
        width: 35% !important;
    }

    .w-md-65 {
        width: 65% !important;
    }

    .w-md-85 {
        width: 85% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

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

    .h-md-auto {
        height: auto !important;
    }

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

    .vh-md-30 {
        height: 30vh !important;
    }

    .vh-md-50 {
        height: 50vh !important;
    }

    .vh-md-70 {
        height: 70vh !important;
    }

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

    .gap-md-5 {
        gap: 2rem !important;
    }

    .gap-md-6 {
        gap: 2.5rem !important;
    }

    .gap-md-7 {
        gap: 3rem !important;
    }

    .gap-md-8 {
        gap: 3.5rem !important;
    }

    .gap-md-9 {
        gap: 4rem !important;
    }

    .gap-md-10 {
        gap: 4.5rem !important;
    }

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

    .m-md-6 {
        margin: 2.5rem !important;
    }

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

    .m-md-8 {
        margin: 3.5rem !important;
    }

    .m-md-9 {
        margin: 4rem !important;
    }

    .m-md-10 {
        margin: 4.5rem !important;
    }

    .mx-md-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-md-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-md-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-md-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-md-10 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .my-md-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-md-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-md-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-md-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-md-10 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .mt-md-6 {
        margin-top: 2.5rem !important;
    }

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

    .mt-md-8 {
        margin-top: 3.5rem !important;
    }

    .mt-md-9 {
        margin-top: 4rem !important;
    }

    .mt-md-10 {
        margin-top: 4.5rem !important;
    }

    .me-md-5 {
        margin-right: 2rem !important;
    }

    .me-md-6 {
        margin-right: 2.5rem !important;
    }

    .me-md-7 {
        margin-right: 3rem !important;
    }

    .me-md-8 {
        margin-right: 3.5rem !important;
    }

    .me-md-9 {
        margin-right: 4rem !important;
    }

    .me-md-10 {
        margin-right: 4.5rem !important;
    }

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

    .mb-md-6 {
        margin-bottom: 2.5rem !important;
    }

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

    .mb-md-8 {
        margin-bottom: 3.5rem !important;
    }

    .mb-md-9 {
        margin-bottom: 4rem !important;
    }

    .mb-md-10 {
        margin-bottom: 4.5rem !important;
    }

    .ms-md-5 {
        margin-left: 2rem !important;
    }

    .ms-md-6 {
        margin-left: 2.5rem !important;
    }

    .ms-md-7 {
        margin-left: 3rem !important;
    }

    .ms-md-8 {
        margin-left: 3.5rem !important;
    }

    .ms-md-9 {
        margin-left: 4rem !important;
    }

    .ms-md-10 {
        margin-left: 4.5rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

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

    .m-md-n3 {
        margin: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

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

    .m-md-n6 {
        margin: -2.5rem !important;
    }

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

    .m-md-n8 {
        margin: -3.5rem !important;
    }

    .m-md-n9 {
        margin: -4rem !important;
    }

    .m-md-n10 {
        margin: -4.5rem !important;
    }

    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-md-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-md-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-md-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-md-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-md-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-md-n10 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-md-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-md-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-md-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-md-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-md-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-md-n10 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-md-n3 {
        margin-top: -1rem !important;
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-md-n5 {
        margin-top: -2rem !important;
    }

    .mt-md-n6 {
        margin-top: -2.5rem !important;
    }

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

    .mt-md-n8 {
        margin-top: -3.5rem !important;
    }

    .mt-md-n9 {
        margin-top: -4rem !important;
    }

    .mt-md-n10 {
        margin-top: -4.5rem !important;
    }

    .me-md-n1 {
        margin-right: -0.25rem !important;
    }

    .me-md-n2 {
        margin-right: -0.5rem !important;
    }

    .me-md-n3 {
        margin-right: -1rem !important;
    }

    .me-md-n4 {
        margin-right: -1.5rem !important;
    }

    .me-md-n5 {
        margin-right: -2rem !important;
    }

    .me-md-n6 {
        margin-right: -2.5rem !important;
    }

    .me-md-n7 {
        margin-right: -3rem !important;
    }

    .me-md-n8 {
        margin-right: -3.5rem !important;
    }

    .me-md-n9 {
        margin-right: -4rem !important;
    }

    .me-md-n10 {
        margin-right: -4.5rem !important;
    }

    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-md-n5 {
        margin-bottom: -2rem !important;
    }

    .mb-md-n6 {
        margin-bottom: -2.5rem !important;
    }

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

    .mb-md-n8 {
        margin-bottom: -3.5rem !important;
    }

    .mb-md-n9 {
        margin-bottom: -4rem !important;
    }

    .mb-md-n10 {
        margin-bottom: -4.5rem !important;
    }

    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-md-n3 {
        margin-left: -1rem !important;
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-md-n5 {
        margin-left: -2rem !important;
    }

    .ms-md-n6 {
        margin-left: -2.5rem !important;
    }

    .ms-md-n7 {
        margin-left: -3rem !important;
    }

    .ms-md-n8 {
        margin-left: -3.5rem !important;
    }

    .ms-md-n9 {
        margin-left: -4rem !important;
    }

    .ms-md-n10 {
        margin-left: -4.5rem !important;
    }

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

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

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

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

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

    .p-md-10 {
        padding: 4.5rem !important;
    }

    .px-md-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-md-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-md-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-md-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-md-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-md-10 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .py-md-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-md-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-md-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-md-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-md-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-md-10 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .pt-md-5 {
        padding-top: 2rem !important;
    }

    .pt-md-6 {
        padding-top: 2.5rem !important;
    }

    .pt-md-7 {
        padding-top: 3rem !important;
    }

    .pt-md-8 {
        padding-top: 3.5rem !important;
    }

    .pt-md-9 {
        padding-top: 4rem !important;
    }

    .pt-md-10 {
        padding-top: 4.5rem !important;
    }

    .pe-md-5 {
        padding-right: 2rem !important;
    }

    .pe-md-6 {
        padding-right: 2.5rem !important;
    }

    .pe-md-7 {
        padding-right: 3rem !important;
    }

    .pe-md-8 {
        padding-right: 3.5rem !important;
    }

    .pe-md-9 {
        padding-right: 4rem !important;
    }

    .pe-md-10 {
        padding-right: 4.5rem !important;
    }

    .pb-md-5 {
        padding-bottom: 2rem !important;
    }

    .pb-md-6 {
        padding-bottom: 2.5rem !important;
    }

    .pb-md-7 {
        padding-bottom: 3rem !important;
    }

    .pb-md-8 {
        padding-bottom: 3.5rem !important;
    }

    .pb-md-9 {
        padding-bottom: 4rem !important;
    }

    .pb-md-10 {
        padding-bottom: 4.5rem !important;
    }

    .ps-md-5 {
        padding-left: 2rem !important;
    }

    .ps-md-6 {
        padding-left: 2.5rem !important;
    }

    .ps-md-7 {
        padding-left: 3rem !important;
    }

    .ps-md-8 {
        padding-left: 3.5rem !important;
    }

    .ps-md-9 {
        padding-left: 4rem !important;
    }

    .ps-md-10 {
        padding-left: 4.5rem !important;
    }

    .content-space-t-md-0 {
        padding-top: 0 !important;
    }

    .content-space-t-md-1 {
        padding-top: 3rem !important;
    }

    .content-space-t-md-2 {
        padding-top: 5rem !important;
    }

    .content-space-t-md-3 {
        padding-top: 7.5rem !important;
    }

    .content-space-t-md-4 {
        padding-top: 10rem !important;
    }

    .content-space-t-md-5 {
        padding-top: 12.5rem !important;
    }

    .content-space-t-md-auto {
        padding-top: auto !important;
    }

    .content-space-b-md-0 {
        padding-bottom: 0 !important;
    }

    .content-space-b-md-1 {
        padding-bottom: 3rem !important;
    }

    .content-space-b-md-2 {
        padding-bottom: 5rem !important;
    }

    .content-space-b-md-3 {
        padding-bottom: 7.5rem !important;
    }

    .content-space-b-md-4 {
        padding-bottom: 10rem !important;
    }

    .content-space-b-md-5 {
        padding-bottom: 12.5rem !important;
    }

    .content-space-b-md-auto {
        padding-bottom: auto !important;
    }

    .content-space-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .content-space-md-1 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .content-space-md-2 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .content-space-md-3 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .content-space-md-4 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .content-space-md-5 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .content-space-md-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }
}

@media (min-width:992px) {
    .position-lg-static {
        position: static !important;
    }

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

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

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

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

    .top-lg-0 {
        top: 0 !important;
    }

    .top-lg-50 {
        top: 50% !important;
    }

    .top-lg-100 {
        top: 100% !important;
    }

    .bottom-lg-0 {
        bottom: 0 !important;
    }

    .bottom-lg-50 {
        bottom: 50% !important;
    }

    .bottom-lg-100 {
        bottom: 100% !important;
    }

    .start-lg-0 {
        left: 0 !important;
    }

    .start-lg-50 {
        left: 50% !important;
    }

    .start-lg-100 {
        left: 100% !important;
    }

    .end-lg-0 {
        right: 0 !important;
    }

    .end-lg-50 {
        right: 50% !important;
    }

    .end-lg-100 {
        right: 100% !important;
    }

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

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

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

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

    .w-lg-auto {
        width: auto !important;
    }

    .w-lg-35 {
        width: 35% !important;
    }

    .w-lg-65 {
        width: 65% !important;
    }

    .w-lg-85 {
        width: 85% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

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

    .h-lg-auto {
        height: auto !important;
    }

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

    .vh-lg-30 {
        height: 30vh !important;
    }

    .vh-lg-50 {
        height: 50vh !important;
    }

    .vh-lg-70 {
        height: 70vh !important;
    }

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

    .gap-lg-5 {
        gap: 2rem !important;
    }

    .gap-lg-6 {
        gap: 2.5rem !important;
    }

    .gap-lg-7 {
        gap: 3rem !important;
    }

    .gap-lg-8 {
        gap: 3.5rem !important;
    }

    .gap-lg-9 {
        gap: 4rem !important;
    }

    .gap-lg-10 {
        gap: 4.5rem !important;
    }

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

    .m-lg-6 {
        margin: 2.5rem !important;
    }

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

    .m-lg-8 {
        margin: 3.5rem !important;
    }

    .m-lg-9 {
        margin: 4rem !important;
    }

    .m-lg-10 {
        margin: 4.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-lg-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-lg-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-lg-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-lg-10 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .my-lg-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-lg-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-lg-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-lg-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-lg-10 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .mt-lg-6 {
        margin-top: 2.5rem !important;
    }

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

    .mt-lg-8 {
        margin-top: 3.5rem !important;
    }

    .mt-lg-9 {
        margin-top: 4rem !important;
    }

    .mt-lg-10 {
        margin-top: 4.5rem !important;
    }

    .me-lg-5 {
        margin-right: 2rem !important;
    }

    .me-lg-6 {
        margin-right: 2.5rem !important;
    }

    .me-lg-7 {
        margin-right: 3rem !important;
    }

    .me-lg-8 {
        margin-right: 3.5rem !important;
    }

    .me-lg-9 {
        margin-right: 4rem !important;
    }

    .me-lg-10 {
        margin-right: 4.5rem !important;
    }

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

    .mb-lg-6 {
        margin-bottom: 2.5rem !important;
    }

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

    .mb-lg-8 {
        margin-bottom: 3.5rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 4.5rem !important;
    }

    .ms-lg-5 {
        margin-left: 2rem !important;
    }

    .ms-lg-6 {
        margin-left: 2.5rem !important;
    }

    .ms-lg-7 {
        margin-left: 3rem !important;
    }

    .ms-lg-8 {
        margin-left: 3.5rem !important;
    }

    .ms-lg-9 {
        margin-left: 4rem !important;
    }

    .ms-lg-10 {
        margin-left: 4.5rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

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

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

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

    .m-lg-n6 {
        margin: -2.5rem !important;
    }

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

    .m-lg-n8 {
        margin: -3.5rem !important;
    }

    .m-lg-n9 {
        margin: -4rem !important;
    }

    .m-lg-n10 {
        margin: -4.5rem !important;
    }

    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-lg-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-lg-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-lg-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-lg-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-lg-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-lg-n10 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-lg-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-lg-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-lg-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-lg-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-lg-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-lg-n10 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-lg-n3 {
        margin-top: -1rem !important;
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-lg-n5 {
        margin-top: -2rem !important;
    }

    .mt-lg-n6 {
        margin-top: -2.5rem !important;
    }

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

    .mt-lg-n8 {
        margin-top: -3.5rem !important;
    }

    .mt-lg-n9 {
        margin-top: -4rem !important;
    }

    .mt-lg-n10 {
        margin-top: -4.5rem !important;
    }

    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .me-lg-n3 {
        margin-right: -1rem !important;
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .me-lg-n5 {
        margin-right: -2rem !important;
    }

    .me-lg-n6 {
        margin-right: -2.5rem !important;
    }

    .me-lg-n7 {
        margin-right: -3rem !important;
    }

    .me-lg-n8 {
        margin-right: -3.5rem !important;
    }

    .me-lg-n9 {
        margin-right: -4rem !important;
    }

    .me-lg-n10 {
        margin-right: -4.5rem !important;
    }

    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-lg-n5 {
        margin-bottom: -2rem !important;
    }

    .mb-lg-n6 {
        margin-bottom: -2.5rem !important;
    }

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

    .mb-lg-n8 {
        margin-bottom: -3.5rem !important;
    }

    .mb-lg-n9 {
        margin-bottom: -4rem !important;
    }

    .mb-lg-n10 {
        margin-bottom: -4.5rem !important;
    }

    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-lg-n3 {
        margin-left: -1rem !important;
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-lg-n5 {
        margin-left: -2rem !important;
    }

    .ms-lg-n6 {
        margin-left: -2.5rem !important;
    }

    .ms-lg-n7 {
        margin-left: -3rem !important;
    }

    .ms-lg-n8 {
        margin-left: -3.5rem !important;
    }

    .ms-lg-n9 {
        margin-left: -4rem !important;
    }

    .ms-lg-n10 {
        margin-left: -4.5rem !important;
    }

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

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

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

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

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

    .p-lg-10 {
        padding: 4.5rem !important;
    }

    .px-lg-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-lg-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-lg-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-lg-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-lg-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-lg-10 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .py-lg-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-lg-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-lg-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-lg-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-lg-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-lg-10 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .pt-lg-5 {
        padding-top: 2rem !important;
    }

    .pt-lg-6 {
        padding-top: 2.5rem !important;
    }

    .pt-lg-7 {
        padding-top: 3rem !important;
    }

    .pt-lg-8 {
        padding-top: 3.5rem !important;
    }

    .pt-lg-9 {
        padding-top: 4rem !important;
    }

    .pt-lg-10 {
        padding-top: 4.5rem !important;
    }

    .pe-lg-5 {
        padding-right: 2rem !important;
    }

    .pe-lg-6 {
        padding-right: 2.5rem !important;
    }

    .pe-lg-7 {
        padding-right: 3rem !important;
    }

    .pe-lg-8 {
        padding-right: 3.5rem !important;
    }

    .pe-lg-9 {
        padding-right: 4rem !important;
    }

    .pe-lg-10 {
        padding-right: 4.5rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 2rem !important;
    }

    .pb-lg-6 {
        padding-bottom: 2.5rem !important;
    }

    .pb-lg-7 {
        padding-bottom: 3rem !important;
    }

    .pb-lg-8 {
        padding-bottom: 3.5rem !important;
    }

    .pb-lg-9 {
        padding-bottom: 4rem !important;
    }

    .pb-lg-10 {
        padding-bottom: 4.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 2rem !important;
    }

    .ps-lg-6 {
        padding-left: 2.5rem !important;
    }

    .ps-lg-7 {
        padding-left: 3rem !important;
    }

    .ps-lg-8 {
        padding-left: 3.5rem !important;
    }

    .ps-lg-9 {
        padding-left: 4rem !important;
    }

    .ps-lg-10 {
        padding-left: 4.5rem !important;
    }

    .content-space-t-lg-0 {
        padding-top: 0 !important;
    }

    .content-space-t-lg-1 {
        padding-top: 3rem !important;
    }

    .content-space-t-lg-2 {
        padding-top: 5rem !important;
    }

    .content-space-t-lg-3 {
        padding-top: 7.5rem !important;
    }

    .content-space-t-lg-4 {
        padding-top: 10rem !important;
    }

    .content-space-t-lg-5 {
        padding-top: 12.5rem !important;
    }

    .content-space-t-lg-auto {
        padding-top: auto !important;
    }

    .content-space-b-lg-0 {
        padding-bottom: 0 !important;
    }

    .content-space-b-lg-1 {
        padding-bottom: 3rem !important;
    }

    .content-space-b-lg-2 {
        padding-bottom: 5rem !important;
    }

    .content-space-b-lg-3 {
        padding-bottom: 7.5rem !important;
    }

    .content-space-b-lg-4 {
        padding-bottom: 10rem !important;
    }

    .content-space-b-lg-5 {
        padding-bottom: 12.5rem !important;
    }

    .content-space-b-lg-auto {
        padding-bottom: auto !important;
    }

    .content-space-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .content-space-lg-1 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .content-space-lg-2 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .content-space-lg-3 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .content-space-lg-4 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .content-space-lg-5 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .content-space-lg-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }
}

@media (min-width:1200px) {
    .position-xl-static {
        position: static !important;
    }

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

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

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

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

    .top-xl-0 {
        top: 0 !important;
    }

    .top-xl-50 {
        top: 50% !important;
    }

    .top-xl-100 {
        top: 100% !important;
    }

    .bottom-xl-0 {
        bottom: 0 !important;
    }

    .bottom-xl-50 {
        bottom: 50% !important;
    }

    .bottom-xl-100 {
        bottom: 100% !important;
    }

    .start-xl-0 {
        left: 0 !important;
    }

    .start-xl-50 {
        left: 50% !important;
    }

    .start-xl-100 {
        left: 100% !important;
    }

    .end-xl-0 {
        right: 0 !important;
    }

    .end-xl-50 {
        right: 50% !important;
    }

    .end-xl-100 {
        right: 100% !important;
    }

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

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

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

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

    .w-xl-auto {
        width: auto !important;
    }

    .w-xl-35 {
        width: 35% !important;
    }

    .w-xl-65 {
        width: 65% !important;
    }

    .w-xl-85 {
        width: 85% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

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

    .h-xl-auto {
        height: auto !important;
    }

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

    .vh-xl-30 {
        height: 30vh !important;
    }

    .vh-xl-50 {
        height: 50vh !important;
    }

    .vh-xl-70 {
        height: 70vh !important;
    }

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

    .gap-xl-5 {
        gap: 2rem !important;
    }

    .gap-xl-6 {
        gap: 2.5rem !important;
    }

    .gap-xl-7 {
        gap: 3rem !important;
    }

    .gap-xl-8 {
        gap: 3.5rem !important;
    }

    .gap-xl-9 {
        gap: 4rem !important;
    }

    .gap-xl-10 {
        gap: 4.5rem !important;
    }

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

    .m-xl-6 {
        margin: 2.5rem !important;
    }

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

    .m-xl-8 {
        margin: 3.5rem !important;
    }

    .m-xl-9 {
        margin: 4rem !important;
    }

    .m-xl-10 {
        margin: 4.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xl-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xl-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-xl-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xl-10 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .my-xl-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xl-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xl-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xl-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xl-10 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .mt-xl-6 {
        margin-top: 2.5rem !important;
    }

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

    .mt-xl-8 {
        margin-top: 3.5rem !important;
    }

    .mt-xl-9 {
        margin-top: 4rem !important;
    }

    .mt-xl-10 {
        margin-top: 4.5rem !important;
    }

    .me-xl-5 {
        margin-right: 2rem !important;
    }

    .me-xl-6 {
        margin-right: 2.5rem !important;
    }

    .me-xl-7 {
        margin-right: 3rem !important;
    }

    .me-xl-8 {
        margin-right: 3.5rem !important;
    }

    .me-xl-9 {
        margin-right: 4rem !important;
    }

    .me-xl-10 {
        margin-right: 4.5rem !important;
    }

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

    .mb-xl-6 {
        margin-bottom: 2.5rem !important;
    }

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

    .mb-xl-8 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xl-9 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 4.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 2rem !important;
    }

    .ms-xl-6 {
        margin-left: 2.5rem !important;
    }

    .ms-xl-7 {
        margin-left: 3rem !important;
    }

    .ms-xl-8 {
        margin-left: 3.5rem !important;
    }

    .ms-xl-9 {
        margin-left: 4rem !important;
    }

    .ms-xl-10 {
        margin-left: 4.5rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

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

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

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

    .m-xl-n6 {
        margin: -2.5rem !important;
    }

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

    .m-xl-n8 {
        margin: -3.5rem !important;
    }

    .m-xl-n9 {
        margin: -4rem !important;
    }

    .m-xl-n10 {
        margin: -4.5rem !important;
    }

    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }

    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xl-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-xl-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-xl-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xl-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-xl-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-xl-n10 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }

    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xl-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-xl-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-xl-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xl-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-xl-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-xl-n10 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mt-xl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xl-n5 {
        margin-top: -2rem !important;
    }

    .mt-xl-n6 {
        margin-top: -2.5rem !important;
    }

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

    .mt-xl-n8 {
        margin-top: -3.5rem !important;
    }

    .mt-xl-n9 {
        margin-top: -4rem !important;
    }

    .mt-xl-n10 {
        margin-top: -4.5rem !important;
    }

    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .me-xl-n3 {
        margin-right: -1rem !important;
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xl-n5 {
        margin-right: -2rem !important;
    }

    .me-xl-n6 {
        margin-right: -2.5rem !important;
    }

    .me-xl-n7 {
        margin-right: -3rem !important;
    }

    .me-xl-n8 {
        margin-right: -3.5rem !important;
    }

    .me-xl-n9 {
        margin-right: -4rem !important;
    }

    .me-xl-n10 {
        margin-right: -4.5rem !important;
    }

    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xl-n5 {
        margin-bottom: -2rem !important;
    }

    .mb-xl-n6 {
        margin-bottom: -2.5rem !important;
    }

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

    .mb-xl-n8 {
        margin-bottom: -3.5rem !important;
    }

    .mb-xl-n9 {
        margin-bottom: -4rem !important;
    }

    .mb-xl-n10 {
        margin-bottom: -4.5rem !important;
    }

    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .ms-xl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xl-n5 {
        margin-left: -2rem !important;
    }

    .ms-xl-n6 {
        margin-left: -2.5rem !important;
    }

    .ms-xl-n7 {
        margin-left: -3rem !important;
    }

    .ms-xl-n8 {
        margin-left: -3.5rem !important;
    }

    .ms-xl-n9 {
        margin-left: -4rem !important;
    }

    .ms-xl-n10 {
        margin-left: -4.5rem !important;
    }

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

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

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

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

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

    .p-xl-10 {
        padding: 4.5rem !important;
    }

    .px-xl-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xl-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xl-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-xl-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xl-10 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .py-xl-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xl-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xl-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xl-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xl-10 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 2rem !important;
    }

    .pt-xl-6 {
        padding-top: 2.5rem !important;
    }

    .pt-xl-7 {
        padding-top: 3rem !important;
    }

    .pt-xl-8 {
        padding-top: 3.5rem !important;
    }

    .pt-xl-9 {
        padding-top: 4rem !important;
    }

    .pt-xl-10 {
        padding-top: 4.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 2rem !important;
    }

    .pe-xl-6 {
        padding-right: 2.5rem !important;
    }

    .pe-xl-7 {
        padding-right: 3rem !important;
    }

    .pe-xl-8 {
        padding-right: 3.5rem !important;
    }

    .pe-xl-9 {
        padding-right: 4rem !important;
    }

    .pe-xl-10 {
        padding-right: 4.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 2rem !important;
    }

    .pb-xl-6 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xl-7 {
        padding-bottom: 3rem !important;
    }

    .pb-xl-8 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xl-9 {
        padding-bottom: 4rem !important;
    }

    .pb-xl-10 {
        padding-bottom: 4.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 2rem !important;
    }

    .ps-xl-6 {
        padding-left: 2.5rem !important;
    }

    .ps-xl-7 {
        padding-left: 3rem !important;
    }

    .ps-xl-8 {
        padding-left: 3.5rem !important;
    }

    .ps-xl-9 {
        padding-left: 4rem !important;
    }

    .ps-xl-10 {
        padding-left: 4.5rem !important;
    }

    .content-space-t-xl-0 {
        padding-top: 0 !important;
    }

    .content-space-t-xl-1 {
        padding-top: 3rem !important;
    }

    .content-space-t-xl-2 {
        padding-top: 5rem !important;
    }

    .content-space-t-xl-3 {
        padding-top: 7.5rem !important;
    }

    .content-space-t-xl-4 {
        padding-top: 10rem !important;
    }

    .content-space-t-xl-5 {
        padding-top: 12.5rem !important;
    }

    .content-space-t-xl-auto {
        padding-top: auto !important;
    }

    .content-space-b-xl-0 {
        padding-bottom: 0 !important;
    }

    .content-space-b-xl-1 {
        padding-bottom: 3rem !important;
    }

    .content-space-b-xl-2 {
        padding-bottom: 5rem !important;
    }

    .content-space-b-xl-3 {
        padding-bottom: 7.5rem !important;
    }

    .content-space-b-xl-4 {
        padding-bottom: 10rem !important;
    }

    .content-space-b-xl-5 {
        padding-bottom: 12.5rem !important;
    }

    .content-space-b-xl-auto {
        padding-bottom: auto !important;
    }

    .content-space-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .content-space-xl-1 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .content-space-xl-2 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .content-space-xl-3 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .content-space-xl-4 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .content-space-xl-5 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .content-space-xl-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }
}

@media (min-width:1400px) {
    .position-xxl-static {
        position: static !important;
    }

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

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

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

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

    .top-xxl-0 {
        top: 0 !important;
    }

    .top-xxl-50 {
        top: 50% !important;
    }

    .top-xxl-100 {
        top: 100% !important;
    }

    .bottom-xxl-0 {
        bottom: 0 !important;
    }

    .bottom-xxl-50 {
        bottom: 50% !important;
    }

    .bottom-xxl-100 {
        bottom: 100% !important;
    }

    .start-xxl-0 {
        left: 0 !important;
    }

    .start-xxl-50 {
        left: 50% !important;
    }

    .start-xxl-100 {
        left: 100% !important;
    }

    .end-xxl-0 {
        right: 0 !important;
    }

    .end-xxl-50 {
        right: 50% !important;
    }

    .end-xxl-100 {
        right: 100% !important;
    }

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

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

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

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

    .w-xxl-auto {
        width: auto !important;
    }

    .w-xxl-35 {
        width: 35% !important;
    }

    .w-xxl-65 {
        width: 65% !important;
    }

    .w-xxl-85 {
        width: 85% !important;
    }

    .h-xxl-25 {
        height: 25% !important;
    }

    .h-xxl-50 {
        height: 50% !important;
    }

    .h-xxl-75 {
        height: 75% !important;
    }

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

    .h-xxl-auto {
        height: auto !important;
    }

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

    .vh-xxl-30 {
        height: 30vh !important;
    }

    .vh-xxl-50 {
        height: 50vh !important;
    }

    .vh-xxl-70 {
        height: 70vh !important;
    }

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

    .gap-xxl-5 {
        gap: 2rem !important;
    }

    .gap-xxl-6 {
        gap: 2.5rem !important;
    }

    .gap-xxl-7 {
        gap: 3rem !important;
    }

    .gap-xxl-8 {
        gap: 3.5rem !important;
    }

    .gap-xxl-9 {
        gap: 4rem !important;
    }

    .gap-xxl-10 {
        gap: 4.5rem !important;
    }

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

    .m-xxl-6 {
        margin: 2.5rem !important;
    }

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

    .m-xxl-8 {
        margin: 3.5rem !important;
    }

    .m-xxl-9 {
        margin: 4rem !important;
    }

    .m-xxl-10 {
        margin: 4.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 2rem !important;
        margin-left: 2rem !important;
    }

    .mx-xxl-6 {
        margin-right: 2.5rem !important;
        margin-left: 2.5rem !important;
    }

    .mx-xxl-7 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-8 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .mx-xxl-9 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xxl-10 {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .my-xxl-6 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }

    .my-xxl-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-8 {
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .my-xxl-9 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xxl-10 {
        margin-top: 4.5rem !important;
        margin-bottom: 4.5rem !important;
    }

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

    .mt-xxl-6 {
        margin-top: 2.5rem !important;
    }

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

    .mt-xxl-8 {
        margin-top: 3.5rem !important;
    }

    .mt-xxl-9 {
        margin-top: 4rem !important;
    }

    .mt-xxl-10 {
        margin-top: 4.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 2rem !important;
    }

    .me-xxl-6 {
        margin-right: 2.5rem !important;
    }

    .me-xxl-7 {
        margin-right: 3rem !important;
    }

    .me-xxl-8 {
        margin-right: 3.5rem !important;
    }

    .me-xxl-9 {
        margin-right: 4rem !important;
    }

    .me-xxl-10 {
        margin-right: 4.5rem !important;
    }

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

    .mb-xxl-6 {
        margin-bottom: 2.5rem !important;
    }

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

    .mb-xxl-8 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xxl-9 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 4.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 2rem !important;
    }

    .ms-xxl-6 {
        margin-left: 2.5rem !important;
    }

    .ms-xxl-7 {
        margin-left: 3rem !important;
    }

    .ms-xxl-8 {
        margin-left: 3.5rem !important;
    }

    .ms-xxl-9 {
        margin-left: 4rem !important;
    }

    .ms-xxl-10 {
        margin-left: 4.5rem !important;
    }

    .m-xxl-n1 {
        margin: -.25rem !important;
    }

    .m-xxl-n2 {
        margin: -.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

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

    .m-xxl-n6 {
        margin: -2.5rem !important;
    }

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

    .m-xxl-n8 {
        margin: -3.5rem !important;
    }

    .m-xxl-n9 {
        margin: -4rem !important;
    }

    .m-xxl-n10 {
        margin: -4.5rem !important;
    }

    .mx-xxl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important;
    }

    .mx-xxl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important;
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }

    .mx-xxl-n5 {
        margin-right: -2rem !important;
        margin-left: -2rem !important;
    }

    .mx-xxl-n6 {
        margin-right: -2.5rem !important;
        margin-left: -2.5rem !important;
    }

    .mx-xxl-n7 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }

    .mx-xxl-n8 {
        margin-right: -3.5rem !important;
        margin-left: -3.5rem !important;
    }

    .mx-xxl-n9 {
        margin-right: -4rem !important;
        margin-left: -4rem !important;
    }

    .mx-xxl-n10 {
        margin-right: -4.5rem !important;
        margin-left: -4.5rem !important;
    }

    .my-xxl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important;
    }

    .my-xxl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important;
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }

    .my-xxl-n5 {
        margin-top: -2rem !important;
        margin-bottom: -2rem !important;
    }

    .my-xxl-n6 {
        margin-top: -2.5rem !important;
        margin-bottom: -2.5rem !important;
    }

    .my-xxl-n7 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }

    .my-xxl-n8 {
        margin-top: -3.5rem !important;
        margin-bottom: -3.5rem !important;
    }

    .my-xxl-n9 {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }

    .my-xxl-n10 {
        margin-top: -4.5rem !important;
        margin-bottom: -4.5rem !important;
    }

    .mt-xxl-n1 {
        margin-top: -.25rem !important;
    }

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

    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mt-xxl-n5 {
        margin-top: -2rem !important;
    }

    .mt-xxl-n6 {
        margin-top: -2.5rem !important;
    }

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

    .mt-xxl-n8 {
        margin-top: -3.5rem !important;
    }

    .mt-xxl-n9 {
        margin-top: -4rem !important;
    }

    .mt-xxl-n10 {
        margin-top: -4.5rem !important;
    }

    .me-xxl-n1 {
        margin-right: -.25rem !important;
    }

    .me-xxl-n2 {
        margin-right: -.5rem !important;
    }

    .me-xxl-n3 {
        margin-right: -1rem !important;
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .me-xxl-n5 {
        margin-right: -2rem !important;
    }

    .me-xxl-n6 {
        margin-right: -2.5rem !important;
    }

    .me-xxl-n7 {
        margin-right: -3rem !important;
    }

    .me-xxl-n8 {
        margin-right: -3.5rem !important;
    }

    .me-xxl-n9 {
        margin-right: -4rem !important;
    }

    .me-xxl-n10 {
        margin-right: -4.5rem !important;
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem !important;
    }

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

    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .mb-xxl-n5 {
        margin-bottom: -2rem !important;
    }

    .mb-xxl-n6 {
        margin-bottom: -2.5rem !important;
    }

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

    .mb-xxl-n8 {
        margin-bottom: -3.5rem !important;
    }

    .mb-xxl-n9 {
        margin-bottom: -4rem !important;
    }

    .mb-xxl-n10 {
        margin-bottom: -4.5rem !important;
    }

    .ms-xxl-n1 {
        margin-left: -.25rem !important;
    }

    .ms-xxl-n2 {
        margin-left: -.5rem !important;
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .ms-xxl-n5 {
        margin-left: -2rem !important;
    }

    .ms-xxl-n6 {
        margin-left: -2.5rem !important;
    }

    .ms-xxl-n7 {
        margin-left: -3rem !important;
    }

    .ms-xxl-n8 {
        margin-left: -3.5rem !important;
    }

    .ms-xxl-n9 {
        margin-left: -4rem !important;
    }

    .ms-xxl-n10 {
        margin-left: -4.5rem !important;
    }

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

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

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

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

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

    .p-xxl-10 {
        padding: 4.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .px-xxl-6 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }

    .px-xxl-7 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-8 {
        padding-right: 3.5rem !important;
        padding-left: 3.5rem !important;
    }

    .px-xxl-9 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .px-xxl-10 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .py-xxl-6 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .py-xxl-7 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-8 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }

    .py-xxl-9 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .py-xxl-10 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 2rem !important;
    }

    .pt-xxl-6 {
        padding-top: 2.5rem !important;
    }

    .pt-xxl-7 {
        padding-top: 3rem !important;
    }

    .pt-xxl-8 {
        padding-top: 3.5rem !important;
    }

    .pt-xxl-9 {
        padding-top: 4rem !important;
    }

    .pt-xxl-10 {
        padding-top: 4.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 2rem !important;
    }

    .pe-xxl-6 {
        padding-right: 2.5rem !important;
    }

    .pe-xxl-7 {
        padding-right: 3rem !important;
    }

    .pe-xxl-8 {
        padding-right: 3.5rem !important;
    }

    .pe-xxl-9 {
        padding-right: 4rem !important;
    }

    .pe-xxl-10 {
        padding-right: 4.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 2rem !important;
    }

    .pb-xxl-6 {
        padding-bottom: 2.5rem !important;
    }

    .pb-xxl-7 {
        padding-bottom: 3rem !important;
    }

    .pb-xxl-8 {
        padding-bottom: 3.5rem !important;
    }

    .pb-xxl-9 {
        padding-bottom: 4rem !important;
    }

    .pb-xxl-10 {
        padding-bottom: 4.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 2rem !important;
    }

    .ps-xxl-6 {
        padding-left: 2.5rem !important;
    }

    .ps-xxl-7 {
        padding-left: 3rem !important;
    }

    .ps-xxl-8 {
        padding-left: 3.5rem !important;
    }

    .ps-xxl-9 {
        padding-left: 4rem !important;
    }

    .ps-xxl-10 {
        padding-left: 4.5rem !important;
    }

    .content-space-t-xxl-0 {
        padding-top: 0 !important;
    }

    .content-space-t-xxl-1 {
        padding-top: 3rem !important;
    }

    .content-space-t-xxl-2 {
        padding-top: 5rem !important;
    }

    .content-space-t-xxl-3 {
        padding-top: 7.5rem !important;
    }

    .content-space-t-xxl-4 {
        padding-top: 10rem !important;
    }

    .content-space-t-xxl-5 {
        padding-top: 12.5rem !important;
    }

    .content-space-t-xxl-auto {
        padding-top: auto !important;
    }

    .content-space-b-xxl-0 {
        padding-bottom: 0 !important;
    }

    .content-space-b-xxl-1 {
        padding-bottom: 3rem !important;
    }

    .content-space-b-xxl-2 {
        padding-bottom: 5rem !important;
    }

    .content-space-b-xxl-3 {
        padding-bottom: 7.5rem !important;
    }

    .content-space-b-xxl-4 {
        padding-bottom: 10rem !important;
    }

    .content-space-b-xxl-5 {
        padding-bottom: 12.5rem !important;
    }

    .content-space-b-xxl-auto {
        padding-bottom: auto !important;
    }

    .content-space-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .content-space-xxl-1 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .content-space-xxl-2 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }

    .content-space-xxl-3 {
        padding-top: 7.5rem !important;
        padding-bottom: 7.5rem !important;
    }

    .content-space-xxl-4 {
        padding-top: 10rem !important;
        padding-bottom: 10rem !important;
    }

    .content-space-xxl-5 {
        padding-top: 12.5rem !important;
        padding-bottom: 12.5rem !important;
    }

    .content-space-xxl-auto {
        padding-top: auto !important;
        padding-bottom: auto !important;
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 1.75rem !important;
    }

    .fs-3 {
        font-size: 1.3125rem !important;
    }
}

a {
    text-decoration: none
}

:focus,
a:focus,
button:focus {
    outline-color: rgba(55, 125, 255, 0.5);
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

::-moz-selection {
    color: #3366cc;
    background-color: rgba(55, 125, 255, 0.1);
}

::selection {
    color: #3366cc;
    background-color: rgba(55, 125, 255, 0.1);
}

.bg-primary ::-moz-selection {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-primary ::selection {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.alert-primary {
    color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
}

.alert-primary .alert-link {
    color: #fff;
}

.alert-secondary {
    color: #fff;
    background-color: #71869d;
    border-color: #71869d;
}

.alert-secondary .alert-link {
    color: #fff;
}

.alert-success {
    color: #fff;
    background-color: #00c9a7;
    border-color: #00c9a7;
}

.alert-success .alert-link {
    color: #fff;
}

.alert-info {
    color: #fff;
    background-color: #09a5be;
    border-color: #09a5be;
}

.alert-info .alert-link {
    color: #fff;
}

.alert-warning {
    color: #000;
    background-color: #f5ca99;
    border-color: #f5ca99;
}

.alert-warning .alert-link {
    color: #000;
}

.alert-danger {
    color: #fff;
    background-color: #ed4c78;
    border-color: #ed4c78;
}

.alert-danger .alert-link {
    color: #fff;
}

.alert-light {
    color: #000;
    background-color: #f7faff;
    border-color: #f7faff;
}

.alert-light .alert-link {
    color: #000;
}

.alert-dark {
    color: #fff;
    background-color: #21325b;
    border-color: #21325b;
}

.alert-dark .alert-link {
    color: #fff;
}

.alert-soft-primary {
    color: #3366cc;
    background-color: rgba(55, 125, 255, 0.15);
}

.alert-soft-primary .alert-link {
    color: #3366cc;
}

.alert-soft-primary .alert-link:hover {
    color: #1366ff;
}

.alert-soft-secondary {
    color: #71869d;
    background-color: rgba(113, 134, 157, 0.15);
}

.alert-soft-secondary .alert-link {
    color: #71869d;
}

.alert-soft-secondary .alert-link:hover {
    color: #60748b;
}

.alert-soft-success {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, 0.15);
}

.alert-soft-success .alert-link {
    color: #00c9a7;
}

.alert-soft-success .alert-link:hover {
    color: #00a589;
}

.alert-soft-info {
    color: #09a5be;
    background-color: rgba(9, 165, 190, 0.15);
}

.alert-soft-info .alert-link {
    color: #09a5be;
}

.alert-soft-info .alert-link:hover {
    color: #07879c;
}

.alert-soft-warning {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, 0.15);
}

.alert-soft-warning .alert-link {
    color: #f5ca99;
}

.alert-soft-warning .alert-link:hover {
    color: #f2b978;
}

.alert-soft-danger {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, 0.15);
}

.alert-soft-danger .alert-link {
    color: #ed4c78;
}

.alert-soft-danger .alert-link:hover {
    color: #ea2c60;
}

.alert-soft-light {
    color: #f7faff;
    background-color: rgba(247, 250, 255, 0.15);
}

.alert-soft-light .alert-link {
    color: #f7faff;
}

.alert-soft-light .alert-link:hover {
    color: #d3e4ff;
}

.alert-soft-dark {
    color: #21325b;
    background-color: rgba(33, 50, 91, 0.15);
}

.alert-soft-dark .alert-link {
    color: #21325b;
}

.alert-soft-dark .alert-link:hover {
    color: #172441;
}

.alert-white {
    border: .0625rem solid rgba(33, 50, 91, 0.1);
    background-color: #fff;
}

.badge {
    line-height: normal;
}

.brand {
    width: 100%;
    max-width: 7.5rem;
}

.btn-link {
    font-weight: 400
}

.btn-link:focus {
    box-shadow: none
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none
}

.btn.dropdown-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.btn-transition {
    transition: all .2s ease-in-out
}

.btn-transition:focus,
.btn-transition:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    box-shadow: 0 4px 11px rgba(55, 125, 255, .35)
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    box-shadow: 0 4px 11px rgba(113, 134, 157, .35)
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    box-shadow: 0 4px 11px rgba(0, 201, 167, .35)
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    box-shadow: 0 4px 11px rgba(9, 165, 190, .35)
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    box-shadow: 0 4px 11px rgba(245, 202, 153, .35)
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    box-shadow: 0 4px 11px rgba(237, 76, 120, .35)
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    box-shadow: 0 4px 11px rgba(247, 250, 255, .35)
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    box-shadow: 0 4px 11px rgba(33, 50, 91, .35)
}

.btn-toggle .btn-toggle-default {
    display: inline-block
}

.btn-toggle .btn-toggle-toggled {
    display: none
}

.btn-toggle.toggled .btn-toggle-default {
    display: none
}

.btn-toggle.toggled .btn-toggle-toggled {
    display: inline-block
}

.btn-white {
    background-color: #fff;
    border-color: rgba(33, 50, 91, .1)
}

.btn-white.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-white,
.btn-white:focus,
.btn-white:hover {
    color: #1366ff;
    box-shadow: 0 3px 6px -2px rgba(140, 152, 164, .25)
}

.btn-check:focus+.btn-white.dropdown-toggle::after,
.btn-white:focus.dropdown-toggle::after,
.btn-white:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23377dff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-white.disabled,
.btn-white:disabled {
    color: #bdc5d1;
    background-color: rgba(231, 234, 243, .5)
}

.btn-primary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-secondary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-success.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-info.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-warning.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-danger.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-light.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-dark.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-ghost-primary {
    color: #3366cc;
    background-color: transparent
}

.btn-check:active+.btn-ghost-primary,
.btn-check:checked+.btn-ghost-primary,
.btn-check:focus+.btn-ghost-primary,
.btn-ghost-primary.active,
.btn-ghost-primary:active,
.btn-ghost-primary:focus,
.btn-ghost-primary:hover,
.show>.btn-ghost-primary.dropdown-toggle {
    color: #3366cc;
    background-color: rgba(55, 125, 255, .1)
}

.btn-ghost-primary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23377dff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-ghost-primary.btn-no-focus,
.btn-ghost-primary.btn-no-focus.focus,
.btn-ghost-primary.btn-no-focus:focus,
.btn-ghost-primary.btn-no-focus:hover {
    color: #3366cc;
    background-color: unset;
    box-shadow: none
}

.btn-check:focus+.btn-ghost-primary.btn-no-focus:hover,
.btn-ghost-primary.btn-no-focus.focus:hover,
.btn-ghost-primary.btn-no-focus:focus:hover,
.btn-ghost-primary.btn-no-focus:hover:hover {
    color: #3366cc;
    background-color: rgba(55, 125, 255, .1);
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-primary.btn-no-focus.btn-transition,
.btn-ghost-primary.btn-no-focus.btn-transition.focus,
.btn-ghost-primary.btn-no-focus.btn-transition:focus,
.btn-ghost-primary.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-primary.btn-no-focus.btn-transition:hover,
.btn-ghost-primary.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-primary.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-primary.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-ghost-secondary {
    color: #71869d;
    background-color: transparent
}

.btn-check:active+.btn-ghost-secondary,
.btn-check:checked+.btn-ghost-secondary,
.btn-check:focus+.btn-ghost-secondary,
.btn-ghost-secondary.active,
.btn-ghost-secondary:active,
.btn-ghost-secondary:focus,
.btn-ghost-secondary:hover,
.show>.btn-ghost-secondary.dropdown-toggle {
    color: #71869d;
    background-color: rgba(55, 125, 255, .1)
}

.btn-ghost-secondary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-ghost-secondary.btn-no-focus,
.btn-ghost-secondary.btn-no-focus.focus,
.btn-ghost-secondary.btn-no-focus:focus,
.btn-ghost-secondary.btn-no-focus:hover {
    color: #71869d;
    background-color: unset;
    box-shadow: none
}

.btn-check:focus+.btn-ghost-secondary.btn-no-focus:hover,
.btn-ghost-secondary.btn-no-focus.focus:hover,
.btn-ghost-secondary.btn-no-focus:focus:hover,
.btn-ghost-secondary.btn-no-focus:hover:hover {
    color: #71869d;
    background-color: rgba(113, 134, 157, .1);
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-secondary.btn-no-focus.btn-transition,
.btn-ghost-secondary.btn-no-focus.btn-transition.focus,
.btn-ghost-secondary.btn-no-focus.btn-transition:focus,
.btn-ghost-secondary.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-secondary.btn-no-focus.btn-transition:hover,
.btn-ghost-secondary.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-secondary.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-secondary.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-ghost-success {
    color: #00c9a7;
    background-color: transparent
}

.btn-check:active+.btn-ghost-success,
.btn-check:checked+.btn-ghost-success,
.btn-check:focus+.btn-ghost-success,
.btn-ghost-success.active,
.btn-ghost-success:active,
.btn-ghost-success:focus,
.btn-ghost-success:hover,
.show>.btn-ghost-success.dropdown-toggle {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, .1)
}

.btn-ghost-success.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300c9a7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-ghost-success.btn-no-focus,
.btn-ghost-success.btn-no-focus.focus,
.btn-ghost-success.btn-no-focus:focus,
.btn-ghost-success.btn-no-focus:hover {
    color: #00c9a7;
    background-color: unset;
    box-shadow: none
}

.btn-check:focus+.btn-ghost-success.btn-no-focus:hover,
.btn-ghost-success.btn-no-focus.focus:hover,
.btn-ghost-success.btn-no-focus:focus:hover,
.btn-ghost-success.btn-no-focus:hover:hover {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, .1);
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-success.btn-no-focus.btn-transition,
.btn-ghost-success.btn-no-focus.btn-transition.focus,
.btn-ghost-success.btn-no-focus.btn-transition:focus,
.btn-ghost-success.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-success.btn-no-focus.btn-transition:hover,
.btn-ghost-success.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-success.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-success.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-ghost-info {
    color: #09a5be;
    background-color: transparent
}

.btn-check:active+.btn-ghost-info,
.btn-check:checked+.btn-ghost-info,
.btn-check:focus+.btn-ghost-info,
.btn-ghost-info.active,
.btn-ghost-info:active,
.btn-ghost-info:focus,
.btn-ghost-info:hover,
.show>.btn-ghost-info.dropdown-toggle {
    color: #09a5be;
    background-color: rgba(9, 165, 190, .1)
}

.btn-ghost-info.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2309a5be' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-ghost-info.btn-no-focus,
.btn-ghost-info.btn-no-focus.focus,
.btn-ghost-info.btn-no-focus:focus,
.btn-ghost-info.btn-no-focus:hover {
    color: #09a5be;
    background-color: unset;
    box-shadow: none
}

.btn-check:focus+.btn-ghost-info.btn-no-focus:hover,
.btn-ghost-info.btn-no-focus.focus:hover,
.btn-ghost-info.btn-no-focus:focus:hover,
.btn-ghost-info.btn-no-focus:hover:hover {
    color: #09a5be;
    background-color: rgba(9, 165, 190, .1);
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-info.btn-no-focus.btn-transition,
.btn-ghost-info.btn-no-focus.btn-transition.focus,
.btn-ghost-info.btn-no-focus.btn-transition:focus,
.btn-ghost-info.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-info.btn-no-focus.btn-transition:hover,
.btn-ghost-info.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-info.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-info.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-ghost-warning {
    color: #f5ca99;
    background-color: transparent
}

.btn-check:active+.btn-ghost-warning,
.btn-check:checked+.btn-ghost-warning,
.btn-check:focus+.btn-ghost-warning,
.btn-ghost-warning.active,
.btn-ghost-warning:active,
.btn-ghost-warning:focus,
.btn-ghost-warning:hover,
.show>.btn-ghost-warning.dropdown-toggle {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, .1)
}

.btn-ghost-warning.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f5ca99' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-ghost-warning.btn-no-focus,
.btn-ghost-warning.btn-no-focus.focus,
.btn-ghost-warning.btn-no-focus:focus,
.btn-ghost-warning.btn-no-focus:hover {
    color: #f5ca99;
    background-color: unset;
    box-shadow: none
}

.btn-check:focus+.btn-ghost-warning.btn-no-focus:hover,
.btn-ghost-warning.btn-no-focus.focus:hover,
.btn-ghost-warning.btn-no-focus:focus:hover,
.btn-ghost-warning.btn-no-focus:hover:hover {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, .1);
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-warning.btn-no-focus.btn-transition,
.btn-ghost-warning.btn-no-focus.btn-transition.focus,
.btn-ghost-warning.btn-no-focus.btn-transition:focus,
.btn-ghost-warning.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-warning.btn-no-focus.btn-transition:hover,
.btn-ghost-warning.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-warning.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-warning.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-ghost-danger {
    color: #ed4c78;
    background-color: transparent
}

.btn-check:active+.btn-ghost-danger,
.btn-check:checked+.btn-ghost-danger,
.btn-check:focus+.btn-ghost-danger,
.btn-ghost-danger.active,
.btn-ghost-danger:active,
.btn-ghost-danger:focus,
.btn-ghost-danger:hover,
.show>.btn-ghost-danger.dropdown-toggle {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, .1)
}

.btn-ghost-danger.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ed4c78' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-ghost-danger.btn-no-focus,
.btn-ghost-danger.btn-no-focus.focus,
.btn-ghost-danger.btn-no-focus:focus,
.btn-ghost-danger.btn-no-focus:hover {
    color: #ed4c78;
    background-color: unset;
    box-shadow: none
}

.btn-check:focus+.btn-ghost-danger.btn-no-focus:hover,
.btn-ghost-danger.btn-no-focus.focus:hover,
.btn-ghost-danger.btn-no-focus:focus:hover,
.btn-ghost-danger.btn-no-focus:hover:hover {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, .1);
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-danger.btn-no-focus.btn-transition,
.btn-ghost-danger.btn-no-focus.btn-transition.focus,
.btn-ghost-danger.btn-no-focus.btn-transition:focus,
.btn-ghost-danger.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-danger.btn-no-focus.btn-transition:hover,
.btn-ghost-danger.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-danger.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-danger.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-ghost-light {
    color: #f7faff;
    background-color: transparent
}

.btn-check:active+.btn-ghost-light,
.btn-check:checked+.btn-ghost-light,
.btn-check:focus+.btn-ghost-light,
.btn-ghost-light.active,
.btn-ghost-light:active,
.btn-ghost-light:focus,
.btn-ghost-light:hover,
.show>.btn-ghost-light.dropdown-toggle {
    color: #f7faff;
    background-color: rgba(247, 250, 255, .1)
}

.btn-ghost-light.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f7faff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-ghost-light.btn-no-focus,
.btn-ghost-light.btn-no-focus.focus,
.btn-ghost-light.btn-no-focus:focus,
.btn-ghost-light.btn-no-focus:hover {
    color: #f7faff;
    background-color: unset;
    box-shadow: none
}

.btn-check:focus+.btn-ghost-light.btn-no-focus:hover,
.btn-ghost-light.btn-no-focus.focus:hover,
.btn-ghost-light.btn-no-focus:focus:hover,
.btn-ghost-light.btn-no-focus:hover:hover {
    color: #f7faff;
    background-color: rgba(247, 250, 255, .1);
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-light.btn-no-focus.btn-transition,
.btn-ghost-light.btn-no-focus.btn-transition.focus,
.btn-ghost-light.btn-no-focus.btn-transition:focus,
.btn-ghost-light.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-light.btn-no-focus.btn-transition:hover,
.btn-ghost-light.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-light.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-light.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-ghost-dark {
    color: #21325b;
    background-color: transparent
}

.btn-check:active+.btn-ghost-dark,
.btn-check:checked+.btn-ghost-dark,
.btn-check:focus+.btn-ghost-dark,
.btn-ghost-dark.active,
.btn-ghost-dark:active,
.btn-ghost-dark:focus,
.btn-ghost-dark:hover,
.show>.btn-ghost-dark.dropdown-toggle {
    color: #21325b;
    background-color: rgba(33, 50, 91, .1)
}

.btn-ghost-dark.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2321325b' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-ghost-dark.btn-no-focus,
.btn-ghost-dark.btn-no-focus.focus,
.btn-ghost-dark.btn-no-focus:focus,
.btn-ghost-dark.btn-no-focus:hover {
    color: #21325b;
    background-color: unset;
    box-shadow: none
}

.btn-check:focus+.btn-ghost-dark.btn-no-focus:hover,
.btn-ghost-dark.btn-no-focus.focus:hover,
.btn-ghost-dark.btn-no-focus:focus:hover,
.btn-ghost-dark.btn-no-focus:hover:hover {
    color: #21325b;
    background-color: rgba(33, 50, 91, .1);
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-dark.btn-no-focus.btn-transition,
.btn-ghost-dark.btn-no-focus.btn-transition.focus,
.btn-ghost-dark.btn-no-focus.btn-transition:focus,
.btn-ghost-dark.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-dark.btn-no-focus.btn-transition:hover,
.btn-ghost-dark.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-dark.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-dark.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-check:focus+.btn-ghost-secondary,
.btn-ghost-secondary:focus,
.btn-ghost-secondary:hover {
    color: #3366cc
}

.btn-check:focus+.btn-ghost-secondary.dropdown-toggle::after,
.btn-ghost-secondary:focus.dropdown-toggle::after,
.btn-ghost-secondary:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23377dff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:focus+.btn-ghost-secondary.btn-no-focus:hover,
.btn-ghost-secondary.btn-no-focus.focus:hover,
.btn-ghost-secondary.btn-no-focus:focus:hover,
.btn-ghost-secondary.btn-no-focus:hover:hover {
    color: #3366cc;
    background-color: rgba(55, 125, 255, .1)
}

.btn-check:focus+.btn-ghost-secondary.btn-no-focus.btn-transition,
.btn-ghost-secondary.btn-no-focus.btn-transition.focus,
.btn-ghost-secondary.btn-no-focus.btn-transition:focus,
.btn-ghost-secondary.btn-no-focus.btn-transition:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.btn-check:focus+.btn-ghost-secondary.btn-no-focus.btn-transition:hover,
.btn-ghost-secondary.btn-no-focus.btn-transition.focus:hover,
.btn-ghost-secondary.btn-no-focus.btn-transition:focus:hover,
.btn-ghost-secondary.btn-no-focus.btn-transition:hover:hover {
    -webkit-transform: translateY(-.1875rem);
    transform: translateY(-.1875rem)
}

.btn-soft-primary {
    color: #3366cc;
    background-color: rgba(55, 125, 255, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-primary,
.btn-soft-primary:focus,
.btn-soft-primary:hover {
    color: #fff;
    background-color: #3366cc
}

.btn-check:active+.btn-soft-primary,
.btn-check:checked+.btn-soft-primary,
.btn-soft-primary.active,
.btn-soft-primary:active,
.show>.btn-soft-primary.dropdown-toggle {
    color: #fff;
    background-color: #3366cc;
    border-color: transparent
}

.btn-soft-primary.disabled,
.btn-soft-primary:disabled {
    color: #3366cc;
    background-color: #3366cc;
    border-color: transparent
}

.btn-soft-secondary {
    color: #71869d;
    background-color: rgba(113, 134, 157, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-secondary,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
    color: #fff;
    background-color: #71869d
}

.btn-check:active+.btn-soft-secondary,
.btn-check:checked+.btn-soft-secondary,
.btn-soft-secondary.active,
.btn-soft-secondary:active,
.show>.btn-soft-secondary.dropdown-toggle {
    color: #fff;
    background-color: #71869d;
    border-color: transparent
}

.btn-soft-secondary.disabled,
.btn-soft-secondary:disabled {
    color: #71869d;
    background-color: #71869d;
    border-color: transparent
}

.btn-soft-success {
    color: #00c9a7;
    background-color: rgba(0, 201, 167, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-success,
.btn-soft-success:focus,
.btn-soft-success:hover {
    color: #fff;
    background-color: #00c9a7
}

.btn-check:active+.btn-soft-success,
.btn-check:checked+.btn-soft-success,
.btn-soft-success.active,
.btn-soft-success:active,
.show>.btn-soft-success.dropdown-toggle {
    color: #fff;
    background-color: #00c9a7;
    border-color: transparent
}

.btn-soft-success.disabled,
.btn-soft-success:disabled {
    color: #00c9a7;
    background-color: #00c9a7;
    border-color: transparent
}

.btn-soft-info {
    color: #09a5be;
    background-color: rgba(9, 165, 190, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-info,
.btn-soft-info:focus,
.btn-soft-info:hover {
    color: #fff;
    background-color: #09a5be
}

.btn-check:active+.btn-soft-info,
.btn-check:checked+.btn-soft-info,
.btn-soft-info.active,
.btn-soft-info:active,
.show>.btn-soft-info.dropdown-toggle {
    color: #fff;
    background-color: #09a5be;
    border-color: transparent
}

.btn-soft-info.disabled,
.btn-soft-info:disabled {
    color: #09a5be;
    background-color: #09a5be;
    border-color: transparent
}

.btn-soft-warning {
    color: #f5ca99;
    background-color: rgba(245, 202, 153, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-warning,
.btn-soft-warning:focus,
.btn-soft-warning:hover {
    color: #000;
    background-color: #f5ca99
}

.btn-check:active+.btn-soft-warning,
.btn-check:checked+.btn-soft-warning,
.btn-soft-warning.active,
.btn-soft-warning:active,
.show>.btn-soft-warning.dropdown-toggle {
    color: #000;
    background-color: #f5ca99;
    border-color: transparent
}

.btn-soft-warning.disabled,
.btn-soft-warning:disabled {
    color: #f5ca99;
    background-color: #f5ca99;
    border-color: transparent
}

.btn-soft-danger {
    color: #ed4c78;
    background-color: rgba(237, 76, 120, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-danger,
.btn-soft-danger:focus,
.btn-soft-danger:hover {
    color: #fff;
    background-color: #ed4c78
}

.btn-check:active+.btn-soft-danger,
.btn-check:checked+.btn-soft-danger,
.btn-soft-danger.active,
.btn-soft-danger:active,
.show>.btn-soft-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed4c78;
    border-color: transparent
}

.btn-soft-danger.disabled,
.btn-soft-danger:disabled {
    color: #ed4c78;
    background-color: #ed4c78;
    border-color: transparent
}

.btn-soft-light {
    color: #f7faff;
    background-color: rgba(247, 250, 255, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-light,
.btn-soft-light:focus,
.btn-soft-light:hover {
    color: #000;
    background-color: #f7faff
}

.btn-check:active+.btn-soft-light,
.btn-check:checked+.btn-soft-light,
.btn-soft-light.active,
.btn-soft-light:active,
.show>.btn-soft-light.dropdown-toggle {
    color: #000;
    background-color: #f7faff;
    border-color: transparent
}

.btn-soft-light.disabled,
.btn-soft-light:disabled {
    color: #f7faff;
    background-color: #f7faff;
    border-color: transparent
}

.btn-soft-dark {
    color: #21325b;
    background-color: rgba(33, 50, 91, .1);
    border-color: transparent
}

.btn-check:focus+.btn-soft-dark,
.btn-soft-dark:focus,
.btn-soft-dark:hover {
    color: #fff;
    background-color: #3366cc
}

.btn-check:active+.btn-soft-dark,
.btn-check:checked+.btn-soft-dark,
.btn-soft-dark.active,
.btn-soft-dark:active,
.show>.btn-soft-dark.dropdown-toggle {
    color: #fff;
    background-color: #648bfe;
    border-color: transparent
}

.btn-soft-dark.disabled,
.btn-soft-dark:disabled {
    color: #21325b;
    background-color: #21325b;
    border-color: transparent
}

.btn-soft-primary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23377dff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-soft-primary.dropdown-toggle::after,
.btn-soft-primary:focus.dropdown-toggle::after,
.btn-soft-primary:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-soft-secondary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-soft-secondary.dropdown-toggle::after,
.btn-soft-secondary:focus.dropdown-toggle::after,
.btn-soft-secondary:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-soft-success.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300c9a7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-soft-success.dropdown-toggle::after,
.btn-soft-success:focus.dropdown-toggle::after,
.btn-soft-success:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-soft-info.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2309a5be' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-soft-info.dropdown-toggle::after,
.btn-soft-info:focus.dropdown-toggle::after,
.btn-soft-info:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-soft-warning.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f5ca99' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-soft-warning.dropdown-toggle::after,
.btn-soft-warning:focus.dropdown-toggle::after,
.btn-soft-warning:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-soft-danger.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ed4c78' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-soft-danger.dropdown-toggle::after,
.btn-soft-danger:focus.dropdown-toggle::after,
.btn-soft-danger:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-soft-light.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f7faff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-soft-light.dropdown-toggle::after,
.btn-soft-light:focus.dropdown-toggle::after,
.btn-soft-light:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-soft-dark.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2321325b' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-check:focus+.btn-soft-dark.dropdown-toggle::after,
.btn-soft-dark:focus.dropdown-toggle::after,
.btn-soft-dark:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:focus+.btn-soft-secondary,
.btn-soft-secondary:focus,
.btn-soft-secondary:hover {
    color: #fff
}

.btn-check:focus+.btn-soft-secondary.dropdown-toggle::after,
.btn-soft-secondary:focus.dropdown-toggle::after,
.btn-soft-secondary:hover.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 600;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0
}

.btn-icon>svg {
    width: 1rem;
    height: auto
}

.btn-outline-primary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23377dff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-outline-primary:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:active+.btn-outline-primary.dropdown-toggle::after,
.btn-check:checked+.btn-outline-primary.dropdown-toggle::after,
.btn-outline-primary.active.dropdown-toggle::after,
.btn-outline-primary.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-primary:active.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-secondary.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-outline-secondary:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:active+.btn-outline-secondary.dropdown-toggle::after,
.btn-check:checked+.btn-outline-secondary.dropdown-toggle::after,
.btn-outline-secondary.active.dropdown-toggle::after,
.btn-outline-secondary.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-secondary:active.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-success.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300c9a7' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-outline-success:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:active+.btn-outline-success.dropdown-toggle::after,
.btn-check:checked+.btn-outline-success.dropdown-toggle::after,
.btn-outline-success.active.dropdown-toggle::after,
.btn-outline-success.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-success:active.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-info.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2309a5be' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-outline-info:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:active+.btn-outline-info.dropdown-toggle::after,
.btn-check:checked+.btn-outline-info.dropdown-toggle::after,
.btn-outline-info.active.dropdown-toggle::after,
.btn-outline-info.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-info:active.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-warning.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f5ca99' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-outline-warning:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:active+.btn-outline-warning.dropdown-toggle::after,
.btn-check:checked+.btn-outline-warning.dropdown-toggle::after,
.btn-outline-warning.active.dropdown-toggle::after,
.btn-outline-warning.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-warning:active.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-danger.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ed4c78' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-outline-danger:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:active+.btn-outline-danger.dropdown-toggle::after,
.btn-check:checked+.btn-outline-danger.dropdown-toggle::after,
.btn-outline-danger.active.dropdown-toggle::after,
.btn-outline-danger.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-danger:active.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-light.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f7faff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-outline-light:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:active+.btn-outline-light.dropdown-toggle::after,
.btn-check:checked+.btn-outline-light.dropdown-toggle::after,
.btn-outline-light.active.dropdown-toggle::after,
.btn-outline-light.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-light:active.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23000' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-dark.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%2321325b' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    transition: all .2s ease-in-out
}

.btn-outline-dark:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-check:active+.btn-outline-dark.dropdown-toggle::after,
.btn-check:checked+.btn-outline-dark.dropdown-toggle::after,
.btn-outline-dark.active.dropdown-toggle::after,
.btn-outline-dark.dropdown-toggle.show.dropdown-toggle::after,
.btn-outline-dark:active.dropdown-toggle::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e")
}

.btn-outline-primary,
.btn-outline-secondary {
    border-color: rgba(33, 50, 91, .1)
}

.btn-xs:not(.btn-icon) {
    font-size: .75rem;
    padding: .3125rem .75rem
}

.btn-icon.btn-xs {
    font-size: .75rem;
    width: 1.75rem;
    height: 1.75rem
}

.btn-icon.btn-xs>svg {
    width: .75rem;
    height: auto
}

.btn-group-sm>.btn-icon.btn,
.btn-icon.btn-sm {
    font-size: .8125rem;
    width: 2.5rem;
    height: 2.5rem
}

.btn-group-sm>.btn-icon.btn>svg,
.btn-icon.btn-sm>svg {
    width: .8125rem;
    height: auto
}

.btn-group-lg>.btn-icon.btn,
.btn-icon.btn-lg {
    font-size: 1.25rem;
    width: 4.25rem;
    height: 4.25rem
}

.btn-group-lg>.btn-icon.btn>svg,
.btn-icon.btn-lg>svg {
    width: 1.25rem;
    height: auto
}

.card {
    border-width: 0;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125)
}

.card table tr th {
    font-weight: 400
}

.card-header {
    border-width: 0
}

.card-footer {
    border-top-width: 0
}

.card-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: .8125rem;
    margin-bottom: .25rem
}

.card-title {
    margin-bottom: 0
}

.card-title:not(:last-child) {
    margin-bottom: .5rem
}

.card-header-title {
    margin-bottom: 0
}

.card-header-title+.card-text {
    margin-top: .25rem
}

.card-link {
    font-weight: 600;
    white-space: nowrap
}

.card-text {
    color: #677788
}

.btn-close:focus {
    box-shadow: none
}

.btn-close-light {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center
}

@media (min-width:576px) {
    .col-sm-divider>:not(:first-child) {
        position: relative
    }

    .col-sm-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(33, 50, 91, .1);
        content: ''
    }
}

.col-divider-rotated>:not(:first-child)::before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media (min-width:768px) {
    .col-md-divider>:not(:first-child) {
        position: relative
    }

    .col-md-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(33, 50, 91, .1);
        content: ''
    }
}

.col-divider-rotated>:not(:first-child)::before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media (min-width:992px) {
    .col-lg-divider>:not(:first-child) {
        position: relative
    }

    .col-lg-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(33, 50, 91, .1);
        content: ''
    }
}

.col-divider-rotated>:not(:first-child)::before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media (min-width:1200px) {
    .col-xl-divider>:not(:first-child) {
        position: relative
    }

    .col-xl-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(33, 50, 91, .1);
        content: ''
    }
}

.col-divider-rotated>:not(:first-child)::before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

@media (min-width:1400px) {
    .col-xxl-divider>:not(:first-child) {
        position: relative
    }

    .col-xxl-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 0;
        width: .0625rem;
        height: 100%;
        background-color: rgba(33, 50, 91, .1);
        content: ''
    }
}

.col-divider-rotated>:not(:first-child)::before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.col-divider>:not(:first-child) {
    position: relative
}

.col-divider>:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: .0625rem;
    height: 100%;
    background-color: rgba(33, 50, 91, .1);
    content: ''
}

.col-divider-rotated>:not(:first-child)::before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg)
}

.col-divider>:not(:first-child) {
    position: relative
}

.col-divider>:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 1.5rem);
    height: .0625rem;
    background-color: rgba(33, 50, 91, .1);
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.col-divider>* {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.col-divider>:first-child {
    padding-top: 0
}

.col-divider>:last-child {
    padding-bottom: 0
}

@media (max-width:575.98px) {
    .col-sm-divider>:not(:first-child) {
        position: relative
    }

    .col-sm-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(33, 50, 91, .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .col-sm-divider>* {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .col-sm-divider>:first-child {
        padding-top: 0
    }

    .col-sm-divider>:last-child {
        padding-bottom: 0
    }
}

@media (max-width:767.98px) {
    .col-md-divider>:not(:first-child) {
        position: relative
    }

    .col-md-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(33, 50, 91, .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .col-md-divider>* {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .col-md-divider>:first-child {
        padding-top: 0
    }

    .col-md-divider>:last-child {
        padding-bottom: 0
    }
}

@media (max-width:991.98px) {
    .col-lg-divider>:not(:first-child) {
        position: relative
    }

    .col-lg-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(33, 50, 91, .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .col-lg-divider>* {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .col-lg-divider>:first-child {
        padding-top: 0
    }

    .col-lg-divider>:last-child {
        padding-bottom: 0
    }

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

@media (max-width:1199.98px) {
    .col-xl-divider>:not(:first-child) {
        position: relative
    }

    .col-xl-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(33, 50, 91, .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .col-xl-divider>* {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .col-xl-divider>:first-child {
        padding-top: 0
    }

    .col-xl-divider>:last-child {
        padding-bottom: 0
    }
}

@media (max-width:1399.98px) {
    .col-xxl-divider>:not(:first-child) {
        position: relative
    }

    .col-xxl-divider>:not(:first-child)::before {
        position: absolute;
        top: 0;
        left: 50%;
        width: calc(100% - 1.5rem);
        height: .0625rem;
        background-color: rgba(33, 50, 91, .1);
        content: '';
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .col-xxl-divider>* {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .col-xxl-divider>:first-child {
        padding-top: 0
    }

    .col-xxl-divider>:last-child {
        padding-bottom: 0
    }
}

.col-divider>:not(:first-child) {
    position: relative
}

.col-divider>:not(:first-child)::before {
    position: absolute;
    top: 0;
    left: 0;
    width: .0625rem;
    height: 100%;
    background-color: rgba(33, 50, 91, .1);
    content: ''
}

.col-divider>*,
.col-divider>:first-child,
.col-divider>:last-child {
    padding-top: 0;
    padding-bottom: 0
}

.col-divider-light>:not(:first-child)::before {
    background-color: rgba(255, 255, 255, .1)
}

.devices {
    max-width: 1140px;
    position: relative;
    overflow: hidden;
    padding: 0 .75rem 7rem;
    margin-right: -.75rem;
}

.devices .device-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin-left: 2rem;
    margin-bottom: 5rem
}

@media (max-width:991.98px) {
    .devices .device-mobile {
        display: none
    }
}

.devices .device-browser {
    margin-left: auto;
    margin-right: 5rem
}

@media (max-width:991.98px) {
    .devices .device-mobile {
        margin-right: .5rem
    }

    .devices .device-browser {
        margin-right: auto
    }
}

.devices-shadow-none .device-browser-frame,
.devices-shadow-none .device-mobile-frame {
    box-shadow: none
}

.devices-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-gap: 1rem
}

@media (max-width:991.98px) {
    .devices-wrap {
        display: none
    }
}

.devices-rotated {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
}

.devices-rotated .devices-rotated-body {
    -webkit-transform: translate3d(15%, 0, 0);
    transform: translate3d(15%, 0, 0)
}

.devices-top-start-50 {
    position: absolute;
    top: 0;
    left: 50%
}

.device-mobile {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 15rem;
    height: auto
}

.device-mobile-frame {
    background: #f8fafd;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, .5), 0 2rem 4rem -2rem rgba(33, 50, 91, .3), inset 0 -.1875rem .3125rem 0 rgba(151, 164, 175, .5);
    border-radius: 2rem;
    padding: .3125rem
}

.device-mobile-img {
    max-width: 100%;
    height: auto;
    border-radius: 1.6rem
}

.device-tablet {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 50rem;
    height: auto
}

.device-tablet-frame {
    background: #f8fafd;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, .5), 0 2rem 4rem -2rem rgba(33, 50, 91, .3), inset 0 -.1875rem .3125rem 0 rgba(151, 164, 175, .5);
    border-radius: 1rem;
    padding: .3125rem
}

.device-tablet-img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem
}

.device-vertical-tablet {
    position: relative;
    z-index: 1;
    max-width: 100%;
    width: 30rem;
    height: auto
}

.device-vertical-tablet-frame {
    background: #f8fafd;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, .5), 0 2rem 4rem -2rem rgba(33, 50, 91, .3), inset 0 -.1875rem .3125rem 0 rgba(151, 164, 175, .5);
    border-radius: 1rem;
    padding: .3125rem
}

.device-vertical-tablet-img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem
}

.device-browser {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 50rem;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.device-browser-frame {
    background: #fff;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, .5), 0 2rem 4rem -2rem rgba(33, 50, 91, .3);
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.device-browser-img {
    max-width: 100%;
    height: auto;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.device-browser-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    max-width: 50rem;
    background: #fff;
    border-bottom: .0625rem solid #f1f3f8;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding: .5rem 6.5rem
}

.device-browser-header-btn-list {
    display: -ms-flexbox;
    display: flex;
    grid-gap: .25rem;
    position: absolute;
    top: calc(50% - .25rem);
    left: 1rem
}

.device-browser-header-btn-list-btn {
    width: .5rem;
    height: .5rem;
    background-color: #e7eaf3;
    border-radius: 50%
}

.device-browser-header-browser-bar {
    display: -ms-flexbox;
    display: flex;
    padding-left: 3px;
    width: 100%;
    height: 100%;
    color: #677788;
    background-color: #e7eaf3;
    font-size: .5rem;
    border-radius: .125rem
}

.device-browser-lg {
    width: 60rem
}

.device-browser-lg .device-browser-header {
    max-width: 60rem
}

.form-label-secondary {
    font-size: .875rem;
    color: #8c98a4
}

.form-label-link {
    font-weight: 600;
    font-size: .875rem;
    margin-bottom: .5rem
}

.icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: .3125rem
}

.icon-circle {
    border-radius: 50%
}

.icon.icon-xs {
    font-size: .75rem;
    width: 1.75rem;
    height: 1.75rem
}

.icon.icon-sm {
    font-size: .8125rem;
    width: 2.5rem;
    height: 2.5rem
}

.icon.icon-lg {
    font-size: 1.25rem;
    width: 4.25rem;
    height: 4.25rem
}

.icon-primary {
    color: #fff;
    border-color: #3366cc;
    background-color: #3366cc
}

.icon-secondary {
    color: #fff;
    border-color: #71869d;
    background-color: #71869d
}

.icon-success {
    color: #fff;
    border-color: #00c9a7;
    background-color: #00c9a7
}

.icon-info {
    color: #fff;
    border-color: #09a5be;
    background-color: #09a5be
}

.icon-warning {
    color: #000;
    border-color: #f5ca99;
    background-color: #f5ca99
}

.icon-danger {
    color: #fff;
    border-color: #ed4c78;
    background-color: #ed4c78
}

.icon-light {
    color: #000;
    border-color: #f7faff;
    background-color: #f7faff
}

.icon-dark {
    color: #fff;
    border-color: #21325b;
    background-color: #21325b
}

.icon-soft-primary {
    color: #3366cc;
    background: rgba(55, 125, 255, .1)
}

.icon-soft-secondary {
    color: #71869d;
    background: rgba(113, 134, 157, .1)
}

.icon-soft-success {
    color: #00c9a7;
    background: rgba(0, 201, 167, .1)
}

.icon-soft-info {
    color: #09a5be;
    background: rgba(9, 165, 190, .1)
}

.icon-soft-warning {
    color: #f5ca99;
    background: rgba(245, 202, 153, .1)
}

.icon-soft-danger {
    color: #ed4c78;
    background: rgba(237, 76, 120, .1)
}

.icon-soft-light {
    color: #f7faff;
    background: rgba(247, 250, 255, .1)
}

.icon-soft-dark {
    color: #21325b;
    background: rgba(33, 50, 91, .1)
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.navbar-brand-logo {
    width: 100%;
    min-width: 3rem;
    max-width: 4rem;
    padding: 5px;
}

.shape-container {
    position: relative
}

.shape[class*=text-]>svg [fill]:not([fill=none]) {
    fill: currentColor !important
}

.shape {
    position: absolute;
    z-index: -1
}

.shape-top {
    top: 0;
    left: 0;
    right: 0
}

.shape-top>svg {
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.shape-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.shape-bottom>svg {
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.shape-start {
    top: 0;
    left: 0;
    bottom: 0
}

.shape-start>svg {
    width: auto;
    height: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.shape-end {
    top: 0;
    right: 0;
    bottom: 0
}

.shape-end>svg {
    width: auto;
    height: 100%;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.svg-icon {
    display: block;
    margin-top: .125rem
}

.svg-icon[class*=text-]>svg [fill]:not([fill=none]) {
    fill: currentColor !important
}

.svg-inline {
    display: inline-block
}

.svg-icon>svg {
    width: 2.75rem;
    height: 2.75rem
}

.svg-icon-xs>svg {
    width: 1.25rem;
    height: 1.25rem
}

.svg-icon-sm>svg {
    width: 1.75rem;
    height: 1.75rem
}

.svg-icon-lg>svg {
    width: 3.5rem;
    height: 3.5rem
}

[class*=text-highlight-] {
    background: left 1em/1em .2em;
    background-repeat: repeat-x
}

@media (max-width:453px) {
    .text-highlight-primary {
        background-image: none !important;
    }
}
.text-highlight-primary {
    background-image: linear-gradient(to bottom, rgba(50,102,204, .5), rgba(50,102,204, 1))
}

.text-highlight-secondary {
    background-image: linear-gradient(to bottom, rgba(113, 134, 157, .5), rgba(113, 134, 157, .5))
}

.text-highlight-success {
    background-image: linear-gradient(to bottom, rgba(0, 201, 167, .5), rgba(0, 201, 167, .5))
}

.text-highlight-info {
    background-image: linear-gradient(to bottom, rgba(9, 165, 190, .5), rgba(9, 165, 190, .5))
}

.text-highlight-warning {
    background-image: linear-gradient(to bottom, rgba(245, 202, 153, .5), rgba(245, 202, 153, .5))
}

.text-highlight-danger {
    background-image: linear-gradient(to bottom, rgba(237, 76, 120, .5), rgba(237, 76, 120, .5))
}

.text-highlight-light {
    background-image: linear-gradient(to bottom, rgba(247, 250, 255, .5), rgba(247, 250, 255, .5))
}

.text-highlight-dark {
    background-image: linear-gradient(to bottom, rgba(33, 50, 91, .5), rgba(33, 50, 91, .5))
}

.gradient-y-sm-primary {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(55, 125, 255, .075))
}

.gradient-y-gray {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(231, 234, 243, .5))
}

.gradient-y-lg-white {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff)
}

.gradient-y-three-sm-primary {
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(55, 125, 255, .075) 50%, rgba(255, 255, 255, 0))
}

.gradient-x-three-sm-primary {
    background-image: linear-gradient(to right, rgba(55, 125, 255, .03), rgba(9, 165, 190, .05) 50%, rgba(245, 202, 153, .05))
}

[class*=gradient-x-overlay-],
[class*=gradient-y-overlay-],
[class*=gradient-y-three-overlay-] {
    position: relative;
    z-index: 1
}

[class*=gradient-x-overlay-]::before,
[class*=gradient-y-overlay-]::before,
[class*=gradient-y-three-overlay-]::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: ""
}

[class*=gradient-x-overlay-].card::before,
[class*=gradient-y-overlay-].card::before,
[class*=gradient-y-three-overlay-].card::before {
    border-radius: .5rem
}

.gradient-x-overlay-lg-dark-video::before {
    z-index: 2;
    background-image: linear-gradient(to right, rgba(33, 50, 91, .95) 0, rgba(33, 50, 91, .95) 100%)
}

.gradient-x-overlay-sm-primary::before {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(55, 125, 255, .05))
}

.gradient-x-overlay-sm-dark::before {
    background-image: linear-gradient(to right, rgba(33, 50, 91, .25) 0, rgba(30, 32, 34, .25) 100%)
}

.gradient-x-overlay-lg-dark::before {
    background-image: linear-gradient(to right, rgba(33, 50, 91, .9) 0, rgba(33, 50, 91, .9) 100%)
}

.gradient-y-overlay-lg-dark::before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(12, 13, 14, .6))
}

.gradient-y-overlay-lg-white::before {
    background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, .9))
}

.gradient-y-overlay-sm-gray-900::before {
    background-image: linear-gradient(to bottom, rgba(30, 32, 34, .3), rgba(33, 50, 91, .2))
}

.link {
    font-weight: 600
}

.link-primary:focus,
.link-primary:hover {
    color: #1366ff
}

.link-secondary:focus,
.link-secondary:hover {
    color: #1366ff
}

.link-success:focus,
.link-success:hover {
    color: #1366ff
}

.link-info:focus,
.link-info:hover {
    color: #1366ff
}

.link-warning:focus,
.link-warning:hover {
    color: #1366ff
}

.link-danger:focus,
.link-danger:hover {
    color: #1366ff
}

.link-light:focus,
.link-light:hover {
    color: rgba(255, 255, 255, .7)
}

.link-dark:focus,
.link-dark:hover {
    color: #1366ff
}

.text-dark {
    color: #1e2022 !important
}

.text-dark[href]:hover {
    color: #1366ff !important
}

.link-secondary[href]:hover,
.text-body[href]:hover,
.text-muted[href]:hover,
.text-secondary[href]:hover {
    color: #1366ff !important
}

a:hover .text-inherit {
    color: #1366ff !important
}

.transform-rotate-n40deg {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transform-origin: 30% 20%;
    transform-origin: 30% 20%
}

.transform-rotate-n22deg {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
}

.rotated-3d-left {
    -webkit-transform: perspective(1140px) rotateX(7deg) rotateY(-17deg) rotateZ(4deg);
    transform: perspective(1140px) rotateX(7deg) rotateY(-17deg) rotateZ(4deg)
}

.rotated-3d-right {
    -webkit-transform: perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg);
    transform: perspective(1140px) rotateX(7deg) rotateY(17deg) rotateZ(-4deg)
}

.divider-start {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #8c98a4
}

.divider-start::after {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    border-top: .0625rem solid rgba(33, 50, 91, .1);
    margin-top: .0625rem;
    content: ''
}

.divider-start::after {
    margin-left: 1.5rem
}

.divider-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #8c98a4
}

.divider-end::before {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    border-top: .0625rem solid rgba(33, 50, 91, .1);
    margin-top: .0625rem;
    content: ''
}

.divider-end::before {
    margin-right: 1.5rem
}

.divider-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #8c98a4
}

.divider-center::after,
.divider-center::before {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    border-top: .0625rem solid rgba(33, 50, 91, .1);
    margin-top: .0625rem;
    content: ''
}

.divider-center::before {
    margin-right: 1.5rem
}

.divider-center::after {
    margin-left: 1.5rem
}

.nav-scroller-horizontal {
    position: relative
}

.nav-scroller-horizontal .nav {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    white-space: nowrap;
    scroll-behavior: smooth
}

.nav-scroller-horizontal .nav .nav-item {
    white-space: nowrap
}

.nav-scroller-horizontal .nav .nav-link {
    white-space: nowrap
}

.nav-scroller-horizontal .nav::-webkit-scrollbar {
    display: none
}

.nav-scroller-horizontal .nav-tabs {
    padding-bottom: .1875rem
}

.nav-sm .nav-link {
    font-size: .9375rem;
    padding-right: .75rem;
    padding-left: .75rem
}

.nav-sm.nav-pills .nav-link {
    padding: .75rem .75rem
}

.nav-lg .nav-link {
    font-size: 1rem
}

.nav-lg.nav-pills .nav-link {
    padding: 1.5rem 1.5rem
}

@media (max-width:300px) {
    .nav-lg.nav-pills .nav-link {
        padding: 1.5rem 0.5rem
    }
}


/* Custom */


.bg-img-start {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.module-slider {
    overflow: hidden;
    position: relative;
    width: 1900px;
    min-height: 20px;
    margin: 0 auto;
}

.related {
    display: none;
}

@media (max-width:652px) {
    .aplications {
        display: none;
    }

    .related {
        display: flex;
    }
}

.icon-module {
    margin: 10px auto;
    width: 70px;
    height: 70px;
    display: inline-block;
    cursor: pointer;
}

@media (max-width:576px) {
    .txt-d {
        display: table-caption;
    }
}

@media (max-width:1101px) {
    .end-line {
        display: none;
    }
}

@media (max-width:960px) {
    .none-text {
        display: none;
    }
}
@media (max-width:1260px) {
    .end-line {
        display: none;
    }
}

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

@media (min-width:780px) {
    .end-li {
        display: none;
    }
}

.floating {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }
}

.has-error .help-block{
    font-size: 13px;
    color: #ea4335;
}
.has-error .form-control {
    border-color: #ea4335;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #d62516;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f49991;
}
.has-error .input-group-addon {
    color: #ea4335;
    border-color: #ea4335;
    background-color: #ea4335;
}
.has-error .form-control-feedback {
    color: #ea4335;
}

.offcanvas{
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.text-selection-blue::selection {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.top-25 {
    top: 25%!important;
}

@media (min-width:768px) {
    .top-md-0 {
        top: 0!important;
    }
}

.text-gestao365{
    color: #4888ff;
}

#back-to-top{
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    color: #4888ff;
    border-radius: 100px;
}

#back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    background-color: #3366cc;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

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

.text-decoration a:hover{
    text-decoration:underline;
}

iframe{
    width: 100%;
}

.navbar-module{
    position: absolute;
    width: 100%;
    z-index: 99999;
    border: none;
    border-bottom: 1px solid #d1d1d1;
    background: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.contact{
    font-size: 1.25rem;
}

@media (max-width:328px){
    .contact{
        visibility: hidden;
        width: 50px;
    }
}

.bg-white{
    background-color: white;
}

.fs-3rem{
    font-size: 3rem;
}

@media (max-width: 400px) {
    .fs-3rem{
        font-size: 2rem;
    }
}

p{
    font-size: 1.1rem;
}

.section-contact{
    max-width: 800px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uppercase{
    text-transform: uppercase;
}

.demo-device {
    background-color: #F5F7FA;
    border: 1rem solid #FFF;
    border-radius: 2rem;
    -webkit-box-shadow: 20px 25px 40px rgb(81 98 130 / 20%);
    box-shadow: 20px 25px 40px rgba(81, 98, 130, 0.20);
    display: flex;
}

.demo-device > img {
    width: 100%;
    border-radius: 1rem;
}

@media (max-width:575px) {
    .demo-device {
        border: 0.5rem solid #FFF;
        border-radius: 0.5rem;
    }

    .demo-device > img {
        border-radius: 0.5rem;
    }
}

@media (max-width:766px) {
    .gradient-y-overlay-sm-gray-900::before {
        background-image: linear-gradient(to top, rgba(30, 32, 34, .9), rgba(33, 50, 91, .2))
    }
}

.demo-section {
    align-self: center;
    padding-bottom: 2rem;
    text-align: center;
    padding-right: 1rem;
}

.fixed {
    right: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    padding: 0;
    min-height: 65px;
}

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

.footer-img {
    height: 60px;
}

.footer-brand-logo {
    width: 100%;
    min-width: 3rem;
    max-width: 4rem;
    padding: 5px;
}

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

.logo-title {
    font-weight: bold;
    font-size: 2rem;
}

.avatar {
    max-width: 140px;
    max-height: 80px;
    width: auto !important;
    height: auto !important;
}

@media (max-width:991px) {
    .px-xs-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

@media (max-width:350px) {
    .logo-title {
        font-size: 1rem;
        font-weight: bold;
    }
}

.swiper-slide {
    height: auto!important;
}

.list-circle {
    list-style: disc;
    margin-bottom: 50px;
}

.list-circle > li {
    margin-top: 10px;
}

.module:hover > h3{
    color: var(--bs-primary);
}
