@charset "UTF-8";

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

:root {
    --bs-heading-color: #1a1a1a !important;
}

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

@media (min-width:1200px) {

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

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

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

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

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

ul {
    padding-left: 2rem
}

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

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

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

sub {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

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

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

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

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

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

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

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

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
    appearance: button;
}

iframe {
    border: 0
}

[hidden] {
    display: none !important
}

.lead-0 {
    font-size: 1.05rem !important;
}

p.lead {
    line-height: 28.8px;
    line-height: 1.8rem
}

.lead {
    letter-spacing: -.05em;
    font-size: 19.2px;
    font-size: 1.2rem
}

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

.lead-2 {
    font-size: 17.92px;
    font-size: 1.12rem
}


.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

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

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

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

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

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

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

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

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

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

.col {
    flex: 1 0 0%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

.g-0 {
    --bs-gutter-x: 0
}

.g-0 {
    --bs-gutter-y: 0
}

.g-1 {
    --bs-gutter-x: .25rem
}

.g-1 {
    --bs-gutter-y: .25rem
}

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

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

.g-3 {
    --bs-gutter-x: 1rem
}

.g-3 {
    --bs-gutter-y: 1rem
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4 {
    --bs-gutter-y: 1.5rem
}

.g-5 {
    --bs-gutter-x: 3rem
}

.g-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .g-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1 {
        --bs-gutter-y: .25rem
    }

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

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

    .g-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .g-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1 {
        --bs-gutter-y: .25rem
    }

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

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

    .g-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

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

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

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

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

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

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

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

    .g-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1 {
        --bs-gutter-y: .25rem
    }

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

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

    .g-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5 {
        --bs-gutter-y: 3rem
    }
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0 !important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

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

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

.input-group>.form-control:focus {
    z-index: 5
}

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

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

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

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-control:not(:focus).is-valid {
    z-index: 3
}

.input-group>.form-control:not(:focus).is-invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

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

.dropdown,
.dropdown-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

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

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

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

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width) * -1)
}

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

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

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

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1)
}

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

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

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

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

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

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

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

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

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-toggle {
    background-color: #ffffff !important;
    border: 1px solid #dee2e686 !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 10px rgba(223, 222, 222, 0.747) !important;

}

.card-default {
    background-color: #ffffff !important;
    border: 1px solid #dee2e686 !important;
    border-radius: 5px !important;
    box-shadow: 0 4px 10px rgba(223, 222, 222, 0.747) !important;
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

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

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

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

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.align-top {
    vertical-align: top !important
}

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

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

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

.align-text-top {
    vertical-align: text-top !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

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

.position-relative {
    position: relative !important
}

.top-0 {
    top: 0 !important
}

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

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

.bottom-0 {
    bottom: 0 !important
}

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

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

.start-0 {
    left: 0 !important
}

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

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

.end-0 {
    right: 0 !important
}

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

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

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

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

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: .1
}

.border-opacity-25 {
    --bs-border-opacity: .25
}

.border-opacity-50 {
    --bs-border-opacity: .5
}

.border-opacity-75 {
    --bs-border-opacity: .75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-items-end {
    align-items: flex-end !important
}

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

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

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

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

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

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

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

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

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

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

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

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

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

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

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

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

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

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

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

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

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

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

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

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

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

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

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

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

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

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

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

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

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

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

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

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

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

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

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

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

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

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

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

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

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

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

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

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

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.link-opacity-10 {
    --bs-link-opacity: .1
}

.link-opacity-25 {
    --bs-link-opacity: .25
}

.link-opacity-50 {
    --bs-link-opacity: .5
}

.link-opacity-75 {
    --bs-link-opacity: .75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

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

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

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

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

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

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

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

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

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

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

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

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

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

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

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

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

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

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

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

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

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

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

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

@media (min-width:576px) {
    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-items-sm-end {
        align-items: flex-end !important
    }

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

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

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

    .m-sm-auto {
        margin: auto !important
    }

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

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

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

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

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

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

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

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

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

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

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

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

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

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

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

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

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

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

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

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

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

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

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

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

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

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

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

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

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

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

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

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

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

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

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

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

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

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

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

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

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

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

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

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

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

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

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

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

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

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

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

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

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

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

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

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

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

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

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

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

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

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

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

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

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

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

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-items-md-end {
        align-items: flex-end !important
    }

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

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

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

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

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

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

    .m-md-auto {
        margin: auto !important
    }

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

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

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

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

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

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

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

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

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

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

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

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

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

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

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

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

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

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

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

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

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

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

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

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

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

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

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

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

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

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

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

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

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

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

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .align-items-lg-end {
        align-items: flex-end !important
    }

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

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

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

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

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

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

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

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

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

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

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

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

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

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

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

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

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

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

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

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

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

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

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

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

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

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

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

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

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

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

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

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

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

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

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

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

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

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

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

html {
    direction: ltr;
    overflow-x: hidden;
    box-shadow: none !important;
    -webkit-font-smoothing: antialiased
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: auto
    }
}

body {
    background-color: var(--light);
    color: var(--default);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;
    margin: 0
}

body a {
    outline: 0 !important
}

::-moz-selection {
    color: var(--primary-inverse);
    background: var(--primary)
}

::selection {
    color: var(--primary-inverse);
    background: var(--primary)
}

.body {
    background-color: var(--light)
}

a {
    text-decoration: none
}

a:not(.btn):hover {
    text-decoration: underline
}

li {
    line-height: 24px
}

@media (max-width:575px) {
    body {
        font-size: 13px
    }
}

#header {
    position: relative;
    z-index: 1030
}

#header .header-body {
    display: flex;
    flex-direction: column;
    background: var(--light);
    transition: min-height .3s ease;
    width: 100%;
    border-top: 3px solid #ededed;
    border-bottom: 1px solid transparent;
    z-index: 1001
}

#header .header-body[class*=border-color-] {
    border-bottom: 0 !important
}

#header .header-container {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    transition: ease height .3s
}

@media (max-width:991px) {
    #header .header-container:not(.container):not(.container-fluid) .header-nav-main {
        padding: 0 .75rem
    }
}

#header .header-container.header-container-height-sm {
    height: 100px
}

#header .header-container.header-container-height-md {
    height: 125px
}

#header .header-container.header-container-height-lg {
    height: 145px
}

#header .container {
    position: relative
}

@media (max-width:767px) {
    #header .container {
        width: 100%
    }
}

#header .header-row {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%
}

#header .header-column {
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-grow: 1;
    flex-direction: column
}

#header .header-column.header-column-border-right {
    border-right: 1px solid rgba(0, 0, 0, .06)
}

#header .header-column .header-row {
    justify-content: inherit
}

#header.header-no-min-height .header-body {
    min-height: 0 !important
}

#header .header-top {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, .06);
    min-height: 47px
}

#header .header-top.header-top-light-border-bottom {
    border-bottom-color: var(--light-rgba-10)
}

#header .header-top.header-top-default {
    background: var(--grey-100)
}

#header .header-top.header-top-borders {
    border-bottom-width: 1px
}

#header .header-top.header-top-light-borders {
    border-bottom-color: var(--light-rgba-20)
}

#header .header-top.header-top-light-2-borders {
    border-bottom-color: rgba(255, 255, 255, .06)
}

#header .header-top.header-top-semi-transparent {
    background-color: rgba(0, 0, 0, .15)
}

#header .header-top.header-top-semi-transparent-light {
    background-color: rgba(255, 255, 255, .15)
}

#header .header-logo {
    margin: 16px 0;
    margin: 1rem 0;
    position: relative;
    z-index: 1
}

#header .header-logo img {
    transition: all .3s ease;
    position: relative;
    top: 0;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0)
}

#header .header-nav {
    padding: 16px 0;
    padding: 1rem 0;
    min-height: 70px
}

#header .header-nav-top {
    display: flex;
    align-self: stretch;
    align-items: center
}

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span {
    color: #999;
    font-size: .9em;
    padding: 6px 10px;
    display: inline-block;
    letter-spacing: -.5px
}

#header .header-nav-top .nav>li>a .icons,
#header .header-nav-top .nav>li>a [class*=fa-],
#header .header-nav-top .nav>li>span .icons,
#header .header-nav-top .nav>li>span [class*=fa-] {
    margin-right: 3px;
    font-size: .8em;
    position: relative
}

#header .header-nav-top .nav>li>a {
    text-decoration: none
}

#header .header-nav-top .nav>li>a a:focus,
#header .header-nav-top .nav>li>a:hover {
    background: 0 0
}

@media (max-width:575px) {
    #header .header-nav-top .nav>li:not(.d-none) {
        margin-left: 0;
        padding-left: 0
    }
}

#header .header-social-icons {
    margin-left: 16px;
    margin-left: 1rem
}

#header .header-border-right {
    border-right: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-top {
    border-top: 1px solid rgba(0, 0, 0, .08)
}

#header .header-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

#header .header-btn-collapse-nav {
    background: var(--grey-500);
    color: var(--light);
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem
}

#header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important
}

#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li:hover>a,
#header.header-no-border-bottom .header-nav.header-nav-line nav>ul>li>a,
#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li:hover>a,
#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li>a {
    margin: 0
}

#header.header-effect-shrink {
    transition: ease height .3s
}

#header.header-effect-shrink .header-top {
    transition: ease height .3s
}

#header.header-effect-shrink .header-container {
    min-height: 100px
}

#header.header-effect-shrink .header-logo {
    display: flex;
    align-items: center
}

#header.header-dark .header-body {
    background: var(--dark)
}

html #header.header-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute
}

html #header.header-transparent .header-body:not(.header-border-bottom) {
    border-bottom: 0
}

html:not(.sticky-header-active) #header.header-transparent:not(.header-semi-transparent) .header-body {
    background-color: transparent !important
}

html:not(.sticky-header-active) #header.header-semi-transparent-light .header-body {
    background-color: rgba(255, 255, 255, .8) !important
}

html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
    background-color: rgba(68, 68, 68, .4) !important
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border .header-body {
    border-bottom: 1px solid rgba(68, 68, 68, .4)
}

html:not(.sticky-header-active) #header.header-transparent-light-bottom-border-1 .header-body {
    border-bottom: 1px solid rgba(68, 68, 68, .1)
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

html:not(.sticky-header-active) #header.header-transparent-dark-bottom-border-1 .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

@media (max-width:991px) {
    html #header.header-transparent .header-body {
        overflow: hidden
    }

    html #header.header-transparent .header-body.bg-color-dark .header-nav-main:before,
    html #header.header-transparent .header-body.bg-dark .header-nav-main:before {
        background-color: var(--dark)
    }

    html #header.header-transparent .header-nav-main:before {
        width: calc(100% - 30px)
    }

    html #header.header-transparent .header-nav-main nav {
        padding: 0 30px
    }
}

@media (min-width:992px) {
    #header .header-nav-main {
        display: flex !important;
        height: auto !important
    }

    #header .header-nav-main nav {
        display: flex !important
    }

    #header .header-nav-main nav>ul>li {
        height: 100%;
        align-self: stretch;
        margin-left: 2px
    }

    #header .header-nav-main nav>ul>li>a {
        display: inline-flex;
        align-items: center;
        white-space: normal;
        border-radius: var(--border-radius);
        color: var(--grey-500);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        padding: .5rem 1rem;
        letter-spacing: -.5px;
        text-transform: uppercase;
        text-decoration: none
    }

    #header .header-nav-main nav>ul>li>a:after {
        display: none
    }

    #header .header-nav-main nav>ul>li>a:active {
        background-color: transparent;
        text-decoration: none;
        color: var(--grey-500)
    }

    #header .header-nav-main nav>ul>li:hover>a {
        background: var(--grey-500);
        color: var(--light)
    }

    #header .header-nav-main nav>ul>li.dropdown:hover>a {
        border-radius: var(--border-radius) var(--border-radius) 0 0;
        position: relative
    }

    #header .header-nav-main nav>ul>li.dropdown:hover>a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        border-bottom: 5px solid var(--grey-500)
    }

    #header .header-nav-main nav>ul>li.dropdown:hover>.dropdown-menu {
        top: auto;
        display: block;
        opacity: 1
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li>a {
        border-radius: 0 !important
    }

    #header .header-nav-main.header-nav-main-font-sm nav>ul>li>a {
        font-size: .7rem
    }

    #header .header-nav-main.header-nav-main-font-md nav>ul>li>a {
        font-size: 1rem;
        font-weight: 600;
        text-transform: none;
        letter-spacing: -1px
    }

    #header .header-nav-main.header-nav-main-font-lg nav>ul>li>a {
        font-size: 1.1rem;
        font-weight: 400;
        text-transform: none;
        letter-spacing: -1px
    }

    #header .header-nav-main.header-nav-main-dropdown-center nav>ul>li.dropdown:not(.dropdown-mega)>.dropdown-menu {
        transform: translate3d(-50%, 10px, 0) !important
    }

    #header .header-nav-main.header-nav-main-dropdown-center nav>ul>li.dropdown:not(.dropdown-mega):hover>.dropdown-menu {
        top: 100%;
        left: 50%;
        transform: translate3d(-50%, 0, 0) !important
    }

    #header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: -14px !important
    }

    #header .header-nav-main.header-nav-main-dark nav>ul>li>a {
        color: #444
    }
}

@media (min-width:992px) {
    #header .header-nav-main.header-nav-main-text-capitalize nav>ul>li>a {
        text-transform: capitalize
    }

    #header .header-nav-main.header-nav-main-text-size-2 nav>ul>li>a {
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -.3px
    }

    #header .header-nav-main.header-nav-main-text-size-3 nav>ul>li>a {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -.3px
    }

    #header .header-nav-main.header-nav-main-text-size-4 nav>ul>li>a {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: -.4px
    }

    #header .header-nav-main.header-nav-main-text-size-4 nav>ul>li>a.dropdown-toggle:after {
        font-size: .75rem
    }

    #header .header-nav-main.header-nav-main-text-size-5 nav>ul>li>a {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -.3px
    }
}

@media (min-width:992px) and (max-width:1600px) {
    #header .header-nav-main.header-nav-main-text-size-5 nav>ul>li>a {
        padding: 0 .6rem !important
    }
}

@media (min-width:992px) {
    #header .header-nav-main.header-nav-main-text-size-5 nav>ul>li>a.dropdown-toggle:after {
        font-size: .75rem
    }

    #header .header-nav-main.header-nav-main-text-ls-0 nav>ul>li>a {
        letter-spacing: 0
    }

    #header .header-nav-main.header-nav-main-text-weight-500 nav>ul>li>a {
        font-weight: 500
    }

    #header .header-nav-main.header-nav-main-text-weight-600 nav>ul>li>a {
        font-weight: 600
    }

    #header .header-nav-main a:hover>.thumb-info-preview {
        transform: translate3d(0, 0, 0);
        top: 0;
        opacity: 1;
        margin-top: -5px
    }

    #header .header-nav {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: flex-end;
        align-self: stretch
    }

    #header .header-nav.header-nav-line,
    #header .header-nav.header-nav-links {
        padding: 0
    }

    #header .header-nav.header-nav-line .header-nav-main,
    #header .header-nav.header-nav-links .header-nav-main {
        align-self: stretch;
        min-height: 0;
        margin-top: 0
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a,
    #header .header-nav.header-nav-line nav>ul>li>a,
    #header .header-nav.header-nav-links nav>ul>li:hover>a,
    #header .header-nav.header-nav-links nav>ul>li>a {
        position: relative;
        background: 0 0 !important;
        padding: 0 .9rem;
        margin: 1px 0 0;
        min-height: 60px;
        height: 100%
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a:before,
    #header .header-nav.header-nav-links nav>ul>li:hover>a:before {
        opacity: 1
    }

    #header .header-nav.header-nav-line nav>ul>li.dropdown>a:before,
    #header .header-nav.header-nav-links nav>ul>li.dropdown>a:before {
        border-bottom: 0
    }

    #header .header-nav.header-nav-line nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-links nav>ul>li.dropdown:hover>.dropdown-menu {
        margin-top: 0
    }

    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav>ul>li>a,
    #header .header-nav.header-nav-links:not(.header-nav-light-text) nav>ul>li>a {
        color: #444
    }

    #header .header-nav.header-nav-line.header-nav-light-text nav>ul>li>a,
    #header .header-nav.header-nav-links.header-nav-light-text nav>ul>li>a {
        color: var(--light)
    }

    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li>a,
    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li>a {
        color: var(--light) !important
    }

    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li:active>a,
    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li:focus>a,
    #header .header-nav.header-nav-line.header-nav-force-light-text nav>ul>li:hover>a,
    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li:active>a,
    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li:focus>a,
    #header .header-nav.header-nav-links.header-nav-force-light-text nav>ul>li:hover>a {
        color: var(--light) !important
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a:before,
    #header .header-nav.header-nav-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        background: 0 0;
        width: auto;
        height: 3px;
        top: -2px;
        left: -1px;
        right: -1px;
        opacity: 0
    }

    #header .header-nav.header-nav-line nav>ul>li:hover>a:before {
        opacity: 1 !important
    }

    #header .header-nav.header-nav-line.header-nav-top-line nav>ul>li:hover>a:before,
    #header .header-nav.header-nav-line.header-nav-top-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li:hover>a:before,
    #header .header-nav.header-nav-line.header-nav-bottom-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: 15px;
        right: 15px;
        margin-top: 15px;
        transform: translateY(-3px)
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav>ul>li:hover>a:before,
    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-no-transform nav>ul>li>a:before {
        margin-top: 12px;
        transform: none
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li>a:before {
        transition: cubic-bezier(.55, 0, .1, 1) right .3s;
        right: 100%
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav>ul>li:hover>a:before {
        right: 15px
    }

    #header .header-nav.header-nav-force-light-text .header-nav-main nav>ul>li>a {
        color: var(--light) !important
    }

    #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav>ul>li:hover>a {
        color: var(--dark--200) !important
    }

    #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav>ul:not(:hover)>li>a.active {
        color: var(--dark--200) !important
    }

    #header .header-nav.header-nav-icons nav>ul>li>a .icons,
    #header .header-nav.header-nav-icons nav>ul>li>a [class*=fa-] {
        font-size: 1.1rem;
        margin-right: .28rem;
        margin-top: .1rem
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-right: 0;
        padding-left: 0;
        margin-left: .7rem;
        margin-right: .7rem
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span {
        font-size: .9em;
        text-transform: none;
        font-weight: 400;
        margin-top: .3rem
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span {
        margin-top: -.5rem
    }
}

@media (min-width:992px) {
    #header .header-nav-main-dark-text nav>.nav-pills>li>a {
        color: var(--dark--200)
    }
}

@media (min-width:992px) {
    #header .header-nav-main-rounded nav>.nav-pills>li>a {
        justify-content: center;
        align-self: center;
        border-radius: 1.5rem
    }

    #header .header-nav-main-rounded nav>.nav-pills>li>a:before {
        display: none !important
    }

    #header .header-nav-main-rounded nav>ul>li.dropdown:hover>a {
        border-radius: 1.5rem
    }
}

@media (min-width:992px) {
    #header .header-nav-main.header-nav-main-light nav>ul>li>a {
        color: var(--light)
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>a {
        background: var(--light)
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>.dropdown-menu {
        border-top-color: var(--light);
        box-shadow: 0 20px 25px rgba(0, 0, 0, .05)
    }

    #header .header-nav-main.header-nav-main-light nav>ul>li.dropdown:hover>a:before {
        border-bottom-color: var(--light)
    }
}

@media (min-width:992px) {
    #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu li a {
        transform: translate3d(0, 0, 0)
    }

    #header .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu {
        transform: translate3d(0, 2px, 0)
    }

    #header .header-nav.header-nav-line .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu,
    #header .header-nav.header-nav-links .header-nav-main-effect-1 nav>ul>li.dropdown:hover>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width:992px) {
    #header .header-nav-main-effect-2 nav>ul>li.dropdown:hover>.dropdown-menu {
        opacity: 1
    }
}

@media (min-width:992px) {
    #header .header-nav-main-effect-3 nav>ul>li.dropdown:hover>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width:992px) {
    #header .header-nav-main-effect-4 nav>ul>li.dropdown:hover>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width:992px) {
    #header .header-nav-main-effect-5 nav>ul>li.dropdown:hover>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media (min-width:992px) {
    #header .header-nav-main-effect-6 nav>ul>li.dropdown:hover>.dropdown-menu {
        transform: translate3d(0, 0, 0)
    }
}

@media (max-width:991px) {
    #header .header-nav-main {
        position: absolute;
        background: 0 0;
        width: 100%;
        top: 100%;
        left: 50%;
        transform: translate3d(-50%, 0, 0)
    }

    #header .header-nav-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: var(--light);
        z-index: -1;
        transform: translateX(-50%)
    }

    #header .header-nav-main nav {
        max-height: 50vh;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
        transition: ease all .5s
    }

    #header .header-nav-main nav::-webkit-scrollbar {
        width: 5px
    }

    #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: rgba(var(--grey-500), .5)
    }

    #header .header-nav-main nav>ul {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column
    }

    #header .header-nav-main nav>ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative
    }

    #header .header-nav-main nav>ul li a {
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
        padding: 7px 8px;
        margin: 1px 0;
        border-radius: var(--border-radius);
        text-align: left
    }

    #header .header-nav-main nav>ul li a.dropdown-toggle {
        position: relative
    }

    #header .header-nav-main nav>ul li a.dropdown-toggle:after {
        content: none
    }

    #header .header-nav-main nav>ul li a:active {
        background-color: #f8f9fa;
        color: inherit
    }

    #header .header-nav-main nav>ul li:last-child {
        border-bottom: 0
    }

    #header .header-nav-main nav>ul>li>a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px;
        color: var(--grey-500)
    }

    #header .header-nav-main nav>ul>li>a:active {
        color: var(--grey-500)
    }

    #header .header-nav-main.header-nav-main-square nav>ul>li a {
        border-radius: 0 !important
    }

    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1
    }

    #header .header-nav.header-nav-line,
    #header .header-nav.header-nav-links {
        min-height: 70px
    }

    #header .header-nav.header-nav-sub-title .header-nav-main nav>ul>li>a>span {
        display: block;
        text-transform: none;
        font-weight: 400
    }
}

@media (max-width:991px) {
    #header .header-nav-main.header-nav-main-dark-text nav>ul>li>a {
        color: var(--dark--200)
    }
}

@media (min-width:992px) {
    #header .header-body:not(.h-100) {
        height: auto !important
    }
}

@media (max-width:991px) {
    #header .header-logo img {
        z-index: 1
    }

    #header .header-nav {
        display: flex;
        align-items: center
    }
}

body[data-plugin-section-scroll] #header .header-body {
    background: 0 0
}

#header .header-btn-collapse-nav {
    background: var(--primary)
}

@media (min-width:992px) {
    #header .header-nav-main nav>ul>li>a {
        color: var(--primary)
    }

    #header .header-nav-main nav>ul>li:hover>a {
        background: var(--primary)
    }

    #header .header-nav-main nav>ul>li.dropdown:hover>a:before {
        border-bottom-color: var(--primary)
    }

    #header .header-nav-main nav>ul:not(:hover)>li>a.active {
        background-color: var(--primary);
        color: var(--primary-inverse)
    }

    #header .header-nav.header-nav-links nav>ul li:hover>a {
        color: var(--primary)
    }

    #header .header-nav.header-nav-links nav>ul:not(:hover)>li>a.active {
        color: var(--primary)
    }

    #header .header-nav.header-nav-line nav>ul li:hover>a {
        color: var(--primary)
    }

    #header .header-nav.header-nav-line nav>ul li:hover>a:before {
        background: var(--primary)
    }
}

@media (min-width:992px) {
    #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-primary>a.active {
        background: var(--primary);
        color: var(--primary-inverse)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-primary>a.active {
        color: var(--primary)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-primary>a.active:before {
        background-color: var(--primary)
    }

    #header .header-nav-links .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-primary>a.active {
        color: var(--primary)
    }

    #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-secondary>a.active {
        background: var(--secondary);
        color: var(--secondary-inverse)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-secondary>a.active {
        color: var(--secondary)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-secondary>a.active:before {
        background-color: var(--secondary)
    }

    #header .header-nav-links .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-secondary>a.active {
        color: var(--secondary)
    }

    #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-tertiary>a.active {
        background: var(--tertiary);
        color: var(--tertiary-inverse)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-tertiary>a.active {
        color: var(--tertiary)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-tertiary>a.active:before {
        background-color: var(--tertiary)
    }

    #header .header-nav-links .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-tertiary>a.active {
        color: var(--tertiary)
    }

    #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-quaternary>a.active {
        background: var(--quaternary);
        color: var(--quaternary-inverse)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-quaternary>a.active {
        color: var(--quaternary)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-quaternary>a.active:before {
        background-color: var(--quaternary)
    }

    #header .header-nav-links .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-quaternary>a.active {
        color: var(--quaternary)
    }

    #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-dark>a.active {
        background: var(--dark);
        color: var(--dark-inverse)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-dark>a.active {
        color: var(--dark)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-dark>a.active:before {
        background-color: var(--dark)
    }

    #header .header-nav-links .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-dark>a.active {
        color: var(--dark)
    }

    #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-light>a.active {
        background: var(--light);
        color: var(--light-inverse)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-light>a.active {
        color: var(--light)
    }

    #header .header-nav-line .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-light>a.active:before {
        background-color: var(--light)
    }

    #header .header-nav-links .header-nav-main nav>ul:not(:hover)>li.dropdown-full-color.dropdown-light>a.active {
        color: var(--light)
    }
}

@media (max-width:991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a {
        color: var(--primary)
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav>ul>li>a:active {
        color: var(--primary)
    }
}

#header .header-top.header-top-primary {
    background: var(--primary);
    border-top-color: var(--primary-100)
}

#header .header-top.header-top-primary .header-nav-top ul>li>a:focus,
#header .header-top.header-top-primary .header-nav-top ul>li>a:hover {
    background: var(--primary--100)
}

#header .header-top.header-top-dark {
    background: var(--dark);
    border-top-color: var(--dark-100)
}

#header .header-top.header-top-dark .header-nav-top ul>li>a:focus,
#header .header-top.header-top-dark .header-nav-top ul>li>a:hover {
    background: var(--dark--100)
}

#header .header-top.header-top-light {
    background: var(--light);
    border-top-color: var(--light-100)
}

#header .header-top.header-top-light .header-nav-top ul>li>a:focus,
#header .header-top.header-top-light .header-nav-top ul>li>a:hover {
    background: var(--light--100)
}

@media (min-width:992px) {
    #header .header-nav-main.header-nav-main-light nav>ul>li:hover>a {
        color: var(--primary)
    }
}

.page-header {
    background-color: var(--dark);
    margin: 0 0 35px 0;
    padding: 30px 0;
    position: relative;
    text-align: left
}

.page-header h1 {
    color: var(--light);
    display: inline-block;
    font-size: 30px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 400;
    position: relative;
    top: 1px
}

.page-header .sub-title {
    display: block;
    font-size: 1.2em;
    font-weight: 300;
    margin: 0;
    opacity: .8;
    color: var(--light)
}

.page-header.page-header-sm {
    padding: 30px 0
}

.page-header.page-header-sm h1 {
    font-size: 22px
}

.page-header.page-header-lg {
    padding: 50px 0
}

.page-header.page-header-lg h1 {
    font-size: 40px
}

.page-header.page-header-modern h1 {
    font-size: 28px
}

.page-header.page-header-modern.page-header-sm h1 {
    font-size: 22px
}

.page-header.page-header-modern.page-header-md {
    padding: 50px 0
}

.page-header.page-header-modern.page-header-lg {
    padding: 65px 0
}

.page-header.page-header-modern.page-header-lg h1 {
    font-size: 32px
}

section.page-header .page-header-title-border {
    background-color: var(--primary) !important
}

@media (min-width:1200px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width: 1140px
    }
}

[class*=fluid-col-] {
    position: relative
}

[class*=fluid-col-] .fluid-col {
    position: absolute;
    left: 15px
}

.fluid-col-6 {
    min-height: 33vw
}

.fluid-col-6 .fluid-col {
    width: calc(50vw - 15px)
}

.fluid-col-lg-6 .fluid-col,
.fluid-col-md-6 .fluid-col,
.fluid-col-sm-6 .fluid-col {
    width: calc(100vw - 30px)
}

@media (min-width:576px) {
    .fluid-col-sm-6 {
        min-height: 33vw
    }

    .fluid-col-sm-6 .fluid-col {
        width: calc(55vw - 15px)
    }
}

@media (min-width:768px) {
    .fluid-col-md-6 {
        min-height: 33vw
    }

    .fluid-col-md-6 .fluid-col {
        width: calc(50vw - 15px)
    }
}

@media (min-width:992px) {
    .fluid-col-lg-6 {
        min-height: 33vw
    }

    .fluid-col-lg-6 .fluid-col {
        width: calc(50vw - 15px)
    }
}

@media (max-width:991px) {
    .fluid-col-lg-6 {
        min-height: 64.5vw !important
    }
}

@media (max-width:767px) {
    .fluid-col-md-6 {
        min-height: 64.5vw !important
    }
}

@media (max-width:575px) {
    .fluid-col-sm-6 {
        min-height: 64.5vw !important
    }
}

.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5,
.col-lg-1-5,
.col-lg-2-5,
.col-lg-3-5,
.col-lg-4-5,
.col-md-1-5,
.col-md-2-5,
.col-md-3-5,
.col-md-4-5,
.col-sm-1-5,
.col-sm-2-5,
.col-sm-3-5,
.col-sm-4-5 {
    position: relative;
    min-height: 1px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-1-5 {
    flex: 0 0 20%;
    max-width: 20%
}

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

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

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

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

    .col-sm-2-5 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-3-5 {
        flex: 0 0 60%;
        max-width: 60%
    }

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

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

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

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

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

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

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

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

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

.col-half-section {
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-width: 555px;
    margin-left: 30px;
    margin-right: 0
}

.col-half-section.col-half-section-right {
    margin-left: 0;
    margin-right: 30px
}

@media (max-width:1199px) {
    .col-half-section {
        max-width: 465px
    }
}

@media (max-width:991px) {
    .col-half-section {
        max-width: 720px;
        margin: 0 auto !important;
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

@media (max-width:767px) {
    .col-half-section {
        max-width: 540px
    }
}

@media (max-width:575px) {
    .col-half-section {
        max-width: 100%
    }
}

.col-push-12 {
    margin-left: 100%
}

.col-push-11 {
    margin-left: 91.66666667%
}

.col-push-10 {
    margin-left: 83.33333333%
}

.col-push-9 {
    margin-left: 75%
}

.col-push-8 {
    margin-left: 66.66666667%
}

.col-push-7 {
    margin-left: 58.33333333%
}

.col-push-6 {
    margin-left: 50%
}

.col-push-5 {
    margin-left: 41.66666667%
}

.col-push-4 {
    margin-left: 33.33333333%
}

.col-push-3 {
    margin-left: 25%
}

.col-push-2 {
    margin-left: 16.66666667%
}

.col-push-1 {
    margin-left: 8.33333333%
}

.col-push-0 {
    margin-left: 0
}

@media (min-width:576px) {
    .col-sm-push-12 {
        margin-left: 100%
    }

    .col-sm-push-11 {
        margin-left: 91.66666667%
    }

    .col-sm-push-10 {
        margin-left: 83.33333333%
    }

    .col-sm-push-9 {
        margin-left: 75%
    }

    .col-sm-push-8 {
        margin-left: 66.66666667%
    }

    .col-sm-push-7 {
        margin-left: 58.33333333%
    }

    .col-sm-push-6 {
        margin-left: 50%
    }

    .col-sm-push-5 {
        margin-left: 41.66666667%
    }

    .col-sm-push-4 {
        margin-left: 33.33333333%
    }

    .col-sm-push-3 {
        margin-left: 25%
    }

    .col-sm-push-2 {
        margin-left: 16.66666667%
    }

    .col-sm-push-1 {
        margin-left: 8.33333333%
    }

    .col-sm-push-0 {
        margin-left: 0
    }
}

@media (min-width:768px) {
    .col-md-push-12 {
        margin-left: 100%
    }

    .col-md-push-11 {
        margin-left: 91.66666667%
    }

    .col-md-push-10 {
        margin-left: 83.33333333%
    }

    .col-md-push-9 {
        margin-left: 75%
    }

    .col-md-push-8 {
        margin-left: 66.66666667%
    }

    .col-md-push-7 {
        margin-left: 58.33333333%
    }

    .col-md-push-6 {
        margin-left: 50%
    }

    .col-md-push-5 {
        margin-left: 41.66666667%
    }

    .col-md-push-4 {
        margin-left: 33.33333333%
    }

    .col-md-push-3 {
        margin-left: 25%
    }

    .col-md-push-2 {
        margin-left: 16.66666667%
    }

    .col-md-push-1 {
        margin-left: 8.33333333%
    }

    .col-md-push-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-lg-push-12 {
        margin-left: 100%
    }

    .col-lg-push-11 {
        margin-left: 91.66666667%
    }

    .col-lg-push-10 {
        margin-left: 83.33333333%
    }

    .col-lg-push-9 {
        margin-left: 75%
    }

    .col-lg-push-8 {
        margin-left: 66.66666667%
    }

    .col-lg-push-7 {
        margin-left: 58.33333333%
    }

    .col-lg-push-6 {
        margin-left: 50%
    }

    .col-lg-push-5 {
        margin-left: 41.66666667%
    }

    .col-lg-push-4 {
        margin-left: 33.33333333%
    }

    .col-lg-push-3 {
        margin-left: 25%
    }

    .col-lg-push-2 {
        margin-left: 16.66666667%
    }

    .col-lg-push-1 {
        margin-left: 8.33333333%
    }

    .col-lg-push-0 {
        margin-left: 0
    }
}

.text-color-primary,
.text-primary {
    color: var(--primary) !important
}

.text-color-primary-100,
.text-primary-100 {
    color: var(--primary-100) !important
}

.text-color-primary-200,
.text-primary-200 {
    color: var(--primary-200) !important
}

.text-color-primary-300,
.text-primary-300 {
    color: var(--primary-300) !important
}

.text-color-primary--100,
.text-primary--100 {
    color: var(--primary--100) !important
}

.text-color-primary--200,
.text-primary--200 {
    color: var(--primary--200) !important
}

.text-color-primary--300,
.text-primary--300 {
    color: var(--primary--300) !important
}

.text-color-dark,
.text-dark {
    color: var(--dark) !important
}

.text-color-dark-100,
.text-dark-100 {
    color: var(--dark-100) !important
}

.text-color-dark-200,
.text-dark-200 {
    color: var(--dark-200) !important
}

.text-color-dark-300,
.text-dark-300 {
    color: var(--dark-300) !important
}

.text-color-dark--100,
.text-dark--100 {
    color: var(--dark--100) !important
}

.text-color-dark--200,
.text-dark--200 {
    color: var(--dark--200) !important
}

.text-color-dark--300,
.text-dark--300 {
    color: var(--dark--300) !important
}

.text-color-light,
.text-light {
    color: var(--light) !important
}

.text-color-light-100,
.text-light-100 {
    color: var(--light-100) !important
}

.text-color-light-200,
.text-light-200 {
    color: var(--light-200) !important
}

.text-color-light-300,
.text-light-300 {
    color: var(--light-300) !important
}

.text-color-light--100,
.text-light--100 {
    color: var(--light--100) !important
}

.text-color-light--200,
.text-light--200 {
    color: var(--light--200) !important
}

.text-color-light--300,
.text-light--300 {
    color: var(--light--300) !important
}

.text-color-danger {
    color: #ff5b5b !important
}

.text-color-success {
    color: #0485 !important
}

.bg-color-primary,
.bg-primary {
    background-color: var(--primary) !important
}

.bg-color-primary-100,
.bg-primary-100 {
    background-color: var(--primary-100) !important
}

.bg-color-primary-200,
.bg-primary-200 {
    background-color: var(--primary-200) !important
}

.bg-color-primary-300,
.bg-primary-300 {
    background-color: var(--primary-300) !important
}

.bg-color-primary--100,
.bg-primary--100 {
    background-color: var(--primary--100) !important
}

.bg-color-primary--200,
.bg-primary--200 {
    background-color: var(--primary--200) !important
}

.bg-color-primary--300,
.bg-primary--300 {
    background-color: var(--primary--300) !important
}

.bg-color-dark,
.bg-dark {
    background-color: var(--dark) !important
}

.bg-color-dark-100,
.bg-dark-100 {
    background-color: var(--dark-100) !important
}

.bg-color-dark-200,
.bg-dark-200 {
    background-color: var(--dark-200) !important
}

.bg-color-dark-300,
.bg-dark-300 {
    background-color: var(--dark-300) !important
}

.bg-color-dark--100,
.bg-dark--100 {
    background-color: var(--dark--100) !important
}

.bg-color-dark--200,
.bg-dark--200 {
    background-color: var(--dark--200) !important
}

.bg-color-dark--300,
.bg-dark--300 {
    background-color: var(--dark--300) !important
}

.bg-color-light,
.bg-light {
    background-color: var(--light) !important
}

.bg-color-light-100,
.bg-light-100 {
    background-color: var(--light-100) !important
}

.bg-color-light-200,
.bg-light-200 {
    background-color: var(--light-200) !important
}

.bg-color-light-300,
.bg-light-300 {
    background-color: var(--light-300) !important
}

.bg-color-light--100,
.bg-light--100 {
    background-color: var(--light--100) !important
}

.bg-color-light--200,
.bg-light--200 {
    background-color: var(--light--200) !important
}

.bg-color-light--300,
.bg-light--300 {
    background-color: var(--light--300) !important
}

.border-color-primary,
.border-primary {
    border-color: var(--primary) !important
}

.border-color-dark,
.border-dark {
    border-color: var(--dark) !important
}

.border-color-light,
.border-light {
    border-color: var(--light) !important
}

.p-relative {
    position: relative !important
}

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

.box-shadow-1:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .33;
    content: '';
    box-shadow: 0 30px 90px #bbb;
    transition: all .2s ease-in-out
}

.box-shadow-2:not(.box-shadow-hover) {
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, .45)
}

.box-shadow-3:not(.box-shadow-hover) {
    box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .45)
}

.box-shadow-4:not(.box-shadow-hover) {
    box-shadow: 0 0 21px -5px rgba(0, 0, 0, .2)
}

.box-shadow-5:not(.box-shadow-hover) {
    box-shadow: 0 15px 60px -36px rgba(0, 0, 0, .45)
}

.box-shadow-6:not(.box-shadow-hover) {
    box-shadow: 0 12px 45px rgba(0, 0, 0, .08)
}

.box-shadow-1-primary:before {
    box-shadow: 0 30px 90px var(--primary) !important
}

.box-shadow-1-dark:before {
    box-shadow: 0 30px 90px var(--dark) !important
}

.box-shadow-1-light:before {
    box-shadow: 0 30px 90px var(--light) !important
}

.flex-0-0-auto {
    flex: 0 0 auto
}

.color-transparent {
    color: transparent !important
}

.bg-size-auto {
    background-size: auto !important
}

.bg-position-center {
    background-position: center center !important
}

.bg-color-transparent,
.bg-transparent {
    background: 0 0 !important
}

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

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

@media (min-width:576px) {
    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }
}

@media (min-width:768px) {
    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }
}

.mt-n1 {
    margin-top: -4px !important;
    margin-top: -.25rem !important
}

.pt-3-5 {
    padding-top: 12px !important;
    padding-top: .75rem !important
}

.pe-3-5 {
    padding-right: 12px !important;
    padding-right: .75rem !important
}

.pb-3-5 {
    padding-bottom: 12px !important;
    padding-bottom: .75rem !important
}

.ps-3-5 {
    padding-left: 12px !important;
    padding-left: .75rem !important
}

.px-3-5 {
    padding-left: 12px !important;
    padding-left: .75rem !important;
    padding-right: 12px !important;
    padding-right: .75rem !important
}

.py-3-5 {
    padding-top: 12px !important;
    padding-top: .75rem !important;
    padding-bottom: 12px !important;
    padding-bottom: .75rem !important
}

.mt-3-5 {
    margin-top: 12px !important;
    margin-top: .75rem !important
}

.me-3-5 {
    margin-right: 12px !important;
    margin-right: .75rem !important
}

.mb-3-5 {
    margin-bottom: 12px !important;
    margin-bottom: .75rem !important
}

.ms-3-5 {
    margin-left: 12px !important;
    margin-left: .75rem !important
}

.mx-3-5 {
    margin-left: 12px !important;
    margin-left: .75rem !important;
    margin-right: 12px !important;
    margin-right: .75rem !important
}

.pt-4-5 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important
}

.pe-4-5 {
    padding-right: 20px !important;
    padding-right: 1.25rem !important
}

.pb-4-5 {
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important
}

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

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

.py-4-5 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important
}

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

.me-4-5 {
    margin-right: 20px !important;
    margin-right: 1.25rem !important
}

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

.ms-4-5 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important
}

.mx-4-5 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
    margin-right: 20px !important;
    margin-right: 1.25rem !important
}

.pt-5-5 {
    padding-top: 36px !important;
    padding-top: 2.25rem !important
}

.pe-5-5 {
    padding-right: 36px !important;
    padding-right: 2.25rem !important
}

.pb-5-5 {
    padding-bottom: 36px !important;
    padding-bottom: 2.25rem !important
}

.ps-5-5 {
    padding-left: 36px !important;
    padding-left: 2.25rem !important
}

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

.py-5-5 {
    padding-top: 36px !important;
    padding-top: 2.25rem !important;
    padding-bottom: 36px !important;
    padding-bottom: 2.25rem !important
}

.mt-5-5 {
    margin-top: 36px !important;
    margin-top: 2.25rem !important
}

.me-5-5 {
    margin-right: 36px !important;
    margin-right: 2.25rem !important
}

.mb-5-5 {
    margin-bottom: 36px !important;
    margin-bottom: 2.25rem !important
}

.ms-5-5 {
    margin-left: 36px !important;
    margin-left: 2.25rem !important
}

.mx-5-5 {
    margin-left: 36px !important;
    margin-left: 2.25rem !important;
    margin-right: 36px !important;
    margin-right: 2.25rem !important
}

@media (min-width:576px) {
    .pt-sm-3-5 {
        padding-top: .75rem !important
    }

    .pe-sm-3-5 {
        padding-right: .75rem !important
    }

    .pb-sm-3-5 {
        padding-bottom: .75rem !important
    }

    .ps-sm-3-5 {
        padding-left: .75rem !important
    }

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

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

    .mt-sm-3-5 {
        margin-top: .75rem !important
    }

    .me-sm-3-5 {
        margin-right: .75rem !important
    }

    .mb-sm-3-5 {
        margin-bottom: .75rem !important
    }

    .ms-sm-3-5 {
        margin-left: .75rem !important
    }

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

    .pt-sm-4-5 {
        padding-top: 1.25rem !important
    }

    .pe-sm-4-5 {
        padding-right: 1.25rem !important
    }

    .pb-sm-4-5 {
        padding-bottom: 1.25rem !important
    }

    .ps-sm-4-5 {
        padding-left: 1.25rem !important
    }

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

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

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

    .me-sm-4-5 {
        margin-right: 1.25rem !important
    }

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

    .ms-sm-4-5 {
        margin-left: 1.25rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .pt-md-3-5 {
        padding-top: .75rem !important
    }

    .pe-md-3-5 {
        padding-right: .75rem !important
    }

    .pb-md-3-5 {
        padding-bottom: .75rem !important
    }

    .ps-md-3-5 {
        padding-left: .75rem !important
    }

    .px-md-3-5 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .py-md-3-5 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .mt-md-3-5 {
        margin-top: .75rem !important
    }

    .me-md-3-5 {
        margin-right: .75rem !important
    }

    .mb-md-3-5 {
        margin-bottom: .75rem !important
    }

    .ms-md-3-5 {
        margin-left: .75rem !important
    }

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

    .pt-md-4-5 {
        padding-top: 1.25rem !important
    }

    .pe-md-4-5 {
        padding-right: 1.25rem !important
    }

    .pb-md-4-5 {
        padding-bottom: 1.25rem !important
    }

    .ps-md-4-5 {
        padding-left: 1.25rem !important
    }

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

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

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

    .me-md-4-5 {
        margin-right: 1.25rem !important
    }

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

    .ms-md-4-5 {
        margin-left: 1.25rem !important
    }

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

    .pt-md-5-5 {
        padding-top: 2.25rem !important
    }

    .pe-md-5-5 {
        padding-right: 2.25rem !important
    }

    .pb-md-5-5 {
        padding-bottom: 2.25rem !important
    }

    .ps-md-5-5 {
        padding-left: 2.25rem !important
    }

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

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

    .mt-md-5-5 {
        margin-top: 2.25rem !important
    }

    .me-md-5-5 {
        margin-right: 2.25rem !important
    }

    .mb-md-5-5 {
        margin-bottom: 2.25rem !important
    }

    .ms-md-5-5 {
        margin-left: 2.25rem !important
    }

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

@media (min-width:992px) {
    .pt-lg-3-5 {
        padding-top: .75rem !important
    }

    .pe-lg-3-5 {
        padding-right: .75rem !important
    }

    .pb-lg-3-5 {
        padding-bottom: .75rem !important
    }

    .ps-lg-3-5 {
        padding-left: .75rem !important
    }

    .px-lg-3-5 {
        padding-left: .75rem !important;
        padding-right: .75rem !important
    }

    .py-lg-3-5 {
        padding-top: .75rem !important;
        padding-bottom: .75rem !important
    }

    .mt-lg-3-5 {
        margin-top: .75rem !important
    }

    .me-lg-3-5 {
        margin-right: .75rem !important
    }

    .mb-lg-3-5 {
        margin-bottom: .75rem !important
    }

    .ms-lg-3-5 {
        margin-left: .75rem !important
    }

    .mx-lg-3-5 {
        margin-left: .75rem !important;
        margin-right: .75rem !important
    }

    .pt-lg-4-5 {
        padding-top: 1.25rem !important
    }

    .pe-lg-4-5 {
        padding-right: 1.25rem !important
    }

    .pb-lg-4-5 {
        padding-bottom: 1.25rem !important
    }

    .ps-lg-4-5 {
        padding-left: 1.25rem !important
    }

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

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

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

    .me-lg-4-5 {
        margin-right: 1.25rem !important
    }

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

    .ms-lg-4-5 {
        margin-left: 1.25rem !important
    }

    .mx-lg-4-5 {
        margin-left: 1.25rem !important;
        margin-right: 1.25rem !important
    }

    .pt-lg-5-5 {
        padding-top: 2.25rem !important
    }

    .pe-lg-5-5 {
        padding-right: 2.25rem !important
    }

    .pb-lg-5-5 {
        padding-bottom: 2.25rem !important
    }

    .ps-lg-5-5 {
        padding-left: 2.25rem !important
    }

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

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

    .mt-lg-5-5 {
        margin-top: 2.25rem !important
    }

    .me-lg-5-5 {
        margin-right: 2.25rem !important
    }

    .mb-lg-5-5 {
        margin-bottom: 2.25rem !important
    }

    .ms-lg-5-5 {
        margin-left: 2.25rem !important
    }

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

.ls-0 {
    letter-spacing: 0 !important
}

.positive-ls-1 {
    letter-spacing: 1px !important
}

.positive-ls-2 {
    letter-spacing: 2px !important
}

.positive-ls-3 {
    letter-spacing: 2.5px !important
}

.p-events-none {
    pointer-events: none
}

.text-0 {
    font-size: .7em !important
}

.text-1 {
    font-size: .8em !important
}

.text-2 {
    font-size: .9em !important
}

.text-2-3,
.text-2-5 {
    font-size: .95em !important
}

.text-3 {
    font-size: 1em !important
}

.text-3-4,
.text-3-5 {
    font-size: 1.1em !important
}

.text-4 {
    font-size: 1.2em !important
}

.text-4-5 {
    font-size: 1.35em !important
}

.text-5 {
    font-size: 1.5em !important
}

.text-5-5,
.text-5-6 {
    font-size: 1.65em !important
}

.text-6 {
    font-size: 1.8em !important
}

.text-6-5,
.text-6-7 {
    font-size: 1.9em !important
}

.text-7 {
    font-size: 2em !important
}

.text-8 {
    font-size: 2.3em !important
}

.text-9 {
    font-size: 2.5em !important
}

.text-10 {
    font-size: 2.75em !important
}

.text-11 {
    font-size: 3em !important
}

.text-12 {
    font-size: 3.5em !important
}

.text-12-13,
.text-12-5 {
    font-size: 3.75em !important
}

.text-13 {
    font-size: 4em !important
}

.text-14 {
    font-size: 4.5em !important
}

.text-15 {
    font-size: 5em !important
}

.text-16 {
    font-size: 5.33em !important
}

.text-17 {
    font-size: 5.66em !important
}

.text-18 {
    font-size: 6em !important
}

.text-19 {
    font-size: 6.33em !important
}

.text-20 {
    font-size: 6.66em !important
}

@media (min-width:576px) {
    .text-sm-0 {
        font-size: .7em !important
    }

    .text-sm-1 {
        font-size: .8em !important
    }

    .text-sm-2 {
        font-size: .9em !important
    }

    .text-sm-2-3,
    .text-sm-2-5 {
        font-size: .95em !important
    }

    .text-sm-3 {
        font-size: 1em !important
    }

    .text-sm-3-4,
    .text-sm-3-5 {
        font-size: 1.1em !important
    }

    .text-sm-4 {
        font-size: 1.2em !important
    }

    .text-sm-4-5 {
        font-size: 1.35em !important
    }

    .text-sm-5 {
        font-size: 1.5em !important
    }

    .text-sm-5-5,
    .text-sm-5-6 {
        font-size: 1.65em !important
    }

    .text-sm-6 {
        font-size: 1.8em !important
    }

    .text-sm-6-5,
    .text-sm-6-7 {
        font-size: 1.9em !important
    }

    .text-sm-7 {
        font-size: 2em !important
    }

    .text-sm-8 {
        font-size: 2.3em !important
    }

    .text-sm-9 {
        font-size: 2.5em !important
    }

    .text-sm-10 {
        font-size: 2.75em !important
    }

    .text-sm-11 {
        font-size: 3em !important
    }

    .text-sm-12 {
        font-size: 3.5em !important
    }

    .text-sm-12-13,
    .text-sm-12-5 {
        font-size: 3.75em !important
    }

    .text-sm-13 {
        font-size: 4em !important
    }

    .text-sm-14 {
        font-size: 4.5em !important
    }

    .text-sm-15 {
        font-size: 5em !important
    }

    .text-sm-16 {
        font-size: 5.33em !important
    }

    .text-sm-17 {
        font-size: 5.66em !important
    }

    .text-sm-18 {
        font-size: 6em !important
    }

    .text-sm-19 {
        font-size: 6.33em !important
    }

    .text-sm-20 {
        font-size: 6.66em !important
    }
}

@media (min-width:768px) {
    .text-md-0 {
        font-size: .7em !important
    }

    .text-md-1 {
        font-size: .8em !important
    }

    .text-md-2 {
        font-size: .9em !important
    }

    .text-md-2-3,
    .text-md-2-5 {
        font-size: .95em !important
    }

    .text-md-3 {
        font-size: 1em !important
    }

    .text-md-3-4,
    .text-md-3-5 {
        font-size: 1.1em !important
    }

    .text-md-4 {
        font-size: 1.2em !important
    }

    .text-md-4-5 {
        font-size: 1.35em !important
    }

    .text-md-5 {
        font-size: 1.5em !important
    }

    .text-md-5-5,
    .text-md-5-6 {
        font-size: 1.65em !important
    }

    .text-md-6 {
        font-size: 1.8em !important
    }

    .text-md-6-5,
    .text-md-6-7 {
        font-size: 1.9em !important
    }

    .text-md-7 {
        font-size: 2em !important
    }

    .text-md-8 {
        font-size: 2.3em !important
    }

    .text-md-9 {
        font-size: 2.5em !important
    }

    .text-md-10 {
        font-size: 2.75em !important
    }

    .text-md-11 {
        font-size: 3em !important
    }

    .text-md-12 {
        font-size: 3.5em !important
    }

    .text-md-12-13,
    .text-md-12-5 {
        font-size: 3.75em !important
    }

    .text-md-13 {
        font-size: 4em !important
    }

    .text-md-14 {
        font-size: 4.5em !important
    }

    .text-md-15 {
        font-size: 5em !important
    }

    .text-md-16 {
        font-size: 5.33em !important
    }

    .text-md-17 {
        font-size: 5.66em !important
    }

    .text-md-18 {
        font-size: 6em !important
    }

    .text-md-19 {
        font-size: 6.33em !important
    }

    .text-md-20 {
        font-size: 6.66em !important
    }
}

@media (min-width:992px) {
    .text-lg-0 {
        font-size: .7em !important
    }

    .text-lg-1 {
        font-size: .8em !important
    }

    .text-lg-2 {
        font-size: .9em !important
    }

    .text-lg-2-3,
    .text-lg-2-5 {
        font-size: .95em !important
    }

    .text-lg-3 {
        font-size: 1em !important
    }

    .text-lg-3-4,
    .text-lg-3-5 {
        font-size: 1.1em !important
    }

    .text-lg-4 {
        font-size: 1.2em !important
    }

    .text-lg-4-5 {
        font-size: 1.35em !important
    }

    .text-lg-5 {
        font-size: 1.5em !important
    }

    .text-lg-5-5,
    .text-lg-5-6 {
        font-size: 1.65em !important
    }

    .text-lg-6 {
        font-size: 1.8em !important
    }

    .text-lg-6-5,
    .text-lg-6-7 {
        font-size: 1.9em !important
    }

    .text-lg-7 {
        font-size: 2em !important
    }

    .text-lg-8 {
        font-size: 2.3em !important
    }

    .text-lg-9 {
        font-size: 2.5em !important
    }

    .text-lg-10 {
        font-size: 2.75em !important
    }

    .text-lg-11 {
        font-size: 3em !important
    }

    .text-lg-12 {
        font-size: 3.5em !important
    }

    .text-lg-12-13,
    .text-lg-12-5 {
        font-size: 3.75em !important
    }

    .text-lg-13 {
        font-size: 4em !important
    }

    .text-lg-14 {
        font-size: 4.5em !important
    }

    .text-lg-15 {
        font-size: 5em !important
    }

    .text-lg-16 {
        font-size: 5.33em !important
    }

    .text-lg-17 {
        font-size: 5.66em !important
    }

    .text-lg-18 {
        font-size: 6em !important
    }

    .text-lg-19 {
        font-size: 6.33em !important
    }

    .text-lg-20 {
        font-size: 6.66em !important
    }
}

.line-height-initial {
    line-height: initial !important
}

.line-height-1 {
    line-height: 1 !important
}

.line-height-1-1 {
    line-height: 1.1 !important
}

.line-height-2 {
    line-height: 1.2 !important
}

.line-height-3 {
    line-height: 1.3 !important
}

.line-height-4 {
    line-height: 1.4 !important
}

.line-height-5 {
    line-height: 1.5 !important
}

.line-height-6 {
    line-height: 1.6 !important
}

.line-height-7 {
    line-height: 1.7 !important
}

.line-height-8 {
    line-height: 1.8 !important
}

.line-height-9 {
    line-height: 1.9 !important
}

@media (min-width:576px) {
    .line-height-sm-initial {
        line-height: initial !important
    }

    .line-height-sm-1 {
        line-height: 1 !important
    }

    .line-height-sm-1-1 {
        line-height: 1.1 !important
    }

    .line-height-sm-2 {
        line-height: 1.2 !important
    }

    .line-height-sm-3 {
        line-height: 1.3 !important
    }

    .line-height-sm-4 {
        line-height: 1.4 !important
    }

    .line-height-sm-5 {
        line-height: 1.5 !important
    }

    .line-height-sm-6 {
        line-height: 1.6 !important
    }

    .line-height-sm-7 {
        line-height: 1.7 !important
    }

    .line-height-sm-8 {
        line-height: 1.8 !important
    }

    .line-height-sm-9 {
        line-height: 1.9 !important
    }
}

@media (min-width:768px) {
    .line-height-md-initial {
        line-height: initial !important
    }

    .line-height-md-1 {
        line-height: 1 !important
    }

    .line-height-md-1-1 {
        line-height: 1.1 !important
    }

    .line-height-md-2 {
        line-height: 1.2 !important
    }

    .line-height-md-3 {
        line-height: 1.3 !important
    }

    .line-height-md-4 {
        line-height: 1.4 !important
    }

    .line-height-md-5 {
        line-height: 1.5 !important
    }

    .line-height-md-6 {
        line-height: 1.6 !important
    }

    .line-height-md-7 {
        line-height: 1.7 !important
    }

    .line-height-md-8 {
        line-height: 1.8 !important
    }

    .line-height-md-9 {
        line-height: 1.9 !important
    }
}

@media (min-width:992px) {
    .line-height-lg-initial {
        line-height: initial !important
    }

    .line-height-lg-1 {
        line-height: 1 !important
    }

    .line-height-lg-1-1 {
        line-height: 1.1 !important
    }

    .line-height-lg-2 {
        line-height: 1.2 !important
    }

    .line-height-lg-3 {
        line-height: 1.3 !important
    }

    .line-height-lg-4 {
        line-height: 1.4 !important
    }

    .line-height-lg-5 {
        line-height: 1.5 !important
    }

    .line-height-lg-6 {
        line-height: 1.6 !important
    }

    .line-height-lg-7 {
        line-height: 1.7 !important
    }

    .line-height-lg-8 {
        line-height: 1.8 !important
    }

    .line-height-lg-9 {
        line-height: 1.9 !important
    }
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: .1 !important
}

.opacity-2 {
    opacity: .2 !important
}

.opacity-3 {
    opacity: .3 !important
}

.opacity-4 {
    opacity: .4 !important
}

.opacity-5 {
    opacity: .5 !important
}

.opacity-6 {
    opacity: .6 !important
}

.opacity-7 {
    opacity: .7 !important
}

.opacity-8 {
    opacity: .8 !important
}

.opacity-9 {
    opacity: .9 !important
}

.opacity-10 {
    opacity: 1 !important
}

.scale-1 {
    transform: scale(1.1) !important
}

.scale-2 {
    transform: scale(1.2) !important
}

.scale-3 {
    transform: scale(1.3) !important
}

.scale-4 {
    transform: scale(1.4) !important
}

.scale-5 {
    transform: scale(1.5) !important
}

.scale-6 {
    transform: scale(1.6) !important
}

.top-auto {
    top: auto !important
}

.bottom-auto {
    bottom: auto !important
}

.top-0 {
    top: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.right-0 {
    right: 0 !important
}

.top-1 {
    top: 1px !important
}

.bottom-1 {
    bottom: 1px !important
}

.right-1 {
    right: 1px !important
}

.top-2 {
    top: 2px !important
}

.bottom-2 {
    bottom: 2px !important
}

.right-2 {
    right: 2px !important
}

.top-3 {
    top: 3px !important
}

.bottom-3 {
    bottom: 3px !important
}

.right-3 {
    right: 3px !important
}

.top-4 {
    top: 4px !important
}

.bottom-4 {
    bottom: 4px !important
}

.right-4 {
    right: 4px !important
}

.top-5 {
    top: 5px !important
}

.bottom-5 {
    bottom: 5px !important
}

.right-5 {
    right: 5px !important
}

.top-6 {
    top: 6px !important
}

.bottom-6 {
    bottom: 6px !important
}

.right-6 {
    right: 6px !important
}

.top-7 {
    top: 7px !important
}

.bottom-7 {
    bottom: 7px !important
}

.right-7 {
    right: 7px !important
}

.top-8 {
    top: 8px !important
}

.bottom-8 {
    bottom: 8px !important
}

.right-8 {
    right: 8px !important
}

.top-9 {
    top: 9px !important
}

.bottom-9 {
    bottom: 9px !important
}

.right-9 {
    right: 9px !important
}

.top-10 {
    top: 10px !important
}

.bottom-10 {
    bottom: 10px !important
}

.right-10 {
    right: 10px !important
}

.top-11 {
    top: 11px !important
}

.bottom-11 {
    bottom: 11px !important
}

.right-11 {
    right: 11px !important
}

.top-12 {
    top: 12px !important
}

.bottom-12 {
    bottom: 12px !important
}

.right-12 {
    right: 12px !important
}

.top-13 {
    top: 13px !important
}

.bottom-13 {
    bottom: 13px !important
}

.right-13 {
    right: 13px !important
}

.top-14 {
    top: 14px !important
}

.bottom-14 {
    bottom: 14px !important
}

.right-14 {
    right: 14px !important
}

.top-15 {
    top: 15px !important
}

.bottom-15 {
    bottom: 15px !important
}

.right-15 {
    right: 15px !important
}

.top-20 {
    top: 20px !important
}

.top-30 {
    top: 30px !important
}

.bottom-20 {
    bottom: 20px !important
}

.bottom-30 {
    bottom: 30px !important
}

.outline-none {
    outline: 0 !important
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-transform-none {
    text-transform: none !important
}

.transform-none {
    transform: none !important
}

.text-muted {
    color: #999 !important
}

html.dark .text-muted {
    color: var(--grey-900) !important
}

.z-index-initial {
    z-index: initial !important
}

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

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

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

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

.z-index-4 {
    z-index: 4 !important
}

.z-index-5 {
    z-index: 5 !important
}

.z-index-6 {
    z-index: 6 !important
}

.z-index-7 {
    z-index: 7 !important
}

.z-index-8 {
    z-index: 8 !important
}

.z-index-9 {
    z-index: 9 !important
}

.z-index-10 {
    z-index: 10 !important
}

@keyframes colorTransition {
    0% {
        background-color: var(--primary)
    }

    33% {
        background-color: var(--secondary)
    }

    66% {
        background-color: var(--tertiary)
    }

    100% {
        background-color: var(--quaternary)
    }
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-semi-bold,
.font-weight-semibold {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.no-borders {
    border: none !important
}

.rounded {
    border-radius: 5px !important
}

.border-top {
    border-top-color: var(--grey-200) !important
}

.border-bottom {
    border-bottom-color: var(--grey-200) !important
}

.border-start {
    border-left-color: var(--grey-200) !important
}

.border-end,
.border-right {
    border-right-color: var(--grey-200) !important
}

.border-top-light {
    border-top: 1px solid rgba(0, 0, 0, .06) !important
}

.border-bottom-light {
    border-bottom: 1px solid rgba(0, 0, 0, .06) !important
}

.border-right-light {
    border-right: 1px solid rgba(0, 0, 0, .06) !important
}

.border-white {
    border-color: var(--light) !important
}

.border-color-light-2 {
    border-color: rgba(255, 255, 255, .3) !important
}

.border-color-light-3 {
    border-color: rgba(255, 255, 255, .05) !important
}

.border-color-light-4 {
    border-color: rgba(255, 255, 255, .1) !important
}

.border-color-light-5 {
    border-color: rgba(255, 255, 255, .2) !important
}

.border-color-success {
    border-color: #0485 !important
}

.border-radius {
    border-radius: var(--border-radius) !important
}

.border-radius.box-shadow-1:before {
    border-radius: var(--border-radius) !important
}

.border-radius-2 {
    border-radius: var(--border-radius2x) !important
}

.border-radius-2.box-shadow-1:before {
    border-radius: var(--border-radius2x) !important
}

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

:root {
    --bs-border-radius: var(--border-radius);
    --bs-btn-border-radius: var(--border-radius)
}

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

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

.border-width-1 {
    border-width: 1px !important
}

.border-width-2 {
    border-width: 2px !important
}

.border-width-3 {
    border-width: 3px !important
}

.border-width-4 {
    border-width: 4px !important
}

.border-width-5 {
    border-width: 5px !important
}

.border-width-6 {
    border-width: 6px !important
}

.border-width-7 {
    border-width: 7px !important
}

.border-width-8 {
    border-width: 8px !important
}

.border-width-9 {
    border-width: 9px !important
}

.border-width-10 {
    border-width: 10px !important
}

@media (max-width:767px) {
    .border-sm-none {
        border: 0 !important
    }
}

.border-color-primary {
    border-color: var(--primary) !important
}

.border-color-dark {
    border-color: var(--dark) !important
}

.border-color-light {
    border-color: var(--light) !important
}

.w-auto {
    width: auto !important
}

@media (min-width:576px) {
    .w-sm-auto {
        width: auto !important
    }
}

@media (min-width:768px) {
    .w-md-auto {
        width: auto !important
    }
}

@media (min-width:992px) {
    .w-lg-auto {
        width: auto !important
    }
}

.min-width-0 {
    min-width: 0 !important
}

.h-50px {
    height: 50px
}

.h-min-50px {
    min-height: 50px
}

.h-100px {
    height: 100px
}

.h-min-100px {
    min-height: 100px
}

.h-150px {
    height: 150px
}

.h-min-150px {
    min-height: 150px
}

.h-200px {
    height: 200px
}

.h-min-200px {
    min-height: 200px
}

.h-250px {
    height: 250px
}

.h-min-250px {
    min-height: 250px
}

.h-300px {
    height: 300px
}

.h-min-300px {
    min-height: 300px
}

.h-350px {
    height: 350px
}

.h-min-350px {
    min-height: 350px
}

.h-400px {
    height: 400px
}

.h-min-400px {
    min-height: 400px
}

.h-450px {
    height: 450px
}

.h-min-450px {
    min-height: 450px
}

.h-500px {
    height: 500px
}

.h-min-500px {
    min-height: 500px
}

.h-550px {
    height: 550px
}

.h-min-550px {
    min-height: 550px
}

.h-600px {
    height: 600px
}

.h-min-600px {
    min-height: 600px
}

.h-650px {
    height: 650px
}

.h-min-650px {
    min-height: 650px
}

.h-700px {
    height: 700px
}

.h-min-700px {
    min-height: 700px
}

.h-750px {
    height: 750px
}

.h-min-750px {
    min-height: 750px
}

.h-800px {
    height: 800px
}

.h-min-800px {
    min-height: 800px
}

.h-850px {
    height: 850px
}

.h-min-850px {
    min-height: 850px
}

.h-900px {
    height: 900px
}

.h-min-900px {
    min-height: 900px
}

.h-950px {
    height: 950px
}

.h-min-950px {
    min-height: 950px
}

.h-1000px {
    height: 1000px
}

.h-min-1000px {
    min-height: 1000px
}

@media (min-width:576px) {
    .h-sm-50px {
        height: 50px
    }

    .h-sm-min-50px {
        min-height: 50px
    }

    .h-sm-100px {
        height: 100px
    }

    .h-sm-min-100px {
        min-height: 100px
    }

    .h-sm-150px {
        height: 150px
    }

    .h-sm-min-150px {
        min-height: 150px
    }

    .h-sm-200px {
        height: 200px
    }

    .h-sm-min-200px {
        min-height: 200px
    }

    .h-sm-250px {
        height: 250px
    }

    .h-sm-min-250px {
        min-height: 250px
    }

    .h-sm-300px {
        height: 300px
    }

    .h-sm-min-300px {
        min-height: 300px
    }

    .h-sm-350px {
        height: 350px
    }

    .h-sm-min-350px {
        min-height: 350px
    }

    .h-sm-400px {
        height: 400px
    }

    .h-sm-min-400px {
        min-height: 400px
    }

    .h-sm-450px {
        height: 450px
    }

    .h-sm-min-450px {
        min-height: 450px
    }

    .h-sm-500px {
        height: 500px
    }

    .h-sm-min-500px {
        min-height: 500px
    }

    .h-sm-550px {
        height: 550px
    }

    .h-sm-min-550px {
        min-height: 550px
    }

    .h-sm-600px {
        height: 600px
    }

    .h-sm-min-600px {
        min-height: 600px
    }

    .h-sm-650px {
        height: 650px
    }

    .h-sm-min-650px {
        min-height: 650px
    }

    .h-sm-700px {
        height: 700px
    }

    .h-sm-min-700px {
        min-height: 700px
    }

    .h-sm-750px {
        height: 750px
    }

    .h-sm-min-750px {
        min-height: 750px
    }

    .h-sm-800px {
        height: 800px
    }

    .h-sm-min-800px {
        min-height: 800px
    }

    .h-sm-850px {
        height: 850px
    }

    .h-sm-min-850px {
        min-height: 850px
    }

    .h-sm-900px {
        height: 900px
    }

    .h-sm-min-900px {
        min-height: 900px
    }

    .h-sm-950px {
        height: 950px
    }

    .h-sm-min-950px {
        min-height: 950px
    }

    .h-sm-1000px {
        height: 1000px
    }

    .h-sm-min-1000px {
        min-height: 1000px
    }
}

@media (min-width:768px) {
    .h-md-50px {
        height: 50px
    }

    .h-md-min-50px {
        min-height: 50px
    }

    .h-md-100px {
        height: 100px
    }

    .h-md-min-100px {
        min-height: 100px
    }

    .h-md-150px {
        height: 150px
    }

    .h-md-min-150px {
        min-height: 150px
    }

    .h-md-200px {
        height: 200px
    }

    .h-md-min-200px {
        min-height: 200px
    }

    .h-md-250px {
        height: 250px
    }

    .h-md-min-250px {
        min-height: 250px
    }

    .h-md-300px {
        height: 300px
    }

    .h-md-min-300px {
        min-height: 300px
    }

    .h-md-350px {
        height: 350px
    }

    .h-md-min-350px {
        min-height: 350px
    }

    .h-md-400px {
        height: 400px
    }

    .h-md-min-400px {
        min-height: 400px
    }

    .h-md-450px {
        height: 450px
    }

    .h-md-min-450px {
        min-height: 450px
    }

    .h-md-500px {
        height: 500px
    }

    .h-md-min-500px {
        min-height: 500px
    }

    .h-md-550px {
        height: 550px
    }

    .h-md-min-550px {
        min-height: 550px
    }

    .h-md-600px {
        height: 600px
    }

    .h-md-min-600px {
        min-height: 600px
    }

    .h-md-650px {
        height: 650px
    }

    .h-md-min-650px {
        min-height: 650px
    }

    .h-md-700px {
        height: 700px
    }

    .h-md-min-700px {
        min-height: 700px
    }

    .h-md-750px {
        height: 750px
    }

    .h-md-min-750px {
        min-height: 750px
    }

    .h-md-800px {
        height: 800px
    }

    .h-md-min-800px {
        min-height: 800px
    }

    .h-md-850px {
        height: 850px
    }

    .h-md-min-850px {
        min-height: 850px
    }

    .h-md-900px {
        height: 900px
    }

    .h-md-min-900px {
        min-height: 900px
    }

    .h-md-950px {
        height: 950px
    }

    .h-md-min-950px {
        min-height: 950px
    }

    .h-md-1000px {
        height: 1000px
    }

    .h-md-min-1000px {
        min-height: 1000px
    }
}

@media (min-width:992px) {
    .h-lg-50px {
        height: 50px
    }

    .h-lg-min-50px {
        min-height: 50px
    }

    .h-lg-100px {
        height: 100px
    }

    .h-lg-min-100px {
        min-height: 100px
    }

    .h-lg-150px {
        height: 150px
    }

    .h-lg-min-150px {
        min-height: 150px
    }

    .h-lg-200px {
        height: 200px
    }

    .h-lg-min-200px {
        min-height: 200px
    }

    .h-lg-250px {
        height: 250px
    }

    .h-lg-min-250px {
        min-height: 250px
    }

    .h-lg-300px {
        height: 300px
    }

    .h-lg-min-300px {
        min-height: 300px
    }

    .h-lg-350px {
        height: 350px
    }

    .h-lg-min-350px {
        min-height: 350px
    }

    .h-lg-400px {
        height: 400px
    }

    .h-lg-min-400px {
        min-height: 400px
    }

    .h-lg-450px {
        height: 450px
    }

    .h-lg-min-450px {
        min-height: 450px
    }

    .h-lg-500px {
        height: 500px
    }

    .h-lg-min-500px {
        min-height: 500px
    }

    .h-lg-550px {
        height: 550px
    }

    .h-lg-min-550px {
        min-height: 550px
    }

    .h-lg-600px {
        height: 600px
    }

    .h-lg-min-600px {
        min-height: 600px
    }

    .h-lg-650px {
        height: 650px
    }

    .h-lg-min-650px {
        min-height: 650px
    }

    .h-lg-700px {
        height: 700px
    }

    .h-lg-min-700px {
        min-height: 700px
    }

    .h-lg-750px {
        height: 750px
    }

    .h-lg-min-750px {
        min-height: 750px
    }

    .h-lg-800px {
        height: 800px
    }

    .h-lg-min-800px {
        min-height: 800px
    }

    .h-lg-850px {
        height: 850px
    }

    .h-lg-min-850px {
        min-height: 850px
    }

    .h-lg-900px {
        height: 900px
    }

    .h-lg-min-900px {
        min-height: 900px
    }

    .h-lg-950px {
        height: 950px
    }

    .h-lg-min-950px {
        min-height: 950px
    }

    .h-lg-1000px {
        height: 1000px
    }

    .h-lg-min-1000px {
        min-height: 1000px
    }
}

.process {
    text-align: center
}

.process .process-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.process .process-step-circle {
    display: flex;
    justify-content: center;
    height: 90px;
    text-align: center;
    width: 90px;
    border: 2px solid var(--grey-500);
    border-radius: 50%;
    align-items: center;
    position: relative;
    background-color: transparent;
    transition: all .2s ease-in-out
}

.process-vertical {
    text-align: left
}

.process-vertical .process-step {
    width: 100%;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    position: relative;
    padding-bottom: 60px
}

.process-vertical .process-step:before {
    display: none
}

.process-vertical .process-step:after {
    width: 2px;
    display: block;
    background-color: #EDEDED;
    position: absolute;
    content: '';
    height: calc(100% - 80px);
    top: 70px;
    left: 30px
}

.process-vertical .process-step:last-child:after {
    display: none
}

.process-vertical .process-step-circle {
    height: 60px;
    width: 60px;
    margin: 0 15px 0 0;
    min-height: 60px;
    min-width: 60px
}

.process-vertical .process-step-content {
    padding-top: 0
}

.process .process-step-circle-content {
    font-weight: 700;
    color: var(--dark);
    font-size: 1.6em;
    letter-spacing: -1px;
    transition: all .2s ease-in-out
}

.process .process-step:hover .process-step-circle {
    background-color: var(--grey-500)
}

.process .process-step:hover .process-step-circle .process-step-circle-content {
    color: var(--light)
}

.process .process-step:hover .process-step-circle .process-step-circle-content .icons {
    color: var(--light) !important
}

#footer {
    background: var(--dark);
    border-top: 4px solid var(--dark);
    font-size: .9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    color: var(--light)
}

#footer a:not(.btn):not(.no-footer-css) {
    color: var(--default);
    transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: var(--light)
}

#footer a:not(.btn):not(.no-footer-css):active,
#footer a:not(.btn):not(.no-footer-css):focus {
    color: var(--grey-500)
}

#footer a:not(.btn):not(.no-footer-css).text-color-light {
    color: var(--light) !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:hover {
    color: var(--light-200) !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-light:active,
#footer a:not(.btn):not(.no-footer-css).text-color-light:focus {
    color: var(--light-300) !important
}

#footer a:not(.btn):not(.no-footer-css).text-color-default {
    color: var(--default) !important
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1 {
    position: relative;
    left: 0;
    transition: all .1s ease-in-out
}

#footer a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
    left: 3px
}

#footer .footer-nav nav {
    display: flex
}

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

#footer .footer-nav nav>ul>li {
    position: relative;
    height: 100%;
    align-self: stretch
}

#footer .footer-nav nav>ul>li>a {
    position: relative;
    background: 0 0;
    padding: 0 14.4px;
    padding: 0 .9rem;
    margin: 0;
    height: 100%;
    display: inline-flex;
    align-items: center;
    white-space: normal;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.5px;
    text-transform: uppercase;
    color: var(--light);
    text-decoration: none
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a {
    padding-left: 0
}

#footer .footer-nav.footer-nav-links nav>ul>li:first-child>a:before {
    left: 0
}

@media (min-width:768px) {
    #footer .footer-nav.footer-nav-bottom-line nav>ul>li>a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: .85rem;
        right: .85rem;
        margin-top: 15px;
        transform: translate3d(0, -50%, 0)
    }
}

@media (max-width:991px) {
    #footer .footer-nav {
        width: 100%
    }

    #footer .footer-nav nav {
        text-align: center
    }

    #footer .footer-nav nav>ul {
        width: 100%
    }

    #footer .footer-nav nav>ul>li>a {
        text-align: center;
        padding: 5px 12px
    }
}

@media (max-width:767px) {
    #footer .footer-nav {
        width: 100%
    }

    #footer .footer-nav nav {
        text-align: center
    }

    #footer .footer-nav nav>ul {
        width: 100%
    }

    #footer .footer-nav nav>ul>li {
        height: auto;
        width: 100%
    }

    #footer .footer-nav nav>ul>li>a {
        text-align: center;
        padding: 1em 0
    }
}

#footer form {
    opacity: 1 !important
}

#footer form .alert {
    padding: 6px;
    text-align: center
}

#footer .logo img {
    position: relative;
    top: 2px;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0)
}

#footer .footer-bg-color-2 {
    background: var(--dark-100)
}

#footer .footer-copyright {
    background: var(--dark-100)
}

#footer .footer-copyright nav {
    font-size: .9em
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .footer-copyright nav ul li {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0
}

#footer .footer-copyright nav ul li:last-child {
    padding-right: 0
}

#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
    font-size: .9em
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: var(--dark);
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.footer-top-border {
    border-top: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-right-border {
    border-right: 1px solid rgba(0, 0, 0, .05) !important
}

.footer-top-light-border {
    border-top: 1px solid rgba(255, 255, 255, .05) !important
}

.footer-bottom-light-border {
    border-bottom: 1px solid rgba(255, 255, 255, .05) !important
}

.footer-right-light-border {
    border-right: 1px solid rgba(255, 255, 255, .05) !important
}

#footer .footer-nav.footer-nav-bottom-line nav>ul:not(:hover)>li>a.active {
    color: var(--primary) !important
}

#footer .footer-nav.footer-nav-bottom-line nav>ul:not(:hover)>li>a.active:before {
    background: var(--primary) !important
}

#footer .footer-nav.footer-nav-bottom-line nav>ul:hover>li:hover>a {
    color: var(--primary) !important
}

#footer .footer-nav.footer-nav-bottom-line nav>ul:hover>li:hover>a:before {
    background: var(--primary) !important
}

html.dark .body,
html.dark body {
    background-color: var(--dark)
}

html.dark #header .header-top {
    background: var(--dark--100);
    border-bottom-color: var(--dark--200)
}

html.dark #header .header-body {
    background: var(--dark);
    border-top-color: var(--dark--200)
}

html.dark #header .header-nav-top .nav>li>a a:focus,
html.dark #header .header-nav-top .nav>li>a:hover {
    background-color: var(--dark--100)
}

html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
    color: var(--light)
}

html.dark h1.card-title,
html.dark h2.card-title,
html.dark h3.card-title,
html.dark h4.card-title,
html.dark h5.card-title,
html.dark h6.card-title {
    color: var(--light)
}

html.dark .alert h1,
html.dark .alert h2,
html.dark .alert h3,
html.dark .alert h4,
html.dark .alert h5,
html.dark .alert h6 {
    color: #111
}

html.dark section.section {
    background-color: var(--dark--100);
    border-top-color: var(--dark--100)
}

html.dark .nav>li>a:focus,
html.dark .nav>li>a:hover {
    background-color: var(--dark--200)
}

html.dark form:not(.form-style-4) .form-control {
    background-color: var(--dark--100);
    border-color: var(--dark--100)
}

html.dark form.form-style-4 .form-control {
    border-bottom-color: #3c3c3c
}

html.dark .btn-light {
    background-color: var(--dark--100);
    border-color: var(--dark--100);
    color: var(--light)
}

html.dark .btn[disabled],
html.dark .btn[disabled]:active,
html.dark .btn[disabled]:focus,
html.dark .btn[disabled]:hover {
    border-color: var(--dark--100) !important
}

html.dark .page-header {
    border-bottom-color: var(--dark-100)
}

html.dark .page-header-light {
    background-color: var(--dark--200)
}

html.dark .card {
    background-color: var(--dark-100)
}

html.dark .accordion .card {
    background-color: var(--dark--100)
}

html.dark .accordion .card-default {
    border-color: var(--dark--100)
}

html.dark .accordion .card-header {
    background-color: var(--dark--200)
}

html.dark .accordion .form-control {
    background-color: var(--dark--100);
    border-color: var(--dark--100)
}

html.dark .accordion.accordion-modern .card .card-header {
    background-color: var(--dark--100)
}

html.dark .accordion.accordion-modern .card:first-of-type,
html.dark .accordion.accordion-modern .card:last-of-type,
html.dark .accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type) {
    border-color: var(--dark--100)
}

html.dark .toggle>.toggle-title {
    background-color: var(--dark--200)
}

html.dark .img-thumbnail,
html.dark .thumbnail {
    background-color: var(--dark--100);
    border-color: var(--dark--100)
}

html.dark .testimonial .testimonial-author strong {
    color: var(--light)
}

html.dark .testimonial.testimonial-style-4 {
    border-color: var(--dark--200) !important
}

html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: var(--dark--200) !important
}

.testimonial-author-thumbnail {
    flex-shrink: 0
}

.testimonial-author-thumbnail img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #f0f0f0
}

.testimonial-style-4 {
    display: flex;
    flex-direction: column
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px 0 16px;
    border-bottom: 1px solid rgba(228, 9, 9, .06)
}

.testimonial-author p {
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.3
}

.testimonial-author p strong {
    font-size: .92rem;
    color: #1a1a2e
}

.testimonial-author p span {
    font-size: .75rem;
    color: #888
}

.testimonial-author-thumbnail {
    flex-shrink: 0
}

.testimonial-author-thumbnail img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid #f0f0f0
}

.testimonial .px-4 p:first-child {
    font-size: .875rem;
    color: #555;
    line-height: 1.65;
    margin-top: 12px;
    margin-bottom: 12px
}

.stars::before {
    content: "★★★★★";
    color: var(--primary--100);
    font-size: 1rem;
    letter-spacing: 2px
}

html.dark .page-header {
    border-bottom-color: var(--dark--100)
}

html.dark .alert.alert-default {
    border-color: var(--dark--200);
    background-color: var(--dark--100)
}

html.dark hr {
    background-image: linear-gradient(to left, var(--dark), #3f4247, var(--dark))
}

html.dark hr.light {
    background-image: linear-gradient(to left, var(--dark), #3f4247, var(--dark))
}

html.dark .post-block {
    border-top-color: var(--dark-100)
}

@media (min-width:992px) {

    html.dark #header .header-nav.header-nav-line nav>ul>li:hover>a,
    html.dark #header .header-nav.header-nav-line nav>ul>li>a,
    html.dark #header .header-nav.header-nav-links nav>ul>li:hover>a,
    html.dark #header .header-nav.header-nav-links nav>ul>li>a {
        color: var(--grey-500)
    }
}

@media (max-width:991px) {
    html.dark #header .header-nav-main:before {
        background-color: var(--dark)
    }

    html.dark #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-color: transparent;
        background: #39404c
    }

    html.dark #header .header-nav-main nav>ul li {
        border-bottom-color: var(--dark--200)
    }

    html.dark #header .header-nav-main nav ul li a:active {
        background-color: #1e1e1e;
        color: var(--light)
    }
}

.accordion .card {
    margin-top: 5px
}

.accordion .card:first-child {
    margin-top: 0
}

.accordion .card:first-of-type,
.accordion .card:last-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: .25rem
}

.accordion .card-title {
    font-size: 16px
}

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

.accordion .card-header a {
    cursor: pointer;
    display: block;
    padding: 10px 20px
}

.accordion .card-header a:focus,
.accordion .card-header a:hover {
    text-decoration: none
}

.accordion .card-header a [class^=icon-] {
    margin-right: 4px;
    position: relative;
    top: 1px
}

.accordion .card-header a .icons,
.accordion .card-header a [class*=fa-] {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.accordion .card-header a .icons {
    top: 1px
}

.accordion.accordion-sm .card-header a {
    padding: 5px 15px;
    font-size: .85em
}

.accordion.accordion-sm .card-body {
    font-size: .9em
}

.accordion.accordion-lg .card-header a {
    padding: 15px 15px;
    font-size: 1em;
    font-weight: 600
}

.accordion.accordion-modern .card:first-of-type,
.accordion.accordion-modern .card:last-of-type,
.accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type) {
    border: 4px solid var(--grey-100)
}

.accordion.accordion-modern .card .card-header {
    background-color: var(--grey-100);
    border-radius: 0
}

.accordion.accordion-modern-2>.card {
    border: 1px solid transparent !important;
    transition: ease border-color .3s
}

.accordion.accordion-modern-2>.card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color: #f4f4f4;
    transition: ease background-color .3s, ease color .3s;
    border-radius: var(--border-radius)
}

.accordion.accordion-modern-2>.card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform .3s
}

.accordion.accordion-modern-2>.card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0)
}

.accordion.accordion-modern-2>.card+.card {
    margin-top: 17px
}

.accordion.accordion-modern-status>.card {
    border: 1px solid transparent !important;
    transition: ease border-color .3s
}

.accordion.accordion-modern-status>.card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color: #f4f4f4;
    transition: ease background-color .3s, ease color .3s
}

.accordion.accordion-modern-status>.card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform .3s
}

.accordion.accordion-modern-status>.card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0)
}

.accordion.accordion-modern-status>.card+.card {
    margin-top: 17px
}

.accordion.accordion-modern-status.accordion-modern-status-borders>.card {
    border: 1px solid rgba(0, 0, 0, .085) !important
}

.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-header {
    background: 0 0 !important
}

.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-header a {
    background: 0 0 !important
}

.accordion .card-header a {
    color: var(--primary)
}

.accordion.accordion-primary .card-header {
    background-color: var(--primary) !important
}

.accordion.accordion-primary .card-header a {
    color: var(--primary-inverse)
}

.accordion-modern-status-primary.accordion-modern-status>.card .card-header a:not(.collapsed) {
    background-color: var(--primary) !important;
    color: var(--primary-inverse) !important
}

.accordion-modern-status-primary.accordion-modern-status>.card:hover .card-header a.collapsed {
    color: var(--primary) !important
}

.accordion.accordion-dark .card-header {
    background-color: var(--dark) !important
}

.accordion.accordion-dark .card-header a {
    color: var(--dark-inverse)
}

.accordion-modern-status-dark.accordion-modern-status>.card .card-header a:not(.collapsed) {
    background-color: var(--dark) !important;
    color: var(--dark-inverse) !important
}

.accordion-modern-status-dark.accordion-modern-status>.card:hover .card-header a.collapsed {
    color: var(--dark) !important
}

.accordion.accordion-light .card-header {
    background-color: var(--light) !important
}

.accordion.accordion-light .card-header a {
    color: var(--light-inverse)
}

.accordion-modern-status-light.accordion-modern-status>.card .card-header a:not(.collapsed) {
    background-color: var(--light) !important;
    color: var(--light-inverse) !important
}

.accordion-modern-status-light.accordion-modern-status>.card:hover .card-header a.collapsed {
    color: var(--light) !important
}

@keyframes sideMenuArrow {
    0% {
        left: 5px
    }

    50% {
        left: 10px
    }

    100% {
        left: 5px
    }
}

@keyframes sideMenuArrowBack {
    0% {
        right: 5px
    }

    50% {
        right: 10px
    }

    100% {
        right: 5px
    }
}

@keyframes maskUp {
    from {
        transform: translate(0, 100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskRight {
    from {
        transform: translate(-100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskDown {
    from {
        transform: translate(0, -100%)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes maskLeft {
    from {
        transform: translate(100%, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes textEntrance {
    from {
        opacity: 0;
        transform: translateY(100%) rotateX(-80deg)
    }

    to {
        transform: none;
        opacity: 1
    }
}

@keyframes headerReveal {
    from {
        top: -150px
    }

    to {
        top: 0
    }
}

@keyframes fadeInUpShorter {
    from {
        opacity: 0;
        transform: translate(0, 50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpShorterPlus {
    from {
        opacity: 0;
        transform: translate(0, 15px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        transform: translate(50px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftShorterPlus {
    from {
        opacity: 0;
        transform: translate(15px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightShorterPlus {
    from {
        opacity: 0;
        transform: translate(-15px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightShorterOpacity {
    from {
        opacity: 0;
        transform: translate(-50px, 0)
    }

    to {
        opacity: .7;
        transform: none
    }
}

@keyframes fadeInDownShorter {
    from {
        opacity: 0;
        transform: translate(0, -50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownShorterPlus {
    from {
        opacity: 0;
        transform: translate(0, -15px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightDownShorter {
    from {
        opacity: 0;
        transform: translate(-50px, -50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightUpShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftDownShorter {
    from {
        opacity: 0;
        transform: translate(50px, -50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftUpShorter {
    from {
        opacity: 0;
        transform: translate(50px, 50px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes expandIn {
    from {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes gradientTransition {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes sliderScrollButton {
    0% {
        opacity: 1;
        transform: translate3d(-50%, 0, 0)
    }

    70% {
        opacity: 1;
        transform: translate3d(-50%, 10px, 0)
    }

    100% {
        opacity: 0;
        transform: translate3d(-50%, 10px, 0)
    }
}

@keyframes arrowLeftRight {
    0% {
        transform: translate3d(-1px, 0, 0)
    }

    50% {
        transform: translate3d(1px, 0, 0)
    }

    100% {
        transform: translate3d(-1px, 0, 0)
    }
}

@keyframes navItemArrow {
    0% {
        position: relative;
        left: -1px
    }

    50% {
        position: relative;
        left: 3px
    }

    100% {
        position: relative;
        left: -1px
    }
}

@keyframes hotspot-pulsate {
    0% {
        transform: scale(1);
        opacity: .8
    }

    45% {
        transform: scale(1.75);
        opacity: 0
    }
}

@keyframes stop-hotspot-pulsate {
    from {
        opacity: .4
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes dotPulse {
    from {
        opacity: 1;
        transform: scale(.2)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes blurIn {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.3)
    }

    to {
        opacity: 1;
        filter: blur(.1px);
        transform: none
    }
}

@keyframes kenBurnsToRight {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes kenBurnsToLeft {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bgPositionBottomToTop {
    from {
        background-position: bottom
    }

    to {
        background-position: top
    }
}

@keyframes pulseAnim {
    from {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes basicRotation {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blockSlideToRight {
    from {
        transform: translate(-110%, 0)
    }

    to {
        transform: translate(110%, 0)
    }
}

@keyframes blockSlideToLeft {
    from {
        transform: translate(110%, 0)
    }

    to {
        transform: translate(-110%, 0)
    }
}

@keyframes blockSlideToTop {
    from {
        transform: translate(0, 110%)
    }

    to {
        transform: translate(0, -110%)
    }
}

@keyframes blockSlideToBottom {
    from {
        transform: translate(0, -110%)
    }

    to {
        transform: translate(0, 110%)
    }
}

@keyframes svgAnimationEffect1 {
    from {
        stroke-dasharray: 1000;
        stroke-dashoffset: -500
    }

    to {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0
    }
}

[data-plugin-animated-words] {
    opacity: 0
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-animation-inverse {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-180deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes highlightScribble1 {
    0% {
        stroke-dashoffset: 1;
        opacity: 0
    }

    1% {
        opacity: 1
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes pencilAnimation {
    from {
        width: 0
    }

    to {
        width: 74px
    }
}

@keyframes pencilAnimation2 {
    from {
        width: 0
    }

    to {
        width: 115px
    }
}

[data-plugin-animated-letters] {
    opacity: 0;
    visibility: hidden
}

@keyframes typeWriterFlash {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.btn {
    font-size: 12.8px;
    font-size: .8rem;
    padding: 8.528px 14.928px;
    padding: .533rem .933rem;
    cursor: pointer;
    font-weight: 600
}

.btn.btn-sm {
    font-size: 12.8px;
    font-size: .8rem;
    padding: 4.8px 10.4px;
    padding: .3rem .65rem
}

.btn.btn-lg {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 16px;
    padding: .5rem 1rem
}

.btn.btn-px-1 {
    padding-left: 5.6px;
    padding-left: .35rem;
    padding-right: 5.6px;
    padding-right: .35rem
}

.btn.btn-px-2 {
    padding-left: 12px;
    padding-left: .75rem;
    padding-right: 12px;
    padding-right: .75rem
}

.btn.btn-px-3 {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem
}

.btn.btn-px-4 {
    padding-left: 28px;
    padding-left: 1.75rem;
    padding-right: 28px;
    padding-right: 1.75rem
}

.btn.btn-px-5 {
    padding-left: 38.4px;
    padding-left: 2.4rem;
    padding-right: 38.4px;
    padding-right: 2.4rem
}

.btn.btn-py-1 {
    padding-top: 5.6px;
    padding-top: .35rem;
    padding-bottom: 5.6px;
    padding-bottom: .35rem
}

.btn.btn-py-2 {
    padding-top: 12px;
    padding-top: .75rem;
    padding-bottom: 12px;
    padding-bottom: .75rem
}

.btn.btn-py-3 {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem
}

.btn.btn-py-4 {
    padding-top: 28px;
    padding-top: 1.75rem;
    padding-bottom: 28px;
    padding-bottom: 1.75rem
}

.btn.btn-py-5 {
    padding-top: 32px;
    padding-top: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem
}

html body .btn:active,
html body .btn:focus,
html body.body .btn:active,
html body.body .btn:focus {
    box-shadow: none !important
}

.btn-default {
    color: var(--dark--200);
    background-color: var(--light);
    border-color: var(--grey-500);
    box-shadow: none !important
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    color: var(--dark--200);
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-outline {
    border-width: 2px;
    padding: 7.728px 14.928px;
    padding: .483rem .933rem
}

.btn-outline.btn-sm {
    padding: 4px 10.4px;
    padding: .25rem .65rem
}

.btn-outline.btn-lg {
    padding: 7.2px 16px;
    padding: .45rem 1rem
}

.btn-modern {
    text-transform: uppercase;
    font-size: .8em;
    padding: 12.8px 24px;
    padding: .8rem 1.5rem;
    font-weight: 600
}

.btn-rounded {
    border-radius: 35px
}

.btn-rounded-icon {
    border-radius: 50px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.btn-rounded-icon[data-hash]>i {
    pointer-events: none
}

.btn-3d {
    border-bottom-width: 3px
}

@keyframes btnArrowEffect1 {
    0% {
        transform: translateX(0)
    }

    51% {
        transform: translateX(20px);
        opacity: 1
    }

    52% {
        opacity: 0;
        transform: translateX(-20px)
    }

    53% {
        opacity: 0
    }

    54% {
        opacity: 1
    }

    100% {
        transform: translateX(0)
    }
}

.btn-link-effect-1 {
    position: relative
}

.btn-link-effect-1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--dark);
    transition: width .25s ease-out
}

.btn-link-effect-1:active:before,
.btn-link-effect-1:hover:before {
    width: 100%
}

.btn-link-effect-2 {
    position: relative
}

.btn-link-effect-2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--dark);
    transition: width .25s ease-out
}

.btn-link-effect-2:active:before,
.btn-link-effect-2:hover:before {
    width: 100%
}

.btn-link-effect-3 {
    position: relative
}

.btn-link-effect-3:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--dark);
    transition: width .3s ease 0s, left .3s ease 0s
}

.btn-link-effect-3:active:before,
.btn-link-effect-3:hover:before {
    width: 100%;
    left: 0
}

.btn-link-effect-4 {
    position: relative
}

.btn-link-effect-4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--dark);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .3s
}

.btn-link-effect-4:active:before,
.btn-link-effect-4:hover:before {
    transform-origin: bottom left;
    transform: scaleX(1)
}

.btn-link-effect-5 {
    position: relative
}

.btn-link-effect-5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--dark);
    transition: height .2s ease
}

.btn-link-effect-5:active:before,
.btn-link-effect-5:hover:before {
    height: 100%
}

.btn-icon i {
    margin-right: 10px
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px
}

.btn.dropdown-toggle:after {
    margin-left: .155em;
    vertical-align: .155em
}

html body .btn-light,
html body .btn-outline.btn-light {
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    color: var(--default)
}

html body .btn-light.btn-outline-light-opacity-2,
html body .btn-outline.btn-light.btn-outline-light-opacity-2 {
    border-color: rgba(255, 255, 255, .2)
}

html body .btn-light:hover,
html body .btn-outline.btn-light:hover {
    background-color: #f2f2f2;
    border-color: #e6e5e5 #e6e5e5 #ccc;
    color: var(--default)
}

html body .btn-light:focus,
html body .btn-outline.btn-light:focus {
    box-shadow: 0 0 0 3px rgba(191, 191, 191, .5)
}

html body .btn-light:disabled,
html body .btn-outline.btn-light:disabled {
    border-color: #bfbfbf #bfbfbf #bfbfbf
}

html body .btn-light:active,
html body .btn-outline.btn-light:active {
    border-color: #bfbfbf #bfbfbf #bfbfbf
}

html body .btn-light-2,
html body .btn-outline.btn-light-2 {
    border-color: var(--light);
    color: var(--light)
}

html body .btn-light-2:hover,
html body .btn-outline.btn-light-2:hover {
    background-color: var(--light);
    border-color: var(--light);
    color: #0e0e0e
}

html body .btn-light-2:focus,
html body .btn-outline.btn-light-2:focus {
    box-shadow: 0 0 0 3px rgba(179, 178, 178, .5)
}

html body .btn-light-2:disabled,
html body .btn-outline.btn-light-2:disabled {
    border-color: #b3b2b2 #b3b2b2 #b3b2b2
}

html body .btn-light-2:active,
html body .btn-outline.btn-light-2:active {
    border-color: var(--light)
}

html[dir=rtl] .input-group .form-control:not(:first-child),
html[dir=rtl] .input-group-btn:not(:first-child)>.btn,
html[dir=rtl] .input-group-btn:not(:first-child)>.btn-group>.btn,
html[dir=rtl] .input-group-btn:not(:first-child)>.dropdown-toggle,
html[dir=rtl] .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
html[dir=rtl] .input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 25px !important
}

.btn-link {
    color: var(--primary)
}

.btn-link:hover {
    color: var(--primary--100)
}

.btn-link:active {
    color: var(--primary-100)
}

.btn-primary {
    --hover: var(--primary--200);
    background-color: var(--primary);
    border-color: var(--primary) var(--primary) var(--primary-300);
    color: var(--primary-inverse)
}

.btn-primary:hover {
    border-color: var(--primary--200) var(--primary--200) var(--primary);
    color: var(--primary-inverse)
}

.btn-primary:hover:not(.bg-transparent) {
    background-color: var(--primary--200)
}

.btn-primary:focus {
    border-color: var(--primary-300) var(--primary-300) var(--primary-300);
    color: var(--primary-inverse);
    box-shadow: 0 0 0 3px var(--primary-rgba-50)
}

.btn-primary:focus:not(.bg-transparent) {
    background-color: var(--primary-200)
}

.btn-primary:disabled {
    border-color: var(--primary) var(--primary) var(--primary-300)
}

.btn-primary:disabled:not(.bg-transparent) {
    background-color: var(--primary)
}

.btn-primary:active {
    border-color: var(--primary-300) var(--primary-300) var(--primary-300) !important
}

.btn-primary:active:not(.bg-transparent) {
    background-color: var(--primary-200) !important;
    background-image: none !important
}

.btn-dark {
    --hover: var(--dark--200);
    background-color: var(--dark);
    border-color: var(--dark) var(--dark) var(--dark-300);
    color: var(--dark-inverse)
}

.btn-dark:hover {
    border-color: var(--dark--200) var(--dark--200) var(--dark);
    color: var(--dark-inverse)
}

.btn-dark:hover:not(.bg-transparent) {
    background-color: var(--dark--200)
}

.btn-dark:focus {
    border-color: var(--dark-300) var(--dark-300) var(--dark-300);
    color: var(--dark-inverse);
    box-shadow: 0 0 0 3px var(--dark-rgba-50)
}

.btn-dark:focus:not(.bg-transparent) {
    background-color: var(--dark-200)
}

.btn-dark:disabled {
    border-color: var(--dark) var(--dark) var(--dark-300)
}

.btn-dark:disabled:not(.bg-transparent) {
    background-color: var(--dark)
}

.btn-dark:active {
    border-color: var(--dark-300) var(--dark-300) var(--dark-300) !important
}

.btn-dark:active:not(.bg-transparent) {
    background-color: var(--dark-200) !important;
    background-image: none !important
}

.btn-light {
    --hover: var(--light--200);
    background-color: var(--light);
    border-color: var(--light) var(--light) var(--light-300);
    color: var(--light-inverse)
}

.btn-light:hover {
    border-color: var(--light--200) var(--light--200) var(--light);
    color: var(--light-inverse)
}

.btn-light:hover:not(.bg-transparent) {
    background-color: var(--light--200)
}

.btn-light:focus {
    border-color: var(--light-300) var(--light-300) var(--light-300);
    color: var(--light-inverse);
    box-shadow: 0 0 0 3px var(--light-rgba-50)
}

.btn-light:focus:not(.bg-transparent) {
    background-color: var(--light-200)
}

.btn-light:disabled {
    border-color: var(--light) var(--light) var(--light-300)
}

.btn-light:disabled:not(.bg-transparent) {
    background-color: var(--light)
}

.btn-light:active {
    border-color: var(--light-300) var(--light-300) var(--light-300) !important
}

.btn-light:active:not(.bg-transparent) {
    background-color: var(--light-200) !important;
    background-image: none !important
}

.btn-outline.btn-primary {
    color: var(--primary);
    background-color: transparent;
    background-image: none;
    border-color: var(--primary)
}

.btn-outline.btn-primary:hover {
    color: var(--primary-inverse);
    background-color: var(--primary);
    border-color: var(--primary)
}

.btn-outline.btn-primary:focus {
    box-shadow: 0 0 0 3px var(--primary-rgba-50)
}

.btn-outline.btn-primary:disabled {
    color: var(--primary);
    background-color: transparent
}

.btn-outline.btn-primary:active {
    color: var(--primary-inverse) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important
}

.btn-outline.btn-dark {
    color: var(--dark);
    background-color: transparent;
    background-image: none;
    border-color: var(--dark)
}

.btn-outline.btn-dark:hover {
    color: var(--dark-inverse);
    background-color: var(--dark);
    border-color: var(--dark)
}

.btn-outline.btn-dark:focus {
    box-shadow: 0 0 0 3px var(--dark-rgba-50)
}

.btn-outline.btn-dark:disabled {
    color: var(--dark);
    background-color: transparent
}

.btn-outline.btn-dark:active {
    color: var(--dark-inverse) !important;
    background-color: var(--dark) !important;
    border-color: var(--dark) !important
}

.btn-outline.btn-light {
    color: var(--light);
    background-color: transparent;
    background-image: none;
    border-color: var(--light)
}

.btn-outline.btn-light:hover {
    color: var(--light-inverse);
    background-color: var(--light);
    border-color: var(--light)
}

.btn-outline.btn-light:focus {
    box-shadow: 0 0 0 3px var(--light-rgba-50)
}

.btn-outline.btn-light:disabled {
    color: var(--light);
    background-color: transparent
}

.btn-outline.btn-light:active {
    color: var(--light-inverse) !important;
    background-color: var(--light) !important;
    border-color: var(--light) !important
}

.btn.btn-effect-1 {
    transition: .25s
}

.btn.btn-effect-1:focus,
.btn.btn-effect-1:hover {
    box-shadow: inset 0 0 0 2em var(--hover)
}

.btn.btn-effect-2 {
    transition: .25s
}

.btn.btn-effect-2:focus,
.btn.btn-effect-2:hover {
    animation: btn-pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0)
}

.btn.btn-effect-3 {
    transition: .25s
}

.btn.btn-effect-3:focus,
.btn.btn-effect-3:hover {
    box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover)
}

.btn.btn-effect-4 {
    transition: .25s
}

.btn.btn-effect-4:focus,
.btn.btn-effect-4:hover {
    box-shadow: 0 .5em .5em -.4em var(--hover);
    transform: translateY(-.25em)
}

.btn.btn-effect-5 {
    transition: .25s
}

.btn.btn-effect-5:focus,
.btn.btn-effect-5:hover {
    box-shadow: inset 0 -3.25em 0 0 var(--hover)
}

.btn.btn-effect-6 {
    transition: .25s
}

.btn.btn-effect-6:focus,
.btn.btn-effect-6:hover {
    box-shadow: inset 6.5em 0 0 0 var(--hover)
}

.btn.btn-effect-7 {
    position: relative
}

.btn.btn-effect-7:before {
    background: var(--hover);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    transition: transform .2s cubic-bezier(.4, .3, .35, .9) 0s;
    transform: scaleX(0);
    transform-origin: right center
}

.btn.btn-effect-7:focus:before,
.btn.btn-effect-7:hover:before {
    transform: scale(1);
    transform-origin: left center
}

.btn.btn-effect-7 span {
    position: relative;
    z-index: 1
}

@keyframes btn-pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover)
    }
}

.card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .06)
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, .06)
}

.card-body {
    padding: 32px;
    padding: 2rem;
    position: relative;
    z-index: 1
}

.card-border {
    overflow: hidden
}

.card-border:after {
    content: "";
    transition: .2s all ease;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    height: 5px;
    width: 100%;
    transform: translateX(-50%);
    background-color: var(--primary)
}

.card-border.card-border-top:after {
    top: 0
}

.card-border.card-border-bottom:after {
    bottom: 0
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        transform: translateZ(100px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        transform: translateZ(0)
    }

    100% {
        opacity: 0;
        transform: translateZ(-100px)
    }
}

@keyframes word-rotator-rotate-3-in {
    0% {
        transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(0)
    }
}

@keyframes word-rotator-rotate-3-out {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(-180deg)
    }
}

@keyframes scale-up {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-down {
    0% {
        transform: scale(1);
        opacity: 1
    }

    60% {
        transform: scale(0);
        opacity: 0
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        transform: translateX(100%)
    }
}

@keyframes animatedLineBg {
    from {
        stroke-dasharray: 1000
    }

    to {
        stroke-dasharray: 1360
    }
}

@keyframes animatedLineSmallCircle {
    from {
        stroke-dasharray: 1000
    }

    to {
        stroke-dasharray: 1120
    }
}

@keyframes animatedLineBigCircle {
    from {
        stroke-dasharray: 1000
    }

    to {
        stroke-dasharray: 1266
    }
}

@keyframes animatedInitialPin {
    0% {
        transform: translate(2px, 69px) scale(.23)
    }

    33% {
        transform: translate(2px, 79px) scale(.23)
    }

    66% {
        transform: translate(2px, 74px) scale(.23)
    }

    100% {
        transform: translate(2px, 79px) scale(.23)
    }
}

@keyframes animatedFinalPin {
    0% {
        transform: translate(325px, -19px) scale(.23) rotate(36deg)
    }

    33% {
        transform: translate(325px, -13px) scale(.23) rotate(36deg)
    }

    66% {
        transform: translate(325px, -16px) scale(.23) rotate(36deg)
    }

    100% {
        transform: translate(325px, -13px) scale(.23) rotate(36deg)
    }
}

@keyframes animatedFinalPinFirefox {
    0% {
        transform: translate(193px, -16px) scale(.23) rotate(36deg)
    }

    33% {
        transform: translate(193px, -10px) scale(.23) rotate(36deg)
    }

    66% {
        transform: translate(193px, -13px) scale(.23) rotate(36deg)
    }

    100% {
        transform: translate(193px, -10px) scale(.23) rotate(36deg)
    }
}

.http-error {
    padding: 50px 0
}

.http-error h2 {
    font-size: 140px;
    font-weight: 700;
    line-height: 140px
}

.http-error h4 {
    color: var(--default)
}

.http-error p {
    font-size: 1.4em;
    line-height: 36px
}

@media (max-width:575px) {
    .http-error {
        padding: 0
    }

    .http-error h2 {
        font-size: 100px;
        letter-spacing: 0;
        line-height: 100px
    }
}

ul.lista {
    padding-left: 20px !important
}

.blog-description {
    font-size: .9rem;
    line-height: 1.3;
    margin: 8px 10px 30px 10px;
    color: #333
}

.verif {
    display: none !important
}

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

.appwhatsapp svg {
    width: 60px;
    height: 60px;
    fill: var(--primary);
    transition: fill .3s ease;
    border-radius: 18%;
    background-color: #fff !important
}

.appwhatsapp:hover svg {
    fill: var(--primary-300)
}

.verif {
    display: none !important
}

.header-blog {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #0098e9;
}

.text-blog-10 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    /* opcional para el warning */
}

.blog-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 10px 10px 2px 10px;
    color: #1a1a1a;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /* opcional */
}

#footer .border-bottom {
    border-bottom: 1px solid rgba(100, 148, 202, .822) !important
}

.appwhatsapp {
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 60px;
    z-index: 100
}

.body,
body,
html {
    max-width: 100%;
    overflow-x: hidden
}

.btn-outline {
    border-width: 1px
}

@media (min-width:992px) {
    #header .header-nav-main nav>ul>li>a {
        font-size: 14px
    }
}

:root {
    --border-radius: 4px;
    --border-radius2x: 8px;
    --default: #777
}

:root {
    --primary: #2663ea;
    --primary-100: #1655e1;
    --primary-200: #1551d5;
    --primary-300: #144cca;
    --primary--100: #3d74ec;
    --primary--200: #497ced;
    --primary--300: #5584ee;
    --primary-rgba-0: rgba(38, 99, 234, 0);
    --primary-rgba-10: rgba(38, 99, 234, .1);
    --primary-rgba-20: rgba(38, 99, 234, .2);
    --primary-rgba-30: rgba(38, 99, 234, .3);
    --primary-rgba-40: rgba(38, 99, 234, .4);
    --primary-rgba-50: rgba(38, 99, 234, .5);
    --primary-rgba-60: rgba(38, 99, 234, .6);
    --primary-rgba-70: rgba(38, 99, 234, .7);
    --primary-rgba-80: rgba(38, 99, 234, .8);
    --primary-rgba-90: rgba(38, 99, 234, .9);
    --secondary: #fee2e2;
    --secondary-100: #fdc9c9;
    --secondary-200: #fdbdbd;
    --secondary-300: #fcb1b1;
    --secondary--100: #fffbfb;
    --secondary--200: #ffffff;
    --secondary--300: #ffffff;
    --secondary-rgba-0: rgba(254, 226, 226, 0);
    --secondary-rgba-10: rgba(254, 226, 226, .1);
    --secondary-rgba-20: rgba(254, 226, 226, .2);
    --secondary-rgba-30: rgba(254, 226, 226, .3);
    --secondary-rgba-40: rgba(254, 226, 226, .4);
    --secondary-rgba-50: rgba(254, 226, 226, .5);
    --secondary-rgba-60: rgba(254, 226, 226, .6);
    --secondary-rgba-70: rgba(254, 226, 226, .7);
    --secondary-rgba-80: rgba(254, 226, 226, .8);
    --secondary-rgba-90: rgba(254, 226, 226, .9);
    --tertiary: #e1ebf6;
    --tertiary-100: #cddef0;
    --tertiary-200: #c4d7ed;
    --tertiary-300: #bad1ea;
    --tertiary--100: #f5f8fc;
    --tertiary--200: #feffff;
    --tertiary--300: #ffffff;
    --tertiary-rgba-0: rgba(225, 235, 246, 0);
    --tertiary-rgba-10: rgba(225, 235, 246, .1);
    --tertiary-rgba-20: rgba(225, 235, 246, .2);
    --tertiary-rgba-30: rgba(225, 235, 246, .3);
    --tertiary-rgba-40: rgba(225, 235, 246, .4);
    --tertiary-rgba-50: rgba(225, 235, 246, .5);
    --tertiary-rgba-60: rgba(225, 235, 246, .6);
    --tertiary-rgba-70: rgba(225, 235, 246, .7);
    --tertiary-rgba-80: rgba(225, 235, 246, .8);
    --tertiary-rgba-90: rgba(225, 235, 246, .9);
    --quaternary: #222529;
    --quaternary-100: #16181b;
    --quaternary-200: #111214;
    --quaternary-300: #0b0c0d;
    --quaternary--100: #2e3237;
    --quaternary--200: #33383e;
    --quaternary--300: #393e45;
    --quaternary-rgba-0: rgba(34, 37, 41, 0);
    --quaternary-rgba-10: rgba(34, 37, 41, .1);
    --quaternary-rgba-20: rgba(34, 37, 41, .2);
    --quaternary-rgba-30: rgba(34, 37, 41, .3);
    --quaternary-rgba-40: rgba(34, 37, 41, .4);
    --quaternary-rgba-50: rgba(34, 37, 41, .5);
    --quaternary-rgba-60: rgba(34, 37, 41, .6);
    --quaternary-rgba-70: rgba(34, 37, 41, .7);
    --quaternary-rgba-80: rgba(34, 37, 41, .8);
    --quaternary-rgba-90: rgba(34, 37, 41, .9);
    --dark: #212529;
    --dark-100: #16181b;
    --dark-200: #101214;
    --dark-300: #0a0c0d;
    --dark--100: #2c3237;
    --dark--200: #32383e;
    --dark--300: #383f45;
    --dark-rgba-0: rgba(33, 37, 41, 0);
    --dark-rgba-10: rgba(33, 37, 41, .1);
    --dark-rgba-20: rgba(33, 37, 41, .2);
    --dark-rgba-30: rgba(33, 37, 41, .3);
    --dark-rgba-40: rgba(33, 37, 41, .4);
    --dark-rgba-50: rgba(33, 37, 41, .5);
    --dark-rgba-60: rgba(33, 37, 41, .6);
    --dark-rgba-70: rgba(33, 37, 41, .7);
    --dark-rgba-80: rgba(33, 37, 41, .8);
    --dark-rgba-90: rgba(33, 37, 41, .9);
    --light: #FFF;
    --light-100: #f2f2f2;
    --light-200: #ececec;
    --light-300: #e6e6e6;
    --light--100: #ffffff;
    --light--200: #ffffff;
    --light--300: #ffffff;
    --light-rgba-0: rgba(255, 255, 255, 0);
    --light-rgba-10: rgba(255, 255, 255, .1);
    --light-rgba-20: rgba(255, 255, 255, .2);
    --light-rgba-30: rgba(255, 255, 255, .3);
    --light-rgba-40: rgba(255, 255, 255, .4);
    --light-rgba-50: rgba(255, 255, 255, .5);
    --light-rgba-60: rgba(255, 255, 255, .6);
    --light-rgba-70: rgba(255, 255, 255, .7);
    --light-rgba-80: rgba(255, 255, 255, .8);
    --light-rgba-90: rgba(255, 255, 255, .9)
}

:root {
    --primary-inverse: #FFF;
    --secondary-inverse: #777;
    --tertiary-inverse: #777;
    --quaternary-inverse: #FFF;
    --dark-inverse: #FFF;
    --light-inverse: #777
}

:root {
    --grey: #969696;
    --grey-100: #f4f4f4;
    --grey-200: #eaeaea;
    --grey-300: #e5e5e5;
    --grey-400: #e0e0e0;
    --grey-500: #dbdbdb;
    --grey-600: #cecece;
    --grey-700: #c1c1c1;
    --grey-800: #a8a8a8;
    --grey-900: #8e8e8e;
    --grey-1000: #757575
}

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

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.form-control {
    border-color: #e60e0e17
}

.form-control.error {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.form-control.error:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.ul-footer {
    list-style: none !important;
    padding-left: 0 !important;
}

@media (max-width: 991px) {
    #footer .col-half-section {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #footer .form-control {
        text-align: left;
        /* 👈 clave */
    }
}

@media (max-width: 991px) {
    #preguntas .accordion {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

}

@media (max-width: 576px) {
    #hero h1 {
        font-size: 40px !important;
        line-height: 1.1;
    }
}

@media (max-width: 768px) {

    #reseñas .testimonial {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;

    }

}

@media (max-width: 768px) {

    footer textarea.form-control,
    footer input.form-control {
        text-align: left !important;
    }

    footer textarea::placeholder,
    footer input::placeholder {
        text-align: left !important;
    }

}

@media (max-width: 991px) {

    #header .header-nav-main nav {
        border-bottom: 2px solid #e9e9e9 !important;
    }

}

#footer input.form-control,
#footer textarea.form-control {
    background-color: #ffffff !important;
    color: #333 !important;
}

footer input::placeholder,
footer textarea::placeholder {
    color: #999 !important;
}

.negative-ls-1 {
    letter-spacing: -0.5px;
}

.negative-ls-2 {
    letter-spacing: -1px;
}

.negative-ls-3 {
    letter-spacing: -1.5px;
}

@media (max-width: 768px) {
    .btn-responsive-full {
        width: 100%;
        display: block;
    }
}

#btn-whatsapp {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s ease;
}

#btn-whatsapp.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.appwhatsapp {
    position: fixed;
    left: 20px;
    bottom: 30px;
    width: 60px;
    z-index: 100;
}

.appwhatsapp svg {
    width: 60px;
    height: 60px;
    fill: #2663ea !important;
    transition: fill .3s ease;
    border-radius: 18%;
    background-color: #ffffff !important;
}

.appwhatsapp:hover svg {
    fill: var(--primary-300);
}

.whatsapp {
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 100;
    padding: 0 4px;
    border-radius: 6px;
}

.whatsapp .fa-square-whatsapp {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    padding: 0 4px;
    border-radius: 6px;
    color: var(--primary--100);
}

.store-hidden {
    display: none;
}

.store-hidden {
    padding: 60px 60px 60px 60px !important;
}

.section-intro {
    max-width: 720px;
    margin: 0 auto;
}

.section-sub-intro {
    max-width: 720px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.6rem;
    }
}

.tabla-restricciones {
    max-width: 100%;
    margin: 20px auto;
    padding: 0 15px;
}

.tabla-restricciones table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.tabla-restricciones td {
    border: 1px solid #e5e5e5;
    padding: 12px 15px;
    vertical-align: top;
}

.tabla-restricciones tr:nth-child(even) {
    background-color: #dce1e7;
}

@media (max-width: 768px) {

    .tabla-restricciones table,
    .tabla-restricciones tr,
    .tabla-restricciones td {
        display: block;
        width: 100%;
    }

    .tabla-restricciones tr {
        margin-bottom: 10px;
        border: 1px solid #e5e5e5;
    }

    .tabla-restricciones td {
        border: none;
        border-bottom: 1px solid #eee;
    }

    .tabla-restricciones td:last-child {
        border-bottom: none;
    }
}

.col-lg-4 .card .card-body {
    padding: 0.6rem 1rem !important;
}

.col-lg-4 .card .card-body hr {
    margin-top: 0.35rem !important;
    margin-bottom: 0.35rem !important;
}

.col-lg-4 .card .card-body ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.col-lg-4 .card .card-body ul li {
    text-align: center !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
}

#unidad_peso {
    background-color: #f0f4ff;
    border: 2px solid #b9d7fa;
    border-radius: 3px;
    color: #333;
    padding: 8px 12px;
    cursor: pointer;
}

#unidad_medida {
    background-color: #f0f4ff;
    border: 2px solid #4a90e2;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    padding: 5px 8px;
    cursor: pointer;
}

#unidad_medida:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

#unidad_medida option {
    background-color: #f0f4ff;
    color: #333;
    padding: 8px;
}

#moneda {
    background-color: #ffffff;
    border: 2px solid #4a90e2;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    cursor: pointer;
}

#moneda:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

#unidad_medida,
#moneda {
    background-color: #f0f4ff;
    border: 2px solid #b9d7fa;
    border-radius: 3px;
    color: #333;
    padding: 8px 12px;
    cursor: pointer;
}

.form-select {
    background-color: #f0f4ff;
    border: 2px solid #b9d7fa;
    border-radius: 3px;
}

.contenedor-left {
    text-align: left;
    margin-top: 0 !important;
}

.lista-prohibidos .item {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    background: #ffffff;
}

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

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


#calculadora .form-control {
    color: #333 !important;
}

#unidad_peso {
    background-color: #f0f4ff;
    border: 2px solid #b9d7fa;
    border-radius: 3px;
    color: #333;
    padding: 8px 12px;
    cursor: pointer;
}

#unidad_medida {
    background-color: #f0f4ff;
    border: 2px solid #4a90e2;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    padding: 5px 8px;
    cursor: pointer;
}

#unidad_medida:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

#unidad_medida option {
    background-color: #f0f4ff;
    color: #333;
    padding: 8px;
}

#moneda {
    background-color: #ffffff;
    border: 2px solid #4a90e2;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    padding: 8px 12px;
    cursor: pointer;
}

#moneda:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

#unidad_medida,
#moneda {
    background-color: #f0f4ff;
    border: 2px solid #b9d7fa;
    border-radius: 3px;
    color: #333;
    padding: 8px 12px;
    cursor: pointer;
}

.form-select {
    background-color: #f0f4ff;
    border: 2px solid #b9d7fa;
    border-radius: 3px;
}

.contenedor-left {
    text-align: left;
    margin-top: 0 !important;
}

.lista-prohibidos .item {
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    background: #ffffff;
}

#calculadora .form-control {
    color: #333 !important;
}

list.list-unstyled {
    padding-left: 0;
    padding-right: 0
}

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

.pricing-block h4.text-color-primary {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .25rem
}

.pricing-block .plan-price {
    background: transparent !important;
    margin-bottom: 1.5rem !important
}

.pricing-block .plan-price .price {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1
}

.pricing-block .plan-price .price-unit {
    font-size: 2rem;
    font-weight: 700;
    vertical-align: super
}

.pricing-block .plan-price .price-label {
    display: block;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 15px;
    color: rgb(116, 116, 117);
    text-align: center
}

@media (max-width: 768px) {
    #formulario-contacto {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (max-width: 991px) {
    #formulario-contacto {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center
    }
}

@media (max-width: 991px) {
    footer .ul-footer {
        justify-content: center !important;
        gap: 10px;
    }
}