:root {
    --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-white: #ffffff;
    --bs-gray: #869ab8;
    --bs-gray-dark: #384c74;
    --bs-primary: #5533ff;
    --bs-secondary: #506690;
    --bs-success: #00c9b7;
    --bs-info: #00a0e0;
    --bs-warning: #feb868;
    --bs-danger: #c1002b;
    --bs-light: #f1f4f8;
    --bs-dark: #2b354f;
    --bs-gray: #869ab8;
    --bs-gray-light: #c6d3e6;
    --bs-alternate: #fc9e21;
    --bs-contrast: #ffffff;
    --bs-darker: #161c2d;
    --bs-black: #161c2d;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",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, 0.15), rgba(255, 255, 255, 0))
}

*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: Poppins,sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #6d768b;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(22,28,45,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .75rem;
    font-family: 1rem;
    font-weight: 400;
    line-height: 1.2
}

.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
}

abbr[data-bs-original-title],abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: 800
}

.small,small {
    font-size: .875em
}

.mark,mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #00a0e0;
    text-decoration: underline
}

a:hover {
    color: #0080b3
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #2b354f;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #869ab8;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-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
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-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] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.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
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #869ab8
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #d9e2ef;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #869ab8
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    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,.container-xl {
        max-width:1260px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

.g-6,.gx-6 {
    --bs-gutter-x: 6rem
}

.g-6,.gy-6 {
    --bs-gutter-y: 6rem
}

.g-7,.gx-7 {
    --bs-gutter-x: 7rem
}

.g-7,.gy-7 {
    --bs-gutter-y: 7rem
}

.g-8,.gx-8 {
    --bs-gutter-x: 8rem
}

.g-8,.gy-8 {
    --bs-gutter-y: 8rem
}

.g-9,.gx-9 {
    --bs-gutter-x: 9rem
}

.g-9,.gy-9 {
    --bs-gutter-y: 9rem
}

.g-10,.gx-10 {
    --bs-gutter-x: 12rem
}

.g-10,.gy-10 {
    --bs-gutter-y: 12rem
}

.g-11,.gx-11 {
    --bs-gutter-x: 14rem
}

.g-11,.gy-11 {
    --bs-gutter-y: 14rem
}

.g-12,.gx-12 {
    --bs-gutter-x: 16rem
}

.g-12,.gy-12 {
    --bs-gutter-y: 16rem
}

.g-13,.gx-13 {
    --bs-gutter-x: 18rem
}

.g-13,.gy-13 {
    --bs-gutter-y: 18rem
}

.g-14,.gx-14 {
    --bs-gutter-x: 20rem
}

.g-14,.gy-14 {
    --bs-gutter-y: 20rem
}

.g-15,.gx-15 {
    --bs-gutter-x: 22rem
}

.g-15,.gy-15 {
    --bs-gutter-y: 22rem
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .g-sm-6,.gx-sm-6 {
        --bs-gutter-x: 6rem
    }

    .g-sm-6,.gy-sm-6 {
        --bs-gutter-y: 6rem
    }

    .g-sm-7,.gx-sm-7 {
        --bs-gutter-x: 7rem
    }

    .g-sm-7,.gy-sm-7 {
        --bs-gutter-y: 7rem
    }

    .g-sm-8,.gx-sm-8 {
        --bs-gutter-x: 8rem
    }

    .g-sm-8,.gy-sm-8 {
        --bs-gutter-y: 8rem
    }

    .g-sm-9,.gx-sm-9 {
        --bs-gutter-x: 9rem
    }

    .g-sm-9,.gy-sm-9 {
        --bs-gutter-y: 9rem
    }

    .g-sm-10,.gx-sm-10 {
        --bs-gutter-x: 12rem
    }

    .g-sm-10,.gy-sm-10 {
        --bs-gutter-y: 12rem
    }

    .g-sm-11,.gx-sm-11 {
        --bs-gutter-x: 14rem
    }

    .g-sm-11,.gy-sm-11 {
        --bs-gutter-y: 14rem
    }

    .g-sm-12,.gx-sm-12 {
        --bs-gutter-x: 16rem
    }

    .g-sm-12,.gy-sm-12 {
        --bs-gutter-y: 16rem
    }

    .g-sm-13,.gx-sm-13 {
        --bs-gutter-x: 18rem
    }

    .g-sm-13,.gy-sm-13 {
        --bs-gutter-y: 18rem
    }

    .g-sm-14,.gx-sm-14 {
        --bs-gutter-x: 20rem
    }

    .g-sm-14,.gy-sm-14 {
        --bs-gutter-y: 20rem
    }

    .g-sm-15,.gx-sm-15 {
        --bs-gutter-x: 22rem
    }

    .g-sm-15,.gy-sm-15 {
        --bs-gutter-y: 22rem
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .g-md-6,.gx-md-6 {
        --bs-gutter-x: 6rem
    }

    .g-md-6,.gy-md-6 {
        --bs-gutter-y: 6rem
    }

    .g-md-7,.gx-md-7 {
        --bs-gutter-x: 7rem
    }

    .g-md-7,.gy-md-7 {
        --bs-gutter-y: 7rem
    }

    .g-md-8,.gx-md-8 {
        --bs-gutter-x: 8rem
    }

    .g-md-8,.gy-md-8 {
        --bs-gutter-y: 8rem
    }

    .g-md-9,.gx-md-9 {
        --bs-gutter-x: 9rem
    }

    .g-md-9,.gy-md-9 {
        --bs-gutter-y: 9rem
    }

    .g-md-10,.gx-md-10 {
        --bs-gutter-x: 12rem
    }

    .g-md-10,.gy-md-10 {
        --bs-gutter-y: 12rem
    }

    .g-md-11,.gx-md-11 {
        --bs-gutter-x: 14rem
    }

    .g-md-11,.gy-md-11 {
        --bs-gutter-y: 14rem
    }

    .g-md-12,.gx-md-12 {
        --bs-gutter-x: 16rem
    }

    .g-md-12,.gy-md-12 {
        --bs-gutter-y: 16rem
    }

    .g-md-13,.gx-md-13 {
        --bs-gutter-x: 18rem
    }

    .g-md-13,.gy-md-13 {
        --bs-gutter-y: 18rem
    }

    .g-md-14,.gx-md-14 {
        --bs-gutter-x: 20rem
    }

    .g-md-14,.gy-md-14 {
        --bs-gutter-y: 20rem
    }

    .g-md-15,.gx-md-15 {
        --bs-gutter-x: 22rem
    }

    .g-md-15,.gy-md-15 {
        --bs-gutter-y: 22rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .g-lg-6,.gx-lg-6 {
        --bs-gutter-x: 6rem
    }

    .g-lg-6,.gy-lg-6 {
        --bs-gutter-y: 6rem
    }

    .g-lg-7,.gx-lg-7 {
        --bs-gutter-x: 7rem
    }

    .g-lg-7,.gy-lg-7 {
        --bs-gutter-y: 7rem
    }

    .g-lg-8,.gx-lg-8 {
        --bs-gutter-x: 8rem
    }

    .g-lg-8,.gy-lg-8 {
        --bs-gutter-y: 8rem
    }

    .g-lg-9,.gx-lg-9 {
        --bs-gutter-x: 9rem
    }

    .g-lg-9,.gy-lg-9 {
        --bs-gutter-y: 9rem
    }

    .g-lg-10,.gx-lg-10 {
        --bs-gutter-x: 12rem
    }

    .g-lg-10,.gy-lg-10 {
        --bs-gutter-y: 12rem
    }

    .g-lg-11,.gx-lg-11 {
        --bs-gutter-x: 14rem
    }

    .g-lg-11,.gy-lg-11 {
        --bs-gutter-y: 14rem
    }

    .g-lg-12,.gx-lg-12 {
        --bs-gutter-x: 16rem
    }

    .g-lg-12,.gy-lg-12 {
        --bs-gutter-y: 16rem
    }

    .g-lg-13,.gx-lg-13 {
        --bs-gutter-x: 18rem
    }

    .g-lg-13,.gy-lg-13 {
        --bs-gutter-y: 18rem
    }

    .g-lg-14,.gx-lg-14 {
        --bs-gutter-x: 20rem
    }

    .g-lg-14,.gy-lg-14 {
        --bs-gutter-y: 20rem
    }

    .g-lg-15,.gx-lg-15 {
        --bs-gutter-x: 22rem
    }

    .g-lg-15,.gy-lg-15 {
        --bs-gutter-y: 22rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xl-6,.gx-xl-6 {
        --bs-gutter-x: 6rem
    }

    .g-xl-6,.gy-xl-6 {
        --bs-gutter-y: 6rem
    }

    .g-xl-7,.gx-xl-7 {
        --bs-gutter-x: 7rem
    }

    .g-xl-7,.gy-xl-7 {
        --bs-gutter-y: 7rem
    }

    .g-xl-8,.gx-xl-8 {
        --bs-gutter-x: 8rem
    }

    .g-xl-8,.gy-xl-8 {
        --bs-gutter-y: 8rem
    }

    .g-xl-9,.gx-xl-9 {
        --bs-gutter-x: 9rem
    }

    .g-xl-9,.gy-xl-9 {
        --bs-gutter-y: 9rem
    }

    .g-xl-10,.gx-xl-10 {
        --bs-gutter-x: 12rem
    }

    .g-xl-10,.gy-xl-10 {
        --bs-gutter-y: 12rem
    }

    .g-xl-11,.gx-xl-11 {
        --bs-gutter-x: 14rem
    }

    .g-xl-11,.gy-xl-11 {
        --bs-gutter-y: 14rem
    }

    .g-xl-12,.gx-xl-12 {
        --bs-gutter-x: 16rem
    }

    .g-xl-12,.gy-xl-12 {
        --bs-gutter-y: 16rem
    }

    .g-xl-13,.gx-xl-13 {
        --bs-gutter-x: 18rem
    }

    .g-xl-13,.gy-xl-13 {
        --bs-gutter-y: 18rem
    }

    .g-xl-14,.gx-xl-14 {
        --bs-gutter-x: 20rem
    }

    .g-xl-14,.gy-xl-14 {
        --bs-gutter-y: 20rem
    }

    .g-xl-15,.gx-xl-15 {
        --bs-gutter-x: 22rem
    }

    .g-xl-15,.gy-xl-15 {
        --bs-gutter-y: 22rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66667%
    }

    .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.33333%
    }

    .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-6,.gx-xxl-6 {
        --bs-gutter-x: 6rem
    }

    .g-xxl-6,.gy-xxl-6 {
        --bs-gutter-y: 6rem
    }

    .g-xxl-7,.gx-xxl-7 {
        --bs-gutter-x: 7rem
    }

    .g-xxl-7,.gy-xxl-7 {
        --bs-gutter-y: 7rem
    }

    .g-xxl-8,.gx-xxl-8 {
        --bs-gutter-x: 8rem
    }

    .g-xxl-8,.gy-xxl-8 {
        --bs-gutter-y: 8rem
    }

    .g-xxl-9,.gx-xxl-9 {
        --bs-gutter-x: 9rem
    }

    .g-xxl-9,.gy-xxl-9 {
        --bs-gutter-y: 9rem
    }

    .g-xxl-10,.gx-xxl-10 {
        --bs-gutter-x: 12rem
    }

    .g-xxl-10,.gy-xxl-10 {
        --bs-gutter-y: 12rem
    }

    .g-xxl-11,.gx-xxl-11 {
        --bs-gutter-x: 14rem
    }

    .g-xxl-11,.gy-xxl-11 {
        --bs-gutter-y: 14rem
    }

    .g-xxl-12,.gx-xxl-12 {
        --bs-gutter-x: 16rem
    }

    .g-xxl-12,.gy-xxl-12 {
        --bs-gutter-y: 16rem
    }

    .g-xxl-13,.gx-xxl-13 {
        --bs-gutter-x: 18rem
    }

    .g-xxl-13,.gy-xxl-13 {
        --bs-gutter-y: 18rem
    }

    .g-xxl-14,.gx-xxl-14 {
        --bs-gutter-x: 20rem
    }

    .g-xxl-14,.gy-xxl-14 {
        --bs-gutter-y: 20rem
    }

    .g-xxl-15,.gx-xxl-15 {
        --bs-gutter-x: 22rem
    }

    .g-xxl-15,.gy-xxl-15 {
        --bs-gutter-y: 22rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #6d768b;
    --bs-table-striped-bg: #f4f7fa;
    --bs-table-active-color: #6d768b;
    --bs-table-active-bg: rgba(22, 28, 45, 0.1);
    --bs-table-hover-color: #6d768b;
    --bs-table-hover-bg: #eef1f6;
    width: 100%;
    margin-bottom: 1rem;
    color: #6d768b;
    vertical-align: top;
    border-color: #d9e2ef
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #ddd6ff;
    --bs-table-striped-bg: #d3cdf5;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #c9c3ea;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #cec8ef;
    --bs-table-hover-color: #161c2d;
    color: #161c2d;
    border-color: #c9c3ea
}

.table-secondary {
    --bs-table-bg: #dce0e9;
    --bs-table-striped-bg: #d2d6e0;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #c8ccd6;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #cdd1db;
    --bs-table-hover-color: #161c2d;
    color: #161c2d;
    border-color: #c8ccd6
}

.table-success {
    --bs-table-bg: #ccf4f1;
    --bs-table-striped-bg: #c3e9e7;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #badedd;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #bee4e2;
    --bs-table-hover-color: #161c2d;
    color: #161c2d;
    border-color: #badedd
}

.table-info {
    --bs-table-bg: #ccecf9;
    --bs-table-striped-bg: #c3e2ef;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #bad7e5;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #bedcea;
    --bs-table-hover-color: #161c2d;
    color: #161c2d;
    border-color: #bad7e5
}

.table-warning {
    --bs-table-bg: #fff1e1;
    --bs-table-striped-bg: #f3e6d8;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #e8dccf;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #eee1d4;
    --bs-table-hover-color: #161c2d;
    color: #161c2d;
    border-color: #e8dccf
}

.table-danger {
    --bs-table-bg: #f3ccd5;
    --bs-table-striped-bg: #e8c3cd;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #ddbac4;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #e2bfc8;
    --bs-table-hover-color: #161c2d;
    color: #161c2d;
    border-color: #ddbac4
}

.table-light {
    --bs-table-bg: #f1f4f8;
    --bs-table-striped-bg: #e6e9ee;
    --bs-table-striped-color: #161c2d;
    --bs-table-active-bg: #dbdee4;
    --bs-table-active-color: #161c2d;
    --bs-table-hover-bg: #e1e4e9;
    --bs-table-hover-color: #161c2d;
    color: #161c2d;
    border-color: #dbdee4
}

.table-dark {
    --bs-table-bg: #2b354f;
    --bs-table-striped-bg: #363f58;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #404961;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #3b445c;
    --bs-table-hover-color: #ffffff;
    color: #fff;
    border-color: #404961
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #869ab8
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-family: Poppins,sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #506690;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9e2ef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not(:-moz-read-only) {
    cursor: pointer
}

.form-control[type=file]:not(:disabled):not(:read-only) {
    cursor: pointer
}

.form-control:focus {
    color: #506690;
    background-color: #fff;
    border-color: #dce3e7;
    outline: 0;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control::placeholder {
    color: #869ab8;
    opacity: 1
}

.form-control:-moz-read-only {
    background-color: #f1f4f8;
    opacity: 1
}

.form-control:disabled,.form-control:read-only {
    background-color: #f1f4f8;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: #506690;
    background-color: #f1f4f8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-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;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not(:-moz-read-only)::file-selector-button {
    background-color: #e5e8ec
}

.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #e5e8ec
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: #506690;
    background-color: #f1f4f8;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:1px;border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-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;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #e5e8ec
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #6d768b;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not(:-moz-read-only) {
    cursor: pointer
}

.form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-family: Poppins,sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #506690;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #d9e2ef;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-select:focus {
    border-color: #dce3e7;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem rgba(85,51,255,.25);
    box-shadow: 0 0 0 .25rem rgba(85,51,255,.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #f1f4f8
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #506690
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(22,28,45,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #dce3e7;
    outline: 0;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.form-check-input:checked {
    background-color: #53f;
    border-color: #53f
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #53f;
    border-color: #53f;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position .15s ease-in-out;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dce3e7'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff,-1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 0 0 1px #fff,-1px 3px 15px 0 rgba(0,0,0,.06)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,-1px 3px 15px 0 rgba(0,0,0,.06)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #53f;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #ccc2ff
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d9e2ef;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #53f;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #ccc2ff
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d9e2ef;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #abbcd5
}

.form-range:disabled::-moz-range-thumb {
    background-color: #abbcd5
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #506690;
    text-align: center;
    white-space: nowrap;
    background-color: #f1f4f8;
    border: 1px solid #d9e2ef;
    border-radius: .25rem
}

.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    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: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #00c9b7
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #161c2d;
    background-color: rgba(0,201,183,.9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: #00c9b7;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: #00c9b7;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0,201,183,.25);
    box-shadow: 0 0 0 .25rem rgba(0,201,183,.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,.was-validated .form-select:valid {
    border-color: #00c9b7
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9b7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: #00c9b7;
    -webkit-box-shadow: 0 0 0 .25rem rgba(0,201,183,.25);
    box-shadow: 0 0 0 .25rem rgba(0,201,183,.25)
}

.form-check-input.is-valid,.was-validated .form-check-input:valid {
    border-color: #00c9b7
}

.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: #00c9b7
}

.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0,201,183,.25);
    box-shadow: 0 0 0 .25rem rgba(0,201,183,.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: #00c9b7
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #c1002b
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(193,0,43,.9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: #c1002b;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c1002b'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c1002b' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: #c1002b;
    -webkit-box-shadow: 0 0 0 .25rem rgba(193,0,43,.25);
    box-shadow: 0 0 0 .25rem rgba(193,0,43,.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: #c1002b
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23384c74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c1002b'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c1002b' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: #c1002b;
    -webkit-box-shadow: 0 0 0 .25rem rgba(193,0,43,.25);
    box-shadow: 0 0 0 .25rem rgba(193,0,43,.25)
}

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: #c1002b
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: #c1002b
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(193,0,43,.25);
    box-shadow: 0 0 0 .25rem rgba(193,0,43,.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: #c1002b
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid {
    z-index: 3
}

.btn {
    display: inline-block;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    line-height: 1.5;
    color: #6d768b;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .65rem 1.35rem;
    font-size: .875rem;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-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;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #6d768b
}

.btn-check:focus+.btn,.btn:focus {
    outline: 0;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.btn-primary:hover {
    color: #fff;
    background-color: #482bd9;
    border-color: #4429cc
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
    color: #fff;
    background-color: #482bd9;
    border-color: #4429cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(111,82,255,.5);
    box-shadow: 0 0 0 .25rem rgba(111,82,255,.5)
}

.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4429cc;
    border-color: #4026bf
}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(111,82,255,.5);
    box-shadow: 0 0 0 .25rem rgba(111,82,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.btn-secondary {
    color: #fff;
    background-color: #506690;
    border-color: #506690
}

.btn-secondary:hover {
    color: #fff;
    background-color: #44577a;
    border-color: #405273
}

.btn-check:focus+.btn-secondary,.btn-secondary:focus {
    color: #fff;
    background-color: #44577a;
    border-color: #405273;
    -webkit-box-shadow: 0 0 0 .25rem rgba(106,125,161,.5);
    box-shadow: 0 0 0 .25rem rgba(106,125,161,.5)
}

.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #405273;
    border-color: #3c4d6c
}

.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(106,125,161,.5);
    box-shadow: 0 0 0 .25rem rgba(106,125,161,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled {
    color: #fff;
    background-color: #506690;
    border-color: #506690
}

.btn-success {
    color: #161c2d;
    background-color: #00c9b7;
    border-color: #00c9b7
}

.btn-success:hover {
    color: #161c2d;
    background-color: #26d1c2;
    border-color: #1acebe
}

.btn-check:focus+.btn-success,.btn-success:focus {
    color: #161c2d;
    background-color: #26d1c2;
    border-color: #1acebe;
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,175,162,.5);
    box-shadow: 0 0 0 .25rem rgba(3,175,162,.5)
}

.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle {
    color: #161c2d;
    background-color: #33d4c5;
    border-color: #1acebe
}

.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,175,162,.5);
    box-shadow: 0 0 0 .25rem rgba(3,175,162,.5)
}

.btn-success.disabled,.btn-success:disabled {
    color: #161c2d;
    background-color: #00c9b7;
    border-color: #00c9b7
}

.btn-info {
    color: #161c2d;
    background-color: #00a0e0;
    border-color: #00a0e0
}

.btn-info:hover {
    color: #161c2d;
    background-color: #26aee5;
    border-color: #1aaae3
}

.btn-check:focus+.btn-info,.btn-info:focus {
    color: #161c2d;
    background-color: #26aee5;
    border-color: #1aaae3;
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,140,197,.5);
    box-shadow: 0 0 0 .25rem rgba(3,140,197,.5)
}

.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
    color: #161c2d;
    background-color: #33b3e6;
    border-color: #1aaae3
}

.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,140,197,.5);
    box-shadow: 0 0 0 .25rem rgba(3,140,197,.5)
}

.btn-info.disabled,.btn-info:disabled {
    color: #161c2d;
    background-color: #00a0e0;
    border-color: #00a0e0
}

.btn-warning {
    color: #161c2d;
    background-color: #feb868;
    border-color: #feb868
}

.btn-warning:hover {
    color: #161c2d;
    background-color: #fec37f;
    border-color: #febf77
}

.btn-check:focus+.btn-warning,.btn-warning:focus {
    color: #161c2d;
    background-color: #fec37f;
    border-color: #febf77;
    -webkit-box-shadow: 0 0 0 .25rem rgba(219,161,95,.5);
    box-shadow: 0 0 0 .25rem rgba(219,161,95,.5)
}

.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle {
    color: #161c2d;
    background-color: #fec686;
    border-color: #febf77
}

.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(219,161,95,.5);
    box-shadow: 0 0 0 .25rem rgba(219,161,95,.5)
}

.btn-warning.disabled,.btn-warning:disabled {
    color: #161c2d;
    background-color: #feb868;
    border-color: #feb868
}

.btn-danger {
    color: #fff;
    background-color: #c1002b;
    border-color: #c1002b
}

.btn-danger:hover {
    color: #fff;
    background-color: #a40025;
    border-color: #9a0022
}

.btn-check:focus+.btn-danger,.btn-danger:focus {
    color: #fff;
    background-color: #a40025;
    border-color: #9a0022;
    -webkit-box-shadow: 0 0 0 .25rem rgba(202,38,75,.5);
    box-shadow: 0 0 0 .25rem rgba(202,38,75,.5)
}

.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9a0022;
    border-color: #910020
}

.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(202,38,75,.5);
    box-shadow: 0 0 0 .25rem rgba(202,38,75,.5)
}

.btn-danger.disabled,.btn-danger:disabled {
    color: #fff;
    background-color: #c1002b;
    border-color: #c1002b
}

.btn-light {
    color: #161c2d;
    background-color: #f1f4f8;
    border-color: #f1f4f8
}

.btn-light:hover {
    color: #161c2d;
    background-color: #f3f6f9;
    border-color: #f2f5f9
}

.btn-check:focus+.btn-light,.btn-light:focus {
    color: #161c2d;
    background-color: #f3f6f9;
    border-color: #f2f5f9;
    -webkit-box-shadow: 0 0 0 .25rem rgba(208,212,218,.5);
    box-shadow: 0 0 0 .25rem rgba(208,212,218,.5)
}

.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle {
    color: #161c2d;
    background-color: #f4f6f9;
    border-color: #f2f5f9
}

.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(208,212,218,.5);
    box-shadow: 0 0 0 .25rem rgba(208,212,218,.5)
}

.btn-light.disabled,.btn-light:disabled {
    color: #161c2d;
    background-color: #f1f4f8;
    border-color: #f1f4f8
}

.btn-dark {
    color: #fff;
    background-color: #2b354f;
    border-color: #2b354f
}

.btn-dark:hover {
    color: #fff;
    background-color: #252d43;
    border-color: #222a3f
}

.btn-check:focus+.btn-dark,.btn-dark:focus {
    color: #fff;
    background-color: #252d43;
    border-color: #222a3f;
    -webkit-box-shadow: 0 0 0 .25rem rgba(75,83,105,.5);
    box-shadow: 0 0 0 .25rem rgba(75,83,105,.5)
}

.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #222a3f;
    border-color: #20283b
}

.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(75,83,105,.5);
    box-shadow: 0 0 0 .25rem rgba(75,83,105,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    color: #fff;
    background-color: #2b354f;
    border-color: #2b354f
}

.btn-gray {
    color: #161c2d;
    background-color: #869ab8;
    border-color: #869ab8
}

.btn-gray:hover {
    color: #161c2d;
    background-color: #98a9c3;
    border-color: #92a4bf
}

.btn-check:focus+.btn-gray,.btn-gray:focus {
    color: #161c2d;
    background-color: #98a9c3;
    border-color: #92a4bf;
    -webkit-box-shadow: 0 0 0 .25rem rgba(117,135,163,.5);
    box-shadow: 0 0 0 .25rem rgba(117,135,163,.5)
}

.btn-check:active+.btn-gray,.btn-check:checked+.btn-gray,.btn-gray.active,.btn-gray:active,.show>.btn-gray.dropdown-toggle {
    color: #161c2d;
    background-color: #9eaec6;
    border-color: #92a4bf
}

.btn-check:active+.btn-gray:focus,.btn-check:checked+.btn-gray:focus,.btn-gray.active:focus,.btn-gray:active:focus,.show>.btn-gray.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(117,135,163,.5);
    box-shadow: 0 0 0 .25rem rgba(117,135,163,.5)
}

.btn-gray.disabled,.btn-gray:disabled {
    color: #161c2d;
    background-color: #869ab8;
    border-color: #869ab8
}

.btn-gray-light {
    color: #161c2d;
    background-color: #c6d3e6;
    border-color: #c6d3e6
}

.btn-gray-light:hover {
    color: #161c2d;
    background-color: #cfdaea;
    border-color: #ccd7e9
}

.btn-check:focus+.btn-gray-light,.btn-gray-light:focus {
    color: #161c2d;
    background-color: #cfdaea;
    border-color: #ccd7e9;
    -webkit-box-shadow: 0 0 0 .25rem rgba(172,184,202,.5);
    box-shadow: 0 0 0 .25rem rgba(172,184,202,.5)
}

.btn-check:active+.btn-gray-light,.btn-check:checked+.btn-gray-light,.btn-gray-light.active,.btn-gray-light:active,.show>.btn-gray-light.dropdown-toggle {
    color: #161c2d;
    background-color: #d1dceb;
    border-color: #ccd7e9
}

.btn-check:active+.btn-gray-light:focus,.btn-check:checked+.btn-gray-light:focus,.btn-gray-light.active:focus,.btn-gray-light:active:focus,.show>.btn-gray-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(172,184,202,.5);
    box-shadow: 0 0 0 .25rem rgba(172,184,202,.5)
}

.btn-gray-light.disabled,.btn-gray-light:disabled {
    color: #161c2d;
    background-color: #c6d3e6;
    border-color: #c6d3e6
}

.btn-alternate {
    color: #161c2d;
    background-color: #fc9e21;
    border-color: #fc9e21
}

.btn-alternate:hover {
    color: #161c2d;
    background-color: #fcad42;
    border-color: #fca837
}

.btn-alternate:focus,.btn-check:focus+.btn-alternate {
    color: #161c2d;
    background-color: #fcad42;
    border-color: #fca837;
    -webkit-box-shadow: 0 0 0 .25rem rgba(218,139,35,.5);
    box-shadow: 0 0 0 .25rem rgba(218,139,35,.5)
}

.btn-alternate.active,.btn-alternate:active,.btn-check:active+.btn-alternate,.btn-check:checked+.btn-alternate,.show>.btn-alternate.dropdown-toggle {
    color: #161c2d;
    background-color: #fdb14d;
    border-color: #fca837
}

.btn-alternate.active:focus,.btn-alternate:active:focus,.btn-check:active+.btn-alternate:focus,.btn-check:checked+.btn-alternate:focus,.show>.btn-alternate.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(218,139,35,.5);
    box-shadow: 0 0 0 .25rem rgba(218,139,35,.5)
}

.btn-alternate.disabled,.btn-alternate:disabled {
    color: #161c2d;
    background-color: #fc9e21;
    border-color: #fc9e21
}

.btn-contrast {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
}

.btn-contrast:hover {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
}

.btn-check:focus+.btn-contrast,.btn-contrast:focus {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,221,224,.5);
    box-shadow: 0 0 0 .25rem rgba(220,221,224,.5)
}

.btn-check:active+.btn-contrast,.btn-check:checked+.btn-contrast,.btn-contrast.active,.btn-contrast:active,.show>.btn-contrast.dropdown-toggle {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
}

.btn-check:active+.btn-contrast:focus,.btn-check:checked+.btn-contrast:focus,.btn-contrast.active:focus,.btn-contrast:active:focus,.show>.btn-contrast.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,221,224,.5);
    box-shadow: 0 0 0 .25rem rgba(220,221,224,.5)
}

.btn-contrast.disabled,.btn-contrast:disabled {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
}

.btn-darker {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-darker:hover {
    color: #fff;
    background-color: #131826;
    border-color: #121624
}

.btn-check:focus+.btn-darker,.btn-darker:focus {
    color: #fff;
    background-color: #131826;
    border-color: #121624;
    -webkit-box-shadow: 0 0 0 .25rem rgba(57,62,77,.5);
    box-shadow: 0 0 0 .25rem rgba(57,62,77,.5)
}

.btn-check:active+.btn-darker,.btn-check:checked+.btn-darker,.btn-darker.active,.btn-darker:active,.show>.btn-darker.dropdown-toggle {
    color: #fff;
    background-color: #121624;
    border-color: #111522
}

.btn-check:active+.btn-darker:focus,.btn-check:checked+.btn-darker:focus,.btn-darker.active:focus,.btn-darker:active:focus,.show>.btn-darker.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(57,62,77,.5);
    box-shadow: 0 0 0 .25rem rgba(57,62,77,.5)
}

.btn-darker.disabled,.btn-darker:disabled {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-black {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-black:hover {
    color: #fff;
    background-color: #131826;
    border-color: #121624
}

.btn-black:focus,.btn-check:focus+.btn-black {
    color: #fff;
    background-color: #131826;
    border-color: #121624;
    -webkit-box-shadow: 0 0 0 .25rem rgba(57,62,77,.5);
    box-shadow: 0 0 0 .25rem rgba(57,62,77,.5)
}

.btn-black.active,.btn-black:active,.btn-check:active+.btn-black,.btn-check:checked+.btn-black,.show>.btn-black.dropdown-toggle {
    color: #fff;
    background-color: #121624;
    border-color: #111522
}

.btn-black.active:focus,.btn-black:active:focus,.btn-check:active+.btn-black:focus,.btn-check:checked+.btn-black:focus,.show>.btn-black.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(57,62,77,.5);
    box-shadow: 0 0 0 .25rem rgba(57,62,77,.5)
}

.btn-black.disabled,.btn-black:disabled {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-outline-primary {
    color: #53f;
    border-color: #53f
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(85,51,255,.5);
    box-shadow: 0 0 0 .25rem rgba(85,51,255,.5)
}

.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active {
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(85,51,255,.5);
    box-shadow: 0 0 0 .25rem rgba(85,51,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #53f;
    background-color: transparent
}

.btn-outline-secondary {
    color: #506690;
    border-color: #506690
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #506690;
    border-color: #506690
}

.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(80,102,144,.5);
    box-shadow: 0 0 0 .25rem rgba(80,102,144,.5)
}

.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active {
    color: #fff;
    background-color: #506690;
    border-color: #506690
}

.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(80,102,144,.5);
    box-shadow: 0 0 0 .25rem rgba(80,102,144,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #506690;
    background-color: transparent
}

.btn-outline-success {
    color: #00c9b7;
    border-color: #00c9b7
}

.btn-outline-success:hover {
    color: #161c2d;
    background-color: #00c9b7;
    border-color: #00c9b7
}

.btn-check:focus+.btn-outline-success,.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0,201,183,.5);
    box-shadow: 0 0 0 .25rem rgba(0,201,183,.5)
}

.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active {
    color: #161c2d;
    background-color: #00c9b7;
    border-color: #00c9b7
}

.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0,201,183,.5);
    box-shadow: 0 0 0 .25rem rgba(0,201,183,.5)
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
    color: #00c9b7;
    background-color: transparent
}

.btn-outline-info {
    color: #00a0e0;
    border-color: #00a0e0
}

.btn-outline-info:hover {
    color: #161c2d;
    background-color: #00a0e0;
    border-color: #00a0e0
}

.btn-check:focus+.btn-outline-info,.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0,160,224,.5);
    box-shadow: 0 0 0 .25rem rgba(0,160,224,.5)
}

.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active {
    color: #161c2d;
    background-color: #00a0e0;
    border-color: #00a0e0
}

.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(0,160,224,.5);
    box-shadow: 0 0 0 .25rem rgba(0,160,224,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #00a0e0;
    background-color: transparent
}

.btn-outline-warning {
    color: #feb868;
    border-color: #feb868
}

.btn-outline-warning:hover {
    color: #161c2d;
    background-color: #feb868;
    border-color: #feb868
}

.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(254,184,104,.5);
    box-shadow: 0 0 0 .25rem rgba(254,184,104,.5)
}

.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active {
    color: #161c2d;
    background-color: #feb868;
    border-color: #feb868
}

.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(254,184,104,.5);
    box-shadow: 0 0 0 .25rem rgba(254,184,104,.5)
}

.btn-outline-warning.disabled,.btn-outline-warning:disabled {
    color: #feb868;
    background-color: transparent
}

.btn-outline-danger {
    color: #c1002b;
    border-color: #c1002b
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #c1002b;
    border-color: #c1002b
}

.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(193,0,43,.5);
    box-shadow: 0 0 0 .25rem rgba(193,0,43,.5)
}

.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active {
    color: #fff;
    background-color: #c1002b;
    border-color: #c1002b
}

.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(193,0,43,.5);
    box-shadow: 0 0 0 .25rem rgba(193,0,43,.5)
}

.btn-outline-danger.disabled,.btn-outline-danger:disabled {
    color: #c1002b;
    background-color: transparent
}

.btn-outline-light {
    color: #f1f4f8;
    border-color: #f1f4f8
}

.btn-outline-light:hover {
    color: #161c2d;
    background-color: #f1f4f8;
    border-color: #f1f4f8
}

.btn-check:focus+.btn-outline-light,.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(241,244,248,.5);
    box-shadow: 0 0 0 .25rem rgba(241,244,248,.5)
}

.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active {
    color: #161c2d;
    background-color: #f1f4f8;
    border-color: #f1f4f8
}

.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(241,244,248,.5);
    box-shadow: 0 0 0 .25rem rgba(241,244,248,.5)
}

.btn-outline-light.disabled,.btn-outline-light:disabled {
    color: #f1f4f8;
    background-color: transparent
}

.btn-outline-dark {
    color: #2b354f;
    border-color: #2b354f
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2b354f;
    border-color: #2b354f
}

.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(43,53,79,.5);
    box-shadow: 0 0 0 .25rem rgba(43,53,79,.5)
}

.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active {
    color: #fff;
    background-color: #2b354f;
    border-color: #2b354f
}

.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(43,53,79,.5);
    box-shadow: 0 0 0 .25rem rgba(43,53,79,.5)
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
    color: #2b354f;
    background-color: transparent
}

.btn-outline-gray {
    color: #869ab8;
    border-color: #869ab8
}

.btn-outline-gray:hover {
    color: #161c2d;
    background-color: #869ab8;
    border-color: #869ab8
}

.btn-check:focus+.btn-outline-gray,.btn-outline-gray:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(134,154,184,.5);
    box-shadow: 0 0 0 .25rem rgba(134,154,184,.5)
}

.btn-check:active+.btn-outline-gray,.btn-check:checked+.btn-outline-gray,.btn-outline-gray.active,.btn-outline-gray.dropdown-toggle.show,.btn-outline-gray:active {
    color: #161c2d;
    background-color: #869ab8;
    border-color: #869ab8
}

.btn-check:active+.btn-outline-gray:focus,.btn-check:checked+.btn-outline-gray:focus,.btn-outline-gray.active:focus,.btn-outline-gray.dropdown-toggle.show:focus,.btn-outline-gray:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(134,154,184,.5);
    box-shadow: 0 0 0 .25rem rgba(134,154,184,.5)
}

.btn-outline-gray.disabled,.btn-outline-gray:disabled {
    color: #869ab8;
    background-color: transparent
}

.btn-outline-gray-light {
    color: #c6d3e6;
    border-color: #c6d3e6
}

.btn-outline-gray-light:hover {
    color: #161c2d;
    background-color: #c6d3e6;
    border-color: #c6d3e6
}

.btn-check:focus+.btn-outline-gray-light,.btn-outline-gray-light:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(198,211,230,.5);
    box-shadow: 0 0 0 .25rem rgba(198,211,230,.5)
}

.btn-check:active+.btn-outline-gray-light,.btn-check:checked+.btn-outline-gray-light,.btn-outline-gray-light.active,.btn-outline-gray-light.dropdown-toggle.show,.btn-outline-gray-light:active {
    color: #161c2d;
    background-color: #c6d3e6;
    border-color: #c6d3e6
}

.btn-check:active+.btn-outline-gray-light:focus,.btn-check:checked+.btn-outline-gray-light:focus,.btn-outline-gray-light.active:focus,.btn-outline-gray-light.dropdown-toggle.show:focus,.btn-outline-gray-light:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(198,211,230,.5);
    box-shadow: 0 0 0 .25rem rgba(198,211,230,.5)
}

.btn-outline-gray-light.disabled,.btn-outline-gray-light:disabled {
    color: #c6d3e6;
    background-color: transparent
}

.btn-outline-alternate {
    color: #fc9e21;
    border-color: #fc9e21
}

.btn-outline-alternate:hover {
    color: #161c2d;
    background-color: #fc9e21;
    border-color: #fc9e21
}

.btn-check:focus+.btn-outline-alternate,.btn-outline-alternate:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(252,158,33,.5);
    box-shadow: 0 0 0 .25rem rgba(252,158,33,.5)
}

.btn-check:active+.btn-outline-alternate,.btn-check:checked+.btn-outline-alternate,.btn-outline-alternate.active,.btn-outline-alternate.dropdown-toggle.show,.btn-outline-alternate:active {
    color: #161c2d;
    background-color: #fc9e21;
    border-color: #fc9e21
}

.btn-check:active+.btn-outline-alternate:focus,.btn-check:checked+.btn-outline-alternate:focus,.btn-outline-alternate.active:focus,.btn-outline-alternate.dropdown-toggle.show:focus,.btn-outline-alternate:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(252,158,33,.5);
    box-shadow: 0 0 0 .25rem rgba(252,158,33,.5)
}

.btn-outline-alternate.disabled,.btn-outline-alternate:disabled {
    color: #fc9e21;
    background-color: transparent
}

.btn-outline-contrast {
    color: #fff;
    border-color: #fff
}

.btn-outline-contrast:hover {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
}

.btn-check:focus+.btn-outline-contrast,.btn-outline-contrast:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .25rem rgba(255,255,255,.5)
}

.btn-check:active+.btn-outline-contrast,.btn-check:checked+.btn-outline-contrast,.btn-outline-contrast.active,.btn-outline-contrast.dropdown-toggle.show,.btn-outline-contrast:active {
    color: #161c2d;
    background-color: #fff;
    border-color: #fff
}

.btn-check:active+.btn-outline-contrast:focus,.btn-check:checked+.btn-outline-contrast:focus,.btn-outline-contrast.active:focus,.btn-outline-contrast.dropdown-toggle.show:focus,.btn-outline-contrast:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,.5);
    box-shadow: 0 0 0 .25rem rgba(255,255,255,.5)
}

.btn-outline-contrast.disabled,.btn-outline-contrast:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-darker {
    color: #161c2d;
    border-color: #161c2d
}

.btn-outline-darker:hover {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-check:focus+.btn-outline-darker,.btn-outline-darker:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(22,28,45,.5);
    box-shadow: 0 0 0 .25rem rgba(22,28,45,.5)
}

.btn-check:active+.btn-outline-darker,.btn-check:checked+.btn-outline-darker,.btn-outline-darker.active,.btn-outline-darker.dropdown-toggle.show,.btn-outline-darker:active {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-check:active+.btn-outline-darker:focus,.btn-check:checked+.btn-outline-darker:focus,.btn-outline-darker.active:focus,.btn-outline-darker.dropdown-toggle.show:focus,.btn-outline-darker:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(22,28,45,.5);
    box-shadow: 0 0 0 .25rem rgba(22,28,45,.5)
}

.btn-outline-darker.disabled,.btn-outline-darker:disabled {
    color: #161c2d;
    background-color: transparent
}

.btn-outline-black {
    color: #161c2d;
    border-color: #161c2d
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-check:focus+.btn-outline-black,.btn-outline-black:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(22,28,45,.5);
    box-shadow: 0 0 0 .25rem rgba(22,28,45,.5)
}

.btn-check:active+.btn-outline-black,.btn-check:checked+.btn-outline-black,.btn-outline-black.active,.btn-outline-black.dropdown-toggle.show,.btn-outline-black:active {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d
}

.btn-check:active+.btn-outline-black:focus,.btn-check:checked+.btn-outline-black:focus,.btn-outline-black.active:focus,.btn-outline-black.dropdown-toggle.show:focus,.btn-outline-black:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(22,28,45,.5);
    box-shadow: 0 0 0 .25rem rgba(22,28,45,.5)
}

.btn-outline-black.disabled,.btn-outline-black:disabled {
    color: #161c2d;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #00a0e0;
    text-decoration: underline
}

.btn-link:hover {
    color: #0080b3
}

.btn-link.disabled,.btn-link:disabled {
    color: #869ab8
}

.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,.dropend,.dropstart,.dropup {
    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-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #6d768b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(22,28,45,.15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position:start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position:start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position:start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position:start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position:start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(22,28,45,.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #2b354f;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,.dropdown-item:hover {
    color: #273047;
    background-color: #f1f4f8
}

.dropdown-item.active,.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #53f
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #abbcd5;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #869ab8;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #2b354f
}

.dropdown-menu-dark {
    color: #d9e2ef;
    background-color: #384c74;
    border-color: rgba(22,28,45,.15)
}

.dropdown-menu-dark .dropdown-item {
    color: #d9e2ef
}

.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255,255,255,.15)
}

.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #53f
}

.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled {
    color: #abbcd5
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(22,28,45,.15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #d9e2ef
}

.dropdown-menu-dark .dropdown-header {
    color: #abbcd5
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.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
}

.dropdown-toggle-split {
    padding-right: 1.0125rem;
    padding-left: 1.0125rem
}

.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #00a0e0;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:focus,.nav-link:hover {
    color: #0080b3
}

.nav-link.disabled {
    color: #869ab8;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #d9e2ef
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #f1f4f8 #f1f4f8 #d9e2ef;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    color: #869ab8;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #506690;
    background-color: #fff;
    border-color: #d9e2ef #d9e2ef #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #53f
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(22,28,45,.9)
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(22,28,45,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(22,28,45,.55)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(22,28,45,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(22,28,45,.3)
}

.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(22,28,45,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(22,28,45,.55);
    border-color: rgba(22,28,45,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2822, 28, 45, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(22,28,45,.55)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(22,28,45,.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.55)
}

.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #f1f4f8;
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: rgba(22,28,45,.03);
    border-bottom: 1px solid #f1f4f8
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: 1rem 1rem;
    background-color: rgba(22,28,45,.03);
    border-top: 1px solid #f1f4f8
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -1rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-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-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #6d768b;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-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,border-radius .15s ease;
    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,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #4d2ee6;
    background-color: #eeebff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(22,28,45,.125);
    box-shadow: inset 0 -1px 0 rgba(22,28,45,.125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234d2ee6'%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");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236d768b'%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");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #dce3e7;
    outline: 0;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(22,28,45,.125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #869ab8;
    content: var(--bs-breadcrumb-divider, ">")
}

.breadcrumb-item.active {
    color: #869ab8
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #00a0e0;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d9e2ef;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-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;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0080b3;
    background-color: #f1f4f8;
    border-color: #d9e2ef
}

.page-link:focus {
    z-index: 3;
    color: #0080b3;
    background-color: #f1f4f8;
    outline: 0;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.page-item.disabled .page-link {
    color: #869ab8;
    pointer-events: none;
    background-color: #fff;
    border-color: #d9e2ef
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #331f99;
    background-color: #ddd6ff;
    border-color: #ccc2ff
}

.alert-primary .alert-link {
    color: #29197a
}

.alert-secondary {
    color: #303d56;
    background-color: #dce0e9;
    border-color: #cbd1de
}

.alert-secondary .alert-link {
    color: #263145
}

.alert-success {
    color: #0d6164;
    background-color: #ccf4f1;
    border-color: #b3efe9
}

.alert-success .alert-link {
    color: #0a4e50
}

.alert-info {
    color: #006086;
    background-color: #ccecf9;
    border-color: #b3e3f6
}

.alert-info .alert-link {
    color: #004d6b
}

.alert-warning {
    color: #735a45;
    background-color: #fff1e1;
    border-color: #ffead2
}

.alert-warning .alert-link {
    color: #5c4837
}

.alert-danger {
    color: #74001a;
    background-color: #f3ccd5;
    border-color: #ecb3bf
}

.alert-danger .alert-link {
    color: #5d0015
}

.alert-light {
    color: #6e727e;
    background-color: #fcfdfe;
    border-color: #fbfcfd
}

.alert-light .alert-link {
    color: #585b65
}

.alert-dark {
    color: #1a202f;
    background-color: #d5d7dc;
    border-color: #bfc2ca
}

.alert-dark .alert-link {
    color: #151a26
}

.alert-gray {
    color: #505c6e;
    background-color: #e7ebf1;
    border-color: #dbe1ea
}

.alert-gray .alert-link {
    color: #404a58
}

.alert-gray-light {
    color: #5c6577;
    background-color: #f4f6fa;
    border-color: #eef2f8
}

.alert-gray-light .alert-link {
    color: #4a515f
}

.alert-alternate {
    color: #975f14;
    background-color: #feecd3;
    border-color: #fee2bc
}

.alert-alternate .alert-link {
    color: #794c10
}

.alert-contrast {
    color: #737781;
    background-color: #fff;
    border-color: #fff
}

.alert-contrast .alert-link {
    color: #5c5f67
}

.alert-darker {
    color: #0d111b;
    background-color: #d0d2d5;
    border-color: #b9bbc0
}

.alert-darker .alert-link {
    color: #0a0e16
}

.alert-black {
    color: #0d111b;
    background-color: #d0d2d5;
    border-color: #b9bbc0
}

.alert-black .alert-link {
    color: #0a0e16
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #f1f4f8;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #53f;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: #506690;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: #506690;
    text-decoration: none;
    background-color: #f9fbfd
}

.list-group-item-action:active {
    color: #6d768b;
    background-color: #f1f4f8
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #2b354f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(22,28,45,.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #869ab8;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #331f99;
    background-color: #ddd6ff
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
    color: #331f99;
    background-color: #c7c1e6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #331f99;
    border-color: #331f99
}

.list-group-item-secondary {
    color: #303d56;
    background-color: #dce0e9
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
    color: #303d56;
    background-color: #c6cad2
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #303d56;
    border-color: #303d56
}

.list-group-item-success {
    color: #0d6164;
    background-color: #ccf4f1
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
    color: #0d6164;
    background-color: #b8dcd9
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0d6164;
    border-color: #0d6164
}

.list-group-item-info {
    color: #006086;
    background-color: #ccecf9
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
    color: #006086;
    background-color: #b8d4e0
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #006086;
    border-color: #006086
}

.list-group-item-warning {
    color: #735a45;
    background-color: #fff1e1
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
    color: #735a45;
    background-color: #e6d9cb
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #735a45;
    border-color: #735a45
}

.list-group-item-danger {
    color: #74001a;
    background-color: #f3ccd5
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
    color: #74001a;
    background-color: #dbb8c0
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #74001a;
    border-color: #74001a
}

.list-group-item-light {
    color: #6e727e;
    background-color: #fcfdfe
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
    color: #6e727e;
    background-color: #e3e4e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #6e727e;
    border-color: #6e727e
}

.list-group-item-dark {
    color: #1a202f;
    background-color: #d5d7dc
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
    color: #1a202f;
    background-color: #c0c2c6
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1a202f;
    border-color: #1a202f
}

.list-group-item-gray {
    color: #505c6e;
    background-color: #e7ebf1
}

.list-group-item-gray.list-group-item-action:focus,.list-group-item-gray.list-group-item-action:hover {
    color: #505c6e;
    background-color: #d0d4d9
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #505c6e;
    border-color: #505c6e
}

.list-group-item-gray-light {
    color: #5c6577;
    background-color: #f4f6fa
}

.list-group-item-gray-light.list-group-item-action:focus,.list-group-item-gray-light.list-group-item-action:hover {
    color: #5c6577;
    background-color: #dcdde1
}

.list-group-item-gray-light.list-group-item-action.active {
    color: #fff;
    background-color: #5c6577;
    border-color: #5c6577
}

.list-group-item-alternate {
    color: #975f14;
    background-color: #feecd3
}

.list-group-item-alternate.list-group-item-action:focus,.list-group-item-alternate.list-group-item-action:hover {
    color: #975f14;
    background-color: #e5d4be
}

.list-group-item-alternate.list-group-item-action.active {
    color: #fff;
    background-color: #975f14;
    border-color: #975f14
}

.list-group-item-contrast {
    color: #737781;
    background-color: #fff
}

.list-group-item-contrast.list-group-item-action:focus,.list-group-item-contrast.list-group-item-action:hover {
    color: #737781;
    background-color: #e6e6e6
}

.list-group-item-contrast.list-group-item-action.active {
    color: #fff;
    background-color: #737781;
    border-color: #737781
}

.list-group-item-darker {
    color: #0d111b;
    background-color: #d0d2d5
}

.list-group-item-darker.list-group-item-action:focus,.list-group-item-darker.list-group-item-action:hover {
    color: #0d111b;
    background-color: #bbbdc0
}

.list-group-item-darker.list-group-item-action.active {
    color: #fff;
    background-color: #0d111b;
    border-color: #0d111b
}

.list-group-item-black {
    color: #0d111b;
    background-color: #d0d2d5
}

.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover {
    color: #0d111b;
    background-color: #bbbdc0
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #0d111b;
    border-color: #0d111b
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #161c2d;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23161c2d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #161c2d;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    opacity: 1
}

.btn-close.disabled,.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: 0 .5rem 1rem rgba(22,28,45,.15);
    box-shadow: 0 .5rem 1rem rgba(22,28,45,.15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .75rem;
    color: #869ab8;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(22,28,45,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #161c2d
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #d9e2ef;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #d9e2ef;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #161c2d
}

.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #161c2d
}

.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #161c2d
}

.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #161c2d
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #161c2d;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: Poppins,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(22,28,45,.2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem
}

.popover .popover-arrow::after,.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(22,28,45,.25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(22,28,45,.25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(22,28,45,.25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(22,28,45,.25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #6d768b
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #161c2d
}

.carousel-dark .carousel-caption {
    color: #161c2d
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        -webkit-transition: none;
        transition: none
    }
}

.offcanvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5
}

.offcanvas-body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(22,28,45,.2);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(22,28,45,.2);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(22,28,45,.2);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(22,28,45,.2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #53f
}

.link-primary:focus,.link-primary:hover {
    color: #4429cc
}

.link-secondary {
    color: #506690
}

.link-secondary:focus,.link-secondary:hover {
    color: #405273
}

.link-success {
    color: #00c9b7
}

.link-success:focus,.link-success:hover {
    color: #33d4c5
}

.link-info {
    color: #00a0e0
}

.link-info:focus,.link-info:hover {
    color: #33b3e6
}

.link-warning {
    color: #feb868
}

.link-warning:focus,.link-warning:hover {
    color: #fec686
}

.link-danger {
    color: #c1002b
}

.link-danger:focus,.link-danger:hover {
    color: #9a0022
}

.link-light {
    color: #f1f4f8
}

.link-light:focus,.link-light:hover {
    color: #f4f6f9
}

.link-dark {
    color: #2b354f
}

.link-dark:focus,.link-dark:hover {
    color: #222a3f
}

.link-gray {
    color: #869ab8
}

.link-gray:focus,.link-gray:hover {
    color: #9eaec6
}

.link-gray-light {
    color: #c6d3e6
}

.link-gray-light:focus,.link-gray-light:hover {
    color: #d1dceb
}

.link-alternate {
    color: #fc9e21
}

.link-alternate:focus,.link-alternate:hover {
    color: #fdb14d
}

.link-contrast {
    color: #fff
}

.link-contrast:focus,.link-contrast:hover {
    color: #fff
}

.link-darker {
    color: #161c2d
}

.link-darker:focus,.link-darker:hover {
    color: #121624
}

.link-black {
    color: #161c2d
}

.link-black:focus,.link-black:hover {
    color: #121624
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position:sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(22,28,45,.15)!important;
    box-shadow: 0 .5rem 1rem rgba(22,28,45,.15)!important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(22,28,45,.075)!important;
    box-shadow: 0 .125rem .25rem rgba(22,28,45,.075)!important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(22,28,45,.175)!important;
    box-shadow: 0 1rem 3rem rgba(22,28,45,.175)!important
}

.shadow-none {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    -webkit-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important
}

.border {
    border: 1px solid #d9e2ef!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: 1px solid #d9e2ef!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: 1px solid #d9e2ef!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: 1px solid #d9e2ef!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: 1px solid #d9e2ef!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #53f!important
}

.border-secondary {
    border-color: #506690!important
}

.border-success {
    border-color: #00c9b7!important
}

.border-info {
    border-color: #00a0e0!important
}

.border-warning {
    border-color: #feb868!important
}

.border-danger {
    border-color: #c1002b!important
}

.border-light {
    border-color: #f1f4f8!important
}

.border-dark {
    border-color: #2b354f!important
}

.border-gray {
    border-color: #869ab8!important
}

.border-gray-light {
    border-color: #c6d3e6!important
}

.border-alternate {
    border-color: #fc9e21!important
}

.border-contrast {
    border-color: #fff!important
}

.border-darker {
    border-color: #161c2d!important
}

.border-black {
    border-color: #161c2d!important
}

.border-white {
    border-color: #fff!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
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.gap-6 {
    gap: 6rem!important
}

.gap-7 {
    gap: 7rem!important
}

.gap-8 {
    gap: 8rem!important
}

.gap-9 {
    gap: 9rem!important
}

.gap-10 {
    gap: 12rem!important
}

.gap-11 {
    gap: 14rem!important
}

.gap-12 {
    gap: 16rem!important
}

.gap-13 {
    gap: 18rem!important
}

.gap-14 {
    gap: 20rem!important
}

.gap-15 {
    gap: 22rem!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

.order-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
}

.order-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
}

.order-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
}

.order-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
}

.order-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
}

.order-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
}

.order-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
}

.order-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-6 {
    margin: 6rem!important
}

.m-7 {
    margin: 7rem!important
}

.m-8 {
    margin: 8rem!important
}

.m-9 {
    margin: 9rem!important
}

.m-10 {
    margin: 12rem!important
}

.m-11 {
    margin: 14rem!important
}

.m-12 {
    margin: 16rem!important
}

.m-13 {
    margin: 18rem!important
}

.m-14 {
    margin: 20rem!important
}

.m-15 {
    margin: 22rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-6 {
    margin-right: 6rem!important;
    margin-left: 6rem!important
}

.mx-7 {
    margin-right: 7rem!important;
    margin-left: 7rem!important
}

.mx-8 {
    margin-right: 8rem!important;
    margin-left: 8rem!important
}

.mx-9 {
    margin-right: 9rem!important;
    margin-left: 9rem!important
}

.mx-10 {
    margin-right: 12rem!important;
    margin-left: 12rem!important
}

.mx-11 {
    margin-right: 14rem!important;
    margin-left: 14rem!important
}

.mx-12 {
    margin-right: 16rem!important;
    margin-left: 16rem!important
}

.mx-13 {
    margin-right: 18rem!important;
    margin-left: 18rem!important
}

.mx-14 {
    margin-right: 20rem!important;
    margin-left: 20rem!important
}

.mx-15 {
    margin-right: 22rem!important;
    margin-left: 22rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-6 {
    margin-top: 6rem!important;
    margin-bottom: 6rem!important
}

.my-7 {
    margin-top: 7rem!important;
    margin-bottom: 7rem!important
}

.my-8 {
    margin-top: 8rem!important;
    margin-bottom: 8rem!important
}

.my-9 {
    margin-top: 9rem!important;
    margin-bottom: 9rem!important
}

.my-10 {
    margin-top: 12rem!important;
    margin-bottom: 12rem!important
}

.my-11 {
    margin-top: 14rem!important;
    margin-bottom: 14rem!important
}

.my-12 {
    margin-top: 16rem!important;
    margin-bottom: 16rem!important
}

.my-13 {
    margin-top: 18rem!important;
    margin-bottom: 18rem!important
}

.my-14 {
    margin-top: 20rem!important;
    margin-bottom: 20rem!important
}

.my-15 {
    margin-top: 22rem!important;
    margin-bottom: 22rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-6 {
    margin-top: 6rem!important
}

.mt-7 {
    margin-top: 7rem!important
}

.mt-8 {
    margin-top: 8rem!important
}

.mt-9 {
    margin-top: 9rem!important
}

.mt-10 {
    margin-top: 12rem!important
}

.mt-11 {
    margin-top: 14rem!important
}

.mt-12 {
    margin-top: 16rem!important
}

.mt-13 {
    margin-top: 18rem!important
}

.mt-14 {
    margin-top: 20rem!important
}

.mt-15 {
    margin-top: 22rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-6 {
    margin-right: 6rem!important
}

.me-7 {
    margin-right: 7rem!important
}

.me-8 {
    margin-right: 8rem!important
}

.me-9 {
    margin-right: 9rem!important
}

.me-10 {
    margin-right: 12rem!important
}

.me-11 {
    margin-right: 14rem!important
}

.me-12 {
    margin-right: 16rem!important
}

.me-13 {
    margin-right: 18rem!important
}

.me-14 {
    margin-right: 20rem!important
}

.me-15 {
    margin-right: 22rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-6 {
    margin-bottom: 6rem!important
}

.mb-7 {
    margin-bottom: 7rem!important
}

.mb-8 {
    margin-bottom: 8rem!important
}

.mb-9 {
    margin-bottom: 9rem!important
}

.mb-10 {
    margin-bottom: 12rem!important
}

.mb-11 {
    margin-bottom: 14rem!important
}

.mb-12 {
    margin-bottom: 16rem!important
}

.mb-13 {
    margin-bottom: 18rem!important
}

.mb-14 {
    margin-bottom: 20rem!important
}

.mb-15 {
    margin-bottom: 22rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-6 {
    margin-left: 6rem!important
}

.ms-7 {
    margin-left: 7rem!important
}

.ms-8 {
    margin-left: 8rem!important
}

.ms-9 {
    margin-left: 9rem!important
}

.ms-10 {
    margin-left: 12rem!important
}

.ms-11 {
    margin-left: 14rem!important
}

.ms-12 {
    margin-left: 16rem!important
}

.ms-13 {
    margin-left: 18rem!important
}

.ms-14 {
    margin-left: 20rem!important
}

.ms-15 {
    margin-left: 22rem!important
}

.ms-auto {
    margin-left: auto!important
}

.m-n1 {
    margin: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.m-n6 {
    margin: -6rem!important
}

.m-n7 {
    margin: -7rem!important
}

.m-n8 {
    margin: -8rem!important
}

.m-n9 {
    margin: -9rem!important
}

.m-n10 {
    margin: -12rem!important
}

.m-n11 {
    margin: -14rem!important
}

.m-n12 {
    margin: -16rem!important
}

.m-n13 {
    margin: -18rem!important
}

.m-n14 {
    margin: -20rem!important
}

.m-n15 {
    margin: -22rem!important
}

.mx-n1 {
    margin-right: -.25rem!important;
    margin-left: -.25rem!important
}

.mx-n2 {
    margin-right: -.5rem!important;
    margin-left: -.5rem!important
}

.mx-n3 {
    margin-right: -1rem!important;
    margin-left: -1rem!important
}

.mx-n4 {
    margin-right: -1.5rem!important;
    margin-left: -1.5rem!important
}

.mx-n5 {
    margin-right: -3rem!important;
    margin-left: -3rem!important
}

.mx-n6 {
    margin-right: -6rem!important;
    margin-left: -6rem!important
}

.mx-n7 {
    margin-right: -7rem!important;
    margin-left: -7rem!important
}

.mx-n8 {
    margin-right: -8rem!important;
    margin-left: -8rem!important
}

.mx-n9 {
    margin-right: -9rem!important;
    margin-left: -9rem!important
}

.mx-n10 {
    margin-right: -12rem!important;
    margin-left: -12rem!important
}

.mx-n11 {
    margin-right: -14rem!important;
    margin-left: -14rem!important
}

.mx-n12 {
    margin-right: -16rem!important;
    margin-left: -16rem!important
}

.mx-n13 {
    margin-right: -18rem!important;
    margin-left: -18rem!important
}

.mx-n14 {
    margin-right: -20rem!important;
    margin-left: -20rem!important
}

.mx-n15 {
    margin-right: -22rem!important;
    margin-left: -22rem!important
}

.my-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
}

.my-n2 {
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important
}

.my-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
}

.my-n4 {
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important
}

.my-n5 {
    margin-top: -3rem!important;
    margin-bottom: -3rem!important
}

.my-n6 {
    margin-top: -6rem!important;
    margin-bottom: -6rem!important
}

.my-n7 {
    margin-top: -7rem!important;
    margin-bottom: -7rem!important
}

.my-n8 {
    margin-top: -8rem!important;
    margin-bottom: -8rem!important
}

.my-n9 {
    margin-top: -9rem!important;
    margin-bottom: -9rem!important
}

.my-n10 {
    margin-top: -12rem!important;
    margin-bottom: -12rem!important
}

.my-n11 {
    margin-top: -14rem!important;
    margin-bottom: -14rem!important
}

.my-n12 {
    margin-top: -16rem!important;
    margin-bottom: -16rem!important
}

.my-n13 {
    margin-top: -18rem!important;
    margin-bottom: -18rem!important
}

.my-n14 {
    margin-top: -20rem!important;
    margin-bottom: -20rem!important
}

.my-n15 {
    margin-top: -22rem!important;
    margin-bottom: -22rem!important
}

.mt-n1 {
    margin-top: -.25rem!important
}

.mt-n2 {
    margin-top: -.5rem!important
}

.mt-n3 {
    margin-top: -1rem!important
}

.mt-n4 {
    margin-top: -1.5rem!important
}

.mt-n5 {
    margin-top: -3rem!important
}

.mt-n6 {
    margin-top: -6rem!important
}

.mt-n7 {
    margin-top: -7rem!important
}

.mt-n8 {
    margin-top: -8rem!important
}

.mt-n9 {
    margin-top: -9rem!important
}

.mt-n10 {
    margin-top: -12rem!important
}

.mt-n11 {
    margin-top: -14rem!important
}

.mt-n12 {
    margin-top: -16rem!important
}

.mt-n13 {
    margin-top: -18rem!important
}

.mt-n14 {
    margin-top: -20rem!important
}

.mt-n15 {
    margin-top: -22rem!important
}

.me-n1 {
    margin-right: -.25rem!important
}

.me-n2 {
    margin-right: -.5rem!important
}

.me-n3 {
    margin-right: -1rem!important
}

.me-n4 {
    margin-right: -1.5rem!important
}

.me-n5 {
    margin-right: -3rem!important
}

.me-n6 {
    margin-right: -6rem!important
}

.me-n7 {
    margin-right: -7rem!important
}

.me-n8 {
    margin-right: -8rem!important
}

.me-n9 {
    margin-right: -9rem!important
}

.me-n10 {
    margin-right: -12rem!important
}

.me-n11 {
    margin-right: -14rem!important
}

.me-n12 {
    margin-right: -16rem!important
}

.me-n13 {
    margin-right: -18rem!important
}

.me-n14 {
    margin-right: -20rem!important
}

.me-n15 {
    margin-right: -22rem!important
}

.mb-n1 {
    margin-bottom: -.25rem!important
}

.mb-n2 {
    margin-bottom: -.5rem!important
}

.mb-n3 {
    margin-bottom: -1rem!important
}

.mb-n4 {
    margin-bottom: -1.5rem!important
}

.mb-n5 {
    margin-bottom: -3rem!important
}

.mb-n6 {
    margin-bottom: -6rem!important
}

.mb-n7 {
    margin-bottom: -7rem!important
}

.mb-n8 {
    margin-bottom: -8rem!important
}

.mb-n9 {
    margin-bottom: -9rem!important
}

.mb-n10 {
    margin-bottom: -12rem!important
}

.mb-n11 {
    margin-bottom: -14rem!important
}

.mb-n12 {
    margin-bottom: -16rem!important
}

.mb-n13 {
    margin-bottom: -18rem!important
}

.mb-n14 {
    margin-bottom: -20rem!important
}

.mb-n15 {
    margin-bottom: -22rem!important
}

.ms-n1 {
    margin-left: -.25rem!important
}

.ms-n2 {
    margin-left: -.5rem!important
}

.ms-n3 {
    margin-left: -1rem!important
}

.ms-n4 {
    margin-left: -1.5rem!important
}

.ms-n5 {
    margin-left: -3rem!important
}

.ms-n6 {
    margin-left: -6rem!important
}

.ms-n7 {
    margin-left: -7rem!important
}

.ms-n8 {
    margin-left: -8rem!important
}

.ms-n9 {
    margin-left: -9rem!important
}

.ms-n10 {
    margin-left: -12rem!important
}

.ms-n11 {
    margin-left: -14rem!important
}

.ms-n12 {
    margin-left: -16rem!important
}

.ms-n13 {
    margin-left: -18rem!important
}

.ms-n14 {
    margin-left: -20rem!important
}

.ms-n15 {
    margin-left: -22rem!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.p-6 {
    padding: 6rem!important
}

.p-7 {
    padding: 7rem!important
}

.p-8 {
    padding: 8rem!important
}

.p-9 {
    padding: 9rem!important
}

.p-10 {
    padding: 12rem!important
}

.p-11 {
    padding: 14rem!important
}

.p-12 {
    padding: 16rem!important
}

.p-13 {
    padding: 18rem!important
}

.p-14 {
    padding: 20rem!important
}

.p-15 {
    padding: 22rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.px-6 {
    padding-right: 6rem!important;
    padding-left: 6rem!important
}

.px-7 {
    padding-right: 7rem!important;
    padding-left: 7rem!important
}

.px-8 {
    padding-right: 8rem!important;
    padding-left: 8rem!important
}

.px-9 {
    padding-right: 9rem!important;
    padding-left: 9rem!important
}

.px-10 {
    padding-right: 12rem!important;
    padding-left: 12rem!important
}

.px-11 {
    padding-right: 14rem!important;
    padding-left: 14rem!important
}

.px-12 {
    padding-right: 16rem!important;
    padding-left: 16rem!important
}

.px-13 {
    padding-right: 18rem!important;
    padding-left: 18rem!important
}

.px-14 {
    padding-right: 20rem!important;
    padding-left: 20rem!important
}

.px-15 {
    padding-right: 22rem!important;
    padding-left: 22rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.py-6 {
    padding-top: 6rem!important;
    padding-bottom: 6rem!important
}

.py-7 {
    padding-top: 7rem!important;
    padding-bottom: 7rem!important
}

.py-8 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important
}

.py-9 {
    padding-top: 9rem!important;
    padding-bottom: 9rem!important
}

.py-10 {
    padding-top: 12rem!important;
    padding-bottom: 12rem!important
}

.py-11 {
    padding-top: 14rem!important;
    padding-bottom: 14rem!important
}

.py-12 {
    padding-top: 16rem!important;
    padding-bottom: 16rem!important
}

.py-13 {
    padding-top: 18rem!important;
    padding-bottom: 18rem!important
}

.py-14 {
    padding-top: 20rem!important;
    padding-bottom: 20rem!important
}

.py-15 {
    padding-top: 22rem!important;
    padding-bottom: 22rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pt-6 {
    padding-top: 6rem!important
}

.pt-7 {
    padding-top: 7rem!important
}

.pt-8 {
    padding-top: 8rem!important
}

.pt-9 {
    padding-top: 9rem!important
}

.pt-10 {
    padding-top: 12rem!important
}

.pt-11 {
    padding-top: 14rem!important
}

.pt-12 {
    padding-top: 16rem!important
}

.pt-13 {
    padding-top: 18rem!important
}

.pt-14 {
    padding-top: 20rem!important
}

.pt-15 {
    padding-top: 22rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pe-6 {
    padding-right: 6rem!important
}

.pe-7 {
    padding-right: 7rem!important
}

.pe-8 {
    padding-right: 8rem!important
}

.pe-9 {
    padding-right: 9rem!important
}

.pe-10 {
    padding-right: 12rem!important
}

.pe-11 {
    padding-right: 14rem!important
}

.pe-12 {
    padding-right: 16rem!important
}

.pe-13 {
    padding-right: 18rem!important
}

.pe-14 {
    padding-right: 20rem!important
}

.pe-15 {
    padding-right: 22rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.pb-6 {
    padding-bottom: 6rem!important
}

.pb-7 {
    padding-bottom: 7rem!important
}

.pb-8 {
    padding-bottom: 8rem!important
}

.pb-9 {
    padding-bottom: 9rem!important
}

.pb-10 {
    padding-bottom: 12rem!important
}

.pb-11 {
    padding-bottom: 14rem!important
}

.pb-12 {
    padding-bottom: 16rem!important
}

.pb-13 {
    padding-bottom: 18rem!important
}

.pb-14 {
    padding-bottom: 20rem!important
}

.pb-15 {
    padding-bottom: 22rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.ps-6 {
    padding-left: 6rem!important
}

.ps-7 {
    padding-left: 7rem!important
}

.ps-8 {
    padding-left: 8rem!important
}

.ps-9 {
    padding-left: 9rem!important
}

.ps-10 {
    padding-left: 12rem!important
}

.ps-11 {
    padding-left: 14rem!important
}

.ps-12 {
    padding-left: 16rem!important
}

.ps-13 {
    padding-left: 18rem!important
}

.ps-14 {
    padding-left: 20rem!important
}

.ps-15 {
    padding-left: 22rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-light {
    font-weight: 300!important
}

.fw-lighter {
    font-weight: 100!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: 800!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    color: #53f!important
}

.text-secondary {
    color: #506690!important
}

.text-success {
    color: #00c9b7!important
}

.text-info {
    color: #00a0e0!important
}

.text-warning {
    color: #feb868!important
}

.text-danger {
    color: #c1002b!important
}

.text-light {
    color: #f1f4f8!important
}

.text-dark {
    color: #2b354f!important
}

.text-gray {
    color: #869ab8!important
}

.text-gray-light {
    color: #c6d3e6!important
}

.text-alternate {
    color: #fc9e21!important
}

.text-contrast {
    color: #fff!important
}

.text-darker {
    color: #161c2d!important
}

.text-black {
    color: #161c2d!important
}

.text-white {
    color: #fff!important
}

.text-body {
    color: #6d768b!important
}

.text-muted {
    color: #869ab8!important
}

.text-black-50 {
    color: rgba(22,28,45,.5)!important
}

.text-white-50 {
    color: rgba(255,255,255,.5)!important
}

.text-reset {
    color: inherit!important
}

.bg-primary {
    background-color: #452dbb!important;
}

.bg-secondary {
    background-color: #506690!important
}

.bg-success {
    background-color: #00c9b7!important
}

.bg-info {
    background-color: #00a0e0!important
}

.bg-warning {
    background-color: #feb868!important
}

.bg-danger {
    background-color: #c1002b!important
}

.bg-light {
    background-color: #f1f4f8!important
}

.bg-dark {
    background-color: #2b354f!important
}

.bg-gray {
    background-color: #869ab8!important
}

.bg-gray-light {
    background-color: #c6d3e6!important
}

.bg-alternate {
    background-color: #fc9e21!important
}

.bg-contrast {
    background-color: #fff!important
}

.bg-darker {
    background-color: #161c2d!important
}

.bg-black {
    background-color: #161c2d!important
}

.bg-body {
    background-color: #fff!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    -ms-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: .2rem!important
}

.rounded-2 {
    border-radius: .25rem!important
}

.rounded-3 {
    border-radius: .3rem!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: 50rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-end {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-start {
    border-bottom-left-radius: .25rem!important;
    border-top-left-radius: .25rem!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media (min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .gap-sm-6 {
        gap: 6rem!important
    }

    .gap-sm-7 {
        gap: 7rem!important
    }

    .gap-sm-8 {
        gap: 8rem!important
    }

    .gap-sm-9 {
        gap: 9rem!important
    }

    .gap-sm-10 {
        gap: 12rem!important
    }

    .gap-sm-11 {
        gap: 14rem!important
    }

    .gap-sm-12 {
        gap: 16rem!important
    }

    .gap-sm-13 {
        gap: 18rem!important
    }

    .gap-sm-14 {
        gap: 20rem!important
    }

    .gap-sm-15 {
        gap: 22rem!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-6 {
        margin: 6rem!important
    }

    .m-sm-7 {
        margin: 7rem!important
    }

    .m-sm-8 {
        margin: 8rem!important
    }

    .m-sm-9 {
        margin: 9rem!important
    }

    .m-sm-10 {
        margin: 12rem!important
    }

    .m-sm-11 {
        margin: 14rem!important
    }

    .m-sm-12 {
        margin: 16rem!important
    }

    .m-sm-13 {
        margin: 18rem!important
    }

    .m-sm-14 {
        margin: 20rem!important
    }

    .m-sm-15 {
        margin: 22rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-sm-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-sm-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-sm-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-sm-10 {
        margin-right: 12rem!important;
        margin-left: 12rem!important
    }

    .mx-sm-11 {
        margin-right: 14rem!important;
        margin-left: 14rem!important
    }

    .mx-sm-12 {
        margin-right: 16rem!important;
        margin-left: 16rem!important
    }

    .mx-sm-13 {
        margin-right: 18rem!important;
        margin-left: 18rem!important
    }

    .mx-sm-14 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-sm-15 {
        margin-right: 22rem!important;
        margin-left: 22rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-sm-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-sm-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-sm-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-sm-10 {
        margin-top: 12rem!important;
        margin-bottom: 12rem!important
    }

    .my-sm-11 {
        margin-top: 14rem!important;
        margin-bottom: 14rem!important
    }

    .my-sm-12 {
        margin-top: 16rem!important;
        margin-bottom: 16rem!important
    }

    .my-sm-13 {
        margin-top: 18rem!important;
        margin-bottom: 18rem!important
    }

    .my-sm-14 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-sm-15 {
        margin-top: 22rem!important;
        margin-bottom: 22rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-6 {
        margin-top: 6rem!important
    }

    .mt-sm-7 {
        margin-top: 7rem!important
    }

    .mt-sm-8 {
        margin-top: 8rem!important
    }

    .mt-sm-9 {
        margin-top: 9rem!important
    }

    .mt-sm-10 {
        margin-top: 12rem!important
    }

    .mt-sm-11 {
        margin-top: 14rem!important
    }

    .mt-sm-12 {
        margin-top: 16rem!important
    }

    .mt-sm-13 {
        margin-top: 18rem!important
    }

    .mt-sm-14 {
        margin-top: 20rem!important
    }

    .mt-sm-15 {
        margin-top: 22rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-6 {
        margin-right: 6rem!important
    }

    .me-sm-7 {
        margin-right: 7rem!important
    }

    .me-sm-8 {
        margin-right: 8rem!important
    }

    .me-sm-9 {
        margin-right: 9rem!important
    }

    .me-sm-10 {
        margin-right: 12rem!important
    }

    .me-sm-11 {
        margin-right: 14rem!important
    }

    .me-sm-12 {
        margin-right: 16rem!important
    }

    .me-sm-13 {
        margin-right: 18rem!important
    }

    .me-sm-14 {
        margin-right: 20rem!important
    }

    .me-sm-15 {
        margin-right: 22rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-6 {
        margin-bottom: 6rem!important
    }

    .mb-sm-7 {
        margin-bottom: 7rem!important
    }

    .mb-sm-8 {
        margin-bottom: 8rem!important
    }

    .mb-sm-9 {
        margin-bottom: 9rem!important
    }

    .mb-sm-10 {
        margin-bottom: 12rem!important
    }

    .mb-sm-11 {
        margin-bottom: 14rem!important
    }

    .mb-sm-12 {
        margin-bottom: 16rem!important
    }

    .mb-sm-13 {
        margin-bottom: 18rem!important
    }

    .mb-sm-14 {
        margin-bottom: 20rem!important
    }

    .mb-sm-15 {
        margin-bottom: 22rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-6 {
        margin-left: 6rem!important
    }

    .ms-sm-7 {
        margin-left: 7rem!important
    }

    .ms-sm-8 {
        margin-left: 8rem!important
    }

    .ms-sm-9 {
        margin-left: 9rem!important
    }

    .ms-sm-10 {
        margin-left: 12rem!important
    }

    .ms-sm-11 {
        margin-left: 14rem!important
    }

    .ms-sm-12 {
        margin-left: 16rem!important
    }

    .ms-sm-13 {
        margin-left: 18rem!important
    }

    .ms-sm-14 {
        margin-left: 20rem!important
    }

    .ms-sm-15 {
        margin-left: 22rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .m-sm-n1 {
        margin: -.25rem!important
    }

    .m-sm-n2 {
        margin: -.5rem!important
    }

    .m-sm-n3 {
        margin: -1rem!important
    }

    .m-sm-n4 {
        margin: -1.5rem!important
    }

    .m-sm-n5 {
        margin: -3rem!important
    }

    .m-sm-n6 {
        margin: -6rem!important
    }

    .m-sm-n7 {
        margin: -7rem!important
    }

    .m-sm-n8 {
        margin: -8rem!important
    }

    .m-sm-n9 {
        margin: -9rem!important
    }

    .m-sm-n10 {
        margin: -12rem!important
    }

    .m-sm-n11 {
        margin: -14rem!important
    }

    .m-sm-n12 {
        margin: -16rem!important
    }

    .m-sm-n13 {
        margin: -18rem!important
    }

    .m-sm-n14 {
        margin: -20rem!important
    }

    .m-sm-n15 {
        margin: -22rem!important
    }

    .mx-sm-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-sm-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-sm-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-sm-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-sm-n6 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-sm-n7 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-sm-n8 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-sm-n9 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-sm-n10 {
        margin-right: -12rem!important;
        margin-left: -12rem!important
    }

    .mx-sm-n11 {
        margin-right: -14rem!important;
        margin-left: -14rem!important
    }

    .mx-sm-n12 {
        margin-right: -16rem!important;
        margin-left: -16rem!important
    }

    .mx-sm-n13 {
        margin-right: -18rem!important;
        margin-left: -18rem!important
    }

    .mx-sm-n14 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-sm-n15 {
        margin-right: -22rem!important;
        margin-left: -22rem!important
    }

    .my-sm-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-sm-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-sm-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-sm-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-sm-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-sm-n6 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-sm-n7 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-sm-n8 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-sm-n9 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-sm-n10 {
        margin-top: -12rem!important;
        margin-bottom: -12rem!important
    }

    .my-sm-n11 {
        margin-top: -14rem!important;
        margin-bottom: -14rem!important
    }

    .my-sm-n12 {
        margin-top: -16rem!important;
        margin-bottom: -16rem!important
    }

    .my-sm-n13 {
        margin-top: -18rem!important;
        margin-bottom: -18rem!important
    }

    .my-sm-n14 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-sm-n15 {
        margin-top: -22rem!important;
        margin-bottom: -22rem!important
    }

    .mt-sm-n1 {
        margin-top: -.25rem!important
    }

    .mt-sm-n2 {
        margin-top: -.5rem!important
    }

    .mt-sm-n3 {
        margin-top: -1rem!important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem!important
    }

    .mt-sm-n5 {
        margin-top: -3rem!important
    }

    .mt-sm-n6 {
        margin-top: -6rem!important
    }

    .mt-sm-n7 {
        margin-top: -7rem!important
    }

    .mt-sm-n8 {
        margin-top: -8rem!important
    }

    .mt-sm-n9 {
        margin-top: -9rem!important
    }

    .mt-sm-n10 {
        margin-top: -12rem!important
    }

    .mt-sm-n11 {
        margin-top: -14rem!important
    }

    .mt-sm-n12 {
        margin-top: -16rem!important
    }

    .mt-sm-n13 {
        margin-top: -18rem!important
    }

    .mt-sm-n14 {
        margin-top: -20rem!important
    }

    .mt-sm-n15 {
        margin-top: -22rem!important
    }

    .me-sm-n1 {
        margin-right: -.25rem!important
    }

    .me-sm-n2 {
        margin-right: -.5rem!important
    }

    .me-sm-n3 {
        margin-right: -1rem!important
    }

    .me-sm-n4 {
        margin-right: -1.5rem!important
    }

    .me-sm-n5 {
        margin-right: -3rem!important
    }

    .me-sm-n6 {
        margin-right: -6rem!important
    }

    .me-sm-n7 {
        margin-right: -7rem!important
    }

    .me-sm-n8 {
        margin-right: -8rem!important
    }

    .me-sm-n9 {
        margin-right: -9rem!important
    }

    .me-sm-n10 {
        margin-right: -12rem!important
    }

    .me-sm-n11 {
        margin-right: -14rem!important
    }

    .me-sm-n12 {
        margin-right: -16rem!important
    }

    .me-sm-n13 {
        margin-right: -18rem!important
    }

    .me-sm-n14 {
        margin-right: -20rem!important
    }

    .me-sm-n15 {
        margin-right: -22rem!important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem!important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-sm-n5 {
        margin-bottom: -3rem!important
    }

    .mb-sm-n6 {
        margin-bottom: -6rem!important
    }

    .mb-sm-n7 {
        margin-bottom: -7rem!important
    }

    .mb-sm-n8 {
        margin-bottom: -8rem!important
    }

    .mb-sm-n9 {
        margin-bottom: -9rem!important
    }

    .mb-sm-n10 {
        margin-bottom: -12rem!important
    }

    .mb-sm-n11 {
        margin-bottom: -14rem!important
    }

    .mb-sm-n12 {
        margin-bottom: -16rem!important
    }

    .mb-sm-n13 {
        margin-bottom: -18rem!important
    }

    .mb-sm-n14 {
        margin-bottom: -20rem!important
    }

    .mb-sm-n15 {
        margin-bottom: -22rem!important
    }

    .ms-sm-n1 {
        margin-left: -.25rem!important
    }

    .ms-sm-n2 {
        margin-left: -.5rem!important
    }

    .ms-sm-n3 {
        margin-left: -1rem!important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem!important
    }

    .ms-sm-n5 {
        margin-left: -3rem!important
    }

    .ms-sm-n6 {
        margin-left: -6rem!important
    }

    .ms-sm-n7 {
        margin-left: -7rem!important
    }

    .ms-sm-n8 {
        margin-left: -8rem!important
    }

    .ms-sm-n9 {
        margin-left: -9rem!important
    }

    .ms-sm-n10 {
        margin-left: -12rem!important
    }

    .ms-sm-n11 {
        margin-left: -14rem!important
    }

    .ms-sm-n12 {
        margin-left: -16rem!important
    }

    .ms-sm-n13 {
        margin-left: -18rem!important
    }

    .ms-sm-n14 {
        margin-left: -20rem!important
    }

    .ms-sm-n15 {
        margin-left: -22rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .p-sm-6 {
        padding: 6rem!important
    }

    .p-sm-7 {
        padding: 7rem!important
    }

    .p-sm-8 {
        padding: 8rem!important
    }

    .p-sm-9 {
        padding: 9rem!important
    }

    .p-sm-10 {
        padding: 12rem!important
    }

    .p-sm-11 {
        padding: 14rem!important
    }

    .p-sm-12 {
        padding: 16rem!important
    }

    .p-sm-13 {
        padding: 18rem!important
    }

    .p-sm-14 {
        padding: 20rem!important
    }

    .p-sm-15 {
        padding: 22rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-sm-6 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-sm-7 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-sm-8 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-sm-9 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-sm-10 {
        padding-right: 12rem!important;
        padding-left: 12rem!important
    }

    .px-sm-11 {
        padding-right: 14rem!important;
        padding-left: 14rem!important
    }

    .px-sm-12 {
        padding-right: 16rem!important;
        padding-left: 16rem!important
    }

    .px-sm-13 {
        padding-right: 18rem!important;
        padding-left: 18rem!important
    }

    .px-sm-14 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-sm-15 {
        padding-right: 22rem!important;
        padding-left: 22rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-sm-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-sm-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-sm-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-sm-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-sm-10 {
        padding-top: 12rem!important;
        padding-bottom: 12rem!important
    }

    .py-sm-11 {
        padding-top: 14rem!important;
        padding-bottom: 14rem!important
    }

    .py-sm-12 {
        padding-top: 16rem!important;
        padding-bottom: 16rem!important
    }

    .py-sm-13 {
        padding-top: 18rem!important;
        padding-bottom: 18rem!important
    }

    .py-sm-14 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-sm-15 {
        padding-top: 22rem!important;
        padding-bottom: 22rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pt-sm-6 {
        padding-top: 6rem!important
    }

    .pt-sm-7 {
        padding-top: 7rem!important
    }

    .pt-sm-8 {
        padding-top: 8rem!important
    }

    .pt-sm-9 {
        padding-top: 9rem!important
    }

    .pt-sm-10 {
        padding-top: 12rem!important
    }

    .pt-sm-11 {
        padding-top: 14rem!important
    }

    .pt-sm-12 {
        padding-top: 16rem!important
    }

    .pt-sm-13 {
        padding-top: 18rem!important
    }

    .pt-sm-14 {
        padding-top: 20rem!important
    }

    .pt-sm-15 {
        padding-top: 22rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

    .pe-sm-6 {
        padding-right: 6rem!important
    }

    .pe-sm-7 {
        padding-right: 7rem!important
    }

    .pe-sm-8 {
        padding-right: 8rem!important
    }

    .pe-sm-9 {
        padding-right: 9rem!important
    }

    .pe-sm-10 {
        padding-right: 12rem!important
    }

    .pe-sm-11 {
        padding-right: 14rem!important
    }

    .pe-sm-12 {
        padding-right: 16rem!important
    }

    .pe-sm-13 {
        padding-right: 18rem!important
    }

    .pe-sm-14 {
        padding-right: 20rem!important
    }

    .pe-sm-15 {
        padding-right: 22rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .pb-sm-6 {
        padding-bottom: 6rem!important
    }

    .pb-sm-7 {
        padding-bottom: 7rem!important
    }

    .pb-sm-8 {
        padding-bottom: 8rem!important
    }

    .pb-sm-9 {
        padding-bottom: 9rem!important
    }

    .pb-sm-10 {
        padding-bottom: 12rem!important
    }

    .pb-sm-11 {
        padding-bottom: 14rem!important
    }

    .pb-sm-12 {
        padding-bottom: 16rem!important
    }

    .pb-sm-13 {
        padding-bottom: 18rem!important
    }

    .pb-sm-14 {
        padding-bottom: 20rem!important
    }

    .pb-sm-15 {
        padding-bottom: 22rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .ps-sm-6 {
        padding-left: 6rem!important
    }

    .ps-sm-7 {
        padding-left: 7rem!important
    }

    .ps-sm-8 {
        padding-left: 8rem!important
    }

    .ps-sm-9 {
        padding-left: 9rem!important
    }

    .ps-sm-10 {
        padding-left: 12rem!important
    }

    .ps-sm-11 {
        padding-left: 14rem!important
    }

    .ps-sm-12 {
        padding-left: 16rem!important
    }

    .ps-sm-13 {
        padding-left: 18rem!important
    }

    .ps-sm-14 {
        padding-left: 20rem!important
    }

    .ps-sm-15 {
        padding-left: 22rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float:left!important
    }

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .gap-md-6 {
        gap: 6rem!important
    }

    .gap-md-7 {
        gap: 7rem!important
    }

    .gap-md-8 {
        gap: 8rem!important
    }

    .gap-md-9 {
        gap: 9rem!important
    }

    .gap-md-10 {
        gap: 12rem!important
    }

    .gap-md-11 {
        gap: 14rem!important
    }

    .gap-md-12 {
        gap: 16rem!important
    }

    .gap-md-13 {
        gap: 18rem!important
    }

    .gap-md-14 {
        gap: 20rem!important
    }

    .gap-md-15 {
        gap: 22rem!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-6 {
        margin: 6rem!important
    }

    .m-md-7 {
        margin: 7rem!important
    }

    .m-md-8 {
        margin: 8rem!important
    }

    .m-md-9 {
        margin: 9rem!important
    }

    .m-md-10 {
        margin: 12rem!important
    }

    .m-md-11 {
        margin: 14rem!important
    }

    .m-md-12 {
        margin: 16rem!important
    }

    .m-md-13 {
        margin: 18rem!important
    }

    .m-md-14 {
        margin: 20rem!important
    }

    .m-md-15 {
        margin: 22rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-md-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-md-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-md-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-md-10 {
        margin-right: 12rem!important;
        margin-left: 12rem!important
    }

    .mx-md-11 {
        margin-right: 14rem!important;
        margin-left: 14rem!important
    }

    .mx-md-12 {
        margin-right: 16rem!important;
        margin-left: 16rem!important
    }

    .mx-md-13 {
        margin-right: 18rem!important;
        margin-left: 18rem!important
    }

    .mx-md-14 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-md-15 {
        margin-right: 22rem!important;
        margin-left: 22rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-md-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-md-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-md-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-md-10 {
        margin-top: 12rem!important;
        margin-bottom: 12rem!important
    }

    .my-md-11 {
        margin-top: 14rem!important;
        margin-bottom: 14rem!important
    }

    .my-md-12 {
        margin-top: 16rem!important;
        margin-bottom: 16rem!important
    }

    .my-md-13 {
        margin-top: 18rem!important;
        margin-bottom: 18rem!important
    }

    .my-md-14 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-md-15 {
        margin-top: 22rem!important;
        margin-bottom: 22rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-6 {
        margin-top: 6rem!important
    }

    .mt-md-7 {
        margin-top: 7rem!important
    }

    .mt-md-8 {
        margin-top: 8rem!important
    }

    .mt-md-9 {
        margin-top: 9rem!important
    }

    .mt-md-10 {
        margin-top: 12rem!important
    }

    .mt-md-11 {
        margin-top: 14rem!important
    }

    .mt-md-12 {
        margin-top: 16rem!important
    }

    .mt-md-13 {
        margin-top: 18rem!important
    }

    .mt-md-14 {
        margin-top: 20rem!important
    }

    .mt-md-15 {
        margin-top: 22rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-6 {
        margin-right: 6rem!important
    }

    .me-md-7 {
        margin-right: 7rem!important
    }

    .me-md-8 {
        margin-right: 8rem!important
    }

    .me-md-9 {
        margin-right: 9rem!important
    }

    .me-md-10 {
        margin-right: 12rem!important
    }

    .me-md-11 {
        margin-right: 14rem!important
    }

    .me-md-12 {
        margin-right: 16rem!important
    }

    .me-md-13 {
        margin-right: 18rem!important
    }

    .me-md-14 {
        margin-right: 20rem!important
    }

    .me-md-15 {
        margin-right: 22rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-6 {
        margin-bottom: 6rem!important
    }

    .mb-md-7 {
        margin-bottom: 7rem!important
    }

    .mb-md-8 {
        margin-bottom: 8rem!important
    }

    .mb-md-9 {
        margin-bottom: 9rem!important
    }

    .mb-md-10 {
        margin-bottom: 12rem!important
    }

    .mb-md-11 {
        margin-bottom: 14rem!important
    }

    .mb-md-12 {
        margin-bottom: 16rem!important
    }

    .mb-md-13 {
        margin-bottom: 18rem!important
    }

    .mb-md-14 {
        margin-bottom: 20rem!important
    }

    .mb-md-15 {
        margin-bottom: 22rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-6 {
        margin-left: 6rem!important
    }

    .ms-md-7 {
        margin-left: 7rem!important
    }

    .ms-md-8 {
        margin-left: 8rem!important
    }

    .ms-md-9 {
        margin-left: 9rem!important
    }

    .ms-md-10 {
        margin-left: 12rem!important
    }

    .ms-md-11 {
        margin-left: 14rem!important
    }

    .ms-md-12 {
        margin-left: 16rem!important
    }

    .ms-md-13 {
        margin-left: 18rem!important
    }

    .ms-md-14 {
        margin-left: 20rem!important
    }

    .ms-md-15 {
        margin-left: 22rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .m-md-n1 {
        margin: -.25rem!important
    }

    .m-md-n2 {
        margin: -.5rem!important
    }

    .m-md-n3 {
        margin: -1rem!important
    }

    .m-md-n4 {
        margin: -1.5rem!important
    }

    .m-md-n5 {
        margin: -3rem!important
    }

    .m-md-n6 {
        margin: -6rem!important
    }

    .m-md-n7 {
        margin: -7rem!important
    }

    .m-md-n8 {
        margin: -8rem!important
    }

    .m-md-n9 {
        margin: -9rem!important
    }

    .m-md-n10 {
        margin: -12rem!important
    }

    .m-md-n11 {
        margin: -14rem!important
    }

    .m-md-n12 {
        margin: -16rem!important
    }

    .m-md-n13 {
        margin: -18rem!important
    }

    .m-md-n14 {
        margin: -20rem!important
    }

    .m-md-n15 {
        margin: -22rem!important
    }

    .mx-md-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-md-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-md-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-md-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-md-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-md-n6 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-md-n7 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-md-n8 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-md-n9 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-md-n10 {
        margin-right: -12rem!important;
        margin-left: -12rem!important
    }

    .mx-md-n11 {
        margin-right: -14rem!important;
        margin-left: -14rem!important
    }

    .mx-md-n12 {
        margin-right: -16rem!important;
        margin-left: -16rem!important
    }

    .mx-md-n13 {
        margin-right: -18rem!important;
        margin-left: -18rem!important
    }

    .mx-md-n14 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-md-n15 {
        margin-right: -22rem!important;
        margin-left: -22rem!important
    }

    .my-md-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-md-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-md-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-md-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-md-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-md-n6 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-md-n7 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-md-n8 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-md-n9 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-md-n10 {
        margin-top: -12rem!important;
        margin-bottom: -12rem!important
    }

    .my-md-n11 {
        margin-top: -14rem!important;
        margin-bottom: -14rem!important
    }

    .my-md-n12 {
        margin-top: -16rem!important;
        margin-bottom: -16rem!important
    }

    .my-md-n13 {
        margin-top: -18rem!important;
        margin-bottom: -18rem!important
    }

    .my-md-n14 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-md-n15 {
        margin-top: -22rem!important;
        margin-bottom: -22rem!important
    }

    .mt-md-n1 {
        margin-top: -.25rem!important
    }

    .mt-md-n2 {
        margin-top: -.5rem!important
    }

    .mt-md-n3 {
        margin-top: -1rem!important
    }

    .mt-md-n4 {
        margin-top: -1.5rem!important
    }

    .mt-md-n5 {
        margin-top: -3rem!important
    }

    .mt-md-n6 {
        margin-top: -6rem!important
    }

    .mt-md-n7 {
        margin-top: -7rem!important
    }

    .mt-md-n8 {
        margin-top: -8rem!important
    }

    .mt-md-n9 {
        margin-top: -9rem!important
    }

    .mt-md-n10 {
        margin-top: -12rem!important
    }

    .mt-md-n11 {
        margin-top: -14rem!important
    }

    .mt-md-n12 {
        margin-top: -16rem!important
    }

    .mt-md-n13 {
        margin-top: -18rem!important
    }

    .mt-md-n14 {
        margin-top: -20rem!important
    }

    .mt-md-n15 {
        margin-top: -22rem!important
    }

    .me-md-n1 {
        margin-right: -.25rem!important
    }

    .me-md-n2 {
        margin-right: -.5rem!important
    }

    .me-md-n3 {
        margin-right: -1rem!important
    }

    .me-md-n4 {
        margin-right: -1.5rem!important
    }

    .me-md-n5 {
        margin-right: -3rem!important
    }

    .me-md-n6 {
        margin-right: -6rem!important
    }

    .me-md-n7 {
        margin-right: -7rem!important
    }

    .me-md-n8 {
        margin-right: -8rem!important
    }

    .me-md-n9 {
        margin-right: -9rem!important
    }

    .me-md-n10 {
        margin-right: -12rem!important
    }

    .me-md-n11 {
        margin-right: -14rem!important
    }

    .me-md-n12 {
        margin-right: -16rem!important
    }

    .me-md-n13 {
        margin-right: -18rem!important
    }

    .me-md-n14 {
        margin-right: -20rem!important
    }

    .me-md-n15 {
        margin-right: -22rem!important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-md-n3 {
        margin-bottom: -1rem!important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-md-n5 {
        margin-bottom: -3rem!important
    }

    .mb-md-n6 {
        margin-bottom: -6rem!important
    }

    .mb-md-n7 {
        margin-bottom: -7rem!important
    }

    .mb-md-n8 {
        margin-bottom: -8rem!important
    }

    .mb-md-n9 {
        margin-bottom: -9rem!important
    }

    .mb-md-n10 {
        margin-bottom: -12rem!important
    }

    .mb-md-n11 {
        margin-bottom: -14rem!important
    }

    .mb-md-n12 {
        margin-bottom: -16rem!important
    }

    .mb-md-n13 {
        margin-bottom: -18rem!important
    }

    .mb-md-n14 {
        margin-bottom: -20rem!important
    }

    .mb-md-n15 {
        margin-bottom: -22rem!important
    }

    .ms-md-n1 {
        margin-left: -.25rem!important
    }

    .ms-md-n2 {
        margin-left: -.5rem!important
    }

    .ms-md-n3 {
        margin-left: -1rem!important
    }

    .ms-md-n4 {
        margin-left: -1.5rem!important
    }

    .ms-md-n5 {
        margin-left: -3rem!important
    }

    .ms-md-n6 {
        margin-left: -6rem!important
    }

    .ms-md-n7 {
        margin-left: -7rem!important
    }

    .ms-md-n8 {
        margin-left: -8rem!important
    }

    .ms-md-n9 {
        margin-left: -9rem!important
    }

    .ms-md-n10 {
        margin-left: -12rem!important
    }

    .ms-md-n11 {
        margin-left: -14rem!important
    }

    .ms-md-n12 {
        margin-left: -16rem!important
    }

    .ms-md-n13 {
        margin-left: -18rem!important
    }

    .ms-md-n14 {
        margin-left: -20rem!important
    }

    .ms-md-n15 {
        margin-left: -22rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .p-md-6 {
        padding: 6rem!important
    }

    .p-md-7 {
        padding: 7rem!important
    }

    .p-md-8 {
        padding: 8rem!important
    }

    .p-md-9 {
        padding: 9rem!important
    }

    .p-md-10 {
        padding: 12rem!important
    }

    .p-md-11 {
        padding: 14rem!important
    }

    .p-md-12 {
        padding: 16rem!important
    }

    .p-md-13 {
        padding: 18rem!important
    }

    .p-md-14 {
        padding: 20rem!important
    }

    .p-md-15 {
        padding: 22rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-md-6 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-md-7 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-md-8 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-md-9 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-md-10 {
        padding-right: 12rem!important;
        padding-left: 12rem!important
    }

    .px-md-11 {
        padding-right: 14rem!important;
        padding-left: 14rem!important
    }

    .px-md-12 {
        padding-right: 16rem!important;
        padding-left: 16rem!important
    }

    .px-md-13 {
        padding-right: 18rem!important;
        padding-left: 18rem!important
    }

    .px-md-14 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-md-15 {
        padding-right: 22rem!important;
        padding-left: 22rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-md-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-md-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-md-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-md-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-md-10 {
        padding-top: 12rem!important;
        padding-bottom: 12rem!important
    }

    .py-md-11 {
        padding-top: 14rem!important;
        padding-bottom: 14rem!important
    }

    .py-md-12 {
        padding-top: 16rem!important;
        padding-bottom: 16rem!important
    }

    .py-md-13 {
        padding-top: 18rem!important;
        padding-bottom: 18rem!important
    }

    .py-md-14 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-md-15 {
        padding-top: 22rem!important;
        padding-bottom: 22rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pt-md-6 {
        padding-top: 6rem!important
    }

    .pt-md-7 {
        padding-top: 7rem!important
    }

    .pt-md-8 {
        padding-top: 8rem!important
    }

    .pt-md-9 {
        padding-top: 9rem!important
    }

    .pt-md-10 {
        padding-top: 12rem!important
    }

    .pt-md-11 {
        padding-top: 14rem!important
    }

    .pt-md-12 {
        padding-top: 16rem!important
    }

    .pt-md-13 {
        padding-top: 18rem!important
    }

    .pt-md-14 {
        padding-top: 20rem!important
    }

    .pt-md-15 {
        padding-top: 22rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

    .pe-md-6 {
        padding-right: 6rem!important
    }

    .pe-md-7 {
        padding-right: 7rem!important
    }

    .pe-md-8 {
        padding-right: 8rem!important
    }

    .pe-md-9 {
        padding-right: 9rem!important
    }

    .pe-md-10 {
        padding-right: 12rem!important
    }

    .pe-md-11 {
        padding-right: 14rem!important
    }

    .pe-md-12 {
        padding-right: 16rem!important
    }

    .pe-md-13 {
        padding-right: 18rem!important
    }

    .pe-md-14 {
        padding-right: 20rem!important
    }

    .pe-md-15 {
        padding-right: 22rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .pb-md-6 {
        padding-bottom: 6rem!important
    }

    .pb-md-7 {
        padding-bottom: 7rem!important
    }

    .pb-md-8 {
        padding-bottom: 8rem!important
    }

    .pb-md-9 {
        padding-bottom: 9rem!important
    }

    .pb-md-10 {
        padding-bottom: 12rem!important
    }

    .pb-md-11 {
        padding-bottom: 14rem!important
    }

    .pb-md-12 {
        padding-bottom: 16rem!important
    }

    .pb-md-13 {
        padding-bottom: 18rem!important
    }

    .pb-md-14 {
        padding-bottom: 20rem!important
    }

    .pb-md-15 {
        padding-bottom: 22rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .ps-md-6 {
        padding-left: 6rem!important
    }

    .ps-md-7 {
        padding-left: 7rem!important
    }

    .ps-md-8 {
        padding-left: 8rem!important
    }

    .ps-md-9 {
        padding-left: 9rem!important
    }

    .ps-md-10 {
        padding-left: 12rem!important
    }

    .ps-md-11 {
        padding-left: 14rem!important
    }

    .ps-md-12 {
        padding-left: 16rem!important
    }

    .ps-md-13 {
        padding-left: 18rem!important
    }

    .ps-md-14 {
        padding-left: 20rem!important
    }

    .ps-md-15 {
        padding-left: 22rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .gap-lg-6 {
        gap: 6rem!important
    }

    .gap-lg-7 {
        gap: 7rem!important
    }

    .gap-lg-8 {
        gap: 8rem!important
    }

    .gap-lg-9 {
        gap: 9rem!important
    }

    .gap-lg-10 {
        gap: 12rem!important
    }

    .gap-lg-11 {
        gap: 14rem!important
    }

    .gap-lg-12 {
        gap: 16rem!important
    }

    .gap-lg-13 {
        gap: 18rem!important
    }

    .gap-lg-14 {
        gap: 20rem!important
    }

    .gap-lg-15 {
        gap: 22rem!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-6 {
        margin: 6rem!important
    }

    .m-lg-7 {
        margin: 7rem!important
    }

    .m-lg-8 {
        margin: 8rem!important
    }

    .m-lg-9 {
        margin: 9rem!important
    }

    .m-lg-10 {
        margin: 12rem!important
    }

    .m-lg-11 {
        margin: 14rem!important
    }

    .m-lg-12 {
        margin: 16rem!important
    }

    .m-lg-13 {
        margin: 18rem!important
    }

    .m-lg-14 {
        margin: 20rem!important
    }

    .m-lg-15 {
        margin: 22rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-lg-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-lg-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-lg-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-lg-10 {
        margin-right: 12rem!important;
        margin-left: 12rem!important
    }

    .mx-lg-11 {
        margin-right: 14rem!important;
        margin-left: 14rem!important
    }

    .mx-lg-12 {
        margin-right: 16rem!important;
        margin-left: 16rem!important
    }

    .mx-lg-13 {
        margin-right: 18rem!important;
        margin-left: 18rem!important
    }

    .mx-lg-14 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-lg-15 {
        margin-right: 22rem!important;
        margin-left: 22rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-lg-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-lg-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-lg-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-lg-10 {
        margin-top: 12rem!important;
        margin-bottom: 12rem!important
    }

    .my-lg-11 {
        margin-top: 14rem!important;
        margin-bottom: 14rem!important
    }

    .my-lg-12 {
        margin-top: 16rem!important;
        margin-bottom: 16rem!important
    }

    .my-lg-13 {
        margin-top: 18rem!important;
        margin-bottom: 18rem!important
    }

    .my-lg-14 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-lg-15 {
        margin-top: 22rem!important;
        margin-bottom: 22rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-6 {
        margin-top: 6rem!important
    }

    .mt-lg-7 {
        margin-top: 7rem!important
    }

    .mt-lg-8 {
        margin-top: 8rem!important
    }

    .mt-lg-9 {
        margin-top: 9rem!important
    }

    .mt-lg-10 {
        margin-top: 12rem!important
    }

    .mt-lg-11 {
        margin-top: 14rem!important
    }

    .mt-lg-12 {
        margin-top: 16rem!important
    }

    .mt-lg-13 {
        margin-top: 18rem!important
    }

    .mt-lg-14 {
        margin-top: 20rem!important
    }

    .mt-lg-15 {
        margin-top: 22rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-6 {
        margin-right: 6rem!important
    }

    .me-lg-7 {
        margin-right: 7rem!important
    }

    .me-lg-8 {
        margin-right: 8rem!important
    }

    .me-lg-9 {
        margin-right: 9rem!important
    }

    .me-lg-10 {
        margin-right: 12rem!important
    }

    .me-lg-11 {
        margin-right: 14rem!important
    }

    .me-lg-12 {
        margin-right: 16rem!important
    }

    .me-lg-13 {
        margin-right: 18rem!important
    }

    .me-lg-14 {
        margin-right: 20rem!important
    }

    .me-lg-15 {
        margin-right: 22rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-6 {
        margin-bottom: 6rem!important
    }

    .mb-lg-7 {
        margin-bottom: 7rem!important
    }

    .mb-lg-8 {
        margin-bottom: 8rem!important
    }

    .mb-lg-9 {
        margin-bottom: 9rem!important
    }

    .mb-lg-10 {
        margin-bottom: 12rem!important
    }

    .mb-lg-11 {
        margin-bottom: 14rem!important
    }

    .mb-lg-12 {
        margin-bottom: 16rem!important
    }

    .mb-lg-13 {
        margin-bottom: 18rem!important
    }

    .mb-lg-14 {
        margin-bottom: 20rem!important
    }

    .mb-lg-15 {
        margin-bottom: 22rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-6 {
        margin-left: 6rem!important
    }

    .ms-lg-7 {
        margin-left: 7rem!important
    }

    .ms-lg-8 {
        margin-left: 8rem!important
    }

    .ms-lg-9 {
        margin-left: 9rem!important
    }

    .ms-lg-10 {
        margin-left: 12rem!important
    }

    .ms-lg-11 {
        margin-left: 14rem!important
    }

    .ms-lg-12 {
        margin-left: 16rem!important
    }

    .ms-lg-13 {
        margin-left: 18rem!important
    }

    .ms-lg-14 {
        margin-left: 20rem!important
    }

    .ms-lg-15 {
        margin-left: 22rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .m-lg-n1 {
        margin: -.25rem!important
    }

    .m-lg-n2 {
        margin: -.5rem!important
    }

    .m-lg-n3 {
        margin: -1rem!important
    }

    .m-lg-n4 {
        margin: -1.5rem!important
    }

    .m-lg-n5 {
        margin: -3rem!important
    }

    .m-lg-n6 {
        margin: -6rem!important
    }

    .m-lg-n7 {
        margin: -7rem!important
    }

    .m-lg-n8 {
        margin: -8rem!important
    }

    .m-lg-n9 {
        margin: -9rem!important
    }

    .m-lg-n10 {
        margin: -12rem!important
    }

    .m-lg-n11 {
        margin: -14rem!important
    }

    .m-lg-n12 {
        margin: -16rem!important
    }

    .m-lg-n13 {
        margin: -18rem!important
    }

    .m-lg-n14 {
        margin: -20rem!important
    }

    .m-lg-n15 {
        margin: -22rem!important
    }

    .mx-lg-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-lg-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-lg-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-lg-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-lg-n6 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-lg-n7 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-lg-n8 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-lg-n9 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-lg-n10 {
        margin-right: -12rem!important;
        margin-left: -12rem!important
    }

    .mx-lg-n11 {
        margin-right: -14rem!important;
        margin-left: -14rem!important
    }

    .mx-lg-n12 {
        margin-right: -16rem!important;
        margin-left: -16rem!important
    }

    .mx-lg-n13 {
        margin-right: -18rem!important;
        margin-left: -18rem!important
    }

    .mx-lg-n14 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-lg-n15 {
        margin-right: -22rem!important;
        margin-left: -22rem!important
    }

    .my-lg-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-lg-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-lg-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-lg-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-lg-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-lg-n6 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-lg-n7 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-lg-n8 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-lg-n9 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-lg-n10 {
        margin-top: -12rem!important;
        margin-bottom: -12rem!important
    }

    .my-lg-n11 {
        margin-top: -14rem!important;
        margin-bottom: -14rem!important
    }

    .my-lg-n12 {
        margin-top: -16rem!important;
        margin-bottom: -16rem!important
    }

    .my-lg-n13 {
        margin-top: -18rem!important;
        margin-bottom: -18rem!important
    }

    .my-lg-n14 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-lg-n15 {
        margin-top: -22rem!important;
        margin-bottom: -22rem!important
    }

    .mt-lg-n1 {
        margin-top: -.25rem!important
    }

    .mt-lg-n2 {
        margin-top: -.5rem!important
    }

    .mt-lg-n3 {
        margin-top: -1rem!important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem!important
    }

    .mt-lg-n5 {
        margin-top: -3rem!important
    }

    .mt-lg-n6 {
        margin-top: -6rem!important
    }

    .mt-lg-n7 {
        margin-top: -7rem!important
    }

    .mt-lg-n8 {
        margin-top: -8rem!important
    }

    .mt-lg-n9 {
        margin-top: -9rem!important
    }

    .mt-lg-n10 {
        margin-top: -12rem!important
    }

    .mt-lg-n11 {
        margin-top: -14rem!important
    }

    .mt-lg-n12 {
        margin-top: -16rem!important
    }

    .mt-lg-n13 {
        margin-top: -18rem!important
    }

    .mt-lg-n14 {
        margin-top: -20rem!important
    }

    .mt-lg-n15 {
        margin-top: -22rem!important
    }

    .me-lg-n1 {
        margin-right: -.25rem!important
    }

    .me-lg-n2 {
        margin-right: -.5rem!important
    }

    .me-lg-n3 {
        margin-right: -1rem!important
    }

    .me-lg-n4 {
        margin-right: -1.5rem!important
    }

    .me-lg-n5 {
        margin-right: -3rem!important
    }

    .me-lg-n6 {
        margin-right: -6rem!important
    }

    .me-lg-n7 {
        margin-right: -7rem!important
    }

    .me-lg-n8 {
        margin-right: -8rem!important
    }

    .me-lg-n9 {
        margin-right: -9rem!important
    }

    .me-lg-n10 {
        margin-right: -12rem!important
    }

    .me-lg-n11 {
        margin-right: -14rem!important
    }

    .me-lg-n12 {
        margin-right: -16rem!important
    }

    .me-lg-n13 {
        margin-right: -18rem!important
    }

    .me-lg-n14 {
        margin-right: -20rem!important
    }

    .me-lg-n15 {
        margin-right: -22rem!important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem!important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem!important
    }

    .mb-lg-n6 {
        margin-bottom: -6rem!important
    }

    .mb-lg-n7 {
        margin-bottom: -7rem!important
    }

    .mb-lg-n8 {
        margin-bottom: -8rem!important
    }

    .mb-lg-n9 {
        margin-bottom: -9rem!important
    }

    .mb-lg-n10 {
        margin-bottom: -12rem!important
    }

    .mb-lg-n11 {
        margin-bottom: -14rem!important
    }

    .mb-lg-n12 {
        margin-bottom: -16rem!important
    }

    .mb-lg-n13 {
        margin-bottom: -18rem!important
    }

    .mb-lg-n14 {
        margin-bottom: -20rem!important
    }

    .mb-lg-n15 {
        margin-bottom: -22rem!important
    }

    .ms-lg-n1 {
        margin-left: -.25rem!important
    }

    .ms-lg-n2 {
        margin-left: -.5rem!important
    }

    .ms-lg-n3 {
        margin-left: -1rem!important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem!important
    }

    .ms-lg-n5 {
        margin-left: -3rem!important
    }

    .ms-lg-n6 {
        margin-left: -6rem!important
    }

    .ms-lg-n7 {
        margin-left: -7rem!important
    }

    .ms-lg-n8 {
        margin-left: -8rem!important
    }

    .ms-lg-n9 {
        margin-left: -9rem!important
    }

    .ms-lg-n10 {
        margin-left: -12rem!important
    }

    .ms-lg-n11 {
        margin-left: -14rem!important
    }

    .ms-lg-n12 {
        margin-left: -16rem!important
    }

    .ms-lg-n13 {
        margin-left: -18rem!important
    }

    .ms-lg-n14 {
        margin-left: -20rem!important
    }

    .ms-lg-n15 {
        margin-left: -22rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .p-lg-6 {
        padding: 6rem!important
    }

    .p-lg-7 {
        padding: 7rem!important
    }

    .p-lg-8 {
        padding: 8rem!important
    }

    .p-lg-9 {
        padding: 9rem!important
    }

    .p-lg-10 {
        padding: 12rem!important
    }

    .p-lg-11 {
        padding: 14rem!important
    }

    .p-lg-12 {
        padding: 16rem!important
    }

    .p-lg-13 {
        padding: 18rem!important
    }

    .p-lg-14 {
        padding: 20rem!important
    }

    .p-lg-15 {
        padding: 22rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-lg-6 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-lg-7 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-lg-8 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-lg-9 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-lg-10 {
        padding-right: 12rem!important;
        padding-left: 12rem!important
    }

    .px-lg-11 {
        padding-right: 14rem!important;
        padding-left: 14rem!important
    }

    .px-lg-12 {
        padding-right: 16rem!important;
        padding-left: 16rem!important
    }

    .px-lg-13 {
        padding-right: 18rem!important;
        padding-left: 18rem!important
    }

    .px-lg-14 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-lg-15 {
        padding-right: 22rem!important;
        padding-left: 22rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-lg-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-lg-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-lg-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-lg-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-lg-10 {
        padding-top: 12rem!important;
        padding-bottom: 12rem!important
    }

    .py-lg-11 {
        padding-top: 14rem!important;
        padding-bottom: 14rem!important
    }

    .py-lg-12 {
        padding-top: 16rem!important;
        padding-bottom: 16rem!important
    }

    .py-lg-13 {
        padding-top: 18rem!important;
        padding-bottom: 18rem!important
    }

    .py-lg-14 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-lg-15 {
        padding-top: 22rem!important;
        padding-bottom: 22rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pt-lg-6 {
        padding-top: 6rem!important
    }

    .pt-lg-7 {
        padding-top: 7rem!important
    }

    .pt-lg-8 {
        padding-top: 8rem!important
    }

    .pt-lg-9 {
        padding-top: 9rem!important
    }

    .pt-lg-10 {
        padding-top: 12rem!important
    }

    .pt-lg-11 {
        padding-top: 14rem!important
    }

    .pt-lg-12 {
        padding-top: 16rem!important
    }

    .pt-lg-13 {
        padding-top: 18rem!important
    }

    .pt-lg-14 {
        padding-top: 20rem!important
    }

    .pt-lg-15 {
        padding-top: 22rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

    .pe-lg-6 {
        padding-right: 6rem!important
    }

    .pe-lg-7 {
        padding-right: 7rem!important
    }

    .pe-lg-8 {
        padding-right: 8rem!important
    }

    .pe-lg-9 {
        padding-right: 9rem!important
    }

    .pe-lg-10 {
        padding-right: 12rem!important
    }

    .pe-lg-11 {
        padding-right: 14rem!important
    }

    .pe-lg-12 {
        padding-right: 16rem!important
    }

    .pe-lg-13 {
        padding-right: 18rem!important
    }

    .pe-lg-14 {
        padding-right: 20rem!important
    }

    .pe-lg-15 {
        padding-right: 22rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .pb-lg-6 {
        padding-bottom: 6rem!important
    }

    .pb-lg-7 {
        padding-bottom: 7rem!important
    }

    .pb-lg-8 {
        padding-bottom: 8rem!important
    }

    .pb-lg-9 {
        padding-bottom: 9rem!important
    }

    .pb-lg-10 {
        padding-bottom: 12rem!important
    }

    .pb-lg-11 {
        padding-bottom: 14rem!important
    }

    .pb-lg-12 {
        padding-bottom: 16rem!important
    }

    .pb-lg-13 {
        padding-bottom: 18rem!important
    }

    .pb-lg-14 {
        padding-bottom: 20rem!important
    }

    .pb-lg-15 {
        padding-bottom: 22rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .ps-lg-6 {
        padding-left: 6rem!important
    }

    .ps-lg-7 {
        padding-left: 7rem!important
    }

    .ps-lg-8 {
        padding-left: 8rem!important
    }

    .ps-lg-9 {
        padding-left: 9rem!important
    }

    .ps-lg-10 {
        padding-left: 12rem!important
    }

    .ps-lg-11 {
        padding-left: 14rem!important
    }

    .ps-lg-12 {
        padding-left: 16rem!important
    }

    .ps-lg-13 {
        padding-left: 18rem!important
    }

    .ps-lg-14 {
        padding-left: 20rem!important
    }

    .ps-lg-15 {
        padding-left: 22rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float:left!important
    }

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .gap-xl-6 {
        gap: 6rem!important
    }

    .gap-xl-7 {
        gap: 7rem!important
    }

    .gap-xl-8 {
        gap: 8rem!important
    }

    .gap-xl-9 {
        gap: 9rem!important
    }

    .gap-xl-10 {
        gap: 12rem!important
    }

    .gap-xl-11 {
        gap: 14rem!important
    }

    .gap-xl-12 {
        gap: 16rem!important
    }

    .gap-xl-13 {
        gap: 18rem!important
    }

    .gap-xl-14 {
        gap: 20rem!important
    }

    .gap-xl-15 {
        gap: 22rem!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-6 {
        margin: 6rem!important
    }

    .m-xl-7 {
        margin: 7rem!important
    }

    .m-xl-8 {
        margin: 8rem!important
    }

    .m-xl-9 {
        margin: 9rem!important
    }

    .m-xl-10 {
        margin: 12rem!important
    }

    .m-xl-11 {
        margin: 14rem!important
    }

    .m-xl-12 {
        margin: 16rem!important
    }

    .m-xl-13 {
        margin: 18rem!important
    }

    .m-xl-14 {
        margin: 20rem!important
    }

    .m-xl-15 {
        margin: 22rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-xl-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-xl-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-xl-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-xl-10 {
        margin-right: 12rem!important;
        margin-left: 12rem!important
    }

    .mx-xl-11 {
        margin-right: 14rem!important;
        margin-left: 14rem!important
    }

    .mx-xl-12 {
        margin-right: 16rem!important;
        margin-left: 16rem!important
    }

    .mx-xl-13 {
        margin-right: 18rem!important;
        margin-left: 18rem!important
    }

    .mx-xl-14 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-xl-15 {
        margin-right: 22rem!important;
        margin-left: 22rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-xl-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-xl-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-xl-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-xl-10 {
        margin-top: 12rem!important;
        margin-bottom: 12rem!important
    }

    .my-xl-11 {
        margin-top: 14rem!important;
        margin-bottom: 14rem!important
    }

    .my-xl-12 {
        margin-top: 16rem!important;
        margin-bottom: 16rem!important
    }

    .my-xl-13 {
        margin-top: 18rem!important;
        margin-bottom: 18rem!important
    }

    .my-xl-14 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-xl-15 {
        margin-top: 22rem!important;
        margin-bottom: 22rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-6 {
        margin-top: 6rem!important
    }

    .mt-xl-7 {
        margin-top: 7rem!important
    }

    .mt-xl-8 {
        margin-top: 8rem!important
    }

    .mt-xl-9 {
        margin-top: 9rem!important
    }

    .mt-xl-10 {
        margin-top: 12rem!important
    }

    .mt-xl-11 {
        margin-top: 14rem!important
    }

    .mt-xl-12 {
        margin-top: 16rem!important
    }

    .mt-xl-13 {
        margin-top: 18rem!important
    }

    .mt-xl-14 {
        margin-top: 20rem!important
    }

    .mt-xl-15 {
        margin-top: 22rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-6 {
        margin-right: 6rem!important
    }

    .me-xl-7 {
        margin-right: 7rem!important
    }

    .me-xl-8 {
        margin-right: 8rem!important
    }

    .me-xl-9 {
        margin-right: 9rem!important
    }

    .me-xl-10 {
        margin-right: 12rem!important
    }

    .me-xl-11 {
        margin-right: 14rem!important
    }

    .me-xl-12 {
        margin-right: 16rem!important
    }

    .me-xl-13 {
        margin-right: 18rem!important
    }

    .me-xl-14 {
        margin-right: 20rem!important
    }

    .me-xl-15 {
        margin-right: 22rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-6 {
        margin-bottom: 6rem!important
    }

    .mb-xl-7 {
        margin-bottom: 7rem!important
    }

    .mb-xl-8 {
        margin-bottom: 8rem!important
    }

    .mb-xl-9 {
        margin-bottom: 9rem!important
    }

    .mb-xl-10 {
        margin-bottom: 12rem!important
    }

    .mb-xl-11 {
        margin-bottom: 14rem!important
    }

    .mb-xl-12 {
        margin-bottom: 16rem!important
    }

    .mb-xl-13 {
        margin-bottom: 18rem!important
    }

    .mb-xl-14 {
        margin-bottom: 20rem!important
    }

    .mb-xl-15 {
        margin-bottom: 22rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-6 {
        margin-left: 6rem!important
    }

    .ms-xl-7 {
        margin-left: 7rem!important
    }

    .ms-xl-8 {
        margin-left: 8rem!important
    }

    .ms-xl-9 {
        margin-left: 9rem!important
    }

    .ms-xl-10 {
        margin-left: 12rem!important
    }

    .ms-xl-11 {
        margin-left: 14rem!important
    }

    .ms-xl-12 {
        margin-left: 16rem!important
    }

    .ms-xl-13 {
        margin-left: 18rem!important
    }

    .ms-xl-14 {
        margin-left: 20rem!important
    }

    .ms-xl-15 {
        margin-left: 22rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .m-xl-n1 {
        margin: -.25rem!important
    }

    .m-xl-n2 {
        margin: -.5rem!important
    }

    .m-xl-n3 {
        margin: -1rem!important
    }

    .m-xl-n4 {
        margin: -1.5rem!important
    }

    .m-xl-n5 {
        margin: -3rem!important
    }

    .m-xl-n6 {
        margin: -6rem!important
    }

    .m-xl-n7 {
        margin: -7rem!important
    }

    .m-xl-n8 {
        margin: -8rem!important
    }

    .m-xl-n9 {
        margin: -9rem!important
    }

    .m-xl-n10 {
        margin: -12rem!important
    }

    .m-xl-n11 {
        margin: -14rem!important
    }

    .m-xl-n12 {
        margin: -16rem!important
    }

    .m-xl-n13 {
        margin: -18rem!important
    }

    .m-xl-n14 {
        margin: -20rem!important
    }

    .m-xl-n15 {
        margin: -22rem!important
    }

    .mx-xl-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-xl-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-xl-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-xl-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-xl-n6 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-xl-n7 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-xl-n8 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-xl-n9 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-xl-n10 {
        margin-right: -12rem!important;
        margin-left: -12rem!important
    }

    .mx-xl-n11 {
        margin-right: -14rem!important;
        margin-left: -14rem!important
    }

    .mx-xl-n12 {
        margin-right: -16rem!important;
        margin-left: -16rem!important
    }

    .mx-xl-n13 {
        margin-right: -18rem!important;
        margin-left: -18rem!important
    }

    .mx-xl-n14 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-xl-n15 {
        margin-right: -22rem!important;
        margin-left: -22rem!important
    }

    .my-xl-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-xl-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-xl-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-xl-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-xl-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-xl-n6 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-xl-n7 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-xl-n8 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-xl-n9 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-xl-n10 {
        margin-top: -12rem!important;
        margin-bottom: -12rem!important
    }

    .my-xl-n11 {
        margin-top: -14rem!important;
        margin-bottom: -14rem!important
    }

    .my-xl-n12 {
        margin-top: -16rem!important;
        margin-bottom: -16rem!important
    }

    .my-xl-n13 {
        margin-top: -18rem!important;
        margin-bottom: -18rem!important
    }

    .my-xl-n14 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-xl-n15 {
        margin-top: -22rem!important;
        margin-bottom: -22rem!important
    }

    .mt-xl-n1 {
        margin-top: -.25rem!important
    }

    .mt-xl-n2 {
        margin-top: -.5rem!important
    }

    .mt-xl-n3 {
        margin-top: -1rem!important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem!important
    }

    .mt-xl-n5 {
        margin-top: -3rem!important
    }

    .mt-xl-n6 {
        margin-top: -6rem!important
    }

    .mt-xl-n7 {
        margin-top: -7rem!important
    }

    .mt-xl-n8 {
        margin-top: -8rem!important
    }

    .mt-xl-n9 {
        margin-top: -9rem!important
    }

    .mt-xl-n10 {
        margin-top: -12rem!important
    }

    .mt-xl-n11 {
        margin-top: -14rem!important
    }

    .mt-xl-n12 {
        margin-top: -16rem!important
    }

    .mt-xl-n13 {
        margin-top: -18rem!important
    }

    .mt-xl-n14 {
        margin-top: -20rem!important
    }

    .mt-xl-n15 {
        margin-top: -22rem!important
    }

    .me-xl-n1 {
        margin-right: -.25rem!important
    }

    .me-xl-n2 {
        margin-right: -.5rem!important
    }

    .me-xl-n3 {
        margin-right: -1rem!important
    }

    .me-xl-n4 {
        margin-right: -1.5rem!important
    }

    .me-xl-n5 {
        margin-right: -3rem!important
    }

    .me-xl-n6 {
        margin-right: -6rem!important
    }

    .me-xl-n7 {
        margin-right: -7rem!important
    }

    .me-xl-n8 {
        margin-right: -8rem!important
    }

    .me-xl-n9 {
        margin-right: -9rem!important
    }

    .me-xl-n10 {
        margin-right: -12rem!important
    }

    .me-xl-n11 {
        margin-right: -14rem!important
    }

    .me-xl-n12 {
        margin-right: -16rem!important
    }

    .me-xl-n13 {
        margin-right: -18rem!important
    }

    .me-xl-n14 {
        margin-right: -20rem!important
    }

    .me-xl-n15 {
        margin-right: -22rem!important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem!important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem!important
    }

    .mb-xl-n6 {
        margin-bottom: -6rem!important
    }

    .mb-xl-n7 {
        margin-bottom: -7rem!important
    }

    .mb-xl-n8 {
        margin-bottom: -8rem!important
    }

    .mb-xl-n9 {
        margin-bottom: -9rem!important
    }

    .mb-xl-n10 {
        margin-bottom: -12rem!important
    }

    .mb-xl-n11 {
        margin-bottom: -14rem!important
    }

    .mb-xl-n12 {
        margin-bottom: -16rem!important
    }

    .mb-xl-n13 {
        margin-bottom: -18rem!important
    }

    .mb-xl-n14 {
        margin-bottom: -20rem!important
    }

    .mb-xl-n15 {
        margin-bottom: -22rem!important
    }

    .ms-xl-n1 {
        margin-left: -.25rem!important
    }

    .ms-xl-n2 {
        margin-left: -.5rem!important
    }

    .ms-xl-n3 {
        margin-left: -1rem!important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem!important
    }

    .ms-xl-n5 {
        margin-left: -3rem!important
    }

    .ms-xl-n6 {
        margin-left: -6rem!important
    }

    .ms-xl-n7 {
        margin-left: -7rem!important
    }

    .ms-xl-n8 {
        margin-left: -8rem!important
    }

    .ms-xl-n9 {
        margin-left: -9rem!important
    }

    .ms-xl-n10 {
        margin-left: -12rem!important
    }

    .ms-xl-n11 {
        margin-left: -14rem!important
    }

    .ms-xl-n12 {
        margin-left: -16rem!important
    }

    .ms-xl-n13 {
        margin-left: -18rem!important
    }

    .ms-xl-n14 {
        margin-left: -20rem!important
    }

    .ms-xl-n15 {
        margin-left: -22rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .p-xl-6 {
        padding: 6rem!important
    }

    .p-xl-7 {
        padding: 7rem!important
    }

    .p-xl-8 {
        padding: 8rem!important
    }

    .p-xl-9 {
        padding: 9rem!important
    }

    .p-xl-10 {
        padding: 12rem!important
    }

    .p-xl-11 {
        padding: 14rem!important
    }

    .p-xl-12 {
        padding: 16rem!important
    }

    .p-xl-13 {
        padding: 18rem!important
    }

    .p-xl-14 {
        padding: 20rem!important
    }

    .p-xl-15 {
        padding: 22rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-xl-6 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-xl-7 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-xl-8 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-xl-9 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-xl-10 {
        padding-right: 12rem!important;
        padding-left: 12rem!important
    }

    .px-xl-11 {
        padding-right: 14rem!important;
        padding-left: 14rem!important
    }

    .px-xl-12 {
        padding-right: 16rem!important;
        padding-left: 16rem!important
    }

    .px-xl-13 {
        padding-right: 18rem!important;
        padding-left: 18rem!important
    }

    .px-xl-14 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-xl-15 {
        padding-right: 22rem!important;
        padding-left: 22rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-xl-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-xl-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-xl-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-xl-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-xl-10 {
        padding-top: 12rem!important;
        padding-bottom: 12rem!important
    }

    .py-xl-11 {
        padding-top: 14rem!important;
        padding-bottom: 14rem!important
    }

    .py-xl-12 {
        padding-top: 16rem!important;
        padding-bottom: 16rem!important
    }

    .py-xl-13 {
        padding-top: 18rem!important;
        padding-bottom: 18rem!important
    }

    .py-xl-14 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-xl-15 {
        padding-top: 22rem!important;
        padding-bottom: 22rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pt-xl-6 {
        padding-top: 6rem!important
    }

    .pt-xl-7 {
        padding-top: 7rem!important
    }

    .pt-xl-8 {
        padding-top: 8rem!important
    }

    .pt-xl-9 {
        padding-top: 9rem!important
    }

    .pt-xl-10 {
        padding-top: 12rem!important
    }

    .pt-xl-11 {
        padding-top: 14rem!important
    }

    .pt-xl-12 {
        padding-top: 16rem!important
    }

    .pt-xl-13 {
        padding-top: 18rem!important
    }

    .pt-xl-14 {
        padding-top: 20rem!important
    }

    .pt-xl-15 {
        padding-top: 22rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pe-xl-6 {
        padding-right: 6rem!important
    }

    .pe-xl-7 {
        padding-right: 7rem!important
    }

    .pe-xl-8 {
        padding-right: 8rem!important
    }

    .pe-xl-9 {
        padding-right: 9rem!important
    }

    .pe-xl-10 {
        padding-right: 12rem!important
    }

    .pe-xl-11 {
        padding-right: 14rem!important
    }

    .pe-xl-12 {
        padding-right: 16rem!important
    }

    .pe-xl-13 {
        padding-right: 18rem!important
    }

    .pe-xl-14 {
        padding-right: 20rem!important
    }

    .pe-xl-15 {
        padding-right: 22rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .pb-xl-6 {
        padding-bottom: 6rem!important
    }

    .pb-xl-7 {
        padding-bottom: 7rem!important
    }

    .pb-xl-8 {
        padding-bottom: 8rem!important
    }

    .pb-xl-9 {
        padding-bottom: 9rem!important
    }

    .pb-xl-10 {
        padding-bottom: 12rem!important
    }

    .pb-xl-11 {
        padding-bottom: 14rem!important
    }

    .pb-xl-12 {
        padding-bottom: 16rem!important
    }

    .pb-xl-13 {
        padding-bottom: 18rem!important
    }

    .pb-xl-14 {
        padding-bottom: 20rem!important
    }

    .pb-xl-15 {
        padding-bottom: 22rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    .ps-xl-6 {
        padding-left: 6rem!important
    }

    .ps-xl-7 {
        padding-left: 7rem!important
    }

    .ps-xl-8 {
        padding-left: 8rem!important
    }

    .ps-xl-9 {
        padding-left: 9rem!important
    }

    .ps-xl-10 {
        padding-left: 12rem!important
    }

    .ps-xl-11 {
        padding-left: 14rem!important
    }

    .ps-xl-12 {
        padding-left: 16rem!important
    }

    .ps-xl-13 {
        padding-left: 18rem!important
    }

    .ps-xl-14 {
        padding-left: 20rem!important
    }

    .ps-xl-15 {
        padding-left: 22rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .gap-xxl-6 {
        gap: 6rem!important
    }

    .gap-xxl-7 {
        gap: 7rem!important
    }

    .gap-xxl-8 {
        gap: 8rem!important
    }

    .gap-xxl-9 {
        gap: 9rem!important
    }

    .gap-xxl-10 {
        gap: 12rem!important
    }

    .gap-xxl-11 {
        gap: 14rem!important
    }

    .gap-xxl-12 {
        gap: 16rem!important
    }

    .gap-xxl-13 {
        gap: 18rem!important
    }

    .gap-xxl-14 {
        gap: 20rem!important
    }

    .gap-xxl-15 {
        gap: 22rem!important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly!important;
        -ms-flex-pack: space-evenly!important;
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0!important;
        -ms-flex-order: -1!important;
        order: -1!important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1!important;
        -ms-flex-order: 0!important;
        order: 0!important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2!important;
        -ms-flex-order: 1!important;
        order: 1!important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4!important;
        -ms-flex-order: 3!important;
        order: 3!important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5!important;
        -ms-flex-order: 4!important;
        order: 4!important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6!important;
        -ms-flex-order: 5!important;
        order: 5!important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7!important;
        -ms-flex-order: 6!important;
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-6 {
        margin: 6rem!important
    }

    .m-xxl-7 {
        margin: 7rem!important
    }

    .m-xxl-8 {
        margin: 8rem!important
    }

    .m-xxl-9 {
        margin: 9rem!important
    }

    .m-xxl-10 {
        margin: 12rem!important
    }

    .m-xxl-11 {
        margin: 14rem!important
    }

    .m-xxl-12 {
        margin: 16rem!important
    }

    .m-xxl-13 {
        margin: 18rem!important
    }

    .m-xxl-14 {
        margin: 20rem!important
    }

    .m-xxl-15 {
        margin: 22rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-6 {
        margin-right: 6rem!important;
        margin-left: 6rem!important
    }

    .mx-xxl-7 {
        margin-right: 7rem!important;
        margin-left: 7rem!important
    }

    .mx-xxl-8 {
        margin-right: 8rem!important;
        margin-left: 8rem!important
    }

    .mx-xxl-9 {
        margin-right: 9rem!important;
        margin-left: 9rem!important
    }

    .mx-xxl-10 {
        margin-right: 12rem!important;
        margin-left: 12rem!important
    }

    .mx-xxl-11 {
        margin-right: 14rem!important;
        margin-left: 14rem!important
    }

    .mx-xxl-12 {
        margin-right: 16rem!important;
        margin-left: 16rem!important
    }

    .mx-xxl-13 {
        margin-right: 18rem!important;
        margin-left: 18rem!important
    }

    .mx-xxl-14 {
        margin-right: 20rem!important;
        margin-left: 20rem!important
    }

    .mx-xxl-15 {
        margin-right: 22rem!important;
        margin-left: 22rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-6 {
        margin-top: 6rem!important;
        margin-bottom: 6rem!important
    }

    .my-xxl-7 {
        margin-top: 7rem!important;
        margin-bottom: 7rem!important
    }

    .my-xxl-8 {
        margin-top: 8rem!important;
        margin-bottom: 8rem!important
    }

    .my-xxl-9 {
        margin-top: 9rem!important;
        margin-bottom: 9rem!important
    }

    .my-xxl-10 {
        margin-top: 12rem!important;
        margin-bottom: 12rem!important
    }

    .my-xxl-11 {
        margin-top: 14rem!important;
        margin-bottom: 14rem!important
    }

    .my-xxl-12 {
        margin-top: 16rem!important;
        margin-bottom: 16rem!important
    }

    .my-xxl-13 {
        margin-top: 18rem!important;
        margin-bottom: 18rem!important
    }

    .my-xxl-14 {
        margin-top: 20rem!important;
        margin-bottom: 20rem!important
    }

    .my-xxl-15 {
        margin-top: 22rem!important;
        margin-bottom: 22rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-6 {
        margin-top: 6rem!important
    }

    .mt-xxl-7 {
        margin-top: 7rem!important
    }

    .mt-xxl-8 {
        margin-top: 8rem!important
    }

    .mt-xxl-9 {
        margin-top: 9rem!important
    }

    .mt-xxl-10 {
        margin-top: 12rem!important
    }

    .mt-xxl-11 {
        margin-top: 14rem!important
    }

    .mt-xxl-12 {
        margin-top: 16rem!important
    }

    .mt-xxl-13 {
        margin-top: 18rem!important
    }

    .mt-xxl-14 {
        margin-top: 20rem!important
    }

    .mt-xxl-15 {
        margin-top: 22rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-6 {
        margin-right: 6rem!important
    }

    .me-xxl-7 {
        margin-right: 7rem!important
    }

    .me-xxl-8 {
        margin-right: 8rem!important
    }

    .me-xxl-9 {
        margin-right: 9rem!important
    }

    .me-xxl-10 {
        margin-right: 12rem!important
    }

    .me-xxl-11 {
        margin-right: 14rem!important
    }

    .me-xxl-12 {
        margin-right: 16rem!important
    }

    .me-xxl-13 {
        margin-right: 18rem!important
    }

    .me-xxl-14 {
        margin-right: 20rem!important
    }

    .me-xxl-15 {
        margin-right: 22rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-6 {
        margin-bottom: 6rem!important
    }

    .mb-xxl-7 {
        margin-bottom: 7rem!important
    }

    .mb-xxl-8 {
        margin-bottom: 8rem!important
    }

    .mb-xxl-9 {
        margin-bottom: 9rem!important
    }

    .mb-xxl-10 {
        margin-bottom: 12rem!important
    }

    .mb-xxl-11 {
        margin-bottom: 14rem!important
    }

    .mb-xxl-12 {
        margin-bottom: 16rem!important
    }

    .mb-xxl-13 {
        margin-bottom: 18rem!important
    }

    .mb-xxl-14 {
        margin-bottom: 20rem!important
    }

    .mb-xxl-15 {
        margin-bottom: 22rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-6 {
        margin-left: 6rem!important
    }

    .ms-xxl-7 {
        margin-left: 7rem!important
    }

    .ms-xxl-8 {
        margin-left: 8rem!important
    }

    .ms-xxl-9 {
        margin-left: 9rem!important
    }

    .ms-xxl-10 {
        margin-left: 12rem!important
    }

    .ms-xxl-11 {
        margin-left: 14rem!important
    }

    .ms-xxl-12 {
        margin-left: 16rem!important
    }

    .ms-xxl-13 {
        margin-left: 18rem!important
    }

    .ms-xxl-14 {
        margin-left: 20rem!important
    }

    .ms-xxl-15 {
        margin-left: 22rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .m-xxl-n1 {
        margin: -.25rem!important
    }

    .m-xxl-n2 {
        margin: -.5rem!important
    }

    .m-xxl-n3 {
        margin: -1rem!important
    }

    .m-xxl-n4 {
        margin: -1.5rem!important
    }

    .m-xxl-n5 {
        margin: -3rem!important
    }

    .m-xxl-n6 {
        margin: -6rem!important
    }

    .m-xxl-n7 {
        margin: -7rem!important
    }

    .m-xxl-n8 {
        margin: -8rem!important
    }

    .m-xxl-n9 {
        margin: -9rem!important
    }

    .m-xxl-n10 {
        margin: -12rem!important
    }

    .m-xxl-n11 {
        margin: -14rem!important
    }

    .m-xxl-n12 {
        margin: -16rem!important
    }

    .m-xxl-n13 {
        margin: -18rem!important
    }

    .m-xxl-n14 {
        margin: -20rem!important
    }

    .m-xxl-n15 {
        margin: -22rem!important
    }

    .mx-xxl-n1 {
        margin-right: -.25rem!important;
        margin-left: -.25rem!important
    }

    .mx-xxl-n2 {
        margin-right: -.5rem!important;
        margin-left: -.5rem!important
    }

    .mx-xxl-n3 {
        margin-right: -1rem!important;
        margin-left: -1rem!important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem!important;
        margin-left: -1.5rem!important
    }

    .mx-xxl-n5 {
        margin-right: -3rem!important;
        margin-left: -3rem!important
    }

    .mx-xxl-n6 {
        margin-right: -6rem!important;
        margin-left: -6rem!important
    }

    .mx-xxl-n7 {
        margin-right: -7rem!important;
        margin-left: -7rem!important
    }

    .mx-xxl-n8 {
        margin-right: -8rem!important;
        margin-left: -8rem!important
    }

    .mx-xxl-n9 {
        margin-right: -9rem!important;
        margin-left: -9rem!important
    }

    .mx-xxl-n10 {
        margin-right: -12rem!important;
        margin-left: -12rem!important
    }

    .mx-xxl-n11 {
        margin-right: -14rem!important;
        margin-left: -14rem!important
    }

    .mx-xxl-n12 {
        margin-right: -16rem!important;
        margin-left: -16rem!important
    }

    .mx-xxl-n13 {
        margin-right: -18rem!important;
        margin-left: -18rem!important
    }

    .mx-xxl-n14 {
        margin-right: -20rem!important;
        margin-left: -20rem!important
    }

    .mx-xxl-n15 {
        margin-right: -22rem!important;
        margin-left: -22rem!important
    }

    .my-xxl-n1 {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important
    }

    .my-xxl-n2 {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important
    }

    .my-xxl-n3 {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important
    }

    .my-xxl-n5 {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important
    }

    .my-xxl-n6 {
        margin-top: -6rem!important;
        margin-bottom: -6rem!important
    }

    .my-xxl-n7 {
        margin-top: -7rem!important;
        margin-bottom: -7rem!important
    }

    .my-xxl-n8 {
        margin-top: -8rem!important;
        margin-bottom: -8rem!important
    }

    .my-xxl-n9 {
        margin-top: -9rem!important;
        margin-bottom: -9rem!important
    }

    .my-xxl-n10 {
        margin-top: -12rem!important;
        margin-bottom: -12rem!important
    }

    .my-xxl-n11 {
        margin-top: -14rem!important;
        margin-bottom: -14rem!important
    }

    .my-xxl-n12 {
        margin-top: -16rem!important;
        margin-bottom: -16rem!important
    }

    .my-xxl-n13 {
        margin-top: -18rem!important;
        margin-bottom: -18rem!important
    }

    .my-xxl-n14 {
        margin-top: -20rem!important;
        margin-bottom: -20rem!important
    }

    .my-xxl-n15 {
        margin-top: -22rem!important;
        margin-bottom: -22rem!important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem!important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem!important
    }

    .mt-xxl-n3 {
        margin-top: -1rem!important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem!important
    }

    .mt-xxl-n5 {
        margin-top: -3rem!important
    }

    .mt-xxl-n6 {
        margin-top: -6rem!important
    }

    .mt-xxl-n7 {
        margin-top: -7rem!important
    }

    .mt-xxl-n8 {
        margin-top: -8rem!important
    }

    .mt-xxl-n9 {
        margin-top: -9rem!important
    }

    .mt-xxl-n10 {
        margin-top: -12rem!important
    }

    .mt-xxl-n11 {
        margin-top: -14rem!important
    }

    .mt-xxl-n12 {
        margin-top: -16rem!important
    }

    .mt-xxl-n13 {
        margin-top: -18rem!important
    }

    .mt-xxl-n14 {
        margin-top: -20rem!important
    }

    .mt-xxl-n15 {
        margin-top: -22rem!important
    }

    .me-xxl-n1 {
        margin-right: -.25rem!important
    }

    .me-xxl-n2 {
        margin-right: -.5rem!important
    }

    .me-xxl-n3 {
        margin-right: -1rem!important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem!important
    }

    .me-xxl-n5 {
        margin-right: -3rem!important
    }

    .me-xxl-n6 {
        margin-right: -6rem!important
    }

    .me-xxl-n7 {
        margin-right: -7rem!important
    }

    .me-xxl-n8 {
        margin-right: -8rem!important
    }

    .me-xxl-n9 {
        margin-right: -9rem!important
    }

    .me-xxl-n10 {
        margin-right: -12rem!important
    }

    .me-xxl-n11 {
        margin-right: -14rem!important
    }

    .me-xxl-n12 {
        margin-right: -16rem!important
    }

    .me-xxl-n13 {
        margin-right: -18rem!important
    }

    .me-xxl-n14 {
        margin-right: -20rem!important
    }

    .me-xxl-n15 {
        margin-right: -22rem!important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem!important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem!important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem!important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem!important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem!important
    }

    .mb-xxl-n6 {
        margin-bottom: -6rem!important
    }

    .mb-xxl-n7 {
        margin-bottom: -7rem!important
    }

    .mb-xxl-n8 {
        margin-bottom: -8rem!important
    }

    .mb-xxl-n9 {
        margin-bottom: -9rem!important
    }

    .mb-xxl-n10 {
        margin-bottom: -12rem!important
    }

    .mb-xxl-n11 {
        margin-bottom: -14rem!important
    }

    .mb-xxl-n12 {
        margin-bottom: -16rem!important
    }

    .mb-xxl-n13 {
        margin-bottom: -18rem!important
    }

    .mb-xxl-n14 {
        margin-bottom: -20rem!important
    }

    .mb-xxl-n15 {
        margin-bottom: -22rem!important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem!important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem!important
    }

    .ms-xxl-n3 {
        margin-left: -1rem!important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem!important
    }

    .ms-xxl-n5 {
        margin-left: -3rem!important
    }

    .ms-xxl-n6 {
        margin-left: -6rem!important
    }

    .ms-xxl-n7 {
        margin-left: -7rem!important
    }

    .ms-xxl-n8 {
        margin-left: -8rem!important
    }

    .ms-xxl-n9 {
        margin-left: -9rem!important
    }

    .ms-xxl-n10 {
        margin-left: -12rem!important
    }

    .ms-xxl-n11 {
        margin-left: -14rem!important
    }

    .ms-xxl-n12 {
        margin-left: -16rem!important
    }

    .ms-xxl-n13 {
        margin-left: -18rem!important
    }

    .ms-xxl-n14 {
        margin-left: -20rem!important
    }

    .ms-xxl-n15 {
        margin-left: -22rem!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .p-xxl-6 {
        padding: 6rem!important
    }

    .p-xxl-7 {
        padding: 7rem!important
    }

    .p-xxl-8 {
        padding: 8rem!important
    }

    .p-xxl-9 {
        padding: 9rem!important
    }

    .p-xxl-10 {
        padding: 12rem!important
    }

    .p-xxl-11 {
        padding: 14rem!important
    }

    .p-xxl-12 {
        padding: 16rem!important
    }

    .p-xxl-13 {
        padding: 18rem!important
    }

    .p-xxl-14 {
        padding: 20rem!important
    }

    .p-xxl-15 {
        padding: 22rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .px-xxl-6 {
        padding-right: 6rem!important;
        padding-left: 6rem!important
    }

    .px-xxl-7 {
        padding-right: 7rem!important;
        padding-left: 7rem!important
    }

    .px-xxl-8 {
        padding-right: 8rem!important;
        padding-left: 8rem!important
    }

    .px-xxl-9 {
        padding-right: 9rem!important;
        padding-left: 9rem!important
    }

    .px-xxl-10 {
        padding-right: 12rem!important;
        padding-left: 12rem!important
    }

    .px-xxl-11 {
        padding-right: 14rem!important;
        padding-left: 14rem!important
    }

    .px-xxl-12 {
        padding-right: 16rem!important;
        padding-left: 16rem!important
    }

    .px-xxl-13 {
        padding-right: 18rem!important;
        padding-left: 18rem!important
    }

    .px-xxl-14 {
        padding-right: 20rem!important;
        padding-left: 20rem!important
    }

    .px-xxl-15 {
        padding-right: 22rem!important;
        padding-left: 22rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .py-xxl-6 {
        padding-top: 6rem!important;
        padding-bottom: 6rem!important
    }

    .py-xxl-7 {
        padding-top: 7rem!important;
        padding-bottom: 7rem!important
    }

    .py-xxl-8 {
        padding-top: 8rem!important;
        padding-bottom: 8rem!important
    }

    .py-xxl-9 {
        padding-top: 9rem!important;
        padding-bottom: 9rem!important
    }

    .py-xxl-10 {
        padding-top: 12rem!important;
        padding-bottom: 12rem!important
    }

    .py-xxl-11 {
        padding-top: 14rem!important;
        padding-bottom: 14rem!important
    }

    .py-xxl-12 {
        padding-top: 16rem!important;
        padding-bottom: 16rem!important
    }

    .py-xxl-13 {
        padding-top: 18rem!important;
        padding-bottom: 18rem!important
    }

    .py-xxl-14 {
        padding-top: 20rem!important;
        padding-bottom: 20rem!important
    }

    .py-xxl-15 {
        padding-top: 22rem!important;
        padding-bottom: 22rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pt-xxl-6 {
        padding-top: 6rem!important
    }

    .pt-xxl-7 {
        padding-top: 7rem!important
    }

    .pt-xxl-8 {
        padding-top: 8rem!important
    }

    .pt-xxl-9 {
        padding-top: 9rem!important
    }

    .pt-xxl-10 {
        padding-top: 12rem!important
    }

    .pt-xxl-11 {
        padding-top: 14rem!important
    }

    .pt-xxl-12 {
        padding-top: 16rem!important
    }

    .pt-xxl-13 {
        padding-top: 18rem!important
    }

    .pt-xxl-14 {
        padding-top: 20rem!important
    }

    .pt-xxl-15 {
        padding-top: 22rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pe-xxl-6 {
        padding-right: 6rem!important
    }

    .pe-xxl-7 {
        padding-right: 7rem!important
    }

    .pe-xxl-8 {
        padding-right: 8rem!important
    }

    .pe-xxl-9 {
        padding-right: 9rem!important
    }

    .pe-xxl-10 {
        padding-right: 12rem!important
    }

    .pe-xxl-11 {
        padding-right: 14rem!important
    }

    .pe-xxl-12 {
        padding-right: 16rem!important
    }

    .pe-xxl-13 {
        padding-right: 18rem!important
    }

    .pe-xxl-14 {
        padding-right: 20rem!important
    }

    .pe-xxl-15 {
        padding-right: 22rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .pb-xxl-6 {
        padding-bottom: 6rem!important
    }

    .pb-xxl-7 {
        padding-bottom: 7rem!important
    }

    .pb-xxl-8 {
        padding-bottom: 8rem!important
    }

    .pb-xxl-9 {
        padding-bottom: 9rem!important
    }

    .pb-xxl-10 {
        padding-bottom: 12rem!important
    }

    .pb-xxl-11 {
        padding-bottom: 14rem!important
    }

    .pb-xxl-12 {
        padding-bottom: 16rem!important
    }

    .pb-xxl-13 {
        padding-bottom: 18rem!important
    }

    .pb-xxl-14 {
        padding-bottom: 20rem!important
    }

    .pb-xxl-15 {
        padding-bottom: 22rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .ps-xxl-6 {
        padding-left: 6rem!important
    }

    .ps-xxl-7 {
        padding-left: 7rem!important
    }

    .ps-xxl-8 {
        padding-left: 8rem!important
    }

    .ps-xxl-9 {
        padding-left: 9rem!important
    }

    .ps-xxl-10 {
        padding-left: 12rem!important
    }

    .ps-xxl-11 {
        padding-left: 14rem!important
    }

    .ps-xxl-12 {
        padding-left: 16rem!important
    }

    .ps-xxl-13 {
        padding-left: 18rem!important
    }

    .ps-xxl-14 {
        padding-left: 20rem!important
    }

    .ps-xxl-15 {
        padding-left: 22rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }

    .fs-4 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

body {
    overflow-x: hidden;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important
}

a {
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

a,a:active,a:focus,a:hover {
    outline: 0!important;
    text-decoration: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d9e2ef;
    margin: 1em 0;
    padding: 0
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

fieldset {
    min-width: 0;
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

*,::after,::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.icon {
    margin-left: 5px;
    margin-right: 15px;
    padding: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.icon.logo {
    max-width: 80px
}

.icon i {
    margin: 0
}

img.icon {
    max-width: 54px
}

.icon-xs {
    width: .75rem;
    height: .75rem
}

.icon-sm {
    width: .875rem;
    height: .875rem
}

.icon-md {
    width: 1.75rem;
    height: 1.75rem
}

.icon-lg {
    width: 3.25rem;
    height: 3.25rem
}

.icon-xl {
    width: 4.5rem;
    height: 4.5rem
}

.icon-xxl {
    width: 6.5rem;
    height: 6.5rem
}

.icon-l {
    width: 1.25rem;
    height: 1.25rem
}

.icon-2l {
    width: 2.5rem;
    height: 2.5rem
}

.icon-2xl {
    width: 9rem;
    height: 9rem
}

.icon-2xxl {
    width: 13rem;
    height: 13rem
}

.stroke-primary {
    stroke: #53f
}

.stroke-secondary {
    stroke: #506690
}

.stroke-success {
    stroke: #00c9b7
}

.stroke-info {
    stroke: #00a0e0
}

.stroke-warning {
    stroke: #feb868
}

.stroke-danger {
    stroke: #c1002b
}

.stroke-light {
    stroke: #f1f4f8
}

.stroke-dark {
    stroke: #2b354f
}

.stroke-gray {
    stroke: #869ab8
}

.stroke-gray-light {
    stroke: #c6d3e6
}

.stroke-alternate {
    stroke: #fc9e21
}

.stroke-contrast {
    stroke: #fff
}

.stroke-darker {
    stroke: #161c2d
}

.stroke-black {
    stroke: #161c2d
}

.anim {
    position: absolute
}

.floating {
    -webkit-animation: floating 4s ease-in-out infinite;
    animation: floating 4s ease-in-out infinite;
    -webkit-filter: none;
    filter: none
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    65% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px)
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

@keyframes floating {
    from {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }

    65% {
        -webkit-transform: translate(0,10px);
        transform: translate(0,10px)
    }

    to {
        -webkit-transform: translate(0,0);
        transform: translate(0,0)
    }
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-content {
    vertical-align: top
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.form[data-response-message-animation],.form[data-response-message-animation]+.response-message,form[data-response-message-animation],form[data-response-message-animation]+.response-message {
    -webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-in;
    transition: opacity .3s ease-out,-webkit-transform .3s ease-in;
    transition: transform .3s ease-in,opacity .3s ease-out;
    transition: transform .3s ease-in,opacity .3s ease-out,-webkit-transform .3s ease-in
}

.form[data-response-message-animation].submitted+.response-message,form[data-response-message-animation].submitted+.response-message {
    z-index: 1;
    opacity: 1;
    position: relative
}

.form[data-response-message-animation]+.response-message,.form[data-response-message-animation].submitted,form[data-response-message-animation]+.response-message,form[data-response-message-animation].submitted {
    opacity: 0;
    position: absolute;
    top: 0
}

.form[data-response-message-animation]+.response-message,form[data-response-message-animation]+.response-message {
    z-index: -1
}

.form[data-response-message-animation=slide-in-up].submitted+.response-message,form[data-response-message-animation=slide-in-up].submitted+.response-message {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.form[data-response-message-animation=slide-in-up]+.response-message,.form[data-response-message-animation=slide-in-up].submitted,form[data-response-message-animation=slide-in-up]+.response-message,form[data-response-message-animation=slide-in-up].submitted {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.form[data-response-message-animation=slide-in-left].submitted+.response-message,form[data-response-message-animation=slide-in-left].submitted+.response-message {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.form[data-response-message-animation=slide-in-left]+.response-message,.form[data-response-message-animation=slide-in-left].submitted,form[data-response-message-animation=slide-in-left]+.response-message,form[data-response-message-animation=slide-in-left].submitted {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.form.cozy .form-group,form.cozy .form-group {
    margin-bottom: 30px
}

.form .form-group label.error,form .form-group label.error {
    color: #c1002b;
    font-size: .875rem
}

.form .form-group.has-icon,form .form-group.has-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.form .form-group.has-icon .form-control,form .form-group.has-icon .form-control {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.form .form-group.has-icon .form-control.is-valid+.icon,form .form-group.has-icon .form-control.is-valid+.icon {
    color: #00c9b7
}

.form .form-group.has-icon .form-control.is-invalid+.icon,form .form-group.has-icon .form-control.is-invalid+.icon {
    color: #c1002b
}

.form .form-group.has-icon .icon,form .form-group.has-icon .icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 15px;
    margin-left: 12px;
    position: absolute;
    right: 0
}

.form .form-group.has-icon.icon-left .form-control,form .form-group.has-icon.icon-left .form-control {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 2.5rem;
    padding-right: 0
}

.form .form-group.has-icon.icon-left .icon,form .form-group.has-icon.icon-left .icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    left: 5px;
    right: auto
}

.form .error,form .error {
    font-size: .875rem;
    color: #c1002b
}

.form-label {
    font-weight: 700;
    color: #2b354f;
    font-size: .925rem
}

.btn:focus,button:focus {
    outline: 0
}

.btn {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    font-family: Poppins,sans-serif;
    font-weight: 500;
    white-space: normal;
    line-height: 1.5
}

.btn .icon {
    margin-right: 8px
}

.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.btn-rounded {
    border-radius: 10rem
}

.btn-circle {
    width: 3rem;
    height: 3rem;
    padding: 0;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-circle.btn-sm,.btn-group-sm>.btn-circle.btn {
    width: 2rem;
    height: 2rem
}

.btn-circle.btn-md {
    width: 3rem;
    height: 3rem
}

.btn-circle.btn-lg,.btn-group-lg>.btn-circle.btn {
    width: 4rem;
    height: 4rem
}

.btn-download {
    min-width: 200px;
    text-align: left;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-download p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.45
}

.btn-download .small {
    margin-top: -2px;
    display: block
}

.input-group .btn:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-outline-primary:hover,.btn-primary:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(85,51,255,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(85,51,255,.4)!important
}

.btn-outline-secondary:hover,.btn-secondary:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(80,102,144,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(80,102,144,.4)!important
}

.btn-outline-success:hover,.btn-success:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,201,183,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(0,201,183,.4)!important
}

.btn-info:hover,.btn-outline-info:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,160,224,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(0,160,224,.4)!important
}

.btn-outline-warning:hover,.btn-warning:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(254,184,104,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(254,184,104,.4)!important
}

.btn-danger:hover,.btn-outline-danger:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(193,0,43,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(193,0,43,.4)!important
}

.btn-light:hover,.btn-outline-light:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(241,244,248,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(241,244,248,.4)!important
}

.btn-dark:hover,.btn-outline-dark:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(43,53,79,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(43,53,79,.4)!important
}

.btn-gray:hover,.btn-outline-gray:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(134,154,184,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(134,154,184,.4)!important
}

.btn-gray-light:hover,.btn-outline-gray-light:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(198,211,230,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(198,211,230,.4)!important
}

.btn-alternate:hover,.btn-outline-alternate:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(252,158,33,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(252,158,33,.4)!important
}

.btn-contrast:hover,.btn-outline-contrast:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255,255,255,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(255,255,255,.4)!important
}

.btn-darker:hover,.btn-outline-darker:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(22,28,45,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(22,28,45,.4)!important
}

.btn-black:hover,.btn-outline-black:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(22,28,45,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(22,28,45,.4)!important
}

.ajax-button {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ajax-button .btn-status {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.ajax-button .loading {
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
    background-color: transparent!important;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.ajax-button .loading.btn-primary {
    border-top: 1px solid #53f;
    border-right: 1px solid #53f
}

.ajax-button .loading.btn-secondary {
    border-top: 1px solid #506690;
    border-right: 1px solid #506690
}

.ajax-button .loading.btn-success {
    border-top: 1px solid #00c9b7;
    border-right: 1px solid #00c9b7
}

.ajax-button .loading.btn-info {
    border-top: 1px solid #00a0e0;
    border-right: 1px solid #00a0e0
}

.ajax-button .loading.btn-warning {
    border-top: 1px solid #feb868;
    border-right: 1px solid #feb868
}

.ajax-button .loading.btn-danger {
    border-top: 1px solid #c1002b;
    border-right: 1px solid #c1002b
}

.ajax-button .loading.btn-light {
    border-top: 1px solid #f1f4f8;
    border-right: 1px solid #f1f4f8
}

.ajax-button .loading.btn-dark {
    border-top: 1px solid #2b354f;
    border-right: 1px solid #2b354f
}

.ajax-button .loading.btn-gray {
    border-top: 1px solid #869ab8;
    border-right: 1px solid #869ab8
}

.ajax-button .loading.btn-gray-light {
    border-top: 1px solid #c6d3e6;
    border-right: 1px solid #c6d3e6
}

.ajax-button .loading.btn-alternate {
    border-top: 1px solid #fc9e21;
    border-right: 1px solid #fc9e21
}

.ajax-button .loading.btn-contrast {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

.ajax-button .loading.btn-darker {
    border-top: 1px solid #161c2d;
    border-right: 1px solid #161c2d
}

.ajax-button .loading.btn-black {
    border-top: 1px solid #161c2d;
    border-right: 1px solid #161c2d
}

.ajax-button .loading.loading-end {
    opacity: 0;
    -webkit-transform: rotate(0) scale(0)!important;
    transform: rotate(0) scale(0)!important
}

.ajax-button .done {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.form-control {
    color: #6d768b;
    border-color: #d9e2ef
}

.form-control.form-control-rounded {
    border-radius: 10rem
}

.form-control::-webkit-input-placeholder {
    opacity: .5;
    font-size: .875rem
}

.form-control::-moz-placeholder {
    opacity: .5;
    font-size: .875rem
}

.form-control:-ms-input-placeholder {
    opacity: .5;
    font-size: .875rem
}

.form-control::-ms-input-placeholder {
    opacity: .5;
    font-size: .875rem
}

.form-control::placeholder {
    opacity: .5;
    font-size: .875rem
}

select[multiple].form-control.form-control-rounded,textarea.form-control.form-control-rounded {
    padding-left: 1rem;
    border-radius: 1rem
}

.control-label {
    color: #869ab8
}

.control {
    position: relative;
    z-index: 1;
    vertical-align: top
}

.control .form-control {
    position: relative;
    display: block
}

.control .form-control:focus {
    outline: 0
}

.control .control-label {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 400
}

.control select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.control .toggler {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    line-height: 1;
    z-index: 1
}

.label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%
}

.input-group .btn {
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-group:hover .btn-contrast,.input-group:hover .btn-light {
    border-color: #98b1d4
}

.input-group .btn-contrast,.input-group .btn-light {
    border-color: #d9e2ef
}

.checkbox label,.radio label {
    cursor: pointer;
    padding-left: 0;
    position: relative;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox label:after,.checkbox label:before,.radio label:after,.radio label:before {
    content: ''
}

.checkbox label:before,.radio label:before {
    padding: .5rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    margin: 0 .5em 0 0;
    border: 1px solid #d9e2ef;
    display: inline-block
}

.checkbox label:after,.radio label:after {
    font-size: .7rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    left: 3.75px
}

.checkbox label.error:after,.checkbox label.error:before,.radio label.error:after,.radio label.error:before {
    content: none
}

.checkbox.bw-2 label:before,.radio.bw-2 label:before {
    border-width: 2px
}

.checkbox input,.radio input {
    display: none
}

.checkbox input:checked+label,.radio input:checked+label {
    font-weight: 400
}

.checkbox input:checked+label:before,.radio input:checked+label:before {
    text-align: center;
    border-color: #53f
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-left: 0
}

.radio label:before {
    border-radius: 50%
}

.radio label:after {
    font-size: .5rem;
    left: 5.15px
}

.radio.bw-2 label:after {
    left: 6.2px
}

.radio input:checked+label:after {
    content: "\f111";
    color: #53f
}

.radio.radio-primary input:checked+label:before {
    border-color: #53f
}

.radio.radio-primary input:checked+label:after {
    color: #53f
}

.radio.radio-primary.radio-outlined label:before {
    border-color: #53f
}

.radio.radio-secondary input:checked+label:before {
    border-color: #506690
}

.radio.radio-secondary input:checked+label:after {
    color: #506690
}

.radio.radio-secondary.radio-outlined label:before {
    border-color: #506690
}

.radio.radio-success input:checked+label:before {
    border-color: #00c9b7
}

.radio.radio-success input:checked+label:after {
    color: #00c9b7
}

.radio.radio-success.radio-outlined label:before {
    border-color: #00c9b7
}

.radio.radio-info input:checked+label:before {
    border-color: #00a0e0
}

.radio.radio-info input:checked+label:after {
    color: #00a0e0
}

.radio.radio-info.radio-outlined label:before {
    border-color: #00a0e0
}

.radio.radio-warning input:checked+label:before {
    border-color: #feb868
}

.radio.radio-warning input:checked+label:after {
    color: #feb868
}

.radio.radio-warning.radio-outlined label:before {
    border-color: #feb868
}

.radio.radio-danger input:checked+label:before {
    border-color: #c1002b
}

.radio.radio-danger input:checked+label:after {
    color: #c1002b
}

.radio.radio-danger.radio-outlined label:before {
    border-color: #c1002b
}

.radio.radio-light input:checked+label:before {
    border-color: #f1f4f8
}

.radio.radio-light input:checked+label:after {
    color: #f1f4f8
}

.radio.radio-light.radio-outlined label:before {
    border-color: #f1f4f8
}

.radio.radio-dark input:checked+label:before {
    border-color: #2b354f
}

.radio.radio-dark input:checked+label:after {
    color: #2b354f
}

.radio.radio-dark.radio-outlined label:before {
    border-color: #2b354f
}

.radio.radio-gray input:checked+label:before {
    border-color: #869ab8
}

.radio.radio-gray input:checked+label:after {
    color: #869ab8
}

.radio.radio-gray.radio-outlined label:before {
    border-color: #869ab8
}

.radio.radio-gray-light input:checked+label:before {
    border-color: #c6d3e6
}

.radio.radio-gray-light input:checked+label:after {
    color: #c6d3e6
}

.radio.radio-gray-light.radio-outlined label:before {
    border-color: #c6d3e6
}

.radio.radio-alternate input:checked+label:before {
    border-color: #fc9e21
}

.radio.radio-alternate input:checked+label:after {
    color: #fc9e21
}

.radio.radio-alternate.radio-outlined label:before {
    border-color: #fc9e21
}

.radio.radio-contrast input:checked+label:before {
    border-color: #fff
}

.radio.radio-contrast input:checked+label:after {
    color: #fff
}

.radio.radio-contrast.radio-outlined label:before {
    border-color: #fff
}

.radio.radio-darker input:checked+label:before {
    border-color: #161c2d
}

.radio.radio-darker input:checked+label:after {
    color: #161c2d
}

.radio.radio-darker.radio-outlined label:before {
    border-color: #161c2d
}

.radio.radio-black input:checked+label:before {
    border-color: #161c2d
}

.radio.radio-black input:checked+label:after {
    color: #161c2d
}

.radio.radio-black.radio-outlined label:before {
    border-color: #161c2d
}

.checkbox label:before {
    border-radius: .15rem
}

.checkbox input:checked+label:before {
    background: #53f
}

.checkbox input:checked+label:after {
    content: "\f00c";
    color: #fff
}

.checkbox.inverted input:checked+label:before {
    background: #fff!important
}

.checkbox.inverted input:checked+label:after {
    color: #53f
}

.checkbox.circle label:before {
    border-radius: 50%
}

.checkbox.checkbox-primary input:checked+label:before {
    border-color: #53f;
    background: #53f
}

.checkbox.checkbox-primary.checkbox-outlined label:before {
    border-color: #53f
}

.checkbox.checkbox-primary.checkbox-solid label:before {
    border-color: #53f;
    background: #53f
}

.checkbox.checkbox-primary.inverted input:checked+label:after {
    color: #53f
}

.checkbox.checkbox-secondary input:checked+label:before {
    border-color: #506690;
    background: #506690
}

.checkbox.checkbox-secondary.checkbox-outlined label:before {
    border-color: #506690
}

.checkbox.checkbox-secondary.checkbox-solid label:before {
    border-color: #506690;
    background: #506690
}

.checkbox.checkbox-secondary.inverted input:checked+label:after {
    color: #506690
}

.checkbox.checkbox-success input:checked+label:before {
    border-color: #00c9b7;
    background: #00c9b7
}

.checkbox.checkbox-success.checkbox-outlined label:before {
    border-color: #00c9b7
}

.checkbox.checkbox-success.checkbox-solid label:before {
    border-color: #00c9b7;
    background: #00c9b7
}

.checkbox.checkbox-success.inverted input:checked+label:after {
    color: #00c9b7
}

.checkbox.checkbox-info input:checked+label:before {
    border-color: #00a0e0;
    background: #00a0e0
}

.checkbox.checkbox-info.checkbox-outlined label:before {
    border-color: #00a0e0
}

.checkbox.checkbox-info.checkbox-solid label:before {
    border-color: #00a0e0;
    background: #00a0e0
}

.checkbox.checkbox-info.inverted input:checked+label:after {
    color: #00a0e0
}

.checkbox.checkbox-warning input:checked+label:before {
    border-color: #feb868;
    background: #feb868
}

.checkbox.checkbox-warning.checkbox-outlined label:before {
    border-color: #feb868
}

.checkbox.checkbox-warning.checkbox-solid label:before {
    border-color: #feb868;
    background: #feb868
}

.checkbox.checkbox-warning.inverted input:checked+label:after {
    color: #feb868
}

.checkbox.checkbox-danger input:checked+label:before {
    border-color: #c1002b;
    background: #c1002b
}

.checkbox.checkbox-danger.checkbox-outlined label:before {
    border-color: #c1002b
}

.checkbox.checkbox-danger.checkbox-solid label:before {
    border-color: #c1002b;
    background: #c1002b
}

.checkbox.checkbox-danger.inverted input:checked+label:after {
    color: #c1002b
}

.checkbox.checkbox-light input:checked+label:before {
    border-color: #f1f4f8;
    background: #f1f4f8
}

.checkbox.checkbox-light.checkbox-outlined label:before {
    border-color: #f1f4f8
}

.checkbox.checkbox-light.checkbox-solid label:before {
    border-color: #f1f4f8;
    background: #f1f4f8
}

.checkbox.checkbox-light.inverted input:checked+label:after {
    color: #f1f4f8
}

.checkbox.checkbox-dark input:checked+label:before {
    border-color: #2b354f;
    background: #2b354f
}

.checkbox.checkbox-dark.checkbox-outlined label:before {
    border-color: #2b354f
}

.checkbox.checkbox-dark.checkbox-solid label:before {
    border-color: #2b354f;
    background: #2b354f
}

.checkbox.checkbox-dark.inverted input:checked+label:after {
    color: #2b354f
}

.checkbox.checkbox-gray input:checked+label:before {
    border-color: #869ab8;
    background: #869ab8
}

.checkbox.checkbox-gray.checkbox-outlined label:before {
    border-color: #869ab8
}

.checkbox.checkbox-gray.checkbox-solid label:before {
    border-color: #869ab8;
    background: #869ab8
}

.checkbox.checkbox-gray.inverted input:checked+label:after {
    color: #869ab8
}

.checkbox.checkbox-gray-light input:checked+label:before {
    border-color: #c6d3e6;
    background: #c6d3e6
}

.checkbox.checkbox-gray-light.checkbox-outlined label:before {
    border-color: #c6d3e6
}

.checkbox.checkbox-gray-light.checkbox-solid label:before {
    border-color: #c6d3e6;
    background: #c6d3e6
}

.checkbox.checkbox-gray-light.inverted input:checked+label:after {
    color: #c6d3e6
}

.checkbox.checkbox-alternate input:checked+label:before {
    border-color: #fc9e21;
    background: #fc9e21
}

.checkbox.checkbox-alternate.checkbox-outlined label:before {
    border-color: #fc9e21
}

.checkbox.checkbox-alternate.checkbox-solid label:before {
    border-color: #fc9e21;
    background: #fc9e21
}

.checkbox.checkbox-alternate.inverted input:checked+label:after {
    color: #fc9e21
}

.checkbox.checkbox-contrast input:checked+label:before {
    border-color: #fff;
    background: #fff
}

.checkbox.checkbox-contrast.checkbox-outlined label:before {
    border-color: #fff
}

.checkbox.checkbox-contrast.checkbox-solid label:before {
    border-color: #fff;
    background: #fff
}

.checkbox.checkbox-contrast.inverted input:checked+label:after {
    color: #fff
}

.checkbox.checkbox-darker input:checked+label:before {
    border-color: #161c2d;
    background: #161c2d
}

.checkbox.checkbox-darker.checkbox-outlined label:before {
    border-color: #161c2d
}

.checkbox.checkbox-darker.checkbox-solid label:before {
    border-color: #161c2d;
    background: #161c2d
}

.checkbox.checkbox-darker.inverted input:checked+label:after {
    color: #161c2d
}

.checkbox.checkbox-black input:checked+label:before {
    border-color: #161c2d;
    background: #161c2d
}

.checkbox.checkbox-black.checkbox-outlined label:before {
    border-color: #161c2d
}

.checkbox.checkbox-black.checkbox-solid label:before {
    border-color: #161c2d;
    background: #161c2d
}

.checkbox.checkbox-black.inverted input:checked+label:after {
    color: #161c2d
}

.checkbox-inline,.radio-inline {
    padding-left: 0
}

.input-group .checkbox label:before,.input-group .radio label:before {
    margin-right: 0
}

.input-group+.input-group {
    margin-top: 10px
}

.image-background {
    position: relative;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat
}

.image-background.cover {
    background-size: cover
}

.image-background.contain {
    background-size: contain
}

.image-background.left-bottom {
    background-position: 0 bottom
}

.image-background.center-top {
    background-position: center top
}

.image-background.center-bottom {
    background-position: center bottom
}

.image-background.p100-top {
    background-position: 100% top
}

.image-background.p100-bottom {
    background-position: 100% bottom
}

.parallax {
    position: static
}

.parallax,.parallax.blurred:before {
    background-attachment: fixed
}

.parallax.blurred:before {
    position: absolute
}

.bg-primary.edge.bottom-left {
    position: relative
}

.bg-primary.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(85,51,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-primary.edge.bottom-right {
    position: relative
}

.bg-primary.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(85,51,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-primary.edge.top-left {
    position: relative
}

.bg-primary.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(85,51,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-primary.edge.top-right {
    position: relative
}

.bg-primary.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(85,51,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-primary.arrow:after {
    background-color: #53f
}

.bg-primary.alpha-1 {
    background-color: rgba(85,51,255,.1)!important
}

.bg-primary.alpha-2 {
    background-color: rgba(85,51,255,.2)!important
}

.bg-primary.alpha-3 {
    background-color: rgba(85,51,255,.3)!important
}

.bg-primary.alpha-4 {
    background-color: rgba(85,51,255,.4)!important
}

.bg-primary.alpha-5 {
    background-color: rgba(85,51,255,.5)!important
}

.bg-primary.alpha-6 {
    background-color: rgba(85,51,255,.6)!important
}

.bg-primary.alpha-7 {
    background-color: rgba(85,51,255,.7)!important
}

.bg-primary.alpha-8 {
    background-color: rgba(85,51,255,.8)!important
}

.bg-primary.alpha-9 {
    background-color: rgba(85,51,255,.9)!important
}

.bg-primary-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#5837ff),to(#53f));
    background: linear-gradient(#5837ff,#53f)
}

.bg-primary-gradient-start {
    background: #5837ff
}

.bg-secondary.edge.bottom-left {
    position: relative
}

.bg-secondary.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(80,102,144)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-secondary.edge.bottom-right {
    position: relative
}

.bg-secondary.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(80,102,144)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-secondary.edge.top-left {
    position: relative
}

.bg-secondary.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(80,102,144)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-secondary.edge.top-right {
    position: relative
}

.bg-secondary.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(80,102,144)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-secondary.arrow:after {
    background-color: #506690
}

.bg-secondary.alpha-1 {
    background-color: rgba(80,102,144,.1)!important
}

.bg-secondary.alpha-2 {
    background-color: rgba(80,102,144,.2)!important
}

.bg-secondary.alpha-3 {
    background-color: rgba(80,102,144,.3)!important
}

.bg-secondary.alpha-4 {
    background-color: rgba(80,102,144,.4)!important
}

.bg-secondary.alpha-5 {
    background-color: rgba(80,102,144,.5)!important
}

.bg-secondary.alpha-6 {
    background-color: rgba(80,102,144,.6)!important
}

.bg-secondary.alpha-7 {
    background-color: rgba(80,102,144,.7)!important
}

.bg-secondary.alpha-8 {
    background-color: rgba(80,102,144,.8)!important
}

.bg-secondary.alpha-9 {
    background-color: rgba(80,102,144,.9)!important
}

.bg-secondary-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#516892),to(#506690));
    background: linear-gradient(#516892,#506690)
}

.bg-secondary-gradient-start {
    background: #516892
}

.bg-success.edge.bottom-left {
    position: relative
}

.bg-success.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-success.edge.bottom-right {
    position: relative
}

.bg-success.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-success.edge.top-left {
    position: relative
}

.bg-success.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-success.edge.top-right {
    position: relative
}

.bg-success.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,201,183)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-success.arrow:after {
    background-color: #00c9b7
}

.bg-success.alpha-1 {
    background-color: rgba(0,201,183,.1)!important
}

.bg-success.alpha-2 {
    background-color: rgba(0,201,183,.2)!important
}

.bg-success.alpha-3 {
    background-color: rgba(0,201,183,.3)!important
}

.bg-success.alpha-4 {
    background-color: rgba(0,201,183,.4)!important
}

.bg-success.alpha-5 {
    background-color: rgba(0,201,183,.5)!important
}

.bg-success.alpha-6 {
    background-color: rgba(0,201,183,.6)!important
}

.bg-success.alpha-7 {
    background-color: rgba(0,201,183,.7)!important
}

.bg-success.alpha-8 {
    background-color: rgba(0,201,183,.8)!important
}

.bg-success.alpha-9 {
    background-color: rgba(0,201,183,.9)!important
}

.bg-success-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#00cdba),to(#00c9b7));
    background: linear-gradient(#00cdba,#00c9b7)
}

.bg-success-gradient-start {
    background: #00cdba
}

.bg-info.edge.bottom-left {
    position: relative
}

.bg-info.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-info.edge.bottom-right {
    position: relative
}

.bg-info.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-info.edge.top-left {
    position: relative
}

.bg-info.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-info.edge.top-right {
    position: relative
}

.bg-info.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(0,160,224)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-info.arrow:after {
    background-color: #00a0e0
}

.bg-info.alpha-1 {
    background-color: rgba(0,160,224,.1)!important
}

.bg-info.alpha-2 {
    background-color: rgba(0,160,224,.2)!important
}

.bg-info.alpha-3 {
    background-color: rgba(0,160,224,.3)!important
}

.bg-info.alpha-4 {
    background-color: rgba(0,160,224,.4)!important
}

.bg-info.alpha-5 {
    background-color: rgba(0,160,224,.5)!important
}

.bg-info.alpha-6 {
    background-color: rgba(0,160,224,.6)!important
}

.bg-info.alpha-7 {
    background-color: rgba(0,160,224,.7)!important
}

.bg-info.alpha-8 {
    background-color: rgba(0,160,224,.8)!important
}

.bg-info.alpha-9 {
    background-color: rgba(0,160,224,.9)!important
}

.bg-info-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#00a3e4),to(#00a0e0));
    background: linear-gradient(#00a3e4,#00a0e0)
}

.bg-info-gradient-start {
    background: #00a3e4
}

.bg-warning.edge.bottom-left {
    position: relative
}

.bg-warning.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(254,184,104)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-warning.edge.bottom-right {
    position: relative
}

.bg-warning.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(254,184,104)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-warning.edge.top-left {
    position: relative
}

.bg-warning.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(254,184,104)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-warning.edge.top-right {
    position: relative
}

.bg-warning.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(254,184,104)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-warning.arrow:after {
    background-color: #feb868
}

.bg-warning.alpha-1 {
    background-color: rgba(254,184,104,.1)!important
}

.bg-warning.alpha-2 {
    background-color: rgba(254,184,104,.2)!important
}

.bg-warning.alpha-3 {
    background-color: rgba(254,184,104,.3)!important
}

.bg-warning.alpha-4 {
    background-color: rgba(254,184,104,.4)!important
}

.bg-warning.alpha-5 {
    background-color: rgba(254,184,104,.5)!important
}

.bg-warning.alpha-6 {
    background-color: rgba(254,184,104,.6)!important
}

.bg-warning.alpha-7 {
    background-color: rgba(254,184,104,.7)!important
}

.bg-warning.alpha-8 {
    background-color: rgba(254,184,104,.8)!important
}

.bg-warning.alpha-9 {
    background-color: rgba(254,184,104,.9)!important
}

.bg-warning-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#feba6c),to(#feb868));
    background: linear-gradient(#feba6c,#feb868)
}

.bg-warning-gradient-start {
    background: #feba6c
}

.bg-danger.edge.bottom-left {
    position: relative
}

.bg-danger.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(193,0,43)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-danger.edge.bottom-right {
    position: relative
}

.bg-danger.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(193,0,43)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-danger.edge.top-left {
    position: relative
}

.bg-danger.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(193,0,43)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-danger.edge.top-right {
    position: relative
}

.bg-danger.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(193,0,43)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-danger.arrow:after {
    background-color: #c1002b
}

.bg-danger.alpha-1 {
    background-color: rgba(193,0,43,.1)!important
}

.bg-danger.alpha-2 {
    background-color: rgba(193,0,43,.2)!important
}

.bg-danger.alpha-3 {
    background-color: rgba(193,0,43,.3)!important
}

.bg-danger.alpha-4 {
    background-color: rgba(193,0,43,.4)!important
}

.bg-danger.alpha-5 {
    background-color: rgba(193,0,43,.5)!important
}

.bg-danger.alpha-6 {
    background-color: rgba(193,0,43,.6)!important
}

.bg-danger.alpha-7 {
    background-color: rgba(193,0,43,.7)!important
}

.bg-danger.alpha-8 {
    background-color: rgba(193,0,43,.8)!important
}

.bg-danger.alpha-9 {
    background-color: rgba(193,0,43,.9)!important
}

.bg-danger-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#c5002c),to(#c1002b));
    background: linear-gradient(#c5002c,#c1002b)
}

.bg-danger-gradient-start {
    background: #c5002c
}

.bg-light.edge.bottom-left {
    position: relative
}

.bg-light.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(241,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-light.edge.bottom-right {
    position: relative
}

.bg-light.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(241,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    /* height: 250px; */
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px;
}

.bg-light.edge.top-left {
    position: relative
}

.bg-light.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(241,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-light.edge.top-right {
    position: relative
}

.bg-light.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(241,244,248)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-light.arrow:after {
    background-color: #f1f4f8
}

.bg-light.alpha-1 {
    background-color: rgba(241,244,248,.1)!important
}

.bg-light.alpha-2 {
    background-color: rgba(241,244,248,.2)!important
}

.bg-light.alpha-3 {
    background-color: rgba(241,244,248,.3)!important
}

.bg-light.alpha-4 {
    background-color: rgba(241,244,248,.4)!important
}

.bg-light.alpha-5 {
    background-color: rgba(241,244,248,.5)!important
}

.bg-light.alpha-6 {
    background-color: rgba(241,244,248,.6)!important
}

.bg-light.alpha-7 {
    background-color: rgba(241,244,248,.7)!important
}

.bg-light.alpha-8 {
    background-color: rgba(241,244,248,.8)!important
}

.bg-light.alpha-9 {
    background-color: rgba(241,244,248,.9)!important
}

.bg-light-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#f4f6f9),to(#f1f4f8));
    background: linear-gradient(#f4f6f9,#f1f4f8)
}

.bg-light-gradient-start {
    background: #f4f6f9
}

.bg-dark.edge.bottom-left {
    position: relative
}

.bg-dark.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(43,53,79)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-dark.edge.bottom-right {
    position: relative
}

.bg-dark.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(43,53,79)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-dark.edge.top-left {
    position: relative
}

.bg-dark.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(43,53,79)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-dark.edge.top-right {
    position: relative
}

.bg-dark.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(43,53,79)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-dark.arrow:after {
    background-color: #2b354f
}

.bg-dark.alpha-1 {
    background-color: rgba(43,53,79,.1)!important
}

.bg-dark.alpha-2 {
    background-color: rgba(43,53,79,.2)!important
}

.bg-dark.alpha-3 {
    background-color: rgba(43,53,79,.3)!important
}

.bg-dark.alpha-4 {
    background-color: rgba(43,53,79,.4)!important
}

.bg-dark.alpha-5 {
    background-color: rgba(43,53,79,.5)!important
}

.bg-dark.alpha-6 {
    background-color: rgba(43,53,79,.6)!important
}

.bg-dark.alpha-7 {
    background-color: rgba(43,53,79,.7)!important
}

.bg-dark.alpha-8 {
    background-color: rgba(43,53,79,.8)!important
}

.bg-dark.alpha-9 {
    background-color: rgba(43,53,79,.9)!important
}

.bg-dark-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#2c3751),to(#2b354f));
    background: linear-gradient(#2c3751,#2b354f)
}

.bg-dark-gradient-start {
    background: #2c3751
}

.bg-gray.edge.bottom-left {
    position: relative
}

.bg-gray.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(134,154,184)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-gray.edge.bottom-right {
    position: relative
}

.bg-gray.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(134,154,184)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-gray.edge.top-left {
    position: relative
}

.bg-gray.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(134,154,184)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-gray.edge.top-right {
    position: relative
}

.bg-gray.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(134,154,184)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-gray.arrow:after {
    background-color: #869ab8
}

.bg-gray.alpha-1 {
    background-color: rgba(134,154,184,.1)!important
}

.bg-gray.alpha-2 {
    background-color: rgba(134,154,184,.2)!important
}

.bg-gray.alpha-3 {
    background-color: rgba(134,154,184,.3)!important
}

.bg-gray.alpha-4 {
    background-color: rgba(134,154,184,.4)!important
}

.bg-gray.alpha-5 {
    background-color: rgba(134,154,184,.5)!important
}

.bg-gray.alpha-6 {
    background-color: rgba(134,154,184,.6)!important
}

.bg-gray.alpha-7 {
    background-color: rgba(134,154,184,.7)!important
}

.bg-gray.alpha-8 {
    background-color: rgba(134,154,184,.8)!important
}

.bg-gray.alpha-9 {
    background-color: rgba(134,154,184,.9)!important
}

.bg-gray-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#889cb9),to(#869ab8));
    background: linear-gradient(#889cb9,#869ab8)
}

.bg-gray-gradient-start {
    background: #889cb9
}

.bg-gray-light.edge.bottom-left {
    position: relative
}

.bg-gray-light.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(198,211,230)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-gray-light.edge.bottom-right {
    position: relative
}

.bg-gray-light.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(198,211,230)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-gray-light.edge.top-left {
    position: relative
}

.bg-gray-light.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(198,211,230)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-gray-light.edge.top-right {
    position: relative
}

.bg-gray-light.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(198,211,230)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-gray-light.arrow:after {
    background-color: #c6d3e6
}

.bg-gray-light.alpha-1 {
    background-color: rgba(198,211,230,.1)!important
}

.bg-gray-light.alpha-2 {
    background-color: rgba(198,211,230,.2)!important
}

.bg-gray-light.alpha-3 {
    background-color: rgba(198,211,230,.3)!important
}

.bg-gray-light.alpha-4 {
    background-color: rgba(198,211,230,.4)!important
}

.bg-gray-light.alpha-5 {
    background-color: rgba(198,211,230,.5)!important
}

.bg-gray-light.alpha-6 {
    background-color: rgba(198,211,230,.6)!important
}

.bg-gray-light.alpha-7 {
    background-color: rgba(198,211,230,.7)!important
}

.bg-gray-light.alpha-8 {
    background-color: rgba(198,211,230,.8)!important
}

.bg-gray-light.alpha-9 {
    background-color: rgba(198,211,230,.9)!important
}

.bg-gray-light-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#c9d5e7),to(#c6d3e6));
    background: linear-gradient(#c9d5e7,#c6d3e6)
}

.bg-gray-light-gradient-start {
    background: #c9d5e7
}

.bg-alternate.edge.bottom-left {
    position: relative
}

.bg-alternate.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-alternate.edge.bottom-right {
    position: relative
}

.bg-alternate.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-alternate.edge.top-left {
    position: relative
}

.bg-alternate.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-alternate.edge.top-right {
    position: relative
}

.bg-alternate.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(252,158,33)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-alternate.arrow:after {
    background-color: #fc9e21
}

.bg-alternate.alpha-1 {
    background-color: rgba(252,158,33,.1)!important
}

.bg-alternate.alpha-2 {
    background-color: rgba(252,158,33,.2)!important
}

.bg-alternate.alpha-3 {
    background-color: rgba(252,158,33,.3)!important
}

.bg-alternate.alpha-4 {
    background-color: rgba(252,158,33,.4)!important
}

.bg-alternate.alpha-5 {
    background-color: rgba(252,158,33,.5)!important
}

.bg-alternate.alpha-6 {
    background-color: rgba(252,158,33,.6)!important
}

.bg-alternate.alpha-7 {
    background-color: rgba(252,158,33,.7)!important
}

.bg-alternate.alpha-8 {
    background-color: rgba(252,158,33,.8)!important
}

.bg-alternate.alpha-9 {
    background-color: rgba(252,158,33,.9)!important
}

.bg-alternate-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#fca025),to(#fc9e21));
    background: linear-gradient(#fca025,#fc9e21)
}

.bg-alternate-gradient-start {
    background: #fca025
}

.bg-contrast.edge.bottom-left {
    position: relative
}

.bg-contrast.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-contrast.edge.bottom-right {
    position: relative
}

.bg-contrast.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-contrast.edge.top-left {
    position: relative
}

.bg-contrast.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-contrast.edge.top-right {
    position: relative
}

.bg-contrast.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-contrast.arrow:after {
    background-color: #fff
}

.bg-contrast.alpha-1 {
    background-color: rgba(255,255,255,.1)!important
}

.bg-contrast.alpha-2 {
    background-color: rgba(255,255,255,.2)!important
}

.bg-contrast.alpha-3 {
    background-color: rgba(255,255,255,.3)!important
}

.bg-contrast.alpha-4 {
    background-color: rgba(255,255,255,.4)!important
}

.bg-contrast.alpha-5 {
    background-color: rgba(255,255,255,.5)!important
}

.bg-contrast.alpha-6 {
    background-color: rgba(255,255,255,.6)!important
}

.bg-contrast.alpha-7 {
    background-color: rgba(255,255,255,.7)!important
}

.bg-contrast.alpha-8 {
    background-color: rgba(255,255,255,.8)!important
}

.bg-contrast.alpha-9 {
    background-color: rgba(255,255,255,.9)!important
}

.bg-contrast-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(white),to(#fff));
    background: linear-gradient(white,#fff)
}

.bg-contrast-gradient-start {
    background: #fff
}

.bg-darker.edge.bottom-left {
    position: relative
}

.bg-darker.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-darker.edge.bottom-right {
    position: relative
}

.bg-darker.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-darker.edge.top-left {
    position: relative
}

.bg-darker.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-darker.edge.top-right {
    position: relative
}

.bg-darker.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-darker.arrow:after {
    background-color: #161c2d
}

.bg-darker.alpha-1 {
    background-color: rgba(22,28,45,.1)!important
}

.bg-darker.alpha-2 {
    background-color: rgba(22,28,45,.2)!important
}

.bg-darker.alpha-3 {
    background-color: rgba(22,28,45,.3)!important
}

.bg-darker.alpha-4 {
    background-color: rgba(22,28,45,.4)!important
}

.bg-darker.alpha-5 {
    background-color: rgba(22,28,45,.5)!important
}

.bg-darker.alpha-6 {
    background-color: rgba(22,28,45,.6)!important
}

.bg-darker.alpha-7 {
    background-color: rgba(22,28,45,.7)!important
}

.bg-darker.alpha-8 {
    background-color: rgba(22,28,45,.8)!important
}

.bg-darker.alpha-9 {
    background-color: rgba(22,28,45,.9)!important
}

.bg-darker-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#171e30),to(#161c2d));
    background: linear-gradient(#171e30,#161c2d)
}

.bg-darker-gradient-start {
    background: #171e30
}

.bg-black.edge.bottom-left {
    position: relative
}

.bg-black.edge.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-black.edge.bottom-right {
    position: relative
}

.bg-black.edge.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,250'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: -250px
}

.bg-black.edge.top-left {
    position: relative
}

.bg-black.edge.top-left::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-black.edge.top-right {
    position: relative
}

.bg-black.edge.top-right::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 250' fill='rgb(22,28,45)' fill-opacity='1'%3E%3Cpolygon points='0,250 100,250 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 250px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -250px
}

.bg-black.arrow:after {
    background-color: #161c2d
}

.bg-black.alpha-1 {
    background-color: rgba(22,28,45,.1)!important
}

.bg-black.alpha-2 {
    background-color: rgba(22,28,45,.2)!important
}

.bg-black.alpha-3 {
    background-color: rgba(22,28,45,.3)!important
}

.bg-black.alpha-4 {
    background-color: rgba(22,28,45,.4)!important
}

.bg-black.alpha-5 {
    background-color: rgba(22,28,45,.5)!important
}

.bg-black.alpha-6 {
    background-color: rgba(22,28,45,.6)!important
}

.bg-black.alpha-7 {
    background-color: rgba(22,28,45,.7)!important
}

.bg-black.alpha-8 {
    background-color: rgba(22,28,45,.8)!important
}

.bg-black.alpha-9 {
    background-color: rgba(22,28,45,.9)!important
}

.bg-black-gradient {
    background: -webkit-gradient(linear,left top,left bottom,from(#171e30),to(#161c2d));
    background: linear-gradient(#171e30,#161c2d)
}

.bg-black-gradient-start {
    background: #171e30
}

.bg-dark a:not(.btn),.bg-darker a:not(.btn) {
    color: #869ab8
}

.bg-dark a:not(.btn):hover,.bg-darker a:not(.btn):hover {
    color: #b6c2d4
}

.arrow {
    position: relative
}

.arrow:after {
    pointer-events: none;
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.arrow.bottom:after,.arrow.top:after {
    margin-left: -15px;
    left: 50%;
    border-radius: 10px 5px
}

.arrow.left:after,.arrow.right:after {
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 10px
}

.arrow.top:after {
    top: -13px
}

.arrow.right:after {
    right: -13px
}

.arrow.bottom:after {
    bottom: -13px
}

.arrow.left:after {
    left: -13px
}

.zoom-background {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoom-background .image-background {
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease,-webkit-transform 2s ease
}

.zoom-background .overlay:after {
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out
}

.zoom-background:hover.overlay:after {
    opacity: 0
}

.zoom-background:hover .image-background {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg)
}

.b-t {
    border-top: 1px solid #d9e2ef
}

.b-r {
    border-right: 1px solid #d9e2ef
}

.b-b {
    border-bottom: 1px solid #d9e2ef
}

.b-l {
    border-left: 1px solid #d9e2ef
}

@media (min-width: 576px) {
    .b-sm-t {
        border-top:1px solid #d9e2ef
    }

    .b-sm-r {
        border-right: 1px solid #d9e2ef
    }

    .b-sm-b {
        border-bottom: 1px solid #d9e2ef
    }

    .b-sm-l {
        border-left: 1px solid #d9e2ef
    }
}

@media (min-width: 768px) {
    .b-md-t {
        border-top:1px solid #d9e2ef
    }

    .b-md-r {
        border-right: 1px solid #d9e2ef
    }

    .b-md-b {
        border-bottom: 1px solid #d9e2ef
    }

    .b-md-l {
        border-left: 1px solid #d9e2ef
    }
}

@media (min-width: 992px) {
    .b-lg-t {
        border-top:1px solid #d9e2ef
    }

    .b-lg-r {
        border-right: 1px solid #d9e2ef
    }

    .b-lg-b {
        border-bottom: 1px solid #d9e2ef
    }

    .b-lg-l {
        border-left: 1px solid #d9e2ef
    }
}

@media (min-width: 1200px) {
    .b-xl-t {
        border-top:1px solid #d9e2ef
    }

    .b-xl-r {
        border-right: 1px solid #d9e2ef
    }

    .b-xl-b {
        border-bottom: 1px solid #d9e2ef
    }

    .b-xl-l {
        border-left: 1px solid #d9e2ef
    }
}

@media (min-width: 1400px) {
    .b-xxl-t {
        border-top:1px solid #d9e2ef
    }

    .b-xxl-r {
        border-right: 1px solid #d9e2ef
    }

    .b-xxl-b {
        border-bottom: 1px solid #d9e2ef
    }

    .b-xxl-l {
        border-left: 1px solid #d9e2ef
    }
}

.b-primary {
    border-color: #53f!important
}

.shadow-primary {
    -webkit-box-shadow: 0 1px 10px rgba(85,51,255,.4)!important;
    box-shadow: 0 1px 10px rgba(85,51,255,.4)!important
}

.b-secondary {
    border-color: #506690!important
}

.shadow-secondary {
    -webkit-box-shadow: 0 1px 10px rgba(80,102,144,.4)!important;
    box-shadow: 0 1px 10px rgba(80,102,144,.4)!important
}

.b-success {
    border-color: #00c9b7!important
}

.shadow-success {
    -webkit-box-shadow: 0 1px 10px rgba(0,201,183,.4)!important;
    box-shadow: 0 1px 10px rgba(0,201,183,.4)!important
}

.b-info {
    border-color: #00a0e0!important
}

.shadow-info {
    -webkit-box-shadow: 0 1px 10px rgba(0,160,224,.4)!important;
    box-shadow: 0 1px 10px rgba(0,160,224,.4)!important
}

.b-warning {
    border-color: #feb868!important
}

.shadow-warning {
    -webkit-box-shadow: 0 1px 10px rgba(254,184,104,.4)!important;
    box-shadow: 0 1px 10px rgba(254,184,104,.4)!important
}

.b-danger {
    border-color: #c1002b!important
}

.shadow-danger {
    -webkit-box-shadow: 0 1px 10px rgba(193,0,43,.4)!important;
    box-shadow: 0 1px 10px rgba(193,0,43,.4)!important
}

.b-light {
    border-color: #f1f4f8!important
}

.shadow-light {
    -webkit-box-shadow: 0 1px 10px rgba(241,244,248,.4)!important;
    box-shadow: 0 1px 10px rgba(241,244,248,.4)!important
}

.b-dark {
    border-color: #2b354f!important
}

.shadow-dark {
    -webkit-box-shadow: 0 1px 10px rgba(43,53,79,.4)!important;
    box-shadow: 0 1px 10px rgba(43,53,79,.4)!important
}

.b-gray {
    border-color: #869ab8!important
}

.shadow-gray {
    -webkit-box-shadow: 0 1px 10px rgba(134,154,184,.4)!important;
    box-shadow: 0 1px 10px rgba(134,154,184,.4)!important
}

.b-gray-light {
    border-color: #c6d3e6!important
}

.shadow-gray-light {
    -webkit-box-shadow: 0 1px 10px rgba(198,211,230,.4)!important;
    box-shadow: 0 1px 10px rgba(198,211,230,.4)!important
}

.b-alternate {
    border-color: #fc9e21!important
}

.shadow-alternate {
    -webkit-box-shadow: 0 1px 10px rgba(252,158,33,.4)!important;
    box-shadow: 0 1px 10px rgba(252,158,33,.4)!important
}

.b-contrast {
    border-color: #fff!important
}

.shadow-contrast {
    -webkit-box-shadow: 0 1px 10px rgba(255,255,255,.4)!important;
    box-shadow: 0 1px 10px rgba(255,255,255,.4)!important
}

.b-darker {
    border-color: #161c2d!important
}

.shadow-darker {
    -webkit-box-shadow: 0 1px 10px rgba(22,28,45,.4)!important;
    box-shadow: 0 1px 10px rgba(22,28,45,.4)!important
}

.b-black {
    border-color: #161c2d!important
}

.shadow-black {
    -webkit-box-shadow: 0 1px 10px rgba(22,28,45,.4)!important;
    box-shadow: 0 1px 10px rgba(22,28,45,.4)!important
}

.shadow {
    -webkit-box-shadow: 0 1px 9px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 9px 1px rgba(0,0,0,.15)
}

.drop-shadow {
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .25));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .25))
}

.shadow-box {
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(22,28,45,.03);
    box-shadow: 0 .75rem 1.5rem rgba(22,28,45,.03)
}

.shadow-hover {
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out
}

.shadow-hover:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.075)!important;
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.075)!important
}

.rounded-circle-left {
    border-top-left-radius: 5rem!important;
    border-bottom-left-radius: 5rem!important
}

.rounded-circle-right {
    border-top-right-radius: 5rem!important;
    border-bottom-right-radius: 5rem!important
}

.border-input {
    border: 1px solid #d9e2ef
}

.bw-2 {
    border-width: 2px
}

.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.brand-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

.brand-facebook:hover {
    color: #fff;
    background-color: #324c81;
    border-color: #2f477a
}

.brand-facebook:focus,.btn-check:focus+.brand-facebook {
    color: #fff;
    background-color: #324c81;
    border-color: #2f477a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(88,114,167,.5);
    box-shadow: 0 0 0 .25rem rgba(88,114,167,.5)
}

.brand-facebook.active,.brand-facebook:active,.btn-check:active+.brand-facebook,.btn-check:checked+.brand-facebook,.show>.brand-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2f477a;
    border-color: #2c4372
}

.brand-facebook.active:focus,.brand-facebook:active:focus,.btn-check:active+.brand-facebook:focus,.btn-check:checked+.brand-facebook:focus,.show>.brand-facebook.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(88,114,167,.5);
    box-shadow: 0 0 0 .25rem rgba(88,114,167,.5)
}

.brand-facebook.disabled,.brand-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998
}

.brand-facebook:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(59,89,152,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(59,89,152,.4)!important
}

.brand-twitter {
    color: #161c2d;
    background-color: #00aced;
    border-color: #00aced
}

.brand-twitter:hover {
    color: #161c2d;
    background-color: #26b8f0;
    border-color: #1ab4ef
}

.brand-twitter:focus,.btn-check:focus+.brand-twitter {
    color: #161c2d;
    background-color: #26b8f0;
    border-color: #1ab4ef;
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,150,208,.5);
    box-shadow: 0 0 0 .25rem rgba(3,150,208,.5)
}

.brand-twitter.active,.brand-twitter:active,.btn-check:active+.brand-twitter,.btn-check:checked+.brand-twitter,.show>.brand-twitter.dropdown-toggle {
    color: #161c2d;
    background-color: #33bdf1;
    border-color: #1ab4ef
}

.brand-twitter.active:focus,.brand-twitter:active:focus,.btn-check:active+.brand-twitter:focus,.btn-check:checked+.brand-twitter:focus,.show>.brand-twitter.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,150,208,.5);
    box-shadow: 0 0 0 .25rem rgba(3,150,208,.5)
}

.brand-twitter.disabled,.brand-twitter:disabled {
    color: #161c2d;
    background-color: #00aced;
    border-color: #00aced
}

.brand-twitter:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,172,237,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(0,172,237,.4)!important
}

.brand-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6
}

.brand-linkedin:hover {
    color: #fff;
    background-color: #00699b;
    border-color: #006292
}

.brand-linkedin:focus,.btn-check:focus+.brand-linkedin {
    color: #fff;
    background-color: #00699b;
    border-color: #006292;
    -webkit-box-shadow: 0 0 0 .25rem rgba(38,143,193,.5);
    box-shadow: 0 0 0 .25rem rgba(38,143,193,.5)
}

.brand-linkedin.active,.brand-linkedin:active,.btn-check:active+.brand-linkedin,.btn-check:checked+.brand-linkedin,.show>.brand-linkedin.dropdown-toggle {
    color: #fff;
    background-color: #006292;
    border-color: #005c89
}

.brand-linkedin.active:focus,.brand-linkedin:active:focus,.btn-check:active+.brand-linkedin:focus,.btn-check:checked+.brand-linkedin:focus,.show>.brand-linkedin.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(38,143,193,.5);
    box-shadow: 0 0 0 .25rem rgba(38,143,193,.5)
}

.brand-linkedin.disabled,.brand-linkedin:disabled {
    color: #fff;
    background-color: #007bb6;
    border-color: #007bb6
}

.brand-linkedin:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,123,182,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(0,123,182,.4)!important
}

.brand-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027
}

.brand-pinterest:hover {
    color: #fff;
    background-color: #ad1b21;
    border-color: #a21a1f
}

.brand-pinterest:focus,.btn-check:focus+.brand-pinterest {
    color: #fff;
    background-color: #ad1b21;
    border-color: #a21a1f;
    -webkit-box-shadow: 0 0 0 .25rem rgba(211,65,71,.5);
    box-shadow: 0 0 0 .25rem rgba(211,65,71,.5)
}

.brand-pinterest.active,.brand-pinterest:active,.btn-check:active+.brand-pinterest,.btn-check:checked+.brand-pinterest,.show>.brand-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #a21a1f;
    border-color: #98181d
}

.brand-pinterest.active:focus,.brand-pinterest:active:focus,.btn-check:active+.brand-pinterest:focus,.btn-check:checked+.brand-pinterest:focus,.show>.brand-pinterest.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(211,65,71,.5);
    box-shadow: 0 0 0 .25rem rgba(211,65,71,.5)
}

.brand-pinterest.disabled,.brand-pinterest:disabled {
    color: #fff;
    background-color: #cb2027;
    border-color: #cb2027
}

.brand-pinterest:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(203,32,39,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(203,32,39,.4)!important
}

.brand-git {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.brand-git:hover {
    color: #fff;
    background-color: #575757;
    border-color: #525252
}

.brand-git:focus,.btn-check:focus+.brand-git {
    color: #fff;
    background-color: #575757;
    border-color: #525252;
    -webkit-box-shadow: 0 0 0 .25rem rgba(125,125,125,.5);
    box-shadow: 0 0 0 .25rem rgba(125,125,125,.5)
}

.brand-git.active,.brand-git:active,.btn-check:active+.brand-git,.btn-check:checked+.brand-git,.show>.brand-git.dropdown-toggle {
    color: #fff;
    background-color: #525252;
    border-color: #4d4d4d
}

.brand-git.active:focus,.brand-git:active:focus,.btn-check:active+.brand-git:focus,.btn-check:checked+.brand-git:focus,.show>.brand-git.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(125,125,125,.5);
    box-shadow: 0 0 0 .25rem rgba(125,125,125,.5)
}

.brand-git.disabled,.brand-git:disabled {
    color: #fff;
    background-color: #666;
    border-color: #666
}

.brand-git:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(102,102,102,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(102,102,102,.4)!important
}

.brand-tumblr {
    color: #fff;
    background-color: #32506d;
    border-color: #32506d
}

.brand-tumblr:hover {
    color: #fff;
    background-color: #2b445d;
    border-color: #284057
}

.brand-tumblr:focus,.btn-check:focus+.brand-tumblr {
    color: #fff;
    background-color: #2b445d;
    border-color: #284057;
    -webkit-box-shadow: 0 0 0 .25rem rgba(81,106,131,.5);
    box-shadow: 0 0 0 .25rem rgba(81,106,131,.5)
}

.brand-tumblr.active,.brand-tumblr:active,.btn-check:active+.brand-tumblr,.btn-check:checked+.brand-tumblr,.show>.brand-tumblr.dropdown-toggle {
    color: #fff;
    background-color: #284057;
    border-color: #263c52
}

.brand-tumblr.active:focus,.brand-tumblr:active:focus,.btn-check:active+.brand-tumblr:focus,.btn-check:checked+.brand-tumblr:focus,.show>.brand-tumblr.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(81,106,131,.5);
    box-shadow: 0 0 0 .25rem rgba(81,106,131,.5)
}

.brand-tumblr.disabled,.brand-tumblr:disabled {
    color: #fff;
    background-color: #32506d;
    border-color: #32506d
}

.brand-tumblr:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(50,80,109,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(50,80,109,.4)!important
}

.brand-vimeo {
    color: #161c2d;
    background-color: #aad450;
    border-color: #aad450
}

.brand-vimeo:hover {
    color: #161c2d;
    background-color: #b7da6a;
    border-color: #b3d862
}

.brand-vimeo:focus,.btn-check:focus+.brand-vimeo {
    color: #161c2d;
    background-color: #b7da6a;
    border-color: #b3d862;
    -webkit-box-shadow: 0 0 0 .25rem rgba(148,184,75,.5);
    box-shadow: 0 0 0 .25rem rgba(148,184,75,.5)
}

.brand-vimeo.active,.brand-vimeo:active,.btn-check:active+.brand-vimeo,.btn-check:checked+.brand-vimeo,.show>.brand-vimeo.dropdown-toggle {
    color: #161c2d;
    background-color: #bbdd73;
    border-color: #b3d862
}

.brand-vimeo.active:focus,.brand-vimeo:active:focus,.btn-check:active+.brand-vimeo:focus,.btn-check:checked+.brand-vimeo:focus,.show>.brand-vimeo.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(148,184,75,.5);
    box-shadow: 0 0 0 .25rem rgba(148,184,75,.5)
}

.brand-vimeo.disabled,.brand-vimeo:disabled {
    color: #161c2d;
    background-color: #aad450;
    border-color: #aad450
}

.brand-vimeo:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(170,212,80,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(170,212,80,.4)!important
}

.brand-youtube {
    color: #fff;
    background-color: #b00;
    border-color: #b00
}

.brand-youtube:hover {
    color: #fff;
    background-color: #9f0000;
    border-color: #960000
}

.brand-youtube:focus,.btn-check:focus+.brand-youtube {
    color: #fff;
    background-color: #9f0000;
    border-color: #960000;
    -webkit-box-shadow: 0 0 0 .25rem rgba(197,38,38,.5);
    box-shadow: 0 0 0 .25rem rgba(197,38,38,.5)
}

.brand-youtube.active,.brand-youtube:active,.btn-check:active+.brand-youtube,.btn-check:checked+.brand-youtube,.show>.brand-youtube.dropdown-toggle {
    color: #fff;
    background-color: #960000;
    border-color: #8c0000
}

.brand-youtube.active:focus,.brand-youtube:active:focus,.btn-check:active+.brand-youtube:focus,.btn-check:checked+.brand-youtube:focus,.show>.brand-youtube.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(197,38,38,.5);
    box-shadow: 0 0 0 .25rem rgba(197,38,38,.5)
}

.brand-youtube.disabled,.brand-youtube:disabled {
    color: #fff;
    background-color: #b00;
    border-color: #b00
}

.brand-youtube:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(187,0,0,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(187,0,0,.4)!important
}

.brand-flickr {
    color: #161c2d;
    background-color: #ff0084;
    border-color: #ff0084
}

.brand-flickr:hover {
    color: #161c2d;
    background-color: #ff2696;
    border-color: #ff1a90
}

.brand-flickr:focus,.btn-check:focus+.brand-flickr {
    color: #161c2d;
    background-color: #ff2696;
    border-color: #ff1a90;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,4,119,.5);
    box-shadow: 0 0 0 .25rem rgba(220,4,119,.5)
}

.brand-flickr.active,.brand-flickr:active,.btn-check:active+.brand-flickr,.btn-check:checked+.brand-flickr,.show>.brand-flickr.dropdown-toggle {
    color: #161c2d;
    background-color: #ff339d;
    border-color: #ff1a90
}

.brand-flickr.active:focus,.brand-flickr:active:focus,.btn-check:active+.brand-flickr:focus,.btn-check:checked+.brand-flickr:focus,.show>.brand-flickr.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,4,119,.5);
    box-shadow: 0 0 0 .25rem rgba(220,4,119,.5)
}

.brand-flickr.disabled,.brand-flickr:disabled {
    color: #161c2d;
    background-color: #ff0084;
    border-color: #ff0084
}

.brand-flickr:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255,0,132,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(255,0,132,.4)!important
}

.brand-reddit {
    color: #161c2d;
    background-color: #ff4500;
    border-color: #ff4500
}

.brand-reddit:hover {
    color: #161c2d;
    background-color: #ff6126;
    border-color: #ff581a
}

.brand-reddit:focus,.btn-check:focus+.brand-reddit {
    color: #161c2d;
    background-color: #ff6126;
    border-color: #ff581a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,63,7,.5);
    box-shadow: 0 0 0 .25rem rgba(220,63,7,.5)
}

.brand-reddit.active,.brand-reddit:active,.btn-check:active+.brand-reddit,.btn-check:checked+.brand-reddit,.show>.brand-reddit.dropdown-toggle {
    color: #161c2d;
    background-color: #ff6a33;
    border-color: #ff581a
}

.brand-reddit.active:focus,.brand-reddit:active:focus,.btn-check:active+.brand-reddit:focus,.btn-check:checked+.brand-reddit:focus,.show>.brand-reddit.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,63,7,.5);
    box-shadow: 0 0 0 .25rem rgba(220,63,7,.5)
}

.brand-reddit.disabled,.brand-reddit:disabled {
    color: #161c2d;
    background-color: #ff4500;
    border-color: #ff4500
}

.brand-reddit:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255,69,0,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(255,69,0,.4)!important
}

.brand-dribbble {
    color: #161c2d;
    background-color: #ea4c89;
    border-color: #ea4c89
}

.brand-dribbble:hover {
    color: #161c2d;
    background-color: #ed679b;
    border-color: #ec5e95
}

.brand-dribbble:focus,.btn-check:focus+.brand-dribbble {
    color: #161c2d;
    background-color: #ed679b;
    border-color: #ec5e95;
    -webkit-box-shadow: 0 0 0 .25rem rgba(202,69,123,.5);
    box-shadow: 0 0 0 .25rem rgba(202,69,123,.5)
}

.brand-dribbble.active,.brand-dribbble:active,.btn-check:active+.brand-dribbble,.btn-check:checked+.brand-dribbble,.show>.brand-dribbble.dropdown-toggle {
    color: #161c2d;
    background-color: #ee70a1;
    border-color: #ec5e95
}

.brand-dribbble.active:focus,.brand-dribbble:active:focus,.btn-check:active+.brand-dribbble:focus,.btn-check:checked+.brand-dribbble:focus,.show>.brand-dribbble.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(202,69,123,.5);
    box-shadow: 0 0 0 .25rem rgba(202,69,123,.5)
}

.brand-dribbble.disabled,.brand-dribbble:disabled {
    color: #161c2d;
    background-color: #ea4c89;
    border-color: #ea4c89
}

.brand-dribbble:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(234,76,137,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(234,76,137,.4)!important
}

.brand-skype {
    color: #161c2d;
    background-color: #00aff0;
    border-color: #00aff0
}

.brand-skype:hover {
    color: #161c2d;
    background-color: #26bbf2;
    border-color: #1ab7f2
}

.brand-skype:focus,.btn-check:focus+.brand-skype {
    color: #161c2d;
    background-color: #26bbf2;
    border-color: #1ab7f2;
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,153,211,.5);
    box-shadow: 0 0 0 .25rem rgba(3,153,211,.5)
}

.brand-skype.active,.brand-skype:active,.btn-check:active+.brand-skype,.btn-check:checked+.brand-skype,.show>.brand-skype.dropdown-toggle {
    color: #161c2d;
    background-color: #33bff3;
    border-color: #1ab7f2
}

.brand-skype.active:focus,.brand-skype:active:focus,.btn-check:active+.brand-skype:focus,.btn-check:checked+.brand-skype:focus,.show>.brand-skype.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,153,211,.5);
    box-shadow: 0 0 0 .25rem rgba(3,153,211,.5)
}

.brand-skype.disabled,.brand-skype:disabled {
    color: #161c2d;
    background-color: #00aff0;
    border-color: #00aff0
}

.brand-skype:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,175,240,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(0,175,240,.4)!important
}

.brand-lastfm {
    color: #fff;
    background-color: #c3000d;
    border-color: #c3000d
}

.brand-lastfm:hover {
    color: #fff;
    background-color: #a6000b;
    border-color: #9c000a
}

.brand-lastfm:focus,.btn-check:focus+.brand-lastfm {
    color: #fff;
    background-color: #a6000b;
    border-color: #9c000a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(204,38,49,.5);
    box-shadow: 0 0 0 .25rem rgba(204,38,49,.5)
}

.brand-lastfm.active,.brand-lastfm:active,.btn-check:active+.brand-lastfm,.btn-check:checked+.brand-lastfm,.show>.brand-lastfm.dropdown-toggle {
    color: #fff;
    background-color: #9c000a;
    border-color: #92000a
}

.brand-lastfm.active:focus,.brand-lastfm:active:focus,.btn-check:active+.brand-lastfm:focus,.btn-check:checked+.brand-lastfm:focus,.show>.brand-lastfm.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(204,38,49,.5);
    box-shadow: 0 0 0 .25rem rgba(204,38,49,.5)
}

.brand-lastfm.disabled,.brand-lastfm:disabled {
    color: #fff;
    background-color: #c3000d;
    border-color: #c3000d
}

.brand-lastfm:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(195,0,13,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(195,0,13,.4)!important
}

.brand-soundcloud {
    color: #161c2d;
    background-color: #f80;
    border-color: #f80
}

.brand-soundcloud:hover {
    color: #161c2d;
    background-color: #ff9a26;
    border-color: #ff941a
}

.brand-soundcloud:focus,.btn-check:focus+.brand-soundcloud {
    color: #161c2d;
    background-color: #ff9a26;
    border-color: #ff941a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,120,7,.5);
    box-shadow: 0 0 0 .25rem rgba(220,120,7,.5)
}

.brand-soundcloud.active,.brand-soundcloud:active,.btn-check:active+.brand-soundcloud,.btn-check:checked+.brand-soundcloud,.show>.brand-soundcloud.dropdown-toggle {
    color: #161c2d;
    background-color: #ffa033;
    border-color: #ff941a
}

.brand-soundcloud.active:focus,.brand-soundcloud:active:focus,.btn-check:active+.brand-soundcloud:focus,.btn-check:checked+.brand-soundcloud:focus,.show>.brand-soundcloud.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,120,7,.5);
    box-shadow: 0 0 0 .25rem rgba(220,120,7,.5)
}

.brand-soundcloud.disabled,.brand-soundcloud:disabled {
    color: #161c2d;
    background-color: #f80;
    border-color: #f80
}

.brand-soundcloud:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255,136,0,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(255,136,0,.4)!important
}

.brand-behance {
    color: #fff;
    background-color: #1769ff;
    border-color: #1769ff
}

.brand-behance:hover {
    color: #fff;
    background-color: #1459d9;
    border-color: #1254cc
}

.brand-behance:focus,.btn-check:focus+.brand-behance {
    color: #fff;
    background-color: #1459d9;
    border-color: #1254cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(58,128,255,.5);
    box-shadow: 0 0 0 .25rem rgba(58,128,255,.5)
}

.brand-behance.active,.brand-behance:active,.btn-check:active+.brand-behance,.btn-check:checked+.brand-behance,.show>.brand-behance.dropdown-toggle {
    color: #fff;
    background-color: #1254cc;
    border-color: #114fbf
}

.brand-behance.active:focus,.brand-behance:active:focus,.btn-check:active+.brand-behance:focus,.btn-check:checked+.brand-behance:focus,.show>.brand-behance.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(58,128,255,.5);
    box-shadow: 0 0 0 .25rem rgba(58,128,255,.5)
}

.brand-behance.disabled,.brand-behance:disabled {
    color: #fff;
    background-color: #1769ff;
    border-color: #1769ff
}

.brand-behance:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(23,105,255,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(23,105,255,.4)!important
}

.brand-envato {
    color: #161c2d;
    background-color: #82b541;
    border-color: #82b541
}

.brand-envato:hover {
    color: #161c2d;
    background-color: #95c05e;
    border-color: #8fbc54
}

.brand-envato:focus,.btn-check:focus+.brand-envato {
    color: #161c2d;
    background-color: #95c05e;
    border-color: #8fbc54;
    -webkit-box-shadow: 0 0 0 .25rem rgba(114,158,62,.5);
    box-shadow: 0 0 0 .25rem rgba(114,158,62,.5)
}

.brand-envato.active,.brand-envato:active,.btn-check:active+.brand-envato,.btn-check:checked+.brand-envato,.show>.brand-envato.dropdown-toggle {
    color: #161c2d;
    background-color: #9bc467;
    border-color: #8fbc54
}

.brand-envato.active:focus,.brand-envato:active:focus,.btn-check:active+.brand-envato:focus,.btn-check:checked+.brand-envato:focus,.show>.brand-envato.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(114,158,62,.5);
    box-shadow: 0 0 0 .25rem rgba(114,158,62,.5)
}

.brand-envato.disabled,.brand-envato:disabled {
    color: #161c2d;
    background-color: #82b541;
    border-color: #82b541
}

.brand-envato:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(130,181,65,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(130,181,65,.4)!important
}

.brand-medium {
    color: #161c2d;
    background-color: #00ab6c;
    border-color: #00ab6c
}

.brand-medium:hover {
    color: #161c2d;
    background-color: #26b882;
    border-color: #1ab37b
}

.brand-medium:focus,.btn-check:focus+.brand-medium {
    color: #161c2d;
    background-color: #26b882;
    border-color: #1ab37b;
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,150,99,.5);
    box-shadow: 0 0 0 .25rem rgba(3,150,99,.5)
}

.brand-medium.active,.brand-medium:active,.btn-check:active+.brand-medium,.btn-check:checked+.brand-medium,.show>.brand-medium.dropdown-toggle {
    color: #161c2d;
    background-color: #33bc89;
    border-color: #1ab37b
}

.brand-medium.active:focus,.brand-medium:active:focus,.btn-check:active+.brand-medium:focus,.btn-check:checked+.brand-medium:focus,.show>.brand-medium.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(3,150,99,.5);
    box-shadow: 0 0 0 .25rem rgba(3,150,99,.5)
}

.brand-medium.disabled,.brand-medium:disabled {
    color: #161c2d;
    background-color: #00ab6c;
    border-color: #00ab6c
}

.brand-medium:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0,171,108,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(0,171,108,.4)!important
}

.brand-spotify {
    color: #161c2d;
    background-color: #1db954;
    border-color: #1db954
}

.brand-spotify:hover {
    color: #161c2d;
    background-color: #3fc46e;
    border-color: #34c065
}

.brand-spotify:focus,.btn-check:focus+.brand-spotify {
    color: #161c2d;
    background-color: #3fc46e;
    border-color: #34c065;
    -webkit-box-shadow: 0 0 0 .25rem rgba(28,161,78,.5);
    box-shadow: 0 0 0 .25rem rgba(28,161,78,.5)
}

.brand-spotify.active,.brand-spotify:active,.btn-check:active+.brand-spotify,.btn-check:checked+.brand-spotify,.show>.brand-spotify.dropdown-toggle {
    color: #161c2d;
    background-color: #4ac776;
    border-color: #34c065
}

.brand-spotify.active:focus,.brand-spotify:active:focus,.btn-check:active+.brand-spotify:focus,.btn-check:checked+.brand-spotify:focus,.show>.brand-spotify.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(28,161,78,.5);
    box-shadow: 0 0 0 .25rem rgba(28,161,78,.5)
}

.brand-spotify.disabled,.brand-spotify:disabled {
    color: #161c2d;
    background-color: #1db954;
    border-color: #1db954
}

.brand-spotify:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(29,185,84,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(29,185,84,.4)!important
}

.brand-quora {
    color: #fff;
    background-color: #a82400;
    border-color: #a82400
}

.brand-quora:hover {
    color: #fff;
    background-color: #8f1f00;
    border-color: #861d00
}

.brand-quora:focus,.btn-check:focus+.brand-quora {
    color: #fff;
    background-color: #8f1f00;
    border-color: #861d00;
    -webkit-box-shadow: 0 0 0 .25rem rgba(181,69,38,.5);
    box-shadow: 0 0 0 .25rem rgba(181,69,38,.5)
}

.brand-quora.active,.brand-quora:active,.btn-check:active+.brand-quora,.btn-check:checked+.brand-quora,.show>.brand-quora.dropdown-toggle {
    color: #fff;
    background-color: #861d00;
    border-color: #7e1b00
}

.brand-quora.active:focus,.brand-quora:active:focus,.btn-check:active+.brand-quora:focus,.btn-check:checked+.brand-quora:focus,.show>.brand-quora.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(181,69,38,.5);
    box-shadow: 0 0 0 .25rem rgba(181,69,38,.5)
}

.brand-quora.disabled,.brand-quora:disabled {
    color: #fff;
    background-color: #a82400;
    border-color: #a82400
}

.brand-quora:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(168,36,0,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(168,36,0,.4)!important
}

.brand-xing {
    color: #fff;
    background-color: #026466;
    border-color: #026466
}

.brand-xing:hover {
    color: #fff;
    background-color: #025557;
    border-color: #025052
}

.brand-xing:focus,.btn-check:focus+.brand-xing {
    color: #fff;
    background-color: #025557;
    border-color: #025052;
    -webkit-box-shadow: 0 0 0 .25rem rgba(40,123,125,.5);
    box-shadow: 0 0 0 .25rem rgba(40,123,125,.5)
}

.brand-xing.active,.brand-xing:active,.btn-check:active+.brand-xing,.btn-check:checked+.brand-xing,.show>.brand-xing.dropdown-toggle {
    color: #fff;
    background-color: #025052;
    border-color: #024b4d
}

.brand-xing.active:focus,.brand-xing:active:focus,.btn-check:active+.brand-xing:focus,.btn-check:checked+.brand-xing:focus,.show>.brand-xing.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(40,123,125,.5);
    box-shadow: 0 0 0 .25rem rgba(40,123,125,.5)
}

.brand-xing.disabled,.brand-xing:disabled {
    color: #fff;
    background-color: #026466;
    border-color: #026466
}

.brand-xing:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(2,100,102,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(2,100,102,.4)!important
}

.brand-snapchat {
    color: #161c2d;
    background-color: #fffc00;
    border-color: #fffc00
}

.brand-snapchat:hover {
    color: #161c2d;
    background-color: #fffc26;
    border-color: #fffc1a
}

.brand-snapchat:focus,.btn-check:focus+.brand-snapchat {
    color: #161c2d;
    background-color: #fffc26;
    border-color: #fffc1a;
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,218,7,.5);
    box-shadow: 0 0 0 .25rem rgba(220,218,7,.5)
}

.brand-snapchat.active,.brand-snapchat:active,.btn-check:active+.brand-snapchat,.btn-check:checked+.brand-snapchat,.show>.brand-snapchat.dropdown-toggle {
    color: #161c2d;
    background-color: #fffd33;
    border-color: #fffc1a
}

.brand-snapchat.active:focus,.brand-snapchat:active:focus,.btn-check:active+.brand-snapchat:focus,.btn-check:checked+.brand-snapchat:focus,.show>.brand-snapchat.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(220,218,7,.5);
    box-shadow: 0 0 0 .25rem rgba(220,218,7,.5)
}

.brand-snapchat.disabled,.brand-snapchat:disabled {
    color: #161c2d;
    background-color: #fffc00;
    border-color: #fffc00
}

.brand-snapchat:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(255,252,0,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(255,252,0,.4)!important
}

.brand-whatsapp {
    color: #fff;
    background-color: #075e54;
    border-color: #075e54
}

.brand-whatsapp:hover {
    color: #fff;
    background-color: #065047;
    border-color: #064b43
}

.brand-whatsapp:focus,.btn-check:focus+.brand-whatsapp {
    color: #fff;
    background-color: #065047;
    border-color: #064b43;
    -webkit-box-shadow: 0 0 0 .25rem rgba(44,118,110,.5);
    box-shadow: 0 0 0 .25rem rgba(44,118,110,.5)
}

.brand-whatsapp.active,.brand-whatsapp:active,.btn-check:active+.brand-whatsapp,.btn-check:checked+.brand-whatsapp,.show>.brand-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #064b43;
    border-color: #05473f
}

.brand-whatsapp.active:focus,.brand-whatsapp:active:focus,.btn-check:active+.brand-whatsapp:focus,.btn-check:checked+.brand-whatsapp:focus,.show>.brand-whatsapp.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(44,118,110,.5);
    box-shadow: 0 0 0 .25rem rgba(44,118,110,.5)
}

.brand-whatsapp.disabled,.brand-whatsapp:disabled {
    color: #fff;
    background-color: #075e54;
    border-color: #075e54
}

.brand-whatsapp:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(7,94,84,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(7,94,84,.4)!important
}

.brand-rss {
    color: #161c2d;
    background-color: #f26522;
    border-color: #f26522
}

.brand-rss:hover {
    color: #161c2d;
    background-color: #f47c43;
    border-color: #f37438
}

.brand-rss:focus,.btn-check:focus+.brand-rss {
    color: #161c2d;
    background-color: #f47c43;
    border-color: #f37438;
    -webkit-box-shadow: 0 0 0 .25rem rgba(209,90,36,.5);
    box-shadow: 0 0 0 .25rem rgba(209,90,36,.5)
}

.brand-rss.active,.brand-rss:active,.btn-check:active+.brand-rss,.btn-check:checked+.brand-rss,.show>.brand-rss.dropdown-toggle {
    color: #161c2d;
    background-color: #f5844e;
    border-color: #f37438
}

.brand-rss.active:focus,.brand-rss:active:focus,.btn-check:active+.brand-rss:focus,.btn-check:checked+.brand-rss:focus,.show>.brand-rss.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(209,90,36,.5);
    box-shadow: 0 0 0 .25rem rgba(209,90,36,.5)
}

.brand-rss.disabled,.brand-rss:disabled {
    color: #161c2d;
    background-color: #f26522;
    border-color: #f26522
}

.brand-rss:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(242,101,34,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(242,101,34,.4)!important
}

.ipad,.iphone,.iphone-x {
    border: 1px solid #d9e2ef;
    margin: 0 auto;
    position: relative
}

.ipad:after,.ipad:before,.iphone-x:after,.iphone-x:before,.iphone:after,.iphone:before {
    content: "";
    position: absolute
}

.ipad:before,.iphone-x:before,.iphone:before {
    width: 45px;
    height: 4px;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    border-radius: 30px
}

.ipad:after,.iphone-x:after,.iphone:after {
    left: 50%;
    width: 8px;
    height: 8px;
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.03);
    box-shadow: 0 0 0 2px rgba(0,0,0,.03);
    display: block;
    border-radius: 50%
}

.ipad .screen,.iphone .screen,.iphone-x .screen {
    margin: 0 auto;
    overflow: hidden
}

.ipad .screen img,.iphone .screen img,.iphone-x .screen img {
    max-width: 100%
}

.ipad,.iphone {
    background: #fff;
    max-width: 255px;
    border-radius: 36px;
    padding: 55px 0;
    -webkit-box-shadow: inset 0 4px 10px 1px #fff,inset 0 0 6px 0 rgba(66,77,86,.5),0 2px 0 #aeb5bb,0 20px 50px -25px rgba(0,0,0,.5);
    box-shadow: inset 0 4px 10px 1px #fff,inset 0 0 6px 0 rgba(66,77,86,.5),0 2px 0 #aeb5bb,0 20px 50px -25px rgba(0,0,0,.5)
}

.ipad:before,.iphone:before {
    background: #e3e8eb;
    margin: -25px auto 0
}

.ipad:after,.iphone:after {
    top: 30px;
    margin-left: -45px;
    background: #e3e8eb
}

.ipad .screen,.iphone .screen {
    width: 90%
}

.ipad .screen img,.iphone .screen img {
    -webkit-box-shadow: 0 0 0 1px rgba(0,17,53,.16);
    box-shadow: 0 0 0 1px rgba(0,17,53,.16)
}

.ipad .button,.iphone .button {
    -webkit-box-shadow: 0 0 1px 2px #e3e8eb inset;
    box-shadow: 0 0 1px 2px #e3e8eb inset;
    border: 1px solid #d9e2ef;
    border-radius: 50%;
    bottom: 1.75%;
    height: 0;
    padding-top: 36px;
    width: 36px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ipad.small,.iphone.small {
    max-width: 185px;
    border-radius: 26px;
    padding: 45px 0
}

.ipad.small:before,.iphone.small:before {
    width: 35px
}

.ipad.small:after,.iphone.small:after {
    top: 20px
}

.ipad.small .button,.iphone.small .button {
    width: 28px;
    padding-top: 28px;
    margin-left: -8px
}

.ipad.landscape,.iphone.landscape {
    padding: 1rem 3rem
}

.ipad.landscape:after,.ipad.landscape:before,.iphone.landscape:after,.iphone.landscape:before {
    left: 16%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ipad.landscape .button,.iphone.landscape .button {
    left: 100%;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ipad:before {
    content: none
}

.ipad.portrait:after {
    margin-left: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.iphone-x {
    background: #131d2d;
    max-width: 243.75px;
    border-radius: 26px;
    padding: 9.75px;
    -webkit-box-shadow: inset 0 0 6px 0 rgba(66,77,86,.5),0 1px 0 #aeb5bb,0 20px 50px -25px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px 0 rgba(66,77,86,.5),0 1px 0 #aeb5bb,0 20px 50px -25px rgba(0,0,0,.5)
}

.iphone-x:after,.iphone-x:before {
    background-color: #1c2b43;
    z-index: 1
}

.iphone-x:before {
    margin: 0 auto
}

.iphone-x:after {
    top: 8px;
    margin-left: 33px
}

.iphone-x .screen {
    border-radius: 13px
}

.iphone-x .screen img {
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.015);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.015)
}

.iphone-x .notch {
    position: absolute;
    border-radius: 13px;
    width: 135.85px;
    height: 22.75px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #131d2d;
    top: 0;
    left: 50%
}

.iphone-x.light {
    background-color: #f1f4f8
}

.iphone-x.light .notch {
    background-color: #f1f4f8
}

.iphone-x.light:after,.iphone-x.light:before {
    background-color: #e3e8eb
}

.device-twin {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 470px;
}

.device-twin .mockup {
    -webkit-box-shadow: inset 0 4px 10px 1px #fff,inset 0 0 6px 0 rgba(66,77,86,.5),0 20px 50px -25px rgba(0,0,0,.5),0 0 1px rgba(0,0,0,.1);
    box-shadow: inset 0 4px 10px 1px #fff,inset 0 0 6px 0 rgba(66,77,86,.5),0 20px 50px -25px rgba(0,0,0,.5),0 0 1px rgba(0,0,0,.1);
    max-width: 210px
}

@media (min-width: 768px) {
    .device-twin .phone {
        -webkit-transition:all .4s ease;
        transition: all .4s ease
    }

    .device-twin .phone.front:hover {
        -webkit-transform: rotate(2deg) translate3d(0,-8px,0);
        transform: rotate(2deg) translate3d(0,-8px,0)
    }

    .device-twin .phone.absolute {
        margin-top: -30px
    }

    .device-twin .phone.absolute:hover {
        -webkit-transform: rotate(-2deg) translate3d(-10px,0,0);
        transform: rotate(-2deg) translate3d(-10px,0,0)
    }
}

.device-twin.free-width {
    max-width: none
}

.browser {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(10%,#eef1f3));
    background: linear-gradient(#fff 1%,#eef1f3 10%);
    position: relative;
    padding-top: 2em;
    border-radius: .4em
}

.browser:before {
    display: block;
    position: absolute;
    content: "";
    top: .75em;
    left: 1em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background: #f44;
    -webkit-box-shadow: 0 0 0 1px #f44,1.5em 0 0 1px #9b3,3em 0 0 1px #fb5;
    box-shadow: 0 0 0 1px #f44,1.5em 0 0 1px #9b3,3em 0 0 1px #fb5
}

.browser img {
    max-width: 100%
}

.browser.shadow {
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.09);
    box-shadow: 0 0 1px rgba(0,0,0,.3),0 2px 4px rgba(0,0,0,.09)
}

.browser.border {
    border: 1px solid #d9e2ef
}

.fade-bottom:after {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(70%,#fff),to(#fff));
    background: linear-gradient(rgba(255,255,255,0),#fff 70%,#fff);
    bottom: -25px;
    content: "";
    display: block;
    height: 85px;
    left: 0;
    position: absolute;
    right: 0
}

.shape-divider {
    position: absolute;
    pointer-events: none
}

.shape-divider-bottom {
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(2);
    transform: scale(2)
}

.shape-divider-bottom>* {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@media (min-width: 768px) {
    .shape-divider-bottom {
        -webkit-transform:scale(1);
        transform: scale(1)
    }
}

.shape-divider-fluid-x>* {
    width: 100%;
    height: auto
}

.shape-divider-fluid-y>* {
    width: auto;
    height: 100%
}

.shape-divider svg {
    fill: currentColor;
    -webkit-transform: scale(2);
    transform: scale(2)
}

.gradient {
    background-color: transparent
}

.gradient.gradient-purple-blue {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#a772ff),to(#0083dd));
    background-image: linear-gradient(to right top,#a772ff,#0083dd)
}

.gradient.gradient-purple-blue.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.1)),to(rgba(0,131,221,.1)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.1),rgba(0,131,221,.1))
}

.gradient.gradient-purple-blue.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.2)),to(rgba(0,131,221,.2)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.2),rgba(0,131,221,.2))
}

.gradient.gradient-purple-blue.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.3)),to(rgba(0,131,221,.3)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.3),rgba(0,131,221,.3))
}

.gradient.gradient-purple-blue.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.4)),to(rgba(0,131,221,.4)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.4),rgba(0,131,221,.4))
}

.gradient.gradient-purple-blue.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.5)),to(rgba(0,131,221,.5)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.5),rgba(0,131,221,.5))
}

.gradient.gradient-purple-blue.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.6)),to(rgba(0,131,221,.6)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.6),rgba(0,131,221,.6))
}

.gradient.gradient-purple-blue.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.7)),to(rgba(0,131,221,.7)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.7),rgba(0,131,221,.7))
}

.gradient.gradient-purple-blue.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.8)),to(rgba(0,131,221,.8)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.8),rgba(0,131,221,.8))
}

.gradient.gradient-purple-blue.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.9)),to(rgba(0,131,221,.9)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.9),rgba(0,131,221,.9))
}

.gradient.gradient-purple-dark {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#a772ff),to(#4f2ca9));
    background-image: linear-gradient(to right top,#a772ff,#4f2ca9)
}

.gradient.gradient-purple-dark.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.1)),to(rgba(79,44,169,.1)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.1),rgba(79,44,169,.1))
}

.gradient.gradient-purple-dark.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.2)),to(rgba(79,44,169,.2)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.2),rgba(79,44,169,.2))
}

.gradient.gradient-purple-dark.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.3)),to(rgba(79,44,169,.3)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.3),rgba(79,44,169,.3))
}

.gradient.gradient-purple-dark.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.4)),to(rgba(79,44,169,.4)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.4),rgba(79,44,169,.4))
}

.gradient.gradient-purple-dark.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.5)),to(rgba(79,44,169,.5)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.5),rgba(79,44,169,.5))
}

.gradient.gradient-purple-dark.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.6)),to(rgba(79,44,169,.6)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.6),rgba(79,44,169,.6))
}

.gradient.gradient-purple-dark.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.7)),to(rgba(79,44,169,.7)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.7),rgba(79,44,169,.7))
}

.gradient.gradient-purple-dark.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.8)),to(rgba(79,44,169,.8)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.8),rgba(79,44,169,.8))
}

.gradient.gradient-purple-dark.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.9)),to(rgba(79,44,169,.9)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.9),rgba(79,44,169,.9))
}

.gradient.gradient-purple-navy {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#a772ff),to(#161c2d));
    background-image: linear-gradient(to right top,#a772ff,#161c2d)
}

.gradient.gradient-purple-navy.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.1)),to(rgba(22,28,45,.1)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.1),rgba(22,28,45,.1))
}

.gradient.gradient-purple-navy.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.2)),to(rgba(22,28,45,.2)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.2),rgba(22,28,45,.2))
}

.gradient.gradient-purple-navy.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.3)),to(rgba(22,28,45,.3)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.3),rgba(22,28,45,.3))
}

.gradient.gradient-purple-navy.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.4)),to(rgba(22,28,45,.4)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.4),rgba(22,28,45,.4))
}

.gradient.gradient-purple-navy.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.5)),to(rgba(22,28,45,.5)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.5),rgba(22,28,45,.5))
}

.gradient.gradient-purple-navy.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.6)),to(rgba(22,28,45,.6)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.6),rgba(22,28,45,.6))
}

.gradient.gradient-purple-navy.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.7)),to(rgba(22,28,45,.7)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.7),rgba(22,28,45,.7))
}

.gradient.gradient-purple-navy.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.8)),to(rgba(22,28,45,.8)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.8),rgba(22,28,45,.8))
}

.gradient.gradient-purple-navy.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(167,114,255,.9)),to(rgba(22,28,45,.9)));
    background-image: linear-gradient(to right top,rgba(167,114,255,.9),rgba(22,28,45,.9))
}

.gradient.gradient-blue-purple {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#0083dd),to(#a772ff));
    background-image: linear-gradient(to right top,#0083dd,#a772ff)
}

.gradient.gradient-blue-purple.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.1)),to(rgba(167,114,255,.1)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.1),rgba(167,114,255,.1))
}

.gradient.gradient-blue-purple.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.2)),to(rgba(167,114,255,.2)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.2),rgba(167,114,255,.2))
}

.gradient.gradient-blue-purple.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.3)),to(rgba(167,114,255,.3)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.3),rgba(167,114,255,.3))
}

.gradient.gradient-blue-purple.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.4)),to(rgba(167,114,255,.4)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.4),rgba(167,114,255,.4))
}

.gradient.gradient-blue-purple.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.5)),to(rgba(167,114,255,.5)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.5),rgba(167,114,255,.5))
}

.gradient.gradient-blue-purple.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.6)),to(rgba(167,114,255,.6)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.6),rgba(167,114,255,.6))
}

.gradient.gradient-blue-purple.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.7)),to(rgba(167,114,255,.7)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.7),rgba(167,114,255,.7))
}

.gradient.gradient-blue-purple.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.8)),to(rgba(167,114,255,.8)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.8),rgba(167,114,255,.8))
}

.gradient.gradient-blue-purple.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.9)),to(rgba(167,114,255,.9)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.9),rgba(167,114,255,.9))
}

.gradient.gradient-blue-dark {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#0083dd),to(#00447b));
    background-image: linear-gradient(to right top,#0083dd,#00447b)
}

.gradient.gradient-blue-dark.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.1)),to(rgba(0,68,123,.1)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.1),rgba(0,68,123,.1))
}

.gradient.gradient-blue-dark.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.2)),to(rgba(0,68,123,.2)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.2),rgba(0,68,123,.2))
}

.gradient.gradient-blue-dark.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.3)),to(rgba(0,68,123,.3)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.3),rgba(0,68,123,.3))
}

.gradient.gradient-blue-dark.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.4)),to(rgba(0,68,123,.4)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.4),rgba(0,68,123,.4))
}

.gradient.gradient-blue-dark.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.5)),to(rgba(0,68,123,.5)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.5),rgba(0,68,123,.5))
}

.gradient.gradient-blue-dark.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.6)),to(rgba(0,68,123,.6)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.6),rgba(0,68,123,.6))
}

.gradient.gradient-blue-dark.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.7)),to(rgba(0,68,123,.7)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.7),rgba(0,68,123,.7))
}

.gradient.gradient-blue-dark.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.8)),to(rgba(0,68,123,.8)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.8),rgba(0,68,123,.8))
}

.gradient.gradient-blue-dark.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.9)),to(rgba(0,68,123,.9)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.9),rgba(0,68,123,.9))
}

.gradient.gradient-blue-navy {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#0083dd),to(#161c2d));
    background-image: linear-gradient(to right top,#0083dd,#161c2d)
}

.gradient.gradient-blue-navy.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.1)),to(rgba(22,28,45,.1)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.1),rgba(22,28,45,.1))
}

.gradient.gradient-blue-navy.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.2)),to(rgba(22,28,45,.2)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.2),rgba(22,28,45,.2))
}

.gradient.gradient-blue-navy.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.3)),to(rgba(22,28,45,.3)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.3),rgba(22,28,45,.3))
}

.gradient.gradient-blue-navy.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.4)),to(rgba(22,28,45,.4)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.4),rgba(22,28,45,.4))
}

.gradient.gradient-blue-navy.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.5)),to(rgba(22,28,45,.5)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.5),rgba(22,28,45,.5))
}

.gradient.gradient-blue-navy.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.6)),to(rgba(22,28,45,.6)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.6),rgba(22,28,45,.6))
}

.gradient.gradient-blue-navy.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.7)),to(rgba(22,28,45,.7)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.7),rgba(22,28,45,.7))
}

.gradient.gradient-blue-navy.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.8)),to(rgba(22,28,45,.8)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.8),rgba(22,28,45,.8))
}

.gradient.gradient-blue-navy.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(0,131,221,.9)),to(rgba(22,28,45,.9)));
    background-image: linear-gradient(to right top,rgba(0,131,221,.9),rgba(22,28,45,.9))
}

.gradient.gradient-navy-purple {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#161c2d),to(#a772ff));
    background-image: linear-gradient(to right top,#161c2d,#a772ff)
}

.gradient.gradient-navy-purple.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.1)),to(rgba(167,114,255,.1)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.1),rgba(167,114,255,.1))
}

.gradient.gradient-navy-purple.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.2)),to(rgba(167,114,255,.2)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.2),rgba(167,114,255,.2))
}

.gradient.gradient-navy-purple.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.3)),to(rgba(167,114,255,.3)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.3),rgba(167,114,255,.3))
}

.gradient.gradient-navy-purple.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.4)),to(rgba(167,114,255,.4)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.4),rgba(167,114,255,.4))
}

.gradient.gradient-navy-purple.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.5)),to(rgba(167,114,255,.5)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.5),rgba(167,114,255,.5))
}

.gradient.gradient-navy-purple.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.6)),to(rgba(167,114,255,.6)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.6),rgba(167,114,255,.6))
}

.gradient.gradient-navy-purple.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.7)),to(rgba(167,114,255,.7)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.7),rgba(167,114,255,.7))
}

.gradient.gradient-navy-purple.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.8)),to(rgba(167,114,255,.8)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.8),rgba(167,114,255,.8))
}

.gradient.gradient-navy-purple.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.9)),to(rgba(167,114,255,.9)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.9),rgba(167,114,255,.9))
}

.gradient.gradient-navy-blue {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#161c2d),to(#0083dd));
    background-image: linear-gradient(to right top,#161c2d,#0083dd)
}

.gradient.gradient-navy-blue.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.1)),to(rgba(0,131,221,.1)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.1),rgba(0,131,221,.1))
}

.gradient.gradient-navy-blue.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.2)),to(rgba(0,131,221,.2)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.2),rgba(0,131,221,.2))
}

.gradient.gradient-navy-blue.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.3)),to(rgba(0,131,221,.3)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.3),rgba(0,131,221,.3))
}

.gradient.gradient-navy-blue.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.4)),to(rgba(0,131,221,.4)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.4),rgba(0,131,221,.4))
}

.gradient.gradient-navy-blue.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.5)),to(rgba(0,131,221,.5)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.5),rgba(0,131,221,.5))
}

.gradient.gradient-navy-blue.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.6)),to(rgba(0,131,221,.6)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.6),rgba(0,131,221,.6))
}

.gradient.gradient-navy-blue.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.7)),to(rgba(0,131,221,.7)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.7),rgba(0,131,221,.7))
}

.gradient.gradient-navy-blue.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.8)),to(rgba(0,131,221,.8)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.8),rgba(0,131,221,.8))
}

.gradient.gradient-navy-blue.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(22,28,45,.9)),to(rgba(0,131,221,.9)));
    background-image: linear-gradient(to right top,rgba(22,28,45,.9),rgba(0,131,221,.9))
}

.gradient.gradient-primary-dark {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#53f),to(#161c2d));
    background-image: linear-gradient(to right top,#53f,#161c2d)
}

.gradient.gradient-primary-dark.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.1)),to(rgba(22,28,45,.1)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.1),rgba(22,28,45,.1))
}

.gradient.gradient-primary-dark.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.2)),to(rgba(22,28,45,.2)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.2),rgba(22,28,45,.2))
}

.gradient.gradient-primary-dark.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.3)),to(rgba(22,28,45,.3)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.3),rgba(22,28,45,.3))
}

.gradient.gradient-primary-dark.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.4)),to(rgba(22,28,45,.4)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.4),rgba(22,28,45,.4))
}

.gradient.gradient-primary-dark.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.5)),to(rgba(22,28,45,.5)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.5),rgba(22,28,45,.5))
}

.gradient.gradient-primary-dark.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.6)),to(rgba(22,28,45,.6)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.6),rgba(22,28,45,.6))
}

.gradient.gradient-primary-dark.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.7)),to(rgba(22,28,45,.7)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.7),rgba(22,28,45,.7))
}

.gradient.gradient-primary-dark.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.8)),to(rgba(22,28,45,.8)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.8),rgba(22,28,45,.8))
}

.gradient.gradient-primary-dark.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.9)),to(rgba(22,28,45,.9)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.9),rgba(22,28,45,.9))
}

.gradient.gradient-primary-light {
    background-image: -webkit-gradient(linear,left bottom,right top,from(#53f),to(#a772ff));
    background-image: linear-gradient(to right top,#53f,#a772ff)
}

.gradient.gradient-primary-light.overlay.alpha-1:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.1)),to(rgba(167,114,255,.1)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.1),rgba(167,114,255,.1))
}

.gradient.gradient-primary-light.overlay.alpha-2:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.2)),to(rgba(167,114,255,.2)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.2),rgba(167,114,255,.2))
}

.gradient.gradient-primary-light.overlay.alpha-3:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.3)),to(rgba(167,114,255,.3)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.3),rgba(167,114,255,.3))
}

.gradient.gradient-primary-light.overlay.alpha-4:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.4)),to(rgba(167,114,255,.4)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.4),rgba(167,114,255,.4))
}

.gradient.gradient-primary-light.overlay.alpha-5:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.5)),to(rgba(167,114,255,.5)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.5),rgba(167,114,255,.5))
}

.gradient.gradient-primary-light.overlay.alpha-6:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.6)),to(rgba(167,114,255,.6)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.6),rgba(167,114,255,.6))
}

.gradient.gradient-primary-light.overlay.alpha-7:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.7)),to(rgba(167,114,255,.7)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.7),rgba(167,114,255,.7))
}

.gradient.gradient-primary-light.overlay.alpha-8:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.8)),to(rgba(167,114,255,.8)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.8),rgba(167,114,255,.8))
}

.gradient.gradient-primary-light.overlay.alpha-9:after {
    background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(85,51,255,.9)),to(rgba(167,114,255,.9)));
    background-image: linear-gradient(to right top,rgba(85,51,255,.9),rgba(167,114,255,.9))
}

.list li+li {
    padding-top: 10px
}

.list.list-striped li:nth-of-type(2n+1) {
    background-color: rgba(64,81,131,.1)
}

.list.list-bordered li {
    border-top: 1px solid #d9e2ef
}

.list.list-bordered li:last-child {
    border-bottom: 1px solid #d9e2ef
}

.list.list-inline li {
    display: inline-block
}

.grid-of-images a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    border-bottom: 0;
    margin: 0 5px 5px 0
}

blockquote {
    position: relative
}

blockquote.team-quote .quote {
    left: 0;
    top: -8px
}

.fullscreen {
    min-height: 100vh
}

@media (min-width: 576px) {
    .fullscreen-sm {
        min-height:100vh
    }
}

@media (min-width: 768px) {
    .fullscreen-md {
        min-height:100vh
    }
}

@media (min-width: 992px) {
    .fullscreen-lg {
        min-height:100vh
    }
}

@media (min-width: 1200px) {
    .fullscreen-xl {
        min-height:100vh
    }
}

@media (min-width: 1400px) {
    .fullscreen-xxl {
        min-height:100vh
    }
}

.rounded-split {
    overflow: hidden
}

.rounded-split:after {
    content: "";
    position: absolute;
    background-color: #fff;
    z-index: 0;
    border-radius: 50%;
    -webkit-transform: translate3d(90%,-25%,0);
    transform: translate3d(90%,-25%,0);
    height: 200%;
    width: 100%;
    -webkit-box-shadow: 0 0 25px 3px rgba(22,28,45,.05);
    box-shadow: 0 0 25px 3px rgba(22,28,45,.05)
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x {
    overflow-x: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y {
    overflow-y: auto
}

.overflow-y-hidden {
    overflow-y: hidden
}

.op-1 {
    opacity: .1
}

.w-10 {
    width: 10%
}

.w-10px {
    width: 10px
}

.op-2 {
    opacity: .2
}

.w-20 {
    width: 20%
}

.w-20px {
    width: 20px
}

.op-3 {
    opacity: .3
}

.w-30 {
    width: 30%
}

.w-30px {
    width: 30px
}

.op-4 {
    opacity: .4
}

.w-40 {
    width: 40%
}

.w-40px {
    width: 40px
}

.op-5 {
    opacity: .5
}

.w-50 {
    width: 50%
}

.w-50px {
    width: 50px
}

.op-6 {
    opacity: .6
}

.w-60 {
    width: 60%
}

.w-60px {
    width: 60px
}

.op-7 {
    opacity: .7
}

.w-70 {
    width: 70%
}

.w-70px {
    width: 70px
}

.op-8 {
    opacity: .8
}

.w-80 {
    width: 80%
}

.w-80px {
    width: 80px
}

.op-9 {
    opacity: .9
}

.w-90 {
    width: 90%
}

.w-90px {
    width: 90px
}

.arrow-down {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-animation: jump 5s infinite;
    animation: jump 5s infinite
}

.no-action {
    pointer-events: none
}

.overlay {
    position: relative
}

.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(39,51,62,.6);
    opacity: 1;
    z-index: 0
}

.overlay [class^=container],.overlay>.content {
    position: relative;
    z-index: 1
}

.overlay.overlay-primary:after {
    background-color: rgba(85,51,255,.6)
}

.overlay.overlay-primary.alpha-1:after {
    background-color: rgba(85,51,255,.1)
}

.overlay.overlay-primary.alpha-2:after {
    background-color: rgba(85,51,255,.2)
}

.overlay.overlay-primary.alpha-3:after {
    background-color: rgba(85,51,255,.3)
}

.overlay.overlay-primary.alpha-4:after {
    background-color: rgba(85,51,255,.4)
}

.overlay.overlay-primary.alpha-5:after {
    background-color: rgba(85,51,255,.5)
}

.overlay.overlay-primary.alpha-6:after {
    background-color: rgba(85,51,255,.6)
}

.overlay.overlay-primary.alpha-7:after {
    background-color: rgba(85,51,255,.7)
}

.overlay.overlay-primary.alpha-8:after {
    background-color: rgba(85,51,255,.8)
}

.overlay.overlay-primary.alpha-9:after {
    background-color: rgba(85,51,255,.9)
}

.overlay.overlay-secondary:after {
    background-color: rgba(80,102,144,.6)
}

.overlay.overlay-secondary.alpha-1:after {
    background-color: rgba(80,102,144,.1)
}

.overlay.overlay-secondary.alpha-2:after {
    background-color: rgba(80,102,144,.2)
}

.overlay.overlay-secondary.alpha-3:after {
    background-color: rgba(80,102,144,.3)
}

.overlay.overlay-secondary.alpha-4:after {
    background-color: rgba(80,102,144,.4)
}

.overlay.overlay-secondary.alpha-5:after {
    background-color: rgba(80,102,144,.5)
}

.overlay.overlay-secondary.alpha-6:after {
    background-color: rgba(80,102,144,.6)
}

.overlay.overlay-secondary.alpha-7:after {
    background-color: rgba(80,102,144,.7)
}

.overlay.overlay-secondary.alpha-8:after {
    background-color: rgba(80,102,144,.8)
}

.overlay.overlay-secondary.alpha-9:after {
    background-color: rgba(80,102,144,.9)
}

.overlay.overlay-success:after {
    background-color: rgba(0,201,183,.6)
}

.overlay.overlay-success.alpha-1:after {
    background-color: rgba(0,201,183,.1)
}

.overlay.overlay-success.alpha-2:after {
    background-color: rgba(0,201,183,.2)
}

.overlay.overlay-success.alpha-3:after {
    background-color: rgba(0,201,183,.3)
}

.overlay.overlay-success.alpha-4:after {
    background-color: rgba(0,201,183,.4)
}

.overlay.overlay-success.alpha-5:after {
    background-color: rgba(0,201,183,.5)
}

.overlay.overlay-success.alpha-6:after {
    background-color: rgba(0,201,183,.6)
}

.overlay.overlay-success.alpha-7:after {
    background-color: rgba(0,201,183,.7)
}

.overlay.overlay-success.alpha-8:after {
    background-color: rgba(0,201,183,.8)
}

.overlay.overlay-success.alpha-9:after {
    background-color: rgba(0,201,183,.9)
}

.overlay.overlay-info:after {
    background-color: rgba(0,160,224,.6)
}

.overlay.overlay-info.alpha-1:after {
    background-color: rgba(0,160,224,.1)
}

.overlay.overlay-info.alpha-2:after {
    background-color: rgba(0,160,224,.2)
}

.overlay.overlay-info.alpha-3:after {
    background-color: rgba(0,160,224,.3)
}

.overlay.overlay-info.alpha-4:after {
    background-color: rgba(0,160,224,.4)
}

.overlay.overlay-info.alpha-5:after {
    background-color: rgba(0,160,224,.5)
}

.overlay.overlay-info.alpha-6:after {
    background-color: rgba(0,160,224,.6)
}

.overlay.overlay-info.alpha-7:after {
    background-color: rgba(0,160,224,.7)
}

.overlay.overlay-info.alpha-8:after {
    background-color: rgba(0,160,224,.8)
}

.overlay.overlay-info.alpha-9:after {
    background-color: rgba(0,160,224,.9)
}

.overlay.overlay-warning:after {
    background-color: rgba(254,184,104,.6)
}

.overlay.overlay-warning.alpha-1:after {
    background-color: rgba(254,184,104,.1)
}

.overlay.overlay-warning.alpha-2:after {
    background-color: rgba(254,184,104,.2)
}

.overlay.overlay-warning.alpha-3:after {
    background-color: rgba(254,184,104,.3)
}

.overlay.overlay-warning.alpha-4:after {
    background-color: rgba(254,184,104,.4)
}

.overlay.overlay-warning.alpha-5:after {
    background-color: rgba(254,184,104,.5)
}

.overlay.overlay-warning.alpha-6:after {
    background-color: rgba(254,184,104,.6)
}

.overlay.overlay-warning.alpha-7:after {
    background-color: rgba(254,184,104,.7)
}

.overlay.overlay-warning.alpha-8:after {
    background-color: rgba(254,184,104,.8)
}

.overlay.overlay-warning.alpha-9:after {
    background-color: rgba(254,184,104,.9)
}

.overlay.overlay-danger:after {
    background-color: rgba(193,0,43,.6)
}

.overlay.overlay-danger.alpha-1:after {
    background-color: rgba(193,0,43,.1)
}

.overlay.overlay-danger.alpha-2:after {
    background-color: rgba(193,0,43,.2)
}

.overlay.overlay-danger.alpha-3:after {
    background-color: rgba(193,0,43,.3)
}

.overlay.overlay-danger.alpha-4:after {
    background-color: rgba(193,0,43,.4)
}

.overlay.overlay-danger.alpha-5:after {
    background-color: rgba(193,0,43,.5)
}

.overlay.overlay-danger.alpha-6:after {
    background-color: rgba(193,0,43,.6)
}

.overlay.overlay-danger.alpha-7:after {
    background-color: rgba(193,0,43,.7)
}

.overlay.overlay-danger.alpha-8:after {
    background-color: rgba(193,0,43,.8)
}

.overlay.overlay-danger.alpha-9:after {
    background-color: rgba(193,0,43,.9)
}

.overlay.overlay-light:after {
    background-color: rgba(241,244,248,.6)
}

.overlay.overlay-light.alpha-1:after {
    background-color: rgba(241,244,248,.1)
}

.overlay.overlay-light.alpha-2:after {
    background-color: rgba(241,244,248,.2)
}

.overlay.overlay-light.alpha-3:after {
    background-color: rgba(241,244,248,.3)
}

.overlay.overlay-light.alpha-4:after {
    background-color: rgba(241,244,248,.4)
}

.overlay.overlay-light.alpha-5:after {
    background-color: rgba(241,244,248,.5)
}

.overlay.overlay-light.alpha-6:after {
    background-color: rgba(241,244,248,.6)
}

.overlay.overlay-light.alpha-7:after {
    background-color: rgba(241,244,248,.7)
}

.overlay.overlay-light.alpha-8:after {
    background-color: rgba(241,244,248,.8)
}

.overlay.overlay-light.alpha-9:after {
    background-color: rgba(241,244,248,.9)
}

.overlay.overlay-dark:after {
    background-color: rgba(43,53,79,.6)
}

.overlay.overlay-dark.alpha-1:after {
    background-color: rgba(43,53,79,.1)
}

.overlay.overlay-dark.alpha-2:after {
    background-color: rgba(43,53,79,.2)
}

.overlay.overlay-dark.alpha-3:after {
    background-color: rgba(43,53,79,.3)
}

.overlay.overlay-dark.alpha-4:after {
    background-color: rgba(43,53,79,.4)
}

.overlay.overlay-dark.alpha-5:after {
    background-color: rgba(43,53,79,.5)
}

.overlay.overlay-dark.alpha-6:after {
    background-color: rgba(43,53,79,.6)
}

.overlay.overlay-dark.alpha-7:after {
    background-color: rgba(43,53,79,.7)
}

.overlay.overlay-dark.alpha-8:after {
    background-color: rgba(43,53,79,.8)
}

.overlay.overlay-dark.alpha-9:after {
    background-color: rgba(43,53,79,.9)
}

.overlay.overlay-gray:after {
    background-color: rgba(134,154,184,.6)
}

.overlay.overlay-gray.alpha-1:after {
    background-color: rgba(134,154,184,.1)
}

.overlay.overlay-gray.alpha-2:after {
    background-color: rgba(134,154,184,.2)
}

.overlay.overlay-gray.alpha-3:after {
    background-color: rgba(134,154,184,.3)
}

.overlay.overlay-gray.alpha-4:after {
    background-color: rgba(134,154,184,.4)
}

.overlay.overlay-gray.alpha-5:after {
    background-color: rgba(134,154,184,.5)
}

.overlay.overlay-gray.alpha-6:after {
    background-color: rgba(134,154,184,.6)
}

.overlay.overlay-gray.alpha-7:after {
    background-color: rgba(134,154,184,.7)
}

.overlay.overlay-gray.alpha-8:after {
    background-color: rgba(134,154,184,.8)
}

.overlay.overlay-gray.alpha-9:after {
    background-color: rgba(134,154,184,.9)
}

.overlay.overlay-gray-light:after {
    background-color: rgba(198,211,230,.6)
}

.overlay.overlay-gray-light.alpha-1:after {
    background-color: rgba(198,211,230,.1)
}

.overlay.overlay-gray-light.alpha-2:after {
    background-color: rgba(198,211,230,.2)
}

.overlay.overlay-gray-light.alpha-3:after {
    background-color: rgba(198,211,230,.3)
}

.overlay.overlay-gray-light.alpha-4:after {
    background-color: rgba(198,211,230,.4)
}

.overlay.overlay-gray-light.alpha-5:after {
    background-color: rgba(198,211,230,.5)
}

.overlay.overlay-gray-light.alpha-6:after {
    background-color: rgba(198,211,230,.6)
}

.overlay.overlay-gray-light.alpha-7:after {
    background-color: rgba(198,211,230,.7)
}

.overlay.overlay-gray-light.alpha-8:after {
    background-color: rgba(198,211,230,.8)
}

.overlay.overlay-gray-light.alpha-9:after {
    background-color: rgba(198,211,230,.9)
}

.overlay.overlay-alternate:after {
    background-color: rgba(252,158,33,.6)
}

.overlay.overlay-alternate.alpha-1:after {
    background-color: rgba(252,158,33,.1)
}

.overlay.overlay-alternate.alpha-2:after {
    background-color: rgba(252,158,33,.2)
}

.overlay.overlay-alternate.alpha-3:after {
    background-color: rgba(252,158,33,.3)
}

.overlay.overlay-alternate.alpha-4:after {
    background-color: rgba(252,158,33,.4)
}

.overlay.overlay-alternate.alpha-5:after {
    background-color: rgba(252,158,33,.5)
}

.overlay.overlay-alternate.alpha-6:after {
    background-color: rgba(252,158,33,.6)
}

.overlay.overlay-alternate.alpha-7:after {
    background-color: rgba(252,158,33,.7)
}

.overlay.overlay-alternate.alpha-8:after {
    background-color: rgba(252,158,33,.8)
}

.overlay.overlay-alternate.alpha-9:after {
    background-color: rgba(252,158,33,.9)
}

.overlay.overlay-contrast:after {
    background-color: rgba(255,255,255,.6)
}

.overlay.overlay-contrast.alpha-1:after {
    background-color: rgba(255,255,255,.1)
}

.overlay.overlay-contrast.alpha-2:after {
    background-color: rgba(255,255,255,.2)
}

.overlay.overlay-contrast.alpha-3:after {
    background-color: rgba(255,255,255,.3)
}

.overlay.overlay-contrast.alpha-4:after {
    background-color: rgba(255,255,255,.4)
}

.overlay.overlay-contrast.alpha-5:after {
    background-color: rgba(255,255,255,.5)
}

.overlay.overlay-contrast.alpha-6:after {
    background-color: rgba(255,255,255,.6)
}

.overlay.overlay-contrast.alpha-7:after {
    background-color: rgba(255,255,255,.7)
}

.overlay.overlay-contrast.alpha-8:after {
    background-color: rgba(255,255,255,.8)
}

.overlay.overlay-contrast.alpha-9:after {
    background-color: rgba(255,255,255,.9)
}

.overlay.overlay-darker:after {
    background-color: rgba(22,28,45,.6)
}

.overlay.overlay-darker.alpha-1:after {
    background-color: rgba(22,28,45,.1)
}

.overlay.overlay-darker.alpha-2:after {
    background-color: rgba(22,28,45,.2)
}

.overlay.overlay-darker.alpha-3:after {
    background-color: rgba(22,28,45,.3)
}

.overlay.overlay-darker.alpha-4:after {
    background-color: rgba(22,28,45,.4)
}

.overlay.overlay-darker.alpha-5:after {
    background-color: rgba(22,28,45,.5)
}

.overlay.overlay-darker.alpha-6:after {
    background-color: rgba(22,28,45,.6)
}

.overlay.overlay-darker.alpha-7:after {
    background-color: rgba(22,28,45,.7)
}

.overlay.overlay-darker.alpha-8:after {
    background-color: rgba(22,28,45,.8)
}

.overlay.overlay-darker.alpha-9:after {
    background-color: rgba(22,28,45,.9)
}

.overlay.overlay-black:after {
    background-color: rgba(22,28,45,.6)
}

.overlay.overlay-black.alpha-1:after {
    background-color: rgba(22,28,45,.1)
}

.overlay.overlay-black.alpha-2:after {
    background-color: rgba(22,28,45,.2)
}

.overlay.overlay-black.alpha-3:after {
    background-color: rgba(22,28,45,.3)
}

.overlay.overlay-black.alpha-4:after {
    background-color: rgba(22,28,45,.4)
}

.overlay.overlay-black.alpha-5:after {
    background-color: rgba(22,28,45,.5)
}

.overlay.overlay-black.alpha-6:after {
    background-color: rgba(22,28,45,.6)
}

.overlay.overlay-black.alpha-7:after {
    background-color: rgba(22,28,45,.7)
}

.overlay.overlay-black.alpha-8:after {
    background-color: rgba(22,28,45,.8)
}

.overlay.overlay-black.alpha-9:after {
    background-color: rgba(22,28,45,.9)
}

.inner-overlay {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1
}

.inner-overlay.gradient {
    background-image: linear-gradient(-48deg,#cd92ff 25%,#00a0e0 100%)
}

.zoom-image {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.zoom-image img {
    max-width: 100%;
    -webkit-transition: -webkit-transform 2s ease;
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease,-webkit-transform 2s ease
}

.zoom-image.overlay:after {
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out
}

.zoom-image:hover.overlay:after {
    opacity: 0
}

.zoom-image:hover img {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg)
}

.relative {
    position: relative!important
}

.absolute {
    position: absolute!important
}

.center-x {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.center-y {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.center-xy {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

@media (min-width: 576px) {
    .absolute-sm {
        position:absolute!important
    }
}

@media (min-width: 576px) {
    .center-x-sm {
        position:absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 576px) {
    .center-y-sm {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 576px) {
    .center-xy-sm {
        position:absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}

@media (min-width: 768px) {
    .absolute-md {
        position:absolute!important
    }
}

@media (min-width: 768px) {
    .center-x-md {
        position:absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 768px) {
    .center-y-md {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 768px) {
    .center-xy-md {
        position:absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}

@media (min-width: 992px) {
    .absolute-lg {
        position:absolute!important
    }
}

@media (min-width: 992px) {
    .center-x-lg {
        position:absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 992px) {
    .center-y-lg {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 992px) {
    .center-xy-lg {
        position:absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}

@media (min-width: 1200px) {
    .absolute-xl {
        position:absolute!important
    }
}

@media (min-width: 1200px) {
    .center-x-xl {
        position:absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 1200px) {
    .center-y-xl {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 1200px) {
    .center-xy-xl {
        position:absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}

@media (min-width: 1400px) {
    .absolute-xxl {
        position:absolute!important
    }
}

@media (min-width: 1400px) {
    .center-x-xxl {
        position:absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 1400px) {
    .center-y-xxl {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 1400px) {
    .center-xy-xxl {
        position:absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0)
    }
}

.top {
    top: 0!important
}

.right {
    right: 0!important
}

.bottom {
    bottom: 0!important
}

.left {
    left: 0!important
}

.center-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.img-responsive {
    
    max-width: 100%;
    height: auto
}

.row.gap-y {
    margin-top: -.75rem;
    margin-bottom: -.75rem
}

.row.gap-y>.col,.row.gap-y>[class*=col-] {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.row.gap-2x {
    margin: -1.5rem;
    margin: -1.5rem
}

.row.gap-2x>.col,.row.gap-2x>[class*=col-] {
    padding: 1.5rem;
    padding: 1.5rem
}

.shape-wrapper {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.main-shape-wrapper {
    position: relative
}

.shape-center,.shape-left,.shape-right,.shape-top {
    position: absolute;
    max-width: 560px
}

.transparentize {
    opacity: .035
}

.shape-left {
    left: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: 200px
}

.shape-left.shape-rounded {
    top: 0;
    -webkit-transform: translate3d(-15%,-1%,0) rotate(28deg) scale(1.4);
    transform: translate3d(-15%,-1%,0) rotate(28deg) scale(1.4)
}

.shape-right {
    right: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.shape-right.w-50 {
    max-width: 50%;
    left: 47vw
}

.shape-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.shape-fill {
    fill: #000
}

.shape-fill.shape-fill-primary {
    fill: #53f
}

.shape-fill.shape-fill-secondary {
    fill: #506690
}

.shape-fill.shape-fill-success {
    fill: #00c9b7
}

.shape-fill.shape-fill-info {
    fill: #00a0e0
}

.shape-fill.shape-fill-warning {
    fill: #feb868
}

.shape-fill.shape-fill-danger {
    fill: #c1002b
}

.shape-fill.shape-fill-light {
    fill: #f1f4f8
}

.shape-fill.shape-fill-dark {
    fill: #2b354f
}

.shape-fill.shape-fill-gray {
    fill: #869ab8
}

.shape-fill.shape-fill-gray-light {
    fill: #c6d3e6
}

.shape-fill.shape-fill-alternate {
    fill: #fc9e21
}

.shape-fill.shape-fill-contrast {
    fill: #fff
}

.shape-fill.shape-fill-darker {
    fill: #161c2d
}

.shape-fill.shape-fill-black {
    fill: #161c2d
}

.shape-stroke {
    fill: none;
    stroke: #6146d7;
    stroke-width: 2px
}

.shape-stroke.shape-stroke-primary {
    stroke: #2b00ff
}

.shape-stroke.shape-stroke-secondary {
    stroke: #3e4f6f
}

.shape-stroke.shape-stroke-success {
    stroke: #009689
}

.shape-stroke.shape-stroke-info {
    stroke: #007cad
}

.shape-stroke.shape-stroke-warning {
    stroke: #fea035
}

.shape-stroke.shape-stroke-danger {
    stroke: #8e0020
}

.shape-stroke.shape-stroke-light {
    stroke: #cfd9e7
}

.shape-stroke.shape-stroke-dark {
    stroke: #191f2e
}

.shape-stroke.shape-stroke-gray {
    stroke: #667fa5
}

.shape-stroke.shape-stroke-gray-light {
    stroke: #a3b8d6
}

.shape-stroke.shape-stroke-alternate {
    stroke: #e78503
}

.shape-stroke.shape-stroke-contrast {
    stroke: #e6e6e6
}

.shape-stroke.shape-stroke-darker {
    stroke: #05070b
}

.shape-stroke.shape-stroke-black {
    stroke: #05070b
}

.divider-shape svg.shape-waves {
    height: 100px
}

@media (min-width: 768px) {
    .divider-shape svg.shape-waves {
        height:133px
    }
}

.shape-background {
    background-color: #f9fbfd;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 120px;
    z-index: -1
}

.shape-background.shape-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 180%
}

@media (min-width: 768px) {
    .shape-background.shape-right {
        left:120%
    }
}

@media (min-width: 992px) {
    .shape-background.shape-right {
        left:88%
    }
}

.shape-background.shape-left {
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
    left: -669px;
    max-width: 750px;
    top: -182px
}

.speech-bubble {
    position: relative;
    background: #53f;
    border-radius: .4em;
    padding: .25rem .5rem
}

.speech-bubble:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #53f;
    border-bottom: 0;
    margin-left: -10px;
    margin-bottom: -10px
}

.speech-bubble:after {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-animation: pulse .5s linear infinite alternate;
    animation: pulse .5s linear infinite alternate;
    background-color: #53f;
    position: absolute;
    bottom: -20px;
    border-radius: 50%;
    border: 1px solid #53f;
    padding: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 8px 2px #53f;
        box-shadow: 0 0 8px 2px #53f
    }

    100% {
        -webkit-box-shadow: 0 0 20px 2px #53f;
        box-shadow: 0 0 20px 2px #53f
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 8px 2px #53f;
        box-shadow: 0 0 8px 2px #53f
    }

    100% {
        -webkit-box-shadow: 0 0 20px 2px #53f;
        box-shadow: 0 0 20px 2px #53f
    }
}

.italic {
    font-style: italic!important
}

.underline {
    text-decoration: underline!important
}

.dotted {
    border-bottom: 1px dotted
}

.strike-through,s {
    text-decoration: line-through!important;
    color: #b7c0d7;
    font-weight: 300
}

.text-wrap {
    white-space: normal!important
}

.bold,strong {
    font-weight: 700!important
}

.semi-bold {
    font-weight: 500!important
}

.thin {
    font-weight: 100!important
}

.light {
    font-weight: 300!important
}

.regular {
    font-weight: 400!important
}

.extra-bold {
    font-weight: 800!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-wrap {
    white-space: normal!important
}

@media (min-width: 576px) {
    .text-sm-nowrap {
        white-space:nowrap!important
    }

    .text-sm-wrap {
        white-space: normal!important
    }
}

@media (min-width: 768px) {
    .text-md-nowrap {
        white-space:nowrap!important
    }

    .text-md-wrap {
        white-space: normal!important
    }
}

@media (min-width: 992px) {
    .text-lg-nowrap {
        white-space:nowrap!important
    }

    .text-lg-wrap {
        white-space: normal!important
    }
}

@media (min-width: 1200px) {
    .text-xl-nowrap {
        white-space:nowrap!important
    }

    .text-xl-wrap {
        white-space: normal!important
    }
}

@media (min-width: 1400px) {
    .text-xxl-nowrap {
        white-space:nowrap!important
    }

    .text-xxl-wrap {
        white-space: normal!important
    }
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: 1rem;
    font-weight: 400;
    color: #161c2d
}

.heading-line:after {
    content: "";
    display: block;
    margin-top: 32px;
    margin-bottom: 24px;
    width: 40px;
    height: 2px;
    background-color: #53f
}

.text-center .heading-line:after {
    margin-left: auto;
    margin-right: auto
}

.font-regular {
    font-size: 1rem!important
}

.font-xs {
    font-size: .75rem!important
}

.font-sm {
    font-size: .875rem!important
}

.font-md {
    font-size: 1.75rem!important
}

.font-lg {
    font-size: 3.25rem!important
}

.font-xl {
    font-size: 4.5rem!important
}

.font-xxl {
    font-size: 6.5rem!important
}

.font-l {
    font-size: 1.25rem
}

.display-1 {
    font-size: 5rem!important
}

.display-2 {
    font-size: 4.5rem!important
}

.display-3 {
    font-size: 4rem!important
}

.display-4 {
    font-size: 3.5rem!important
}

.display-5 {
    font-size: 3rem!important
}

.display-6 {
    font-size: 2.5rem!important
}

@media (min-width: 576px) {
    .display-sm-1 {
        font-size:5rem!important
    }

    .display-sm-2 {
        font-size: 4.5rem!important
    }

    .display-sm-3 {
        font-size: 4rem!important
    }

    .display-sm-4 {
        font-size: 3.5rem!important
    }

    .display-sm-5 {
        font-size: 3rem!important
    }

    .display-sm-6 {
        font-size: 2.5rem!important
    }
}

@media (min-width: 768px) {
    .display-md-1 {
        font-size:5rem!important
    }

    .display-md-2 {
        font-size: 4.5rem!important
    }

    .display-md-3 {
        font-size: 4rem!important
    }

    .display-md-4 {
        font-size: 3.5rem!important
    }

    .display-md-5 {
        font-size: 3rem!important
    }

    .display-md-6 {
        font-size: 2.5rem!important
    }
}

@media (min-width: 992px) {
    .display-lg-1 {
        font-size:5rem!important
    }

    .display-lg-2 {
        font-size: 4.5rem!important
    }

    .display-lg-3 {
        font-size: 4rem!important
    }

    .display-lg-4 {
        font-size: 3.5rem!important
    }

    .display-lg-5 {
        font-size: 3rem!important
    }

    .display-lg-6 {
        font-size: 2.5rem!important
    }
}

@media (min-width: 1200px) {
    .display-xl-1 {
        font-size:5rem!important
    }

    .display-xl-2 {
        font-size: 4.5rem!important
    }

    .display-xl-3 {
        font-size: 4rem!important
    }

    .display-xl-4 {
        font-size: 3.5rem!important
    }

    .display-xl-5 {
        font-size: 3rem!important
    }

    .display-xl-6 {
        font-size: 2.5rem!important
    }
}

@media (min-width: 1400px) {
    .display-xxl-1 {
        font-size:5rem!important
    }

    .display-xxl-2 {
        font-size: 4.5rem!important
    }

    .display-xxl-3 {
        font-size: 4rem!important
    }

    .display-xxl-4 {
        font-size: 3.5rem!important
    }

    .display-xxl-5 {
        font-size: 3rem!important
    }

    .display-xxl-6 {
        font-size: 2.5rem!important
    }
}

.handwritten {
    font-family: Caveat,cursive,Poppins,sans-serif
}

.handwritten.highlight {
    line-height: 1.25em;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.handwritten.highlight:before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAA3CAMAAADDj2FQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAGYUExURQAAAMXe58Te58Xf6Mbf6MTe58Xg5////8Xf5sXf5sTe5sja7MTf58Tf58TX68fd6MPf6Mbb6cXe5sbf5cXe58Tf5sPh58Te6MTe58Te5v///8Tf5sbe58Xf5sTf5sTd5sXf5qr//8zd7sXe5sTe5sTd6Lba2sXf58Tf58Xe5sTf5sTe58Xf5sPh5sXe58Xf58Tf58Xf5szM/7+//8Xf5tTU1MXe58Tf58Hg6sXe5sXe5sLa5sTe5sTe5sTf5sTf58Ph4cXf58Xf58bi4sXc58Tg5cXf58Tf58Tf5sXf5cTe5sTf58Pg58Te5sXe58Xc58ff5sLd5MXe58Xe5sPe6cbi4sPf5sXe5sXe58bd58Xe5sPf58Tf5sTe58Xe58zl5cXf58bd6MTf5sTf5sTf58Te58Tc5sXe5sXf5sXf58Pe58Xe58Te58fc6sXg6MTf5sXf5sXe58Lg5sXf58Te5sPd58Tf5sXe57/U6cHg58Tf5sTf58Te58Xe58Te5MTf5sXf5sXe5sTf5sXe5sXf5sTe5cTe6MXf59gagUYAAACHdFJOUwB3dllaxEsC+5L+DqFgDRc4JHxwl9IrTtf9AfFVsfpc8gMP3OdkB+Gr/NHW0DPP+INzBQTIBqT5GR+FFX+HcYIRgcMSFltiwMlQ34tjlJYsKSa2xi8JSb5uNpx52/WNCtgtaZC49jTlm+tWzLclQ7OT7iqgfmzajgwhSuBX7yeRqZ/o9GplT5WzxmIAAAFXSURBVBgZfcEDdxwBAIXRbznrjW2btY2ktm07tdv3t3s2bU7SzvTdC2zEatiGtRuvBu8gVvU8VlscK34A61ASq70Ra28aa99+rPokVv0erFQc68F1rOdDWC8msBKTszjjeoZTGi5iTRSwngxi3dNhnHLzdqwdTVhbVIWzPrcGK7V2HU5Cm3FW93XtwtmqLM7O1swJnBodDzBODuoaTloXG3AKGr2Mke9VezfG1Vada2FJVZ5/NTarroU/UnWETEuFbn47ljlKSEy60cOiTg0Rdl5qekhFMJI7S1h/h7qKVLTpNBEePZU+l4Hggk4R4eOY9OFlAP0aC4gw8CknjSaCmV51EuntO0lXztRqboC/lI7cGn9TgtcLGUnDUi0rBNkOVUz2vbp/W4vu5llWVNgUy9IbNsViU5fuPB65qSXfykQIqpPZVRlVTPM/Pe+/fJW+Y8z8/DH7C72mVfoIDlnRAAAAAElFTkSuQmCC);
    margin-left: -1.5rem;
    width: 31px;
    height: 55px;
    position: absolute
}

.fill-primary {
    fill: #53f
}

.fill-secondary {
    fill: #506690
}

.fill-success {
    fill: #00c9b7
}

.fill-info {
    fill: #00a0e0
}

.fill-warning {
    fill: #feb868
}

.fill-danger {
    fill: #c1002b
}

.fill-light {
    fill: #f1f4f8
}

.fill-dark {
    fill: #2b354f
}

.fill-gray {
    fill: #869ab8
}

.fill-gray-light {
    fill: #c6d3e6
}

.fill-alternate {
    fill: #fc9e21
}

.fill-contrast {
    fill: #fff
}

.fill-darker {
    fill: #161c2d
}

.fill-black {
    fill: #161c2d
}

[data-bs-toggle=collapse] .angle {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    margin-right: .5rem
}

[data-bs-toggle=collapse].collapsed .angle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.accordion .card {
    border: 1px solid #d9e2ef
}

.accordion .card-header {
    border-bottom: none;
    background-color: #f1f4f8
}

.accordion .card-header .btn:active,.accordion .card-header .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion .card-header .card-title {
    padding-right: 0;
    padding-left: 0
}

.accordion .card-title {
    margin-bottom: 0
}

.accordion:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #d9e2ef!important
}

.accordion.accordion-clean .card {
    border-bottom: 1px solid #d9e2ef
}

.accordion.accordion-clean .card-header {
    background-color: #fff
}

.accordion.accordion-collapsed .card {
    border-bottom: none
}

.accordion.accordion-collapsed .card:last-of-type {
    border-bottom: 1px solid #d9e2ef
}

.accordion.accordion-primary .card {
    border-color: #53f
}

.accordion.accordion-primary .card-header {
    background-color: #53f
}

.accordion.accordion-primary .card-header .card-title {
    color: #fff
}

.accordion.accordion-primary:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #53f!important
}

.accordion.accordion-secondary .card {
    border-color: #506690
}

.accordion.accordion-secondary .card-header {
    background-color: #506690
}

.accordion.accordion-secondary .card-header .card-title {
    color: #fff
}

.accordion.accordion-secondary:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #506690!important
}

.accordion.accordion-success .card {
    border-color: #00c9b7
}

.accordion.accordion-success .card-header {
    background-color: #00c9b7
}

.accordion.accordion-success .card-header .card-title {
    color: #161c2d
}

.accordion.accordion-success:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #00c9b7!important
}

.accordion.accordion-info .card {
    border-color: #00a0e0
}

.accordion.accordion-info .card-header {
    background-color: #00a0e0
}

.accordion.accordion-info .card-header .card-title {
    color: #161c2d
}

.accordion.accordion-info:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #00a0e0!important
}

.accordion.accordion-warning .card {
    border-color: #feb868
}

.accordion.accordion-warning .card-header {
    background-color: #feb868
}

.accordion.accordion-warning .card-header .card-title {
    color: #161c2d
}

.accordion.accordion-warning:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #feb868!important
}

.accordion.accordion-danger .card {
    border-color: #c1002b
}

.accordion.accordion-danger .card-header {
    background-color: #c1002b
}

.accordion.accordion-danger .card-header .card-title {
    color: #fff
}

.accordion.accordion-danger:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #c1002b!important
}

.accordion.accordion-light .card {
    border-color: #f1f4f8
}

.accordion.accordion-light .card-header {
    background-color: #f1f4f8
}

.accordion.accordion-light .card-header .card-title {
    color: #161c2d
}

.accordion.accordion-light:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #f1f4f8!important
}

.accordion.accordion-dark .card {
    border-color: #2b354f
}

.accordion.accordion-dark .card-header {
    background-color: #2b354f
}

.accordion.accordion-dark .card-header .card-title {
    color: #fff
}

.accordion.accordion-dark:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #2b354f!important
}

.accordion.accordion-gray .card {
    border-color: #869ab8
}

.accordion.accordion-gray .card-header {
    background-color: #869ab8
}

.accordion.accordion-gray .card-header .card-title {
    color: #161c2d
}

.accordion.accordion-gray:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #869ab8!important
}

.accordion.accordion-gray-light .card {
    border-color: #c6d3e6
}

.accordion.accordion-gray-light .card-header {
    background-color: #c6d3e6
}

.accordion.accordion-gray-light .card-header .card-title {
    color: #161c2d
}

.accordion.accordion-gray-light:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #c6d3e6!important
}

.accordion.accordion-alternate .card {
    border-color: #fc9e21
}

.accordion.accordion-alternate .card-header {
    background-color: #fc9e21
}

.accordion.accordion-alternate .card-header .card-title {
    color: #161c2d
}

.accordion.accordion-alternate:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #fc9e21!important
}

.accordion.accordion-contrast .card {
    border-color: #fff
}

.accordion.accordion-contrast .card-header {
    background-color: #fff
}

.accordion.accordion-contrast .card-header .card-title {
    color: #161c2d
}

.accordion.accordion-contrast:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #fff!important
}

.accordion.accordion-darker .card {
    border-color: #161c2d
}

.accordion.accordion-darker .card-header {
    background-color: #161c2d
}

.accordion.accordion-darker .card-header .card-title {
    color: #fff
}

.accordion.accordion-darker:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #161c2d!important
}

.accordion.accordion-black .card {
    border-color: #161c2d
}

.accordion.accordion-black .card-header {
    background-color: #161c2d
}

.accordion.accordion-black .card-header .card-title {
    color: #fff
}

.accordion.accordion-black:not(.accordion-collapsed) .card {
    border-bottom: 1px solid #161c2d!important
}

.alert-icon {
    border-width: 0;
    border-radius: 0;
    border-left-width: 4rem
}

.alert-icon .icon {
    width: 4rem;
    position: absolute;
    left: -4rem;
    color: #fff;
    font-size: 1.5rem;
    text-align: center
}

.alert-thin {
    border-left-width: 5px
}

.alert-outline,.alert-thin {
    background-color: transparent
}

.badge-outline-primary {
    border: 1px solid;
    color: #53f;
    background-color: transparent;
    border-color: #53f
}

.badge-outline-primary[href]:focus,.badge-outline-primary[href]:hover {
    color: #fff;
    background-color: #53f;
    border-color: #53f;
    text-decoration: none
}

.badge-outline-secondary {
    border: 1px solid;
    color: #506690;
    background-color: transparent;
    border-color: #506690
}

.badge-outline-secondary[href]:focus,.badge-outline-secondary[href]:hover {
    color: #fff;
    background-color: #506690;
    border-color: #506690;
    text-decoration: none
}

.badge-outline-success {
    border: 1px solid;
    color: #00c9b7;
    background-color: transparent;
    border-color: #00c9b7
}

.badge-outline-success[href]:focus,.badge-outline-success[href]:hover {
    color: #fff;
    background-color: #00c9b7;
    border-color: #00c9b7;
    text-decoration: none
}

.badge-outline-info {
    border: 1px solid;
    color: #00a0e0;
    background-color: transparent;
    border-color: #00a0e0
}

.badge-outline-info[href]:focus,.badge-outline-info[href]:hover {
    color: #fff;
    background-color: #00a0e0;
    border-color: #00a0e0;
    text-decoration: none
}

.badge-outline-warning {
    border: 1px solid;
    color: #feb868;
    background-color: transparent;
    border-color: #feb868
}

.badge-outline-warning[href]:focus,.badge-outline-warning[href]:hover {
    color: #fff;
    background-color: #feb868;
    border-color: #feb868;
    text-decoration: none
}

.badge-outline-danger {
    border: 1px solid;
    color: #c1002b;
    background-color: transparent;
    border-color: #c1002b
}

.badge-outline-danger[href]:focus,.badge-outline-danger[href]:hover {
    color: #fff;
    background-color: #c1002b;
    border-color: #c1002b;
    text-decoration: none
}

.badge-outline-light {
    border: 1px solid;
    color: #f1f4f8;
    background-color: transparent;
    border-color: #f1f4f8
}

.badge-outline-light[href]:focus,.badge-outline-light[href]:hover {
    color: #fff;
    background-color: #f1f4f8;
    border-color: #f1f4f8;
    text-decoration: none
}

.badge-outline-dark {
    border: 1px solid;
    color: #2b354f;
    background-color: transparent;
    border-color: #2b354f
}

.badge-outline-dark[href]:focus,.badge-outline-dark[href]:hover {
    color: #fff;
    background-color: #2b354f;
    border-color: #2b354f;
    text-decoration: none
}

.badge-outline-gray {
    border: 1px solid;
    color: #869ab8;
    background-color: transparent;
    border-color: #869ab8
}

.badge-outline-gray[href]:focus,.badge-outline-gray[href]:hover {
    color: #fff;
    background-color: #869ab8;
    border-color: #869ab8;
    text-decoration: none
}

.badge-outline-gray-light {
    border: 1px solid;
    color: #c6d3e6;
    background-color: transparent;
    border-color: #c6d3e6
}

.badge-outline-gray-light[href]:focus,.badge-outline-gray-light[href]:hover {
    color: #fff;
    background-color: #c6d3e6;
    border-color: #c6d3e6;
    text-decoration: none
}

.badge-outline-alternate {
    border: 1px solid;
    color: #fc9e21;
    background-color: transparent;
    border-color: #fc9e21
}

.badge-outline-alternate[href]:focus,.badge-outline-alternate[href]:hover {
    color: #fff;
    background-color: #fc9e21;
    border-color: #fc9e21;
    text-decoration: none
}

.badge-outline-contrast {
    border: 1px solid;
    color: #fff;
    background-color: transparent;
    border-color: #fff
}

.badge-outline-contrast[href]:focus,.badge-outline-contrast[href]:hover {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    text-decoration: none
}

.badge-outline-darker {
    border: 1px solid;
    color: #161c2d;
    background-color: transparent;
    border-color: #161c2d
}

.badge-outline-darker[href]:focus,.badge-outline-darker[href]:hover {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d;
    text-decoration: none
}

.badge-outline-black {
    border: 1px solid;
    color: #161c2d;
    background-color: transparent;
    border-color: #161c2d
}

.badge-outline-black[href]:focus,.badge-outline-black[href]:hover {
    color: #fff;
    background-color: #161c2d;
    border-color: #161c2d;
    text-decoration: none
}

.strong-top-bordered-card {
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(22,28,45,.3),0 -6px 16px -6px rgba(22,28,45,.025);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(22,28,45,.3),0 -6px 16px -6px rgba(22,28,45,.025)
}

.strong-top-bordered-card:before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-color: #53f;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem
}

.tool-description-card {
    max-width: 80%;
    position: absolute;
    bottom: -8rem;
    left: 10%;
    z-index: 1
}

@media (min-width: 768px) {
    .tool-description-card {
        max-width:60%
    }
}

@media (min-width: 992px) {
    .tool-description-card {
        max-width:40%
    }
}

.card-clean .card-header {
    border-bottom: none
}

.mfp-content,.popup-wrapper {
    height: 100%
}

.mfp-container {
    padding: 0
}

.popup-wrapper {
    position: relative
}

.mfp-iframe-holder .mfp-close {
    top: 0;
    right: 0;
    background-color: #161c2d
}

@media (min-width: 768px) {
    .mfp-content,.popup-wrapper {
        height:auto
    }

    .popup-wrapper {
        padding: 20px 30px;
        margin: 0 auto
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
        right: -6px;
        background-color: transparent
    }
}

.progress.progress-sl {
    height: 1px
}

.progress.progress-ty {
    height: 2px
}

.progress.progress-xs {
    height: 4px
}

.progress.progress-sm {
    height: 6px
}

.progress.progress-md {
    height: 12px
}

.progress.progress-primary {
    background-color: rgba(85,51,255,.3)
}

.progress.progress-primary .progress-bar {
    background-color: #53f
}

.progress.progress-secondary {
    background-color: rgba(80,102,144,.3)
}

.progress.progress-secondary .progress-bar {
    background-color: #506690
}

.progress.progress-success {
    background-color: rgba(0,201,183,.3)
}

.progress.progress-success .progress-bar {
    background-color: #00c9b7
}

.progress.progress-info {
    background-color: rgba(0,160,224,.3)
}

.progress.progress-info .progress-bar {
    background-color: #00a0e0
}

.progress.progress-warning {
    background-color: rgba(254,184,104,.3)
}

.progress.progress-warning .progress-bar {
    background-color: #feb868
}

.progress.progress-danger {
    background-color: rgba(193,0,43,.3)
}

.progress.progress-danger .progress-bar {
    background-color: #c1002b
}

.progress.progress-light {
    background-color: rgba(241,244,248,.3)
}

.progress.progress-light .progress-bar {
    background-color: #f1f4f8
}

.progress.progress-dark {
    background-color: rgba(43,53,79,.3)
}

.progress.progress-dark .progress-bar {
    background-color: #2b354f
}

.progress.progress-gray {
    background-color: rgba(134,154,184,.3)
}

.progress.progress-gray .progress-bar {
    background-color: #869ab8
}

.progress.progress-gray-light {
    background-color: rgba(198,211,230,.3)
}

.progress.progress-gray-light .progress-bar {
    background-color: #c6d3e6
}

.progress.progress-alternate {
    background-color: rgba(252,158,33,.3)
}

.progress.progress-alternate .progress-bar {
    background-color: #fc9e21
}

.progress.progress-contrast {
    background-color: rgba(255,255,255,.3)
}

.progress.progress-contrast .progress-bar {
    background-color: #fff
}

.progress.progress-darker {
    background-color: rgba(22,28,45,.3)
}

.progress.progress-darker .progress-bar {
    background-color: #161c2d
}

.progress.progress-black {
    background-color: rgba(22,28,45,.3)
}

.progress.progress-black .progress-bar {
    background-color: #161c2d
}

.animate-bars .progress-bars {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.animate-bars .progress-bars p {
    font-size: .875rem
}

.animate-bars .progress-bars.progress-vertical {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.animate-bars .progress-bars.progress-vertical p {
    margin-top: 0;
    margin-left: 1rem
}

.animate-bars .progress-bars.progress-vertical li {
    height: 100px;
    width: 8px
}

.animate-bars .progress-bars.progress-vertical .progress,.animate-bars .progress-bars.progress-vertical .progress-bar {
    bottom: 0;
    position: absolute;
    width: 8px
}

.animate-bars .progress-bars.progress-horizontal {
    width: 100%
}

.animate-bars .progress-bars.progress-horizontal p {
    margin-top: 0;
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.animate-bars .progress-bars.progress-horizontal li+li {
    margin-top: 1.5rem
}

.animate-bars .progress-bars li {
    position: relative
}

.navbar-nav {
    position: relative
}

@media (min-width: 768px) {
    .navbar .dropdown.mega {
        position:static
    }
}

.nav-process {
    margin-left: -30px
}

.nav-process .nav-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-process .nav-item:after,.nav-process .nav-item:before {
    content: "";
    width: 50%;
    border-top: 1px dashed #53f;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: .375rem
}

.nav-process .nav-item:before {
    left: 0
}

.nav-process .nav-item:after {
    right: 0
}

.nav-process .nav-item:first-of-type:before {
    border: none
}

.nav-process .nav-item:last-of-type:after {
    border: none
}

.nav-process.nav-circle .nav-item.active .nav-link:before {
    padding: .75rem;
    margin-top: -.375rem
}

.nav-process.nav-circle .nav-item.active .nav-link:after {
    content: attr(data-step);
    color: #fff;
    font-size: .55rem;
    font-weight: 700;
    position: absolute;
    top: 1px
}

.nav-process.nav-circle .nav-link {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-process.nav-circle .nav-link:before {
    content: "";
    background-color: #53f;
    padding: .375rem;
    display: block;
    border-radius: 50%;
    margin: 0 .5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.swiper-container .swiper-pagination-top {
    bottom: auto;
    top: 0
}

.swiper-pagination.highlight-active .swiper-pagination-bullet {
    will-change: width;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out
}

.swiper-pagination.highlight-active .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 4px
}

.swiper-container-rtl .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {
    content: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    content: none
}

.swiper-button.rounded-circle {
    background-image: none;
    background-color: #fff;
    width: 3rem;
    height: 3rem;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-nav-thumbs .nav-link {
    padding: .5rem .75rem
}

.swiper-nav-thumbs .thumb {
    width: 1.75rem;
    height: 1.75rem;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.swiper-nav-thumbs .thumb.active {
    -webkit-transform: scale(1.75);
    transform: scale(1.75)
}

.swiper-center-nav .swiper-button {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.swiper-center-nav .swiper-button:hover {
    background-color: #53f;
    color: #fff
}

.swiper-center-nav .swiper-button-prev {
    left: 0;
    top: 50%
}

@media (min-width: 768px) {
    .swiper-center-nav .swiper-button-prev {
        -webkit-transform:translateX(-50%);
        transform: translateX(-50%)
    }

    .swiper-center-nav .swiper-button-prev:hover {
        -webkit-transform: translate(-50%,-2px);
        transform: translate(-50%,-2px)
    }
}

.swiper-center-nav .swiper-button-next {
    right: 0;
    top: 50%
}

@media (min-width: 768px) {
    .swiper-center-nav .swiper-button-next {
        -webkit-transform:translateX(50%);
        transform: translateX(50%)
    }

    .swiper-center-nav .swiper-button-next:hover {
        -webkit-transform: translate(50%,-2px);
        transform: translate(50%,-2px)
    }
}

.table th {
    color: #2b354f;
    font-size: .925rem
}

@media (max-width: 575.98px) {
    .table-responsive tbody,.table-responsive th,.table-responsive thead,.table-responsive tr {
        display:block
    }

    .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .table-responsive tr {
        border: 1px solid #d9e2ef;
        margin-bottom: .5rem
    }

    .table-responsive td {
        border: none;
        border-bottom: 1px solid #d9e2ef;
        position: relative;
        white-space: normal;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table-responsive td:before {
        white-space: nowrap;
        text-align: left;
        font-weight: 700;
        content: attr(data-title);
        font-size: .875rem;
        padding-bottom: .5rem;
        color: #506690;
        opacity: .5
    }
}

.nav-tabs .nav-link {
    letter-spacing: 1.2px;
    font-size: .875rem;
    font-weight: 500;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

@media (min-width: 768px) {
    .nav-tabs .nav-link:hover {
        background-color:transparent
    }
}

.nav-tabs .nav-link [disabled],.nav-tabs .nav-link.disabled {
    color: #c6d3e6!important
}

.nav-tabs .nav-link.active {
    color: #53f
}

.nav-tabs.tabs-clean .nav-link {
    border-color: transparent
}

.nav-tabs.tabs-clean .nav-link .icon {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: -webkit-transform .3s linear;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
    margin: auto
}

.nav-tabs.tabs-clean .nav-link.active {
    border-bottom-color: #53f
}

.nav-tabs.tabs-clean .nav-link.active .icon {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.nav-tabs.tabs-bordered .nav-link.active {
    border-top: 2px solid #53f
}

.nav-tabs.nav-outlined {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none
}

@media (min-width: 576px) {
    .nav-tabs.nav-outlined {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.nav-tabs.nav-outlined .nav-link {
    border: 1px solid #53f;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .5rem;
    color: #53f
}

@media (min-width: 576px) {
    .nav-tabs.nav-outlined .nav-link+.nav-link {
        margin-left:-1px
    }
}

@media (min-width: 768px) {
    .nav-tabs.nav-outlined .nav-link {
        margin-top:0;
        padding: .25rem 1.25rem
    }
}

.nav-tabs.nav-outlined .nav-link.active {
    background-color: #53f;
    color: #fff
}

.nav-tabs.nav-outlined .nav-link:last-child {
    border-right: 1px solid #53f
}

.nav-tabs.nav-outlined.nav-rounded .nav-link {
    border-radius: 5rem;
    margin-right: .5rem
}

@media (min-width: 768px) {
    .nav-tabs.nav-outlined.nav-rounded .nav-link {
        border-radius:0;
        margin-right: 0
    }

    .nav-tabs.nav-outlined.nav-rounded .nav-link:first-child {
        border-radius: 5rem 0 0 5rem
    }

    .nav-tabs.nav-outlined.nav-rounded .nav-link:last-child {
        border-radius: 0 5rem 5rem 0
    }
}

@media (min-width: 768px) {
    .nav-tabs.slide+.tab-content {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden
    }

    .nav-tabs.slide+.tab-content>.tab-pane {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
        margin-right: -100%;
        display: block;
        opacity: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .nav-tabs.slide+.tab-content>.tab-pane.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        margin-right: 0
    }
}

.nav-tabs.nav-tabs-primary .nav-link.active {
    color: #53f
}

.nav-tabs.nav-tabs-primary.tabs-clean .nav-link.active {
    border-bottom-color: #53f
}

.nav-tabs.nav-tabs-primary.tabs-bordered .nav-link.active {
    border-top-color: #53f!important
}

.nav-tabs.nav-tabs-primary.nav-outlined .nav-link {
    border-color: #53f;
    color: #53f
}

.nav-tabs.nav-tabs-primary.nav-outlined .nav-link.active {
    background-color: #53f;
    color: #fff
}

.nav-tabs.nav-tabs-primary.nav-outlined .nav-link:last-child {
    border-right-color: #53f
}

.nav-tabs.nav-tabs-secondary .nav-link.active {
    color: #506690
}

.nav-tabs.nav-tabs-secondary.tabs-clean .nav-link.active {
    border-bottom-color: #506690
}

.nav-tabs.nav-tabs-secondary.tabs-bordered .nav-link.active {
    border-top-color: #506690!important
}

.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link {
    border-color: #506690;
    color: #506690
}

.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link.active {
    background-color: #506690;
    color: #fff
}

.nav-tabs.nav-tabs-secondary.nav-outlined .nav-link:last-child {
    border-right-color: #506690
}

.nav-tabs.nav-tabs-success .nav-link.active {
    color: #00c9b7
}

.nav-tabs.nav-tabs-success.tabs-clean .nav-link.active {
    border-bottom-color: #00c9b7
}

.nav-tabs.nav-tabs-success.tabs-bordered .nav-link.active {
    border-top-color: #00c9b7!important
}

.nav-tabs.nav-tabs-success.nav-outlined .nav-link {
    border-color: #00c9b7;
    color: #00c9b7
}

.nav-tabs.nav-tabs-success.nav-outlined .nav-link.active {
    background-color: #00c9b7;
    color: #fff
}

.nav-tabs.nav-tabs-success.nav-outlined .nav-link:last-child {
    border-right-color: #00c9b7
}

.nav-tabs.nav-tabs-info .nav-link.active {
    color: #00a0e0
}

.nav-tabs.nav-tabs-info.tabs-clean .nav-link.active {
    border-bottom-color: #00a0e0
}

.nav-tabs.nav-tabs-info.tabs-bordered .nav-link.active {
    border-top-color: #00a0e0!important
}

.nav-tabs.nav-tabs-info.nav-outlined .nav-link {
    border-color: #00a0e0;
    color: #00a0e0
}

.nav-tabs.nav-tabs-info.nav-outlined .nav-link.active {
    background-color: #00a0e0;
    color: #fff
}

.nav-tabs.nav-tabs-info.nav-outlined .nav-link:last-child {
    border-right-color: #00a0e0
}

.nav-tabs.nav-tabs-warning .nav-link.active {
    color: #feb868
}

.nav-tabs.nav-tabs-warning.tabs-clean .nav-link.active {
    border-bottom-color: #feb868
}

.nav-tabs.nav-tabs-warning.tabs-bordered .nav-link.active {
    border-top-color: #feb868!important
}

.nav-tabs.nav-tabs-warning.nav-outlined .nav-link {
    border-color: #feb868;
    color: #feb868
}

.nav-tabs.nav-tabs-warning.nav-outlined .nav-link.active {
    background-color: #feb868;
    color: #fff
}

.nav-tabs.nav-tabs-warning.nav-outlined .nav-link:last-child {
    border-right-color: #feb868
}

.nav-tabs.nav-tabs-danger .nav-link.active {
    color: #c1002b
}

.nav-tabs.nav-tabs-danger.tabs-clean .nav-link.active {
    border-bottom-color: #c1002b
}

.nav-tabs.nav-tabs-danger.tabs-bordered .nav-link.active {
    border-top-color: #c1002b!important
}

.nav-tabs.nav-tabs-danger.nav-outlined .nav-link {
    border-color: #c1002b;
    color: #c1002b
}

.nav-tabs.nav-tabs-danger.nav-outlined .nav-link.active {
    background-color: #c1002b;
    color: #fff
}

.nav-tabs.nav-tabs-danger.nav-outlined .nav-link:last-child {
    border-right-color: #c1002b
}

.nav-tabs.nav-tabs-light .nav-link.active {
    color: #f1f4f8
}

.nav-tabs.nav-tabs-light.tabs-clean .nav-link.active {
    border-bottom-color: #f1f4f8
}

.nav-tabs.nav-tabs-light.tabs-bordered .nav-link.active {
    border-top-color: #f1f4f8!important
}

.nav-tabs.nav-tabs-light.nav-outlined .nav-link {
    border-color: #f1f4f8;
    color: #f1f4f8
}

.nav-tabs.nav-tabs-light.nav-outlined .nav-link.active {
    background-color: #f1f4f8;
    color: #fff
}

.nav-tabs.nav-tabs-light.nav-outlined .nav-link:last-child {
    border-right-color: #f1f4f8
}

.nav-tabs.nav-tabs-dark .nav-link.active {
    color: #2b354f
}

.nav-tabs.nav-tabs-dark.tabs-clean .nav-link.active {
    border-bottom-color: #2b354f
}

.nav-tabs.nav-tabs-dark.tabs-bordered .nav-link.active {
    border-top-color: #2b354f!important
}

.nav-tabs.nav-tabs-dark.nav-outlined .nav-link {
    border-color: #2b354f;
    color: #2b354f
}

.nav-tabs.nav-tabs-dark.nav-outlined .nav-link.active {
    background-color: #2b354f;
    color: #fff
}

.nav-tabs.nav-tabs-dark.nav-outlined .nav-link:last-child {
    border-right-color: #2b354f
}

.nav-tabs.nav-tabs-gray .nav-link.active {
    color: #869ab8
}

.nav-tabs.nav-tabs-gray.tabs-clean .nav-link.active {
    border-bottom-color: #869ab8
}

.nav-tabs.nav-tabs-gray.tabs-bordered .nav-link.active {
    border-top-color: #869ab8!important
}

.nav-tabs.nav-tabs-gray.nav-outlined .nav-link {
    border-color: #869ab8;
    color: #869ab8
}

.nav-tabs.nav-tabs-gray.nav-outlined .nav-link.active {
    background-color: #869ab8;
    color: #fff
}

.nav-tabs.nav-tabs-gray.nav-outlined .nav-link:last-child {
    border-right-color: #869ab8
}

.nav-tabs.nav-tabs-gray-light .nav-link.active {
    color: #c6d3e6
}

.nav-tabs.nav-tabs-gray-light.tabs-clean .nav-link.active {
    border-bottom-color: #c6d3e6
}

.nav-tabs.nav-tabs-gray-light.tabs-bordered .nav-link.active {
    border-top-color: #c6d3e6!important
}

.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link {
    border-color: #c6d3e6;
    color: #c6d3e6
}

.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link.active {
    background-color: #c6d3e6;
    color: #fff
}

.nav-tabs.nav-tabs-gray-light.nav-outlined .nav-link:last-child {
    border-right-color: #c6d3e6
}

.nav-tabs.nav-tabs-alternate .nav-link.active {
    color: #fc9e21
}

.nav-tabs.nav-tabs-alternate.tabs-clean .nav-link.active {
    border-bottom-color: #fc9e21
}

.nav-tabs.nav-tabs-alternate.tabs-bordered .nav-link.active {
    border-top-color: #fc9e21!important
}

.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link {
    border-color: #fc9e21;
    color: #fc9e21
}

.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link.active {
    background-color: #fc9e21;
    color: #fff
}

.nav-tabs.nav-tabs-alternate.nav-outlined .nav-link:last-child {
    border-right-color: #fc9e21
}

.nav-tabs.nav-tabs-contrast .nav-link.active {
    color: #fff
}

.nav-tabs.nav-tabs-contrast.tabs-clean .nav-link.active {
    border-bottom-color: #fff
}

.nav-tabs.nav-tabs-contrast.tabs-bordered .nav-link.active {
    border-top-color: #fff!important
}

.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link {
    border-color: #fff;
    color: #fff
}

.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link.active {
    background-color: #fff;
    color: #fff
}

.nav-tabs.nav-tabs-contrast.nav-outlined .nav-link:last-child {
    border-right-color: #fff
}

.nav-tabs.nav-tabs-darker .nav-link.active {
    color: #161c2d
}

.nav-tabs.nav-tabs-darker.tabs-clean .nav-link.active {
    border-bottom-color: #161c2d
}

.nav-tabs.nav-tabs-darker.tabs-bordered .nav-link.active {
    border-top-color: #161c2d!important
}

.nav-tabs.nav-tabs-darker.nav-outlined .nav-link {
    border-color: #161c2d;
    color: #161c2d
}

.nav-tabs.nav-tabs-darker.nav-outlined .nav-link.active {
    background-color: #161c2d;
    color: #fff
}

.nav-tabs.nav-tabs-darker.nav-outlined .nav-link:last-child {
    border-right-color: #161c2d
}

.nav-tabs.nav-tabs-black .nav-link.active {
    color: #161c2d
}

.nav-tabs.nav-tabs-black.tabs-clean .nav-link.active {
    border-bottom-color: #161c2d
}

.nav-tabs.nav-tabs-black.tabs-bordered .nav-link.active {
    border-top-color: #161c2d!important
}

.nav-tabs.nav-tabs-black.nav-outlined .nav-link {
    border-color: #161c2d;
    color: #161c2d
}

.nav-tabs.nav-tabs-black.nav-outlined .nav-link.active {
    background-color: #161c2d;
    color: #fff
}

.nav-tabs.nav-tabs-black.nav-outlined .nav-link:last-child {
    border-right-color: #161c2d
}

.sw-theme-circles>ul.step-anchor>li:before,.sw-theme-circles>ul.step-anchor>li:last-of-type:after {
    content: "";
    position: absolute;
    height: 3px;
    top: 50%;
    background-color: #d9e2ef;
    width: 50%
}

.wizard.sw-main .step-content {
    background-color: transparent
}

.wizard.sw-main .sw-toolbar {
    background: 0 0
}

.wizard.sw-main>ul.step-anchor {
    background: 0 0
}

.wizard.sw-main .nav-tabs .nav-link {
    letter-spacing: 1px;
    padding: .5rem 1rem!important
}

.wizard.sw-main .nav-tabs .nav-link i {
    font-size: 1rem
}

.sw-theme-circles>ul.step-anchor:before {
    content: none
}

.sw-theme-circles>ul.step-anchor>li {
    margin-top: 60px;
    margin-left: 0;
    padding-left: 40px;
    position: relative
}

.sw-theme-circles>ul.step-anchor>li>a {
    position: relative;
    border: none;
    background: #d9e2ef;
    padding: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sw-theme-circles>ul.step-anchor>li>a:hover {
    background: #c7d4e7
}

.sw-theme-circles>ul.step-anchor>li>a>.desc,.sw-theme-circles>ul.step-anchor>li>a>.small,.sw-theme-circles>ul.step-anchor>li>a>small {
    position: absolute;
    bottom: -1.75rem;
    color: #ccc
}

.sw-theme-circles>ul.step-anchor>li:before {
    left: 0
}

.sw-theme-circles>ul.step-anchor>li:last-of-type {
    padding-right: 40px
}

.sw-theme-circles>ul.step-anchor>li:last-of-type:after {
    right: 0
}

.sw-theme-circles>ul.step-anchor>li.clickable>a:hover {
    color: #53f!important
}

.sw-theme-circles>ul.step-anchor>li.active:before,.sw-theme-circles>ul.step-anchor>li.active:last-of-type:after,.sw-theme-circles>ul.step-anchor>li.done:before,.sw-theme-circles>ul.step-anchor>li.done:last-of-type:after {
    background-color: #53f
}

.sw-theme-circles>ul.step-anchor>li.active>a {
    color: #fff;
    background: #53f
}

.sw-theme-circles>ul.step-anchor>li.active>a>.desc,.sw-theme-circles>ul.step-anchor>li.active>a>.small,.sw-theme-circles>ul.step-anchor>li.active>a>small {
    color: #53f
}

.sw-theme-circles>ul.step-anchor>li.done>a {
    -webkit-box-shadow: 0 0 0 2px #53f!important;
    box-shadow: 0 0 0 2px #53f!important;
    color: #00a0e0;
    background: #fff
}

.sw-theme-circles>ul.step-anchor>li.done>a>.desc,.sw-theme-circles>ul.step-anchor>li.done>a>.small,.sw-theme-circles>ul.step-anchor>li.done>a>small {
    color: #00a0e0
}

.sw-theme-circles>ul.step-anchor>li.danger>a {
    -webkit-box-shadow: 0 0 0 2px #c1002b!important;
    box-shadow: 0 0 0 2px #c1002b!important;
    color: #fff;
    background: #c1002b
}

.sw-theme-circles>ul.step-anchor>li.danger>a>.desc,.sw-theme-circles>ul.step-anchor>li.danger>a>.small,.sw-theme-circles>ul.step-anchor>li.danger>a>small {
    color: #c1002b
}

.sw-theme-circles>ul.step-anchor>li.disabled>a {
    color: #eee!important
}

.sw-theme-circles>ul.step-anchor>li.disabled>a:hover {
    color: #eee!important
}

@media (min-width: 768px) {
    .sw-theme-circles>ul.step-anchor>li {
        margin-top:0
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes bubble-v {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-460px);
        transform: translateY(-460px)
    }
}

@keyframes bubble-v {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-460px);
        transform: translateY(-460px)
    }
}

@-webkit-keyframes bubble-left-v {
    0% {
        margin-bottom: 0;
        opacity: .1
    }

    20% {
        opacity: 1
    }

    100% {
        margin-bottom: 460px;
        opacity: 1;
        left: 0
    }
}

@keyframes bubble-left-v {
    0% {
        margin-bottom: 0;
        opacity: .1
    }

    20% {
        opacity: 1
    }

    100% {
        margin-bottom: 460px;
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes shake-v {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 50px
    }
}

@keyframes shake-v {
    0% {
        margin-left: 0
    }

    100% {
        margin-left: 50px
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes jump {
    0% {
        top: 0
    }

    50% {
        top: 50px
    }

    100% {
        top: 0
    }
}

@keyframes jump {
    0% {
        top: 0
    }

    50% {
        top: 50px
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0) translate(-165px) rotate(0);
        transform: rotate(0) translate(-165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg) translate(-165px) rotate(-360deg);
        transform: rotate(360deg) translate(-165px) rotate(-360deg)
    }
}

@-webkit-keyframes anti-clockwise {
    0% {
        -webkit-transform: rotate(0) translate(165px) rotate(0);
        transform: rotate(0) translate(165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
        transform: rotate(-360deg) translate(165px) rotate(360deg)
    }
}

@keyframes anti-clockwise {
    0% {
        -webkit-transform: rotate(0) translate(165px) rotate(0);
        transform: rotate(0) translate(165px) rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg) translate(165px) rotate(360deg);
        transform: rotate(-360deg) translate(165px) rotate(360deg)
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotating-clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating-clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotating-diagonal {
    0% {
        -webkit-transform: translate(-300px,150px) rotate(0);
        transform: translate(-300px,150px) rotate(0)
    }

    100% {
        -webkit-transform: translate(300px,-150px) rotate(180deg);
        transform: translate(300px,-150px) rotate(180deg)
    }
}

@keyframes rotating-diagonal {
    0% {
        -webkit-transform: translate(-300px,150px) rotate(0);
        transform: translate(-300px,150px) rotate(0)
    }

    100% {
        -webkit-transform: translate(300px,-150px) rotate(180deg);
        transform: translate(300px,-150px) rotate(180deg)
    }
}

.animation {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.animation--clockwise {
    -webkit-animation: clockwise 30s linear infinite normal;
    animation: clockwise 30s linear infinite normal
}

.animation--anti-clockwise {
    -webkit-animation: anti-clockwise 30s linear infinite normal;
    animation: anti-clockwise 30s linear infinite normal
}

.animation--rotating {
    -webkit-animation: rotating 15s linear infinite normal;
    animation: rotating 15s linear infinite normal
}

.animation--rotating-diagonal {
    -webkit-animation: rotating-diagonal 15s linear infinite alternate;
    animation: rotating-diagonal 15s linear infinite alternate
}

.animation--rotating-clockwise {
    -webkit-animation: rotating-clockwise 15s linear infinite normal;
    animation: rotating-clockwise 15s linear infinite normal
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    animation: blink .7s infinite
}

.input-group-register {
    position: relative
}

.input-group-register label {
    position: absolute;
    bottom: -4px;
    margin-bottom: 0
}

.input-group-register .btn {
    border-radius: .25rem;
    margin: 0;
    height: 60px;
    right: 5px;
    border: none;
    color: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 4;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.input-group-register .form-control {
    width: 100%;
    position: relative;
    border-radius: .25rem;
    height: 70px;
    line-height: 70px;
    padding: 0 180px 0 30px;
    border: none
}

main {
    -webkit-transition: -webkit-transform .4s ease 0s;
    transition: -webkit-transform .4s ease 0s;
    transition: transform .4s ease 0s;
    transition: transform .4s ease 0s,-webkit-transform .4s ease 0s
}

.navigation {
    background-color: #fff;
    min-height: 90px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (max-width: 575.98px) {
    .navigation .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .navigation .dropdown-item:before {
        content: "";
        background-color: #506690;
        padding: 3px;
        left: 0;
        border-radius: 50%;
        opacity: .5
    }

    .navigation .dropdown-item:before {
        position: absolute;
        top: 12px
    }

    .navigation .dropdown-heading {
        padding-left: 0!important
    }
}

.navigation .navbar-toggler {
    -ms-flex-item-align: center;
    align-self: center
}

.navigation .navbar-toggler .icon-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background-color: #53f;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    display: block;
    width: 30px;
    height: 2px
}

.navigation .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 6px
}

@media (min-width: 768px) {
    .navigation .navbar-toggler .icon-bar:hover {
        background-color:#d9e2ef
    }
}

.navigation .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navigation .dropdown-heading {
    margin: 0;
    padding: .5rem 1rem;
    font-weight: 700;
    position: relative
}

.navigation.fixed-top .navbar-collapse {
    height: 100vh
}

.navigation.navbar-expanded.sidebar-left .collapse {
    left: 0
}

.navigation.navbar-expanded.sidebar-left .navbar-brand,.navigation.navbar-expanded.sidebar-left .navbar-toggler,.navigation.navbar-expanded.sidebar-left main {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.navigation.navbar-expanded.sidebar-right .collapse {
    right: 0
}

.navigation.navbar-expanded.sidebar-right .navbar-brand,.navigation.navbar-expanded.sidebar-right .navbar-toggler,.navigation.navbar-expanded.sidebar-right main {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.navigation.navbar-expanded .icon-bar:nth-child(1) {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

.navigation.navbar-expanded .icon-bar:nth-child(2) {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0
}

.navigation.navbar-expanded .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(225deg);
    transform: translateY(-15px) rotate(225deg)
}

.navigation.sidebar-left .collapse {
    left: -250px;
    border-right: 1px solid #d9e2ef
}

.navigation.sidebar-right .collapse {
    right: -250px;
    border-left: 1px solid #d9e2ef
}

.navigation.sidebar-right .navbar-toggler {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.navigation.sidebar-right .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.navigation .collapse {
    -webkit-transition: left .4s ease 0s;
    transition: left .4s ease 0s;
    background-color: #fff;
    width: 250px;
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    display: block
}

@media (max-width: 575.98px) {
    .navigation .collapse {
        overflow-y:auto
    }
}

.navigation .logo {
    max-height: 75px;
	
}

.navigation .dropdown-menu {
    font-size: .875rem;
    padding: 1rem 0;
    border: none
}

.navigation .dropdown-menu .dropdown-item {
    color: #788195;
    position: relative
}

.navigation .dropdown-menu .dropdown-item.disabled {
    opacity: .4
}

.navigation .sidebar-brand {
    padding: 1rem
}

.navigation .nav-link {
    color: #53f;
    font-family: Poppins,sans-serif;
    font-size: .9rem;
    font-weight: 500;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,opacity .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,opacity .3s ease-in-out;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 1rem
}

.navigation .nav-link i {
    display: inline-block;
    margin-right: 15px
}

.navigation .nav-link.active,.navigation .nav-link:hover {
    color: #fff
}

@media (max-width: 575.98px) {
    .navigation .nav-link.active,.navigation .nav-link:hover {
        background:#53f
    }
}

.navigation.navbar-sticky {
    position: fixed!important;
    background-color: #fff;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: 1px solid rgba(0,0,0,.11);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.11);
    box-shadow: 0 0 5px rgba(0,0,0,.11);
    min-height: 90px;
    z-index: 1030;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.navigation.navbar-sticky .logo {
    display: none
}

.navigation.navbar-sticky .logo.logo-sticky {
    display: inline-block!important
}

.navigation.navbar-sticky .logo.logo-sticky+.logo {
    display: none!important
}

.navigation .btn-outline,.navigation.navbar-sticky .btn-outline {
    color: #53f;
    border-color: #53f
}

.navigation .btn-outline:hover,.navigation.navbar-sticky .btn-outline:hover {
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.btn-check:focus+.navigation .btn-outline,.btn-check:focus+.navigation.navbar-sticky .btn-outline,.navigation .btn-outline:focus,.navigation.navbar-sticky .btn-outline:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(85,51,255,.5);
    box-shadow: 0 0 0 .25rem rgba(85,51,255,.5)
}

.btn-check:active+.navigation .btn-outline,.btn-check:active+.navigation.navbar-sticky .btn-outline,.btn-check:checked+.navigation .btn-outline,.btn-check:checked+.navigation.navbar-sticky .btn-outline,.navigation .btn-outline.active,.navigation .btn-outline.dropdown-toggle.show,.navigation .btn-outline:active,.navigation.navbar-sticky .btn-outline.active,.navigation.navbar-sticky .btn-outline.dropdown-toggle.show,.navigation.navbar-sticky .btn-outline:active {
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.btn-check:active+.navigation .btn-outline:focus,.btn-check:active+.navigation.navbar-sticky .btn-outline:focus,.btn-check:checked+.navigation .btn-outline:focus,.btn-check:checked+.navigation.navbar-sticky .btn-outline:focus,.navigation .btn-outline.active:focus,.navigation .btn-outline.dropdown-toggle.show:focus,.navigation .btn-outline:active:focus,.navigation.navbar-sticky .btn-outline.active:focus,.navigation.navbar-sticky .btn-outline.dropdown-toggle.show:focus,.navigation.navbar-sticky .btn-outline:active:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(85,51,255,.5);
    box-shadow: 0 0 0 .25rem rgba(85,51,255,.5)
}

.navigation .btn-outline.disabled,.navigation .btn-outline:disabled,.navigation.navbar-sticky .btn-outline.disabled,.navigation.navbar-sticky .btn-outline:disabled {
    color: #53f;
    background-color: transparent
}

.navigation .btn-outline:hover,.navigation.navbar-sticky .btn-outline:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(85,51,255,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(85,51,255,.4)!important
}

.navigation .btn-solid,.navigation.navbar-sticky .btn-solid {
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.navigation .btn-solid:hover,.navigation.navbar-sticky .btn-solid:hover {
    color: #fff;
    background-color: #482bd9;
    border-color: #4429cc
}

.btn-check:focus+.navigation .btn-solid,.btn-check:focus+.navigation.navbar-sticky .btn-solid,.navigation .btn-solid:focus,.navigation.navbar-sticky .btn-solid:focus {
    color: #fff;
    background-color: #482bd9;
    border-color: #4429cc;
    -webkit-box-shadow: 0 0 0 .25rem rgba(111,82,255,.5);
    box-shadow: 0 0 0 .25rem rgba(111,82,255,.5)
}

.btn-check:active+.navigation .btn-solid,.btn-check:active+.navigation.navbar-sticky .btn-solid,.btn-check:checked+.navigation .btn-solid,.btn-check:checked+.navigation.navbar-sticky .btn-solid,.navigation .btn-solid.active,.navigation .btn-solid:active,.navigation.navbar-sticky .btn-solid.active,.navigation.navbar-sticky .btn-solid:active,.show>.navigation .btn-solid.dropdown-toggle,.show>.navigation.navbar-sticky .btn-solid.dropdown-toggle {
    color: #fff;
    background-color: #4429cc;
    border-color: #4026bf
}

.btn-check:active+.navigation .btn-solid:focus,.btn-check:active+.navigation.navbar-sticky .btn-solid:focus,.btn-check:checked+.navigation .btn-solid:focus,.btn-check:checked+.navigation.navbar-sticky .btn-solid:focus,.navigation .btn-solid.active:focus,.navigation .btn-solid:active:focus,.navigation.navbar-sticky .btn-solid.active:focus,.navigation.navbar-sticky .btn-solid:active:focus,.show>.navigation .btn-solid.dropdown-toggle:focus,.show>.navigation.navbar-sticky .btn-solid.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .25rem rgba(111,82,255,.5);
    box-shadow: 0 0 0 .25rem rgba(111,82,255,.5)
}

.navigation .btn-solid.disabled,.navigation .btn-solid:disabled,.navigation.navbar-sticky .btn-solid.disabled,.navigation.navbar-sticky .btn-solid:disabled {
    color: #fff;
    background-color: #53f;
    border-color: #53f
}

.navigation .btn-solid:hover,.navigation.navbar-sticky .btn-solid:hover {
    -webkit-box-shadow: -1px 3px 10px 0 rgba(85,51,255,.4)!important;
    box-shadow: -1px 3px 10px 0 rgba(85,51,255,.4)!important
}

@media (min-width: 768px) {
    .navigation {
        background-color:#fff;
        padding: 0
    }

    .navigation:not(.fixed-top) {
        position: static;
        top: -90px
    }

    .navigation.fixed-top {
        background-color: transparent;
        border-bottom: 1px solid rgb(255 255 255 / 28%);
    }

    .navigation.fixed-top .navbar-collapse {
        height: auto
    }

    .navigation.fixed-top .nav-link {
        color: #fff
    }

    .navigation.fixed-top .nav-link.active,.navigation.fixed-top .nav-link:hover {
        color: #f1f4f8
    }

    .navigation.navbar-sticky {
        background-color: #fff;
        top: 0
    }

    .navigation.navbar-sticky .nav-link {
        color: #6d768b
    }

    .navigation.navbar-sticky .nav-link.active,.navigation.navbar-sticky .nav-link:hover {
        color: #53f
    }

    .navigation.navbar-expanded .navbar-brand,.navigation.navbar-expanded .navbar-toggler,.navigation.navbar-expanded main {
        -webkit-transform: translateX(0)!important;
        transform: translateX(0)!important
    }

    .navigation.sidebar-left .collapse {
        left: 0;
        border-right: none
    }

    .navigation.sidebar-right .collapse {
        right: 0;
        border-left: none
    }

    .navigation.sidebar-right .navbar-brand {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .navigation.dark-link .nav-link {
        color: #002b48;
        opacity: .7
    }

    .navigation.dark-link .nav-link.active,.navigation.dark-link .nav-link:hover {
        opacity: 1;
        color: #000
    }

    .navigation.dark-link .btn-outline {
        color: #53f;
        border-color: #53f
    }

    .navigation.dark-link .btn-outline:hover {
        color: #fff;
        background-color: #53f;
        border-color: #53f
    }

    .btn-check:focus+.navigation.dark-link .btn-outline,.navigation.dark-link .btn-outline:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(85,51,255,.5);
        box-shadow: 0 0 0 .25rem rgba(85,51,255,.5)
    }

    .btn-check:active+.navigation.dark-link .btn-outline,.btn-check:checked+.navigation.dark-link .btn-outline,.navigation.dark-link .btn-outline.active,.navigation.dark-link .btn-outline.dropdown-toggle.show,.navigation.dark-link .btn-outline:active {
        color: #fff;
        background-color: #53f;
        border-color: #53f
    }

    .btn-check:active+.navigation.dark-link .btn-outline:focus,.btn-check:checked+.navigation.dark-link .btn-outline:focus,.navigation.dark-link .btn-outline.active:focus,.navigation.dark-link .btn-outline.dropdown-toggle.show:focus,.navigation.dark-link .btn-outline:active:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(85,51,255,.5);
        box-shadow: 0 0 0 .25rem rgba(85,51,255,.5)
    }

    .navigation.dark-link .btn-outline.disabled,.navigation.dark-link .btn-outline:disabled {
        color: #53f;
        background-color: transparent
    }

    .navigation.dark-link .btn-solid {
        color: #fff;
        background-color: #53f;
        border-color: #53f
    }

    .navigation.dark-link .btn-solid:hover {
        color: #fff;
        background-color: #482bd9;
        border-color: #4429cc
    }

    .btn-check:focus+.navigation.dark-link .btn-solid,.navigation.dark-link .btn-solid:focus {
        color: #fff;
        background-color: #482bd9;
        border-color: #4429cc;
        -webkit-box-shadow: 0 0 0 .25rem rgba(111,82,255,.5);
        box-shadow: 0 0 0 .25rem rgba(111,82,255,.5)
    }

    .btn-check:active+.navigation.dark-link .btn-solid,.btn-check:checked+.navigation.dark-link .btn-solid,.navigation.dark-link .btn-solid.active,.navigation.dark-link .btn-solid:active,.show>.navigation.dark-link .btn-solid.dropdown-toggle {
        color: #fff;
        background-color: #4429cc;
        border-color: #4026bf
    }

    .btn-check:active+.navigation.dark-link .btn-solid:focus,.btn-check:checked+.navigation.dark-link .btn-solid:focus,.navigation.dark-link .btn-solid.active:focus,.navigation.dark-link .btn-solid:active:focus,.show>.navigation.dark-link .btn-solid.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(111,82,255,.5);
        box-shadow: 0 0 0 .25rem rgba(111,82,255,.5)
    }

    .navigation.dark-link .btn-solid.disabled,.navigation.dark-link .btn-solid:disabled {
        color: #fff;
        background-color: #53f;
        border-color: #53f
    }

    .navigation .collapse {
        position: relative;
        width: auto;
        background: 0 0
    }

    .navigation .nav-link {
        color: #6d768b;
        padding-left: 1.25rem!important;
        padding-right: 1.25rem!important
    }

    .navigation .nav-link i {
        display: none
    }

    .navigation .nav-link.active,.navigation .nav-link:hover {
        color: #4f586c
    }

    .navigation .dropdown.show .dropdown-toggle {
        color: #abbcd5
    }

    .navigation .sidebar-brand {
        display: none
    }

    .navigation .btn-outline {
        color: #fff;
        border-color: #fff;
        color: #fff
    }

    .navigation .btn-outline:hover {
        color: #161c2d;
        background-color: #fff;
        border-color: #fff
    }

    .btn-check:focus+.navigation .btn-outline,.navigation .btn-outline:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .25rem rgba(255,255,255,.5)
    }

    .btn-check:active+.navigation .btn-outline,.btn-check:checked+.navigation .btn-outline,.navigation .btn-outline.active,.navigation .btn-outline.dropdown-toggle.show,.navigation .btn-outline:active {
        color: #161c2d;
        background-color: #fff;
        border-color: #fff
    }

    .btn-check:active+.navigation .btn-outline:focus,.btn-check:checked+.navigation .btn-outline:focus,.navigation .btn-outline.active:focus,.navigation .btn-outline.dropdown-toggle.show:focus,.navigation .btn-outline:active:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(255,255,255,.5);
        box-shadow: 0 0 0 .25rem rgba(255,255,255,.5)
    }

    .navigation .btn-outline.disabled,.navigation .btn-outline:disabled {
        color: #fff;
        background-color: transparent
    }

    .navigation .btn-solid {
        color: #161c2d;
        background-color: #fff;
        border-color: #fff
    }

    .navigation .btn-solid:hover {
        color: #161c2d;
        background-color: #fff;
        border-color: #fff
    }

    .btn-check:focus+.navigation .btn-solid,.navigation .btn-solid:focus {
        color: #161c2d;
        background-color: #fff;
        border-color: #fff;
        -webkit-box-shadow: 0 0 0 .25rem rgba(220,221,224,.5);
        box-shadow: 0 0 0 .25rem rgba(220,221,224,.5)
    }

    .btn-check:active+.navigation .btn-solid,.btn-check:checked+.navigation .btn-solid,.navigation .btn-solid.active,.navigation .btn-solid:active,.show>.navigation .btn-solid.dropdown-toggle {
        color: #161c2d;
        background-color: #fff;
        border-color: #fff
    }

    .btn-check:active+.navigation .btn-solid:focus,.btn-check:checked+.navigation .btn-solid:focus,.navigation .btn-solid.active:focus,.navigation .btn-solid:active:focus,.show>.navigation .btn-solid.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(220,221,224,.5);
        box-shadow: 0 0 0 .25rem rgba(220,221,224,.5)
    }

    .navigation .btn-solid.disabled,.navigation .btn-solid:disabled {
        color: #161c2d;
        background-color: #fff;
        border-color: #fff
    }

    .navigation .dropdown-menu {
        margin-top: -10px;
        border: 1px solid #d9e2ef;
        min-width: 100%;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.075);
        box-shadow: 0 0 10px rgba(0,0,0,.075)
    }

    .navigation.navbar-sticky .dropdown-menu {
        margin-top: -3px
    }
}

.nav-pills-light .nav-link {
    opacity: .7;
    color: #40495d;
    border: 1px solid transparent
}

.nav-pills-light .nav-link.active,.nav-pills-light .nav-link:hover {
    opacity: 1
}

.nav-pills-light .nav-link.active {
    background-color: #fff;
    color: #40495d;
    -webkit-box-shadow: 0 0 64px rgba(183,192,215,.5);
    box-shadow: 0 0 64px rgba(183,192,215,.5);
    border: 1px solid #d9e2ef
}

.nav-pills-outline .nav-link {
    border-radius: 0;
    padding: .5rem;
    position: relative
}

.nav-pills-outline .nav-link:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s -webkit-transform ease;
    transition: .3s -webkit-transform ease;
    transition: .3s transform ease;
    transition: .3s transform ease,.3s -webkit-transform ease;
    content: "";
    height: 2px;
    background-color: #53f;
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%
}

.nav-pills-outline .nav-link.active {
    background-color: #fff;
    color: #53f
}

.nav-pills-outline .nav-link.active:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.nav-pills:not(.nav-pills-light) .nav-link.active .h6,.nav-pills:not(.nav-pills-light) .nav-link.active h6 {
    color: #fff
}

.st-nav {
    z-index: 500;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.st-nav ul {
    padding: 0;
    margin: 0
}

.st-nav li {
    list-style: none
}

.st-nav a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #3f179a;
    -webkit-transition: color .1s;
    transition: color .1s
}

.st-nav a:hover {
    color: #3f179a
}

.st-nav .st-nav-menu {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width: 768px) {
    .st-nav .st-nav-menu {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.st-nav .st-nav-section.logo {
    position: absolute;
    top: 0;
    left: 0
}

.st-nav .st-nav-section.st-nav-primary,.st-nav .st-nav-section.st-nav-secondary {
    display: none
}

.st-nav .st-nav-section.st-nav-primary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.st-nav .st-nav-section.st-nav-primary.stick-right {
    margin-left: auto
}

.st-nav .st-nav-section.st-nav-primary.stick-right+.st-nav-secondary {
    margin-left: 1rem
}

.st-nav .st-nav-section.st-nav-secondary {
    margin-left: auto
}

.st-nav .st-nav-section.st-nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.st-nav .dropdown-item {
    font-weight: 300;
    padding-left: 0;
    padding-right: 0
}

.st-nav .dropdown-item:hover {
    background-color: transparent
}

.st-nav .st-root-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.st-nav .st-nav-section.logo .st-root-link {
    padding-left: 20px!important
}

.st-nav .st-nav-section.st-nav-secondary .st-root-link:last-child {
    padding-right: 20px!important
}

.st-nav .st-nav-section.st-nav-primary .st-root-link {
    font-weight: 400
}

.st-nav .st-has-dropdown:not([href]) {
    cursor: default
}

.st-nav .st-dropdown-root {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 70px;
    pointer-events: none;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    opacity: 0;
    will-change: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    display: none
}

.st-nav.dropdown-active .st-dropdown-root {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none
}

.st-nav .st-dropdown-bg {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 50px 100px rgba(0,43,72,.1),0 15px 35px rgba(0,43,72,.15),0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 50px 100px rgba(0,43,72,.1),0 15px 35px rgba(0,43,72,.15),0 5px 15px rgba(0,0,0,.1);
    width: 520px;
    height: 400px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.st-nav .st-alt-bg,.st-nav .st-dropdown-bg {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.st-nav .st-alt-bg {
    right: 0;
    height: 1000px;
    background: #f1f4f8
}

.st-nav .st-dropdown-arrow {
    top: -6px;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 4px 0 0 0;
    background: #fff;
    -webkit-box-shadow: -3px -3px 5px rgba(80,102,144,.04);
    box-shadow: -3px -3px 5px rgba(80,102,144,.04);
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    position: absolute;
    left: 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.st-nav .st-dropdown-container {
    position: absolute;
    left: 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    overflow: hidden;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform,width,height;
    -webkit-transition-property: width,height,-webkit-transform;
    transition-property: width,height,-webkit-transform;
    transition-property: transform,width,height;
    transition-property: transform,width,height,-webkit-transform
}

.st-nav .st-dropdown-section {
    opacity: 0;
    pointer-events: none;
    will-change: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    background: #fff
}

.st-nav .st-dropdown-section.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.st-nav .st-dropdown-section.left {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px)
}

.st-nav .st-dropdown-section.right {
    -webkit-transform: translateX(150px);
    transform: translateX(150px)
}

.st-nav.dropdown-active .st-dropdown-section.active {
    pointer-events: auto
}

.st-nav.no-dropdown-transition .st-alt-bg,.st-nav.no-dropdown-transition .st-dropdown-arrow,.st-nav.no-dropdown-transition .st-dropdown-bg,.st-nav.no-dropdown-transition .st-dropdown-container,.st-nav.no-dropdown-transition .st-dropdown-section {
    -webkit-transition: none;
    transition: none
}

.st-nav .st-dropdown-content {
    position: absolute
}

.st-nav .st-dropdown-content-group {
    padding: 20px 35px
}

.st-nav .st-dropdown-content-group .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap
}

.st-nav .st-dropdown-content-group .h4,.st-nav .st-dropdown-content-group h4 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .025em;
    margin: 0 0 .5rem;
    color: #869ab8
}

.st-nav .link-title {
    margin: 0 0 .5rem;
    color: #2b354f;
    font-size: 1rem;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .025em
}

.st-nav .st-nav-section.st-nav-mobile .st-root-link {
    cursor: pointer;
    position: relative
}

.st-nav .st-nav-section.st-nav-mobile .st-root-link .icon-bar {
    background-color: #3f179a
}

.st-nav .st-popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.st-nav .st-popup-container {
    background: #fff;
    -webkit-box-shadow: 0 50px 100px rgba(0,43,72,.1),0 15px 35px rgba(0,43,72,.15),0 5px 15px rgba(0,0,0,.1);
    box-shadow: 0 50px 100px rgba(0,43,72,.1),0 15px 35px rgba(0,43,72,.15),0 5px 15px rgba(0,0,0,.1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    font-size: 17px;
    line-height: 40px;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transform: rotate3d(1,1,0,-15deg);
    transform: rotate3d(1,1,0,-15deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0;
    will-change: transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.st-nav .st-nav-section.st-nav-mobile.st-popup-active .st-popup-container {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto
}

.st-nav .st-popup a {
    display: block
}

.st-nav .st-popup-close-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer
}

.st-nav .st-popup-close-button:after,.st-nav .st-popup-close-button:before {
    content: "";
    position: absolute;
    background: #3f179a;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 24px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background .1s;
    transition: background .1s
}

.st-nav .st-popup-close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 768px) {
    .st-nav .st-nav-section.st-nav-primary,.st-nav .st-nav-section.st-nav-secondary {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .st-nav .st-nav-section.st-nav-mobile {
        display: none
    }

    .st-nav .st-dropdown-root {
        display: block
    }
}

.cc-theme-custom.cc-window {
    color: #fff
}

.cc-theme-custom.cc-banner .cc-message {
    width: auto;
    background: #0083dd;
    padding: 20px 76px 20px 16px;
    border-radius: 10px;
    margin-right: -70px;
    margin-left: 10%
}

.cc-theme-custom .cc-link,.cc-theme-custom .cc-link:visited {
    color: red
}

.cc-theme-custom .cc-btn {
    background: #00f;
    background: radial-gradient(ellipse at center,#00f 0,#99007c 100%);
    padding: 58px 0;
    color: red;
    border: 4px dotted red;
    border-radius: 100px;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    height: 150px;
    width: 150px;
    padding: 0;
    line-height: 10
}

.cc-theme-custom .cc-btn:hover {
    background: #99007c;
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.credit-card {
    overflow: hidden
}

.credit-card .shape {
    position: absolute;
    z-index: 1
}

.credit-card .card-body {
    z-index: 1
}

.credit-card .safe-digit {
    width: .525rem;
    height: .525rem;
    border-radius: 50%;
    background-color: #abbcd5;
    margin-right: 3px
}

.credit-card .safe-digit:last-child {
    margin-right: 0
}

.credit-card-st1 .shape-1 {
    left: 25%;
    top: 0;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%)
}

.credit-card-st1 .shape-1 div {
    opacity: .4;
    height: 250px;
    width: 350px;
    background: #d9e2ef;
    border-radius: 50%
}

.credit-card-st1 .shape-2 {
    left: 15%;
    top: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%)
}

.credit-card-st1 .shape-2 div {
    opacity: .3;
    width: 250px;
    height: 250px;
    background: #d9e2ef;
    border-radius: 50%;
    margin: 0
}

.credit-card-st2 .shape-1 {
    right: 0;
    top: 50%;
    -webkit-transform: translate(-20%,-50%);
    transform: translate(-20%,-50%)
}

.credit-card-st2 .shape-1 div {
    opacity: .7;
    width: 0;
    height: 0;
    border: 50px solid transparent;
    border-bottom-color: #f1f4f8;
    position: relative;
    top: -50px
}

.credit-card-st2 .shape-1 div:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -50px;
    top: 50px;
    border: 50px solid transparent;
    border-top-color: #f1f4f8
}

.credit-card-st2 .shape-2 {
    right: 0;
    top: 50%;
    -webkit-transform: translate(-30%,-50%);
    transform: translate(-30%,-50%)
}

.credit-card-st2 .shape-2 div {
    opacity: .5;
    width: 0;
    height: 0;
    border: 60px solid transparent;
    border-bottom-color: #f1f4f8;
    position: relative;
    top: -60px
}

.credit-card-st2 .shape-2 div:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -60px;
    top: 60px;
    border: 60px solid transparent;
    border-top-color: #f1f4f8
}

.credit-card-st3 .shape-1 {
    left: 0;
    right: 0;
    height: 50%;
    top: 50%;
    background-color: #f1f4f8;
    opacity: .6
}

.credit-card-st3 .shape-2 {
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.credit-card-st3 .shape-2 div {
    width: 250px;
    height: 250px;
    border: 2px solid #d9e2ef;
    border-radius: 50%
}

.icon-shape {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-shape .icon {
    margin: 0
}

.list-icon {
    list-style-type: none
}

.list-icon li>* {
    display: table-cell
}

.list-icon li i {
    padding-right: 15px
}

.icon-block {
    padding: 15px;
    margin-bottom: 15px
}

.icon-block p {
    margin-top: 10px
}

.icon-anime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    width: 90px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.icon-anime .icon {
    margin: 0
}

.icon-anime .shape {
    width: 50%;
    height: 100%;
    z-index: -1;
    padding: 1.5rem 0;
    margin-left: -25%
}

.icon-anime .shape.circle {
    border-radius: 50%
}

.icon-anime .shape.outlined {
    border-style: solid
}

@media (min-width: 768px) {
    .icon-anime {
        margin-right:0;
        margin-left: 0
    }
}

.shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.background-shape-main {
    background-color: #53f;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 120px;
    z-index: -1
}

.transparentize {
    opacity: .035
}

.mockup-wrapper {
    position: relative
}

.mockup {
    position: relative;
    margin: 0 auto;
    max-width: 255px
}

.mockup img {
    display: block;
    max-width: 100%;
    height: auto
}

.cutout {
    position: relative
}

.cutout.bottom-right {
    position: relative
}

.cutout.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,30 100,30 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: 0
}

.cutout.bottom-left {
    position: relative
}

.cutout.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 30' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,30 100,30 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: 0
}

.cutout.x2.bottom-right {
    position: relative
}

.cutout.x2.bottom-right::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 60' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,60 100,60 0,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: 0
}

.cutout.x2.bottom-left {
    position: relative
}

.cutout.x2.bottom-left::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 60' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,60 100,60 100,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    bottom: 0
}

p {
    margin: 1rem 0
}

.logo {
    max-width: 180px
}

hr[class*=bg] {
    border-top: 0;
    height: 1px
}

.nav-process {
    min-height: 60px
}

.app-safety .shape {
    position: absolute
}

.app-safety .shape-triangle {
    left: 25%;
    top: 0;
    -webkit-transform: translate(100%,-15%) rotate(65deg);
    transform: translate(100%,-15%) rotate(65deg)
}

.app-safety .shape-triangle div {
    position: relative;
    background-color: #53f;
    background: linear-gradient(45deg,#53f 0,#53f 100%);
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1,.866)
}

.app-safety .shape-triangle div:after,.app-safety .shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit;
    background: inherit
}

.app-safety .shape-triangle div,.app-safety .shape-triangle div:after,.app-safety .shape-triangle div:before {
    width: 250px;
    height: 250px;
    border-top-right-radius: 30%
}

.app-safety .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%)
}

.app-safety .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%)
}

@media (min-width: 768px) {
    .app-safety .shape-triangle {
        left:5%
    }
}

.app-safety .shape-circle {
    right: 5%;
    top: 65%
}

.app-safety .shape-circle div {
    width: 100px;
    height: 100px;
    background: #a772ff;
    border-radius: 50%;
    margin: 0
}

@media (min-width: 768px) {
    .app-safety .shape-circle {
        right:15%;
        top: 5%
    }
}

.app-safety .shape-ring {
    left: 0;
    top: 25%;
    -webkit-transform: translate3d(10%,-35%,0);
    transform: translate3d(10%,-35%,0)
}

.app-safety .shape-ring div {
    opacity: .15;
    width: 660px;
    height: 660px;
    border: 75px solid #f1f4f8;
    border-radius: 50%
}

.app-safety .shape.pattern-dots {
    bottom: 0;
    left: 25%;
    width: 200px;
    height: 50%;
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 3px,transparent 3px);
    background-size: 30px 30px
}

.advanced-automation-solution {
    background: linear-gradient(-135deg,#53f 25%,#05d5ff 100%)
}

.advanced-automation-solution:before {
    content: '';
    position: absolute;
    width: 150%;
    height: 600px;
    left: 50%;
    top: 65%;
    -webkit-transform: translate3d(-50%,10%,0);
    transform: translate3d(-50%,10%,0);
    background-color: #fff;
    z-index: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.5),0 0 125px 15px rgba(255,255,255,.5);
    box-shadow: 0 0 0 10px rgba(255,255,255,.5),0 0 125px 15px rgba(255,255,255,.5)
}

@media (min-width: 576px) {
    .advanced-automation-solution:before {
        top:55%
    }
}

@media (min-width: 992px) {
    .advanced-automation-solution:before {
        top:50%
    }
}

.card-blog .author-picture {
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #fff;
    padding: 3px
}

.blog-single-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: auto 315px;
    background-position: center 10rem
}

.blog-single-header .container {
    margin-top: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog-quote {
    margin-top: 3em;
    margin-bottom: 3em;
    padding: 0 4rem;
    position: relative
}

.blog-quote:before {
    font-size: 3.25rem;
    opacity: .2;
    left: 0;
    top: 0
}

.blog-quote p {
    font-size: 1.75rem;
    line-height: 1.3em;
    font-weight: 300
}

.blog-post .h4,.blog-post h4 {
    margin-top: 2.5rem
}

.blog-post p {
    letter-spacing: .5px;
    margin: 1.25rem 0
}

.built-tech .shape {
    position: absolute
}

.built-tech .shape-circle {
    top: 0;
    left: 0
}

.built-tech .shape-circle div {
    -webkit-transform: translate(-50%,-10%);
    transform: translate(-50%,-10%);
    width: 400px;
    height: 400px;
    background: -webkit-gradient(linear,left top,left bottom,from(#53f),to(#8053ff));
    background: linear-gradient(to bottom,#53f,#8053ff);
    border-radius: 50%;
    margin: 0
}

.built-tech .mockup {
    max-width: 100px
}

.bubbles-wrapper {
    position: relative
}

.bubbles-wrapper .icon {
    position: absolute;
    will-change: transform,opacity;
    margin: 0
}

.bubbles-wrapper .bubble {
    -webkit-animation: bubble-animate-v 8s linear infinite;
    animation: bubble-animate-v 8s linear infinite
}

.extending-core .shape-background.shape-left {
    left: -320px;
    -webkit-box-shadow: 0 0 60px 0 rgba(80,102,144,.05);
    box-shadow: 0 0 60px 0 rgba(80,102,144,.05);
    max-width: 100%
}

.extending-core .icons-wrapper {
    min-height: 460px;
    margin-top: 3rem
}

@media (min-width: 768px) {
    .extending-core .icons-wrapper {
        margin-top:0
    }
}

.extending-core .floating:nth-child(1) {
    -webkit-animation-duration: 3.6s;
    animation-duration: 3.6s
}

.extending-core .floating:nth-child(2) {
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s
}

.extending-core .floating:nth-child(3) {
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s
}

.extending-core .floating:nth-child(4) {
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s
}

.extending-core .floating:nth-child(5) {
    -webkit-animation-duration: 4.2s;
    animation-duration: 4.2s
}

.extending-core .floating:nth-child(6) {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s
}

.extending-core .floating:nth-child(7) {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.extending-core .floating:nth-child(8) {
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s
}

.extending-core .shape {
    position: absolute
}

.extending-core .shape-circle {
    bottom: 0;
    right: 0
}

.extending-core .shape-circle div {
    width: 450px;
    height: 450px;
    background: -webkit-gradient(linear,left top,left bottom,from(#f1f4f8),to(#f9fbfd));
    background: linear-gradient(to bottom,#f1f4f8,#f9fbfd);
    border-radius: 50%;
    margin: 0
}

.focus-on-success .shape {
    position: absolute
}

.focus-on-success .shape-triangle {
    left: 5%;
    top: 0;
    -webkit-transform: translate(100%,-15%) rotate(65deg);
    transform: translate(100%,-15%) rotate(65deg)
}

.focus-on-success .shape-triangle div {
    position: relative;
    background-color: #53f;
    background: linear-gradient(45deg,#53f 0,#53f 100%);
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1,.866)
}

.focus-on-success .shape-triangle div:after,.focus-on-success .shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit;
    background: inherit
}

.focus-on-success .shape-triangle div,.focus-on-success .shape-triangle div:after,.focus-on-success .shape-triangle div:before {
    width: 250px;
    height: 250px;
    border-top-right-radius: 30%
}

.focus-on-success .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%)
}

.focus-on-success .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%)
}

@media (min-width: 768px) {
    .get-started .floating-box {
        position:absolute;
        top: 75%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        left: 50%;
        max-width: 592px;
        width: 90%
    }
}

@media (min-width: 992px) {
    .get-started .floating-box {
        top:auto;
        -webkit-transform: none;
        transform: none;
        width: 60%;
        left: 0;
        bottom: 1.5%
    }
}

@media (min-width: 1200px) {
    .get-started .floating-box {
        width:50%
    }
}

.get-started .play-video {
    display: none
}

@media (min-width: 992px) {
    .get-started .play-video {
        position:absolute;
        height: 10em;
        z-index: 1;
        bottom: 14.5%;
        right: 6.5%;
        width: 10em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.get-started .browser {
    display: none
}

@media (min-width: 768px) {
    .get-started .browser {
        display:block
    }
}

@media (min-width: 992px) {
    .get-started .browser {
        width:80%
    }
}

.how-it-works .mockup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.how-it-works .shape {
    position: absolute
}

.how-it-works .shape-circle {
    width: 50%;
    height: 50%;
    background: -webkit-gradient(linear,left top,left bottom,from(#f1f4f8),to(#f9fbfd));
    background: linear-gradient(to bottom,#f1f4f8,#f9fbfd);
    border-radius: 50%;
    margin: 0
}

.how-it-works .shape-ring {
    right: 0;
    top: 50%
}

.how-it-works .shape-ring div {
    -webkit-transform: translate3d(50%,0,0);
    transform: translate3d(50%,0,0);
    width: 300px;
    height: 300px;
    border: 10px solid #53f;
    border-radius: 50%
}

.how-it-works .img-step {
    max-height: 250px
}

.latest-projects .project-detail .description {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
}

.latest-projects .project-detail:hover .description {
    opacity: .9;
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.section,section {
    position: relative
}

.section [class^=container],section [class^=container] {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative
}

.section [class^=container].bring-to-front,section [class^=container].bring-to-front {
    z-index: 9
}

@media (min-width: 768px) {
    .section [class^=container],section [class^=container] {
        padding-top:90px;
        padding-bottom: 90px
    }
}

.section .container-wide,section .container-wide {
    overflow-x: hidden
}

.section .container-wide .row,section .container-wide .row {
    margin-left: 0!important;
    margin-right: 0!important
}

.section.shadow,section.shadow {
    z-index: 1
}

.section-heading {
    margin-bottom: 60px;
    position: relative
}

.section-heading .h2,.section-heading h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.875rem
}

.section-heading p {
    font-weight: 300
}

@media (min-width: 768px) {
    .partners img {
        opacity:.5;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .partners img:hover {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.centered-screen {
    position: relative
}

.centered-screen .screen-highlight {
    bottom: 45px
}

.centered-screen .message {
    bottom: 130px;
    z-index: 1
}

.off-left-background {
    background-position: 20px 20px;
    background-size: 60px
}

@media (min-width: 768px) {
    .off-left-background {
        background-position:-60px 20px;
        background-size: contain
    }

    .off-left-background:hover {
        background-position: -30px 0
    }
}

@media (min-width: 768px) {
    .send-and-receive .off-left-background {
        background-position:-30px 20px
    }

    .send-and-receive .off-left-background:hover {
        background-position: -10px 0
    }
}

.lift-hover {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.lift-hover:hover {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
}

.shape-testimonials .shapes-container {
    z-index: 1
}

.shape-testimonials .shape {
    position: absolute
}

.shape-testimonials .shape-triangle {
    left: 0;
    top: 0;
    -webkit-transform: translate(25%,200%) rotate(90deg);
    transform: translate(25%,200%) rotate(90deg)
}

.shape-testimonials .shape-triangle div {
    position: relative;
    background-color: #53f;
    background: linear-gradient(45deg,#53f 0,#53f 100%);
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1,.866)
}

.shape-testimonials .shape-triangle div:after,.shape-testimonials .shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit;
    background: inherit
}

.shape-testimonials .shape-triangle div,.shape-testimonials .shape-triangle div:after,.shape-testimonials .shape-triangle div:before {
    width: 200px;
    height: 200px;
    border-top-right-radius: 30%
}

.shape-testimonials .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%)
}

.shape-testimonials .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%)
}

@media (min-width: 768px) {
    .shape-testimonials .shape-triangle {
        -webkit-transform:translate(25%,25%) rotate(90deg);
        transform: translate(25%,25%) rotate(90deg)
    }

    .shape-testimonials .shape-triangle div {
        position: relative;
        background-color: #53f;
        background: linear-gradient(45deg,#53f 0,#53f 100%);
        text-align: left;
        -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
        transform: rotate(-60deg) skewX(-30deg) scale(1,.866)
    }

    .shape-testimonials .shape-triangle div:after,.shape-testimonials .shape-triangle div:before {
        content: "";
        position: absolute;
        background-color: inherit;
        background: inherit
    }

    .shape-testimonials .shape-triangle div,.shape-testimonials .shape-triangle div:after,.shape-testimonials .shape-triangle div:before {
        width: 480px;
        height: 480px;
        border-top-right-radius: 30%
    }

    .shape-testimonials .shape-triangle div:before {
        -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
        transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%)
    }

    .shape-testimonials .shape-triangle div:after {
        -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
        transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%)
    }
}

.user-reviews {
    min-height: 450px;
    position: relative
}

.user-reviews .user {
    width: 48px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.user-reviews .user.active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.user-reviews .user.active img {
    -webkit-box-shadow: 0 0 5px 10px rgba(43,53,79,.05)!important;
    box-shadow: 0 0 5px 10px rgba(43,53,79,.05)!important;
    padding: 2px
}

.features-carousel {
    background-color: #f1f4f8
}

.features-carousel .swiper-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media (min-width: 576px) {
    .features-carousel .swiper-container:after {
        content:"";
        display: block;
        position: absolute;
        top: 2.5rem;
        width: 25%;
        z-index: 2;
        left: 75%;
        bottom: 0;
        background: -webkit-gradient(linear,right top,left top,color-stop(10%,#f1f4f8),to(rgba(241,244,248,.1)));
        background: linear-gradient(to left,#f1f4f8 10%,rgba(241,244,248,.1))
    }
}

.features-carousel .features-nav-next {
    position: absolute;
    top: 0;
    right: 5px;
    margin: 0;
    z-index: 3;
    cursor: pointer;
    padding-right: 1rem
}

.features-carousel .features-nav-next .features-nav-icon {
    display: inline-block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.features-carousel .features-nav-next:hover {
    color: #00a0e0
}

.features-carousel .features-nav-next:hover .features-nav-icon {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.singl-testimonial .image-background+.text {
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .singl-testimonial .image-background+.text {
        margin-bottom:0
    }
}

.singl-testimonial .image-background {
    min-height: 390px
}

.singl-testimonial .testimonial-img {
    max-width: 70%
}

.singl-testimonial .testimonial-img.decorated {
    position: relative
}

.singl-testimonial .testimonial-img.decorated:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 50%;
    top: 0;
    left: 0;
    background-color: #53f;
    -webkit-transform: translate3d(-25%,-25%,0);
    transform: translate3d(-25%,-25%,0);
    z-index: -1;
    border-radius: .25rem
}

.singl-testimonial .user-review {
    overflow: hidden;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%)
}

@media (min-width: 992px) {
    .singl-testimonial .user-review {
        -webkit-transform:translate(-25%,25%);
        transform: translate(-25%,25%)
    }
}

.singl-testimonial .user-review blockquote:before {
    -webkit-transform: translate(-70%,0);
    transform: translate(-70%,0);
    font-size: 6rem;
    opacity: .3
}

@media (min-width: 992px) {
    .singl-testimonial .user-review blockquote {
        font-size:1.25rem
    }
}

.singl-testimonial .user-review .shape-wrapper {
    z-index: -1
}

.singl-testimonial .user-review .svg-review-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%)
}

.singl-testimonial .user-review .svg-review-bottom.back {
    -webkit-transform: translate(-49%,-1%) scale(1.1);
    transform: translate(-49%,-1%) scale(1.1);
    z-index: 0
}

.singl-testimonial .user-review .svg-review-bottom.left {
    -webkit-transform: rotate(-45deg) translate(-146%,-143%) scale(1.7);
    transform: rotate(-45deg) translate(-146%,-143%) scale(1.7);
    z-index: -1
}

.singl-testimonial .reviews-navigation {
    position: absolute;
    top: 90%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    margin-top: 2rem
}

.singl-testimonial .reviews-navigation .reviews-nav {
    cursor: pointer;
    background-color: #53f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width: 992px) {
    .singl-testimonial .reviews-navigation .reviews-nav {
        background-color:#f1f4f8;
        color: #6d768b
    }

    .singl-testimonial .reviews-navigation .reviews-nav:hover {
        background-color: #53f;
        color: #fff
    }
}

.singl-testimonial .reviews-navigation .reviews-nav-prev {
    margin-right: 2rem
}

@media (max-width: 767.98px) {
    .singl-testimonial .reviews-navigation {
        width:100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 992px) {
    .singl-testimonial .reviews-navigation {
        top:10px;
        right: 13%
    }
}

.signature {
    max-width: 140px
}

.trending-design .shape {
    position: absolute
}

.trending-design .shape-square {
    left: 55%;
    top: 0;
    -webkit-transform: translate(100%,-15%) rotate(65deg);
    transform: translate(100%,-15%) rotate(65deg);
    width: 350px;
    height: 350px;
    border: 30px solid theme-color(primary)
}

.path-success .shape-ring {
    border-radius: 50%;
    height: 920px;
    width: 920px;
    border: 100px solid #f1f4f8;
    max-width: none;
    margin-right: -25%
}

@media (min-width: 1200px) {
    .path-success .shape-ring {
        margin-right:0
    }
}

.lightweight-template .learn-more {
    margin-bottom: 18rem
}

.perspective-mockups {
    pointer-events: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 50%;
    margin-left: 85px;
    -webkit-transform: scale(.5) rotate(12deg) translateX(-50%);
    transform: scale(.5) rotate(12deg) translateX(-50%);
    -webkit-transform-origin: 0 20%;
    transform-origin: 0 20%;
    z-index: 3
}

.perspective-mockups>div {
    margin: 0 50px
}

.perspective-mockups .ipad {
    max-width: 100%
}

.perspective-mockups.hidden-preload {
    visibility: hidden
}

.perspective-mockups .phone-big {
    display: none
}

.perspective-mockups .phone-small {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 225px
}

.perspective-mockups .tablet.landscape {
    width: 512px;
    margin: 0
}

.perspective-mockups .tablet.portrait {
    width: 450px;
    margin-top: 0
}

@media (min-width: 576px) {
    .perspective-mockups {
        margin-left:0
    }
}

@media (min-width: 768px) {
    .lightweight-template .learn-more {
        margin-bottom:0
    }

    .perspective-mockups {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 512px;
        top: 215px;
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%
    }

    .perspective-mockups.hidden-preload {
        visibility: visible
    }

    .perspective-mockups .tablet {
        margin: 0!important;
        max-width: 100%
    }

    .perspective-mockups .tablet.portrait {
        display: none
    }

    .perspective-mockups .tablet.landscape {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
        width: 512px
    }

    .perspective-mockups .phone-small {
        margin: 0 0 50px 176px
    }
}

@media (min-width: 1200px) {
    .perspective-mockups {
        width:829px;
        margin-left: -10px;
        top: 100px
    }

    .perspective-mockups>div {
        margin: 0 auto
    }

    .perspective-mockups .tablet.landscape {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-right: 50px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .perspective-mockups .tablet.portrait {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 450px;
        margin-top: 50px!important
    }

    .perspective-mockups .phone-big {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 267px
    }

    .perspective-mockups .phone-small {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 50px 50px 0 0
    }
}

.screenshots .swiper-container {
    padding: 3.58rem 0 6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.screenshots .swiper-container .mobile-device {
    max-width: 240px;
    position: absolute;
    left: 0;
    right: 0
}

.screenshots .swiper-container .mobile-device .screen {
    width: 212px;
    height: 460px
}

.screenshots .swiper-container .mobile-device.iphone-x .notch {
    z-index: 2
}

.screenshots .swiper-container .mobile-device.iphone-x:after,.screenshots .swiper-container .mobile-device.iphone-x:before {
    z-index: 3
}

.screenshots .swiper-container .swiper-slide {
    -webkit-transform: scale(.75);
    transform: scale(.75);
    opacity: .6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.screenshots .swiper-container .swiper-slide img {
    border-radius: 13px;
    -webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,.015);
    box-shadow: 0 0 8px 5px rgba(0,0,0,.015)
}

.screenshots .swiper-container .swiper-slide-next,.screenshots .swiper-container .swiper-slide-prev {
    -webkit-transform: scale(.85);
    transform: scale(.85);
    opacity: .85
}

.screenshots .swiper-container .swiper-slide-active {
    border-radius: 13px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border: 1px solid #d9e2ef;
    z-index: 100;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.screenshots .swiper-container>.swiper-pagination-bullets {
    bottom: 4rem
}

.site-footer {
    font-size: .9em
}

.site-footer .h4,.site-footer h4 {
    margin-bottom: 15px
}

.site-footer .logo {
    max-height: 56px
}

.site-footer .btn-download {
    min-width: 150px
}

.why-us .shape-wrapper {
    overflow: visible
}

.why-us .shape-background {
    background-color: #3f179a;
    max-width: 70%
}

.why-us .shape-background.right {
    -webkit-transform: rotate(45deg) translate(50%,-50%);
    transform: rotate(45deg) translate(50%,-50%)
}

.why-us .shape-background.left {
    -webkit-transform: rotate(45deg) translate(-50%,50%);
    transform: rotate(45deg) translate(-50%,50%)
}

.why-icon-list:before {
    content: "";
    width: 1px;
    border: 1px dashed #00a0e0;
    position: absolute;
    bottom: 80px;
    top: 50px;
    left: 50px;
    z-index: -1
}

.why-icon-list .list-item {
    margin-bottom: 4rem
}

.why-icon-list .list-item:last-child {
    margin-bottom: 0
}

.why-people-love-us .bubble {
    z-index: 1;
    position: absolute;
    max-width: 60%
}

.why-people-love-us .bubble-left {
    top: 18%
}

.why-people-love-us .bubble-right {
    right: 1.5rem;
    top: 64%
}

@media (min-width: 768px) {
    .why-people-love-us .bubble {
        max-width:50%
    }

    .why-people-love-us .bubble-left {
        top: 21%
    }

    .why-people-love-us .bubble-right {
        right: 3rem
    }
}

.why-people-love-us .shape {
    position: absolute
}

.why-people-love-us .shape-circle-1 {
    left: 7%;
    top: 60%
}

.why-people-love-us .shape-circle-1 div {
    width: 150px;
    height: 150px;
    background: #fc9e21;
    border-radius: 50%;
    margin: 0
}

@media (min-width: 768px) {
    .why-people-love-us .shape-circle-1 {
        left:25%;
        top: 5%
    }
}

.why-people-love-us .shape-circle-2 {
    left: 60%;
    top: 70%
}

.why-people-love-us .shape-circle-2 div {
    width: 120px;
    height: 120px;
    background: rgba(252,158,33,.8);
    border-radius: 50%;
    margin: 0
}

@media (min-width: 768px) {
    .why-people-love-us .shape-circle-2 {
        left:22%;
        top: 23%
    }
}

.why-people-love-us .shape-circle-3 {
    left: 40%;
    top: 78%
}

.why-people-love-us .shape-circle-3 div {
    width: 120px;
    height: 120px;
    background: #fc9e21;
    border-radius: 50%;
    margin: 0
}

.why-people-love-us .shape-circle-4 {
    left: 25%;
    top: 70%
}

.why-people-love-us .shape-circle-4 div {
    width: 50px;
    height: 50px;
    background: #53f;
    border-radius: 50%;
    margin: 0
}

.why-people-love-us .shape-triangle {
    top: 80%;
    right: 0
}

.why-people-love-us .shape-triangle div {
    position: relative;
    background-color: #53f;
    background: linear-gradient(45deg,#53f 0,#53f 100%);
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    -webkit-animation-duration: 50s;
    animation-duration: 50s
}

.why-people-love-us .shape-triangle div:after,.why-people-love-us .shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit;
    background: inherit
}

.why-people-love-us .shape-triangle div,.why-people-love-us .shape-triangle div:after,.why-people-love-us .shape-triangle div:before {
    width: 95px;
    height: 95px;
    border-top-right-radius: 30%
}

.why-people-love-us .shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%)
}

.why-people-love-us .shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%)
}

.why-people-love-us .shape.pattern-dots-1 {
    bottom: 0;
    left: 20%;
    width: 200px;
    height: 30%;
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px,transparent 2px);
    background-size: 20px 20px
}

@media (min-width: 768px) {
    .why-people-love-us .shape.pattern-dots-1 {
        bottom:20%;
        height: 50%
    }
}

@media (min-width: 768px) {
    .why-choose-us .section-heading {
        margin-bottom:120px
    }
}

.why-choose-us .section-heading p.lead {
    width: 70%
}

.why-choose-us .browser {
    -webkit-transform: translate(40%,-10%) rotate3d(.342,-.94,0,22deg) rotateZ(7deg);
    transform: translate(40%,-10%) rotate3d(.342,-.94,0,22deg) rotateZ(7deg);
    width: 380px;
    bottom: 0
}

@media (min-width: 768px) {
    .why-choose-us .browser {
        bottom:auto;
        width: 780px
    }
}

.why-choose-us .iphone-x {
    -webkit-transform: translate(-20%,10%) rotate3d(.5,.866,0,16deg) rotateZ(-7deg);
    transform: translate(-20%,10%) rotate3d(.5,.866,0,16deg) rotateZ(-7deg)
}

@media (max-width: 575.98px) {
    .why-choose-us .iphone-x {
        width:60%;
        margin-right: 0;
        margin-left: 0
    }
}

.why-choose-us .list-item {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.why-choose-us .icon-shape {
    min-width: 80px
}

.why-choose-us .shapes-container {
    z-index: 2
}

.why-choose-us .pattern {
    position: absolute
}

.why-choose-us .pattern-dots {
    bottom: 7rem;
    left: 60%;
    width: 50%;
    height: 155px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background-color: transparent;
    background-image: radial-gradient(#f1f4f8 2px,transparent 2px);
    background-size: 20px 20px
}

.slider-testimonials .swiper-button-prev {
    top: 100%
}

@media (min-width: 768px) {
    .slider-testimonials .swiper-button-prev {
        top:50%
    }
}

.slider-testimonials .swiper-button-next {
    top: 0
}

@media (min-width: 768px) {
    .slider-testimonials .swiper-button-next {
        top:50%
    }
}

.slider-testimonials [class^=col] {
    position: relative
}

.slider-testimonials .image-background {
    max-height: 500px
}

@media (min-width: 768px) {
    .slider-testimonials .image-background {
        max-height:580px
    }
}

@media (min-width: 1200px) {
    .slider-testimonials .image-background {
        max-height:500px
    }
}

.slider-testimonials .card-body {
    padding: 4rem 2.5rem
}

.slider-testimonials .divider {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotate(-75deg);
    transform: rotate(-75deg);
    background-color: #fff;
    height: 150px;
    display: none
}

@media (min-width: 768px) {
    .slider-testimonials .divider {
        width:200%;
        display: block
    }
}

@media (min-width: 992px) {
    .slider-testimonials .divider {
        width:150%
    }
}

.anime-background .shape-main {
    position: absolute!important;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.anime-background .shape-main.left {
    -webkit-transform: skew(0deg,2deg);
    transform: skew(0deg,2deg);
    background-image: linear-gradient(45deg,#d9e2ef 0,#f1f4f8 35%,#f9fbfd 100%)
}

.anime-background .shape-main.right {
    -webkit-transform: skew(0deg,-2deg);
    transform: skew(0deg,-2deg);
    background-image: linear-gradient(-45deg,#d9e2ef 0,#f1f4f8 35%,#f9fbfd 100%)
}

@media (min-width: 768px) {
    .anime-background .shape-main {
        width:90%
    }
}

@media (min-width: 768px) {
    .anime-background [class^=container] {
        padding-top:9rem;
        padding-bottom: 9rem
    }
}

.with-promo .shape {
    position: absolute
}

.with-promo .mockup {
    max-width: 285px
}

.with-promo .promo-box {
    border: none;
    z-index: 2
}

.with-promo .promo-box .circle-icon {
    position: absolute
}

.with-promo .promo-box.bottom-left {
    left: 0;
    bottom: 0
}

.with-promo .promo-box.bottom-left+.shapes-container .shape.pattern {
    z-index: 0
}

.with-promo .promo-box.bottom-left+.shapes-container .shape.pattern-dots {
    top: 0;
    right: 0;
    width: 200px;
    height: 70%;
    -webkit-transform: translate(50%,-30%);
    transform: translate(50%,-30%);
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px,transparent 2px);
    background-size: 15px 15px
}

.with-promo .promo-box.bottom-left .circle-icon {
    top: 0;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.with-promo .promo-box.top-right {
    bottom: 0;
    right: 0
}

.with-promo .promo-box.top-right+.shapes-container .shape.pattern {
    z-index: 0
}

.with-promo .promo-box.top-right+.shapes-container .shape.pattern-dots {
    top: 0;
    left: 0;
    width: 200px;
    height: 70%;
    -webkit-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px,transparent 2px);
    background-size: 15px 15px
}

.with-promo .promo-box.top-right .circle-icon {
    left: 0;
    top: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.with-promo .promo-box p {
    margin: 0
}

@media (min-width: 768px) {
    .with-promo .promo-box {
        position:absolute
    }

    .with-promo .promo-box.bottom-left {
        -webkit-transform: translate(-50%,50%);
        transform: translate(-50%,50%)
    }

    .with-promo .promo-box.top-right {
        -webkit-transform: translate(50%,50%);
        transform: translate(50%,50%)
    }
}

.with-promo .shapes-container {
    z-index: -1
}

.wallet {
    max-width: 330px;
    margin: 0 auto;
    position: relative
}

.wallet,.wallet .card {
    border: 0;
    border-radius: 1rem
}

.wallet .card-details {
    border-top-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem
}

.wallet .btn-place-order {
    border-radius: 0 0 1rem 1rem
}

.smart-wallet .shape {
    position: absolute;
    z-index: 1
}

.smart-wallet .shape.pattern {
    z-index: 0
}

.smart-wallet .shape.pattern-dots {
    bottom: 20rem;
    right: 30%;
    width: 250px;
    height: 50%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px,transparent 2px);
    background-size: 20px 20px
}

.payment-features .shape-circle {
    width: 80px;
    height: 80px;
    background: #53f;
    border-radius: 50%;
    margin: 0
}

.pricing p {
    line-height: 1.5em
}

.pricing .pricing-value {
    font-family: Poppins,sans-serif;
    font-size: 3.25rem
}

.pricing .pricing-value .price {
    position: relative
}

.pricing .pricing-value .price:after,.pricing .pricing-value .price:before {
    font-size: .35em;
    font-weight: 300;
    font-style: italic
}

.pricing .pricing-value .price:before {
    position: absolute;
    content: "$";
    top: 10px;
    left: -15px
}

.pricing .pricing-value .price:after {
    position: relative;
    content: "/mo"
}

.pricing .pricing-value .price.yearly:after {
    content: "/yr"
}

.odometer-inside {
    display: inline
}

.pricing.heading .pricing-plan {
    padding: 0
}

.pricing.heading .pricing-plan .pricing-details {
    padding: 15px
}

.pricing-table .pricing-table-tabs {
    width: 100%
}

.pricing-table .pricing-table-tabs label {
    width: 33.33%;
    padding: 12px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pricing-table .pricing-details {
    margin-top: 0
}

.pricing-table table {
    margin-top: 0;
    margin-bottom: 0
}

.pricing-table table td,.pricing-table table th {
    padding: 10px 15px;
    vertical-align: middle!important
}

.pricing-table table th {
    background-color: theme-color(light);
    font-weight: 400
}

.pricing-table table td {
    text-align: center
}

.pricing-table table thead th {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f1f4f8;
    color: #53f;
    border-color: #c6d3e6
}

.pricing-table table thead th.title {
    color: #6d768b
}

.pricing-table table thead th.title.clear {
    background-color: #fff;
    border-top-color: #fff;
    border-left-color: #fff;
    border-bottom-color: #d9e2ef
}

.pricing-table table tbody.pricing-details th {
    background-color: transparent
}

.pricing-table table tfoot {
    font-size: .8em
}

.pricing-table table tfoot td {
    border: 0
}

.pricing-table table .pricing-prev {
    float: left
}

.pricing-table table .pricing-next {
    float: right
}

.pricing-table table .visible-cell {
    -webkit-transition: all .3s;
    transition: all .3s
}

.pricing-table .show-annually {
    display: none
}

.pricing-table .yearly-display .show-annually {
    display: block
}

@media (max-width: 575.98px) {
    .pricing-table table .expand-mobile td,.pricing-table table .expand-mobile th {
        display:none
    }

    .pricing-table table td[headers*=ph-] {
        display: none
    }

    .pricing-table table tbody th {
        width: 0
    }
}

.pricing-table .ribbon {
    width: 100px;
    height: 50px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0 2px 3px rgba(136,136,136,.25);
    box-shadow: 0 2px 3px rgba(136,136,136,.25);
    background: #cd92ff;
    -webkit-transform: rotate(45deg) translate(0,-50%);
    transform: rotate(45deg) translate(0,-50%);
    position: absolute;
    right: 0;
    top: 0;
    padding: 1rem .5rem;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.visible-cell {
    display: table-cell!important
}

.visible-block,.visible-cell {
    visibility: visible!important
}

.navigation.fixed-top+main .header {
    padding-top: 90px;
}

.header {
    position: relative
}

.header .container {
    position: relative;
    margin: 0 auto
}

.header.fullscreen .mockup {
    max-width: 70%
}

.header .mockup-half {
    max-height: 350px
}

.header.page .container {
    padding-top: 120px;
    padding-bottom: 60px;
}

.header .big-circle {
    background-color: transparent!important;
    overflow: hidden
}

.header .big-circle.bg-primary:after {
    background-color: #53f
}

.header .big-circle.bg-secondary:after {
    background-color: #506690
}

.header .big-circle.bg-success:after {
    background-color: #00c9b7
}

.header .big-circle.bg-info:after {
    background-color: #00a0e0
}

.header .big-circle.bg-warning:after {
    background-color: #feb868
}

.header .big-circle.bg-danger:after {
    background-color: #c1002b
}

.header .big-circle.bg-light:after {
    background-color: #f1f4f8
}

.header .big-circle.bg-dark:after {
    background-color: #2b354f
}

.header .big-circle.bg-gray:after {
    background-color: #869ab8
}

.header .big-circle.bg-gray-light:after {
    background-color: #c6d3e6
}

.header .big-circle.bg-alternate:after {
    background-color: #fc9e21
}

.header .big-circle.bg-contrast:after {
    background-color: #fff
}

.header .big-circle.bg-darker:after {
    background-color: #161c2d
}

.header .big-circle.bg-black:after {
    background-color: #161c2d
}

.header .big-circle:after {
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 150%;
    height: 150%;
    -webkit-transform: translate3D(-25%,-50%,0);
    transform: translate3D(-25%,-50%,0)
}

@media (min-width: 768px) {
    .header .big-circle:after {
        -webkit-transform:translateY(-25%);
        transform: translateY(-25%)
    }
}

.header-link {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

@media (min-width: 768px) {
    .mobile-device[class*=absolute] {
        margin-top:-45px!important
    }
}

.integrations-header .container {
    padding-bottom: 600px
}

.integrations-header .background-shape-main {
    bottom: 0;
    width: 100%;
    height: 200%;
    border-radius: 100px;
    -webkit-transform: translate(0,-45%) rotate(-12deg);
    transform: translate(0,-45%) rotate(-12deg);
    background-image: linear-gradient(45deg,#f1f4f8 40%,#506690 100%)
}

@media (min-width: 768px) {
    .integrations-header .background-shape-main {
        -webkit-transform:translate(0,-70%) rotate(-12deg);
        transform: translate(0,-70%) rotate(-12deg)
    }
}

.integrations-header .bubbles-wrap {
    z-index: 2;
    overflow: hidden;
    height: 600px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.integrations-header .bubbles-container {
    position: relative
}

.integrations-header .bubble {
    position: absolute;
    width: 152px;
    height: 152px;
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 35px rgba(0,0,0,.1),0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 15px 35px rgba(0,0,0,.1),0 3px 10px rgba(0,0,0,.1);
    background-image: url(../img/integration/spritesheet.png);
    background-size: 1076px 1076px
}

.integrations-header .bubble.bubble-1 {
    background-position: 0 0
}

.integrations-header .bubble.bubble-2 {
    background-position: -154px 0
}

.integrations-header .bubble.bubble-3 {
    background-position: -308px 0
}

.integrations-header .bubble.bubble-4 {
    background-position: -462px 0
}

.integrations-header .bubble.bubble-5 {
    background-position: -616px 0
}

.integrations-header .bubble.bubble-6 {
    background-position: -770px 0
}

.integrations-header .bubble.bubble-7 {
    background-position: -924px 0
}

.integrations-header .bubble.bubble-8 {
    background-position: 0 -154px
}

.integrations-header .bubble.bubble-9 {
    background-position: -154px -154px
}

.integrations-header .bubble.bubble-10 {
    background-position: -308px -154px
}

.integrations-header .bubble.bubble-11 {
    background-position: -462px -154px
}

.integrations-header .bubble.bubble-12 {
    background-position: -616px -154px
}

.integrations-header .bubble.bubble-13 {
    background-position: -770px -154px
}

.integrations-header .bubble.bubble-14 {
    background-position: -924px -154px
}

.integrations-header .bubble.bubble-15 {
    background-position: 0 -308px
}

.integrations-header .bubble.bubble-16 {
    background-position: -154px -308px
}

.integrations-header .bubble.bubble-17 {
    background-position: -308px -308px
}

.integrations-header .bubble.bubble-18 {
    background-position: -462px -308px
}

.integrations-header .bubble.bubble-19 {
    background-position: -616px -308px
}

.integrations-header .bubble.bubble-20 {
    background-position: -770px -308px
}

.integrations-header .bubble.bubble-21 {
    background-position: -924px -308px
}

.integrations-header .bubble.bubble-22 {
    background-position: 0 -462px
}

.integrations-header .bubble.bubble-23 {
    background-position: -154px -462px
}

.integrations-header .bubble.bubble-24 {
    background-position: -308px -462px
}

.integrations-header .bubble.bubble-25 {
    background-position: -462px -462px
}

.integrations-header .bubble.bubble-26 {
    background-position: -616px -462px
}

.integrations-header .bubble.bubble-27 {
    background-position: -770px -462px
}

.integrations-header .bubble.bubble-28 {
    background-position: -924px -462px
}

.integrations-header .bubble.bubble-29 {
    background-position: 0 -616px
}

.integrations-header .bubble.bubble-30 {
    background-position: -154px -616px
}

.integrations-header .bubble.bubble-31 {
    background-position: -308px -616px
}

.integrations-header .bubble.bubble-32 {
    background-position: -462px -616px
}

.integrations-header .bubble.bubble-33 {
    background-position: -616px -616px
}

.integrations-header .bubble.bubble-34 {
    background-position: -770px -616px
}

.integrations-header .bubble.bubble-35 {
    background-position: -924px -616px
}

.integrations-header .bubble.bubble-36 {
    background-position: 0 -770px
}

.integrations-header .bubble.bubble-37 {
    background-position: -154px -770px
}

.integrations-header .bubble.bubble-38 {
    background-position: -308px -770px
}

.integrations-header .bubble.bubble-39 {
    background-position: -462px -770px
}

.integrations-header .bubble.bubble-40 {
    background-position: -616px -770px
}

.integrations-header .bubble.bubble-41 {
    background-position: -770px -770px
}

.integrations-header .bubble.bubble-42 {
    background-position: -924px -770px
}

.integrations-header .shape {
    position: absolute;
    z-index: 1;
    display: none
}

@media (min-width: 768px) {
    .integrations-header .shape {
        display:block
    }
}

.integrations-header .shape-circle-1 {
    left: 2%;
    top: 5%
}

.integrations-header .shape-circle-1 div {
    width: 20px;
    height: 20px;
    background: #fc9e21;
    border-radius: 50%;
    margin: 0
}

.integrations-header .shape-circle-2 {
    left: 14%;
    top: 18%;
    z-index: 1
}

.integrations-header .shape-circle-2 div {
    opacity: 0;
    width: 250px;
    height: 250px;
    background: #f1f4f8;
    border-radius: 50%;
    margin: 0
}

@media (min-width: 1200px) {
    .integrations-header .shape-circle-2 div {
        opacity:.5
    }
}

.integrations-header .shape-ring-1 {
    left: 0;
    top: 0;
    -webkit-transform: translate(-25%,-25%);
    transform: translate(-25%,-25%)
}

.integrations-header .shape-ring-1 div {
    opacity: .15;
    width: 560px;
    height: 560px;
    border: 50px solid #d9e2ef;
    border-radius: 50%
}

.integrations-header .shape-square {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.integrations-header .shape-square-1 {
    right: 0;
    top: 20%
}

.integrations-header .shape-square-1 div {
    width: 150px;
    height: 150px;
    border: 10px solid #d9e2ef
}

.integrations-header .shape-square-2 {
    right: 0;
    top: 30%
}

.integrations-header .shape-square-2 div {
    width: 50px;
    height: 50px;
    border: 5px solid #d9e2ef
}

.integrations-header .shape-square-3 {
    left: 0;
    top: 5%
}

.integrations-header .shape-square-3 div {
    width: 50px;
    height: 50px;
    border: 5px solid #53f
}

.integrations-header .shape.pattern {
    z-index: 0
}

.integrations-header .shape.pattern-dots {
    bottom: 20rem;
    right: 0;
    width: 50%;
    height: 155px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
    background-color: transparent;
    background-image: radial-gradient(#d9e2ef 2px,transparent 2px);
    background-size: 20px 20px
}

.header .mobile-swiper-pagination {
    left: 0;
    bottom: 1.5rem;
    width: 100%!important
}

.header .mobile-swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px
}

.particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    padding: 0 1.5rem
}

.divider-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px
}

.divider-shape svg {
    overflow: hidden;
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(159% + 1.3px);
    height: 433px
}

.divider-shape .shape-fill {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.overlay .divider-shape {
    z-index: 1
}

#stripes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg,#53f 15%,#05d5ff 70%,#a6ffcb 94%);
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(12,1fr)
}

#stripes :nth-child(1) {
    grid-area: 1/1/span 4/span 2;
    background-color: #53f;
    -webkit-clip-path: polygon(0 0,100% 0,100% 60%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 60%,0 100%)
}

#stripes :nth-child(2) {
    grid-area: 1/3/span 3/span 2;
    background-color: #4553ff;
    -webkit-clip-path: polygon(0 0,100% 0,100% 74%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 74%,0 100%);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

#stripes :nth-child(3) {
    grid-area: 1/5/span 2/span 2;
    background-color: #4f40ff;
    -webkit-clip-path: polygon(0 0,100% 0,99% 5%,0 70%);
    clip-path: polygon(0 0,100% 0,99% 5%,0 70%)
}

#stripes :nth-child(4) {
    grid-area: 3/11/span 3/span 2;
    -webkit-clip-path: polygon(0 23%,100% 0,100% 77%,0 100%);
    clip-path: polygon(0 23%,100% 0,100% 77%,0 100%);
    background-color: #0dcfff
}

#stripes :nth-child(5) {
    grid-area: 8/1/span 5/span 4;
    -webkit-clip-path: polygon(0 23%,100% 0,100% 80%,0 100%);
    clip-path: polygon(0 23%,100% 0,100% 80%,0 100%);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background-color: #1fa2ff
}

#stripes+.container {
    padding-bottom: 11rem
}

.header.social-media-heading {
    position: relative
}

.header.social-media-heading .social-bg-shape {
    bottom: 20%
}

@media (min-width: 576px) {
    .header.social-media-heading .social-bg-shape {
        bottom:10%
    }
}

@media (min-width: 768px) {
    .header.social-media-heading .social-bg-shape {
        max-width:70%;
        right: 0
    }
}

@media (min-width: 992px) {
    .header.social-media-heading .social-bg-shape {
        top:0
    }
}

@media (min-width: 1200px) {
    .header.social-media-heading .social-bg-shape {
        top:-100px;
        right: -100px
    }
}

@media (min-width: 768px) {
    .header.social-media-heading .social-image {
        max-width:80%
    }
}

@media (min-width: 992px) {
    .header.social-media-heading .social-image {
        max-width:100%
    }
}

.smart-business-header {
    background-color: #f1f4f8
}

.smart-business-header .container {
    padding-top: 12rem;
    padding-bottom: 6rem
}

@media (min-width: 992px) {
    .smart-business-header .container {
        padding-bottom:12rem
    }
}

.smart-business-header .shape-background {
    z-index: 1;
    opacity: .2
}

.smart-business-header .shape-top {
    top: 0;
    background-image: linear-gradient(-57deg,#4a61d1 0,#5c52d5 100%);
    -webkit-transform: rotate(30deg) translate3D(-45%,-45%,0);
    transform: rotate(30deg) translate3D(-45%,-45%,0);
    max-height: 560px
}

.smart-business-header .shape-right {
    background-image: linear-gradient(-57deg,#5634d0 0,#4a61d1 100%);
    left: 93%
}

.smart-business-header .background-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -webkit-transform: translate(80%,-30%) rotate(-35deg);
    transform: translate(80%,-30%) rotate(-35deg);
    background-image: linear-gradient(45deg,#53f 40%,#506690 100%)
}

@media (min-width: 768px) {
    .smart-business-header .background-shape {
        height:150%;
        -webkit-transform: translate(25%,-25%) skewY(30deg);
        transform: translate(25%,-25%) skewY(30deg)
    }
}

@media (min-width: 992px) {
    .smart-business-header .background-shape {
        -webkit-transform:translate(20%,-30%) skewY(30deg);
        transform: translate(20%,-30%) skewY(30deg)
    }
}

@media (min-width: 1200px) {
    .smart-business-header .background-shape {
        -webkit-transform:translate(30%,-12%) skewY(30deg);
        transform: translate(30%,-12%) skewY(30deg)
    }
}

.smart-business-header .main-shape-wrapper {
    width: 60%
}

@media (max-width: 767.98px) {
    .smart-business-header .main-shape-wrapper {
        position:relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 992px) {
    .smart-business-header .main-shape-wrapper {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 40%
    }
}

@media (min-width: 1200px) {
    .smart-business-header .main-shape-wrapper {
        -webkit-transform:translateY(-50%) scale(.75);
        transform: translateY(-50%) scale(.75)
    }
}

.smart-business-header .anim {
    position: absolute;
    width: 15%;
    max-width: 80px
}

.smart-business-header .anim.anim-1 {
    top: 56%;
    right: 5%;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s
}

.smart-business-header .anim.anim-2 {
    top: 10%;
    right: 58%
}

.smart-business-header .anim.anim-3 {
    top: 33%;
    right: 22%;
    -webkit-animation-duration: 3.8s;
    animation-duration: 3.8s
}

.automate-social-header {
    background-color: #f1f4f8
}

.automate-social-header .container {
    padding-top: 12rem;
    padding-bottom: 6rem
}

@media (min-width: 992px) {
    .automate-social-header .container {
        padding-bottom:24rem
    }
}

.automate-social-header .shape-background {
    z-index: 0;
    opacity: .2
}

.automate-social-header .shape-main {
    bottom: 0;
    opacity: 1;
    width: 170%;
    height: 150%;
    background-color: #53f;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translate(20%,0) rotate(-30deg);
    transform: translate(20%,0) rotate(-30deg);
    position: absolute
}

.automate-social-header .shape-main.shadow {
    background-color: rgba(80,102,144,.15);
    -webkit-transform: translate(19%,10px) rotate(-30deg);
    transform: translate(19%,10px) rotate(-30deg)
}

@media (min-width: 768px) {
    .automate-social-header .shape-main {
        width:140%
    }
}

@media (min-width: 992px) {
    .automate-social-header .shape-main {
        bottom:-40px;
        width: 120%
    }
}

@media (min-width: 1200px) {
    .automate-social-header .shape-main {
        width:110%
    }
}

.automate-social-header .rounded-stripe {
    width: 100%;
    background-color: #8abcfe;
    height: 20%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
    -webkit-transform: translate(20%,0) rotate(-30deg);
    transform: translate(20%,0) rotate(-30deg);
    bottom: -40px;
    position: absolute
}

.automate-social-header .shape-top {
    top: 0;
    background-image: linear-gradient(-57deg,#5634d0 0,#4a61d1 100%);
    -webkit-transform: rotate(30deg) translate3D(-45%,-45%,0);
    transform: rotate(30deg) translate3D(-45%,-45%,0);
    max-height: 560px;
    -webkit-box-shadow: 0 0 25px 50px rgba(74,97,209,.5);
    box-shadow: 0 0 25px 50px rgba(74,97,209,.5)
}

.automate-social-header .shape-right {
    background-image: linear-gradient(-57deg,#5634d0 0,#4a61d1 100%);
    left: 93%
}

.automate-social-header .main-shape-wrapper {
    width: 90%
}

@media (max-width: 767.98px) {
    .automate-social-header .main-shape-wrapper {
        position:relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (min-width: 992px) {
    .automate-social-header .main-shape-wrapper {
        position:absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 50%
    }
}

@media (min-width: 1200px) {
    .automate-social-header .main-shape-wrapper {
        -webkit-transform:translateY(-50%) scale(.75);
        transform: translateY(-50%) scale(.75)
    }
}

@media (min-width: 1601px) {
    .automate-social-header .main-background {
        -webkit-transform:translate3d(0,-3%,0);
        transform: translate3d(0,-3%,0)
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(1) {
    -webkit-animation: floating 3.33333s ease-in-out infinite alternate;
    animation: floating 3.33333s ease-in-out infinite alternate;
    bottom: 45%;
    left: 2%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(1) {
        -webkit-animation:bubble-left-v 10s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 10s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(2) {
    -webkit-animation: floating 2.23333s ease-in-out infinite alternate;
    animation: floating 2.23333s ease-in-out infinite alternate;
    bottom: 40%;
    left: 12%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(2) {
        -webkit-animation:bubble-left-v 6.7s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 6.7s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(3) {
    -webkit-animation: floating 2.93333s ease-in-out infinite alternate;
    animation: floating 2.93333s ease-in-out infinite alternate;
    bottom: 56%;
    left: 14%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(3) {
        -webkit-animation:bubble-left-v 8.8s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 8.8s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(4) {
    -webkit-animation: floating 2.26667s ease-in-out infinite alternate;
    animation: floating 2.26667s ease-in-out infinite alternate;
    bottom: 51%;
    left: 20%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(4) {
        -webkit-animation:bubble-left-v 6.8s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 6.8s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(5) {
    -webkit-animation: floating 3.16667s ease-in-out infinite alternate;
    animation: floating 3.16667s ease-in-out infinite alternate;
    bottom: 65%;
    left: 30%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(5) {
        -webkit-animation:bubble-left-v 9.5s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 9.5s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(6) {
    -webkit-animation: floating 2.9s ease-in-out infinite alternate;
    animation: floating 2.9s ease-in-out infinite alternate;
    bottom: 44%;
    left: 30%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(6) {
        -webkit-animation:bubble-left-v 8.7s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 8.7s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(7) {
    -webkit-animation: floating 2.5s ease-in-out infinite alternate;
    animation: floating 2.5s ease-in-out infinite alternate;
    bottom: 80%;
    left: 40%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(7) {
        -webkit-animation:bubble-left-v 7.5s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 7.5s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(8) {
    -webkit-animation: floating 3.33333s ease-in-out infinite alternate;
    animation: floating 3.33333s ease-in-out infinite alternate;
    bottom: 55%;
    left: 38%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(8) {
        -webkit-animation:bubble-left-v 10s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 10s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(9) {
    -webkit-animation: floating 2.13333s ease-in-out infinite alternate;
    animation: floating 2.13333s ease-in-out infinite alternate;
    bottom: 50%;
    left: 1%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(9) {
        -webkit-animation:bubble-left-v 6.4s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 6.4s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(10) {
    -webkit-animation: floating 2.73333s ease-in-out infinite alternate;
    animation: floating 2.73333s ease-in-out infinite alternate;
    bottom: 55%;
    left: 12%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(10) {
        -webkit-animation:bubble-left-v 8.2s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 8.2s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(11) {
    -webkit-animation: floating 2.13333s ease-in-out infinite alternate;
    animation: floating 2.13333s ease-in-out infinite alternate;
    bottom: 60%;
    left: 14%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(11) {
        -webkit-animation:bubble-left-v 6.4s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 6.4s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(12) {
    -webkit-animation: floating 2.6s ease-in-out infinite alternate;
    animation: floating 2.6s ease-in-out infinite alternate;
    bottom: 60%;
    left: 18%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(12) {
        -webkit-animation:bubble-left-v 7.8s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 7.8s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(13) {
    -webkit-animation: floating 3.06667s ease-in-out infinite alternate;
    animation: floating 3.06667s ease-in-out infinite alternate;
    bottom: 70%;
    left: 20%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(13) {
        -webkit-animation:bubble-left-v 9.2s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 9.2s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(14) {
    -webkit-animation: floating 4.06667s ease-in-out infinite alternate;
    animation: floating 4.06667s ease-in-out infinite alternate;
    bottom: 75%;
    left: 45%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(14) {
        -webkit-animation:bubble-left-v 12.2s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 12.2s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(15) {
    -webkit-animation: floating 3.26667s ease-in-out infinite alternate;
    animation: floating 3.26667s ease-in-out infinite alternate;
    bottom: 50%;
    left: 50%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(15) {
        -webkit-animation:bubble-left-v 9.8s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 9.8s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

.automate-social-header .bubbles-wrapper .bubble:nth-child(16) {
    -webkit-animation: floating 3.53333s ease-in-out infinite alternate;
    animation: floating 3.53333s ease-in-out infinite alternate;
    bottom: 68%;
    left: 34%
}

@media (min-width: 992px) {
    .automate-social-header .bubbles-wrapper .bubble:nth-child(16) {
        -webkit-animation:bubble-left-v 10.6s linear infinite,shake-v 2s ease-in-out infinite alternate;
        animation: bubble-left-v 10.6s linear infinite,shake-v 2s ease-in-out infinite alternate;
        bottom: 50%
    }
}

@media (min-width: 768px) {
    .automate-social-header .form {
        width:90%
    }
}

.automate-social-header .input-group-register .form-control {
    padding: 1.5rem 0 1.5rem 1.5rem
}

.automate-social-header .input-group-register .btn {
    right: 5px
}

.automate-social-header .input-group-register label.error {
    color: #fff;
    background-color: #dc3545;
    border-radius: 15px;
    padding: 0 15px
}

@media (min-width: 576px) {
    .automate-social-header+.features-carousel .container>.cards-wrapper {
        width:510px
    }
}

@media (min-width: 768px) {
    .automate-social-header+.features-carousel .container>.cards-wrapper {
        width:690px
    }
}

@media (min-width: 992px) {
    .automate-social-header+.features-carousel .container>.cards-wrapper {
        width:930px
    }
}

@media (min-width: 1200px) {
    .automate-social-header+.features-carousel .container>.cards-wrapper {
        width:1230px
    }
}

@media (min-width: 1400px) {
    .automate-social-header+.features-carousel .container>.cards-wrapper {
        width:1290px
    }
}

@media (min-width: 992px) {
    .automate-social-header+.features-carousel .container {
        padding-bottom:16rem
    }

    .automate-social-header+.features-carousel .container>.cards-wrapper {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.automate-social-header+.features-carousel .logo {
    min-height: 48px
}

@media (min-width: 768px) {
    .app-landing-header .container {
        padding-bottom:12rem
    }
}

.app-landing-header .shape-background {
    z-index: 0
}

.app-landing-header .shape-main {
    bottom: 0;
    width: 100%;
    height: 200%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translate(65%,-20%) rotate(-60deg);
    transform: translate(65%,-20%) rotate(-60deg);
    position: absolute
}

@media (min-width: 768px) {
    .app-landing-header .shape-main {
        -webkit-transform:translate(50%,0) rotate(-60deg);
        transform: translate(50%,0) rotate(-60deg)
    }
}

.app-landing-header .shape-top {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: translate(80%,-60%) rotate(-60deg);
    transform: translate(80%,-60%) rotate(-60deg);
    left: 50%
}

@media (min-width: 1200px) {
    .app-landing-header .iphone-x {
        max-width:318.75px;
        border-radius: 34px;
        padding: 12.75px
    }

    .app-landing-header .iphone-x .screen img {
        border-radius: 17px
    }

    .app-landing-header .iphone-x .notch {
        border-radius: 17px;
        width: 177.65px;
        height: 29.75px
    }
}

.app-landing-header .screen-highlight {
    right: 0;
    bottom: 21.75%
}

.app-landing-2-header .head-line-2 {
    display: block
}

@media (min-width: 768px) {
    .app-landing-2-header .head-line-2 {
        display:inline
    }
}

.app-landing-2-header .background-shape-main {
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    -webkit-transform: translate(80%,-30%) rotate(-35deg);
    transform: translate(80%,-30%) rotate(-35deg);
    background-image: linear-gradient(45deg,#53f 40%,#506690 100%)
}

@media (min-width: 768px) {
    .app-landing-2-header .background-shape-main {
        height:150%;
        -webkit-transform: translate(25%,-25%) skewY(30deg);
        transform: translate(25%,-25%) skewY(30deg)
    }
}

@media (min-width: 992px) {
    .app-landing-2-header .background-shape-main {
        -webkit-transform:translate(20%,-30%) skewY(30deg);
        transform: translate(20%,-30%) skewY(30deg)
    }
}

@media (min-width: 1200px) {
    .app-landing-2-header .background-shape-main {
        -webkit-transform:translate(30%,-10%) skewY(30deg);
        transform: translate(30%,-10%) skewY(30deg)
    }
}

.app-landing-2-header .animation-shape {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app-landing-2-header .animation-shape.shape-triangle {
    top: 80%;
    left: 0;
    -webkit-animation-duration: 12s;
    animation-duration: 12s
}

.app-landing-2-header .animation-shape.shape-triangle div {
    opacity: .1;
    position: relative;
    background-color: #53f;
    text-align: left;
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1,.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1,.866)
}

.app-landing-2-header .animation-shape.shape-triangle div:after,.app-landing-2-header .animation-shape.shape-triangle div:before {
    content: "";
    position: absolute;
    background-color: inherit
}

.app-landing-2-header .animation-shape.shape-triangle div,.app-landing-2-header .animation-shape.shape-triangle div:after,.app-landing-2-header .animation-shape.shape-triangle div:before {
    width: 90px;
    height: 90px;
    border-top-right-radius: 30%
}

.app-landing-2-header .animation-shape.shape-triangle div:before {
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%);
    transform: rotate(-135deg) skewX(-45deg) scale(1.414,.707) translate(0,-50%)
}

.app-landing-2-header .animation-shape.shape-triangle div:after {
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%);
    transform: rotate(135deg) skewY(-45deg) scale(.707,1.414) translate(50%)
}

.app-landing-2-header .animation-shape.shape-cross {
    top: 20%;
    left: 75%
}

.app-landing-2-header .animation-shape.shape-cross div {
    position: relative;
    background: #fff;
    width: 3px;
    height: 20px
}

.app-landing-2-header .animation-shape.shape-cross div:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 3px;
    left: 50%;
    top: 50%;
    width: 20px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.app-landing-2-header .static-shape {
    position: absolute
}

.app-landing-2-header .static-shape.shape-circle {
    top: 0;
    right: 0;
    opacity: .2
}

.app-landing-2-header .static-shape.shape-circle-1 {
    -webkit-transform: translate3d(25%,-25%,0);
    transform: translate3d(25%,-25%,0)
}

.app-landing-2-header .static-shape.shape-circle-1 div {
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
    margin: 0
}

.app-landing-2-header .static-shape.shape-circle-2 {
    -webkit-transform: translate3d(25%,-25%,0);
    transform: translate3d(25%,-25%,0)
}

.app-landing-2-header .static-shape.shape-circle-2 div {
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,.25);
    border-radius: 50%;
    margin: 0
}

.app-landing-2-header .static-shape.shape-ring {
    left: 53%;
    top: 30%
}

.app-landing-2-header .static-shape.shape-ring-1 {
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
}

.app-landing-2-header .static-shape.shape-ring-1 .animation {
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-animation-duration: 45s;
    animation-duration: 45s
}

.app-landing-2-header .static-shape.shape-ring-2 {
    -webkit-transform: translate3d(-15%,-15%,0);
    transform: translate3d(-15%,-15%,0)
}

.app-landing-2-header .static-shape.shape-ring-2 .animation {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-animation-duration: 60s;
    animation-duration: 60s
}

.app-landing-2-header .static-shape.shape-ring .animation {
    border-style: dashed
}

.app-landing-2-header .static-shape.pattern-dots-1 {
    top: 0;
    left: 0;
    width: 150px;
    height: 20%;
    background-color: transparent;
    background-image: radial-gradient(rgba(0,0,0,.1) 3px,transparent 3px);
    background-size: 30px 30px
}

.app-landing-2-header .static-shape.pattern-dots-2 {
    bottom: 65px;
    right: 33%;
    width: 185px;
    height: 40%;
    background-color: transparent;
    background-image: radial-gradient(rgba(0,0,0,.1) 2px,transparent 2px);
    background-size: 20px 20px
}

.app-landing-2-header .shape {
    position: absolute
}

.app-landing-2-header .shape:nth-child(1) {
    top: 0;
    left: 70%;
    width: 400px;
    height: 140px
}

.app-landing-2-header .shape:nth-child(2) {
    top: 0;
    left: 65%;
    width: 300px;
    height: 100px
}

.app-landing-2-header .shape:nth-child(3) {
    top: 0;
    left: 80%;
    width: 600px;
    height: 200px
}

.app-landing-2-header .shape:nth-child(4) {
    top: 82%;
    left: 85%;
    width: 150px;
    height: 150px
}

@media (min-width: 768px) {
    .app-landing-2-header .shape:nth-child(1) {
        left:25%
    }

    .app-landing-2-header .shape:nth-child(2) {
        left: 55%
    }
}

@media (min-width: 992px) {
    .app-landing-2-header .shape:nth-child(1) {
        left:35%
    }

    .app-landing-2-header .shape:nth-child(2) {
        left: 45%
    }
}

@media (min-width: 1200px) {
    .app-landing-2-header .shape:nth-child(1) {
        left:45%
    }

    .app-landing-2-header .shape:nth-child(2) {
        left: 65%
    }
}

.app-landing-2-header .shape[data-aos]:before {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(249,251,253,.05);
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    position: absolute;
    border-radius: 100px
}

.payment-services-header .shape-main {
    position: absolute!important;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-image: linear-gradient(45deg,#f4b4ff 0,#ffd4ff 35%,#fffdff 100%)
}

.payment-services-header .shape-main .bottom-edge {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: -20px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}

@media (min-width: 768px) {
    .payment-services-header .shape-main {
        width:65%
    }
}

.payment-services-header .figure-box {
    max-width: 500px
}

.payment-services-header .figure-box .screens {
    overflow: hidden;
    position: relative
}

@media (min-width: 768px) {
    .payment-services-header .figure-box {
        margin-right:0;
        -webkit-transform: translate3d(25%,0,0);
        transform: translate3d(25%,0,0)
    }
}

.payment-services-header .figure-box .position-absolute {
    top: 0
}

.payment-services-header .figure-box.cutout:after {
    z-index: 0
}

.payment-services-header .static-shape {
    position: absolute
}

.payment-services-header .static-shape.pattern-dots {
    top: 0;
    left: 10%;
    width: 75%;
    height: 200px;
    background-color: transparent;
    background-image: radial-gradient(rgba(85,51,255,.5) 3px,transparent 3px);
    background-size: 20px 20px
}

.payment-services-header .promo-box {
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media (min-width: 768px) {
    .payment-services-header .promo-box {
        width:auto;
        position: absolute;
        left: -100px
    }
}

.banner {
    overflow: hidden;
    position: relative
}

.banner .shape {
    position: absolute
}

.banner .bring-to-front {
    z-index: 1
}

.banner-right-image .shape-circle {
    top: 0;
    right: 0;
    opacity: .2;
    -webkit-transform: translate3d(25%,-25%,0);
    transform: translate3d(25%,-25%,0)
}

.banner-right-image .shape-circle div {
    width: 500px;
    height: 500px;
    background: rgba(56,76,116,.5);
    border-radius: 50%;
    margin: 0
}

.banner-shapes .shape-ring-1 {
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 180px;
    height: 180px;
    border: 25px solid #53f;
    border-radius: 50%
}

.banner-shapes .shape-ring-2 {
    -webkit-transform: translate3d(50%,50%,0);
    transform: translate3d(50%,50%,0);
    width: 200px;
    height: 200px;
    border: 30px solid #00c9b7;
    border-radius: 50%
}

.banner-shapes .shape-ring-3 {
    -webkit-transform: translate3d(50%,50%,0);
    transform: translate3d(50%,50%,0);
    width: 120px;
    height: 120px;
    border: 5px solid #00c9b7;
    border-radius: 50%
}

.top-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .625rem 0;
    font-size: .875rem
}

.top-banner>.container,.top-banner>.container-fluid,.top-banner>.container-lg,.top-banner>.container-md,.top-banner>.container-sm,.top-banner>.container-xl,.top-banner>.container-xxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-banner .top-banner-link,.top-banner .top-banner-text {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none!important
}

.top-banner .top-banner-link>i,.top-banner .top-banner-text>i {
    margin-right: .375rem;
    font-size: 1.15em;
    vertical-align: middle
}

.top-banner-dark .top-banner-link,.top-banner-dark .top-banner-text {
    color: rgba(255,255,255,.65)
}

.top-banner-dark .top-banner-link>i,.top-banner-dark .top-banner-text>i {
    color: #53f
}

.top-banner-dark .top-banner-link.text-muted,.top-banner-dark .top-banner-link>.text-muted,.top-banner-dark .top-banner-text.text-muted,.top-banner-dark .top-banner-text>.text-muted {
    color: rgba(255,255,255,.45)!important
}

.top-banner-dark .top-banner-link:hover {
    color: #fff
}

.top-banner-dark .top-banner-link.active {
    color: #fff
}

.top-banner-dark .show .top-banner-link {
    color: #fff
}

.promo-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.promo-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 260px
}

.shop-home-slider [class^=swiper-button] {
    top: 0
}

@media (min-width: 768px) {
    .shop-home-slider [class^=swiper-button] {
        opacity:0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        top: 50%
    }

    .shop-home-slider .swiper-button-prev {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .shop-home-slider .swiper-button-next {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .shop-home-slider:hover [class^=swiper-button] {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.checkout-header .navbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-left: 0;
    padding-bottom: 0
}

.checkout-header .navbar .nav-link {
    font-weight: 400;
    padding: .875rem 1rem
}

.checkout-header .navbar .nav-link:hover {
    color: #fc9e21
}

.checkout-header .navbar .nav-link.active {
    -webkit-box-shadow: inset 0 -2px 0 0 #fc9e21;
    box-shadow: inset 0 -2px 0 0 #fc9e21;
    color: #fc9e21
}

[dir=rtl] .handwritten.highlight:before {
    margin-right: -1.5rem;
    margin-left: 0;
    -webkit-transform: rotate3d(0,1,0,145deg);
    transform: rotate3d(0,1,0,145deg)
}

[dir=rtl] .list-unstyled {
    padding-right: 0
}

[dir=rtl] .icon {
    margin-right: 15px;
    margin-left: 0
}

[dir=rtl] .icon-anime .shape {
    margin-right: -25%
}

[dir=rtl] .st-nav .st-nav-section.st-nav-primary.stick-right {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .st-nav .st-nav-section.st-nav-primary.stick-right+.st-nav-secondary {
    margin-right: 1rem;
    margin-left: 0
}

[dir=rtl] .st-nav .st-nav-section.st-nav-secondary {
    margin-right: auto;
    margin-left: 0
}

[dir=rtl] .st-nav .st-dropdown-content-group {
    text-align: right
}

[dir=rtl] .st-nav .st-popup-close-button {
    right: auto;
    left: 0
}

@media (min-width: 768px) {
    [dir=rtl] .nav-tabs.nav-rounded .nav-link:first-child {
        border-radius:0 5rem 5rem 0
    }

    [dir=rtl] .nav-tabs.nav-rounded .nav-link:last-child {
        border-radius: 5rem 0 0 5rem
    }
}

[dir=rtl] .swiper-center-nav .swiper-button-prev {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%);
    transform: translate(50%)
}

[dir=rtl] .swiper-center-nav .swiper-button-next {
    left: 0;
    right: auto;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

[dir=rtl] .nav-process {
    margin-left: 0;
    margin-right: -30px
}

[dir=rtl] .btn-group>.btn-group:not(:last-child)>.btn,[dir=rtl] .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=rtl] .btn-group>.btn-group:not(:first-child)>.btn,[dir=rtl] .btn-group>.btn:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

[dir=rtl] .btn-group>.btn:first-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

[dir=rtl] .btn-group>.btn:last-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

[dir=rtl] .input-group-register .btn {
    left: 5px;
    right: auto
}

[dir=rtl] .input-group-register .form-control {
    padding: 0 30px 0 180px
}

[dir=rtl] .checkbox label:before,[dir=rtl] .radio label:before {
    margin: 0 0 0 .5em
}

[dir=rtl] .checkbox label:after,[dir=rtl] .radio label:after {
    left: 0;
    right: 4.75px
}

[dir=rtl] .divider-shape {
    direction: rtl
}

[dir=rtl] #stripes {
    background: linear-gradient(30deg,#a6ffcb 15%,#05d5ff 30%,#53f 86%)
}

[dir=rtl] #stripes :nth-child(1) {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 60%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 60%)
}

[dir=rtl] #stripes :nth-child(2) {
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 74%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 74%)
}

[dir=rtl] #stripes :nth-child(3) {
    -webkit-clip-path: polygon(0 0,100% 0,100% 70%,0 5%);
    clip-path: polygon(0 0,100% 0,100% 70%,0 5%)
}

[dir=rtl] #stripes :nth-child(4) {
    -webkit-clip-path: polygon(0 0,100% 23%,100% 100%,0 77%);
    clip-path: polygon(0 0,100% 23%,100% 100%,0 77%)
}

[dir=rtl] #stripes :nth-child(5) {
    -webkit-clip-path: polygon(0 0,100% 23%,100% 100%,0 80%);
    clip-path: polygon(0 0,100% 23%,100% 100%,0 80%)
}

@media (min-width: 768px) {
    [dir=rtl] .app-landing-header .shape-main {
        -webkit-transform:translate(50%,0) rotate(-30deg);
        transform: translate(50%,0) rotate(-30deg)
    }
}

[dir=rtl] .app-landing-header .shape-top {
    -webkit-transform-origin: unset;
    transform-origin: unset;
    -webkit-transform: translateY(-60%) rotate(60deg);
    transform: translateY(-60%) rotate(60deg);
    left: auto;
    right: 45%
}

[dir=rtl] .app-landing-header .screen-highlight {
    left: 50%
}

@media (min-width: 1200px) {
    [dir=rtl] .app-landing-2-header .background-shape-main {
        -webkit-transform:translate(-30%,-10%) skewY(-30deg);
        transform: translate(-30%,-10%) skewY(-30deg)
    }
}

[dir=rtl] .app-landing-2-header .animation-shape.shape-triangle {
    left: auto;
    right: 0
}

[dir=rtl] .app-landing-2-header .animation-shape.shape-cross {
    left: 25%
}

[dir=rtl] .app-landing-2-header .static-shape.pattern-dots-1 {
    left: auto;
    right: 0
}

[dir=rtl] .app-landing-2-header .static-shape.pattern-dots-2 {
    right: auto;
    left: 33%
}

[dir=rtl] .app-landing-2-header .shape[data-aos]:before {
    -webkit-transform: rotate(55deg);
    transform: rotate(55deg)
}

[dir=rtl] .automate-social-header .shape-main {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translate(-20%,0) rotate(30deg);
    transform: translate(-20%,0) rotate(30deg)
}

[dir=rtl] .automate-social-header .shape-background.shape-right {
    right: 93%;
    left: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 992px) {
    [dir=rtl] .automate-social-header .main-shape-wrapper {
        right:auto;
        left: 0
    }
}

[dir=rtl] .automate-social-header .main-shape-wrapper figure {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

[dir=rtl] .smart-business-header .shape-top {
    -webkit-transform: rotate(30deg) translate3D(-75%,-45%,0);
    transform: rotate(30deg) translate3D(-75%,-45%,0)
}

@media (min-width: 1200px) {
    [dir=rtl] .smart-business-header .background-shape {
        -webkit-transform:translate(-30%,-12%) skewY(-30deg);
        transform: translate(-30%,-12%) skewY(-30deg)
    }
}

@media (min-width: 992px) {
    [dir=rtl] .smart-business-header .main-shape-wrapper {
        right:auto;
        left: 0
    }
}

[dir=rtl] .smart-business-header .anim.anim-1 {
    top: 56%;
    right: auto;
    left: 5%
}

[dir=rtl] .smart-business-header .anim.anim-2 {
    top: 10%;
    right: auto;
    left: 58%
}

[dir=rtl] .smart-business-header .anim.anim-3 {
    top: 33%;
    right: auto;
    left: 22%
}

[dir=rtl] .smart-business-header .main-shape {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

[dir=rtl] .payment-services-header .shape-main {
    left: auto;
    right: 0
}

@media (min-width: 768px) {
    [dir=rtl] .payment-services-header .figure-box {
        margin-left:0;
        margin-right: auto;
        -webkit-transform: translate3d(-25%,0,0);
        transform: translate3d(-25%,0,0)
    }
}

@media (min-width: 768px) {
    [dir=rtl] .payment-services-header .promo-box {
        left:auto;
        right: -100px
    }
}

[dir=rtl] .pricing .pricing-value .price:before {
    left: auto;
    right: -15px
}

[dir=rtl] .pricing .pricing-value .price:after {
    position: relative;
    content: "/mo"
}

[dir=rtl] .pricing-table .pricing-details th:first-child {
    text-align: right
}

[dir=rtl] .perspective-mockups {
    left: 0
}

@media (min-width: 768px) {
    [dir=rtl] .perspective-mockups .tablet.landscape {
        -webkit-transform:translateX(10%);
        transform: translateX(10%)
    }
}

@media (min-width: 992px) {
    [dir=rtl] .perspective-mockups .tablet.landscape {
        -webkit-transform:translateX(25%);
        transform: translateX(25%)
    }
}

@media (min-width: 1200px) {
    [dir=rtl] .perspective-mockups .tablet.landscape {
        -webkit-transform:translateX(0);
        transform: translateX(0)
    }
}

@media (min-width: 768px) {
    [dir=rtl] .perspective-mockups {
        -webkit-transform:rotate(-12deg) translateX(-60%);
        transform: rotate(-12deg) translateX(-60%);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

@media (min-width: 992px) {
    [dir=rtl] .perspective-mockups {
        -webkit-transform:rotate(-12deg) translateX(-30%);
        transform: rotate(-12deg) translateX(-30%)
    }
}

@media (min-width: 1200px) {
    [dir=rtl] .perspective-mockups {
        left:7%
    }

    [dir=rtl] .perspective-mockups .phone-small {
        margin: 50px 0 0 50px
    }
}

@media (min-width: 1678px) {
    [dir=rtl] .perspective-mockups {
        -webkit-transform:rotate(-12deg);
        transform: rotate(-12deg)
    }
}

[dir=rtl] .shape-testimonials blockquote {
    text-align: right
}

[dir=rtl] .shape-testimonials blockquote .quote {
    left: auto;
    right: 0
}

@media (min-width: 768px) {
    [dir=rtl] .shape-testimonials .shape-wrapper .shape {
        -webkit-transform:translateX(0);
        transform: translateX(0)
    }
}

[dir=rtl] .app-safety .shape-triangle {
    left: auto;
    right: 25%
}

@media (min-width: 768px) {
    [dir=rtl] .app-safety .shape-triangle {
        right:5%
    }
}

[dir=rtl] .app-safety .shape-circle {
    left: 5%;
    right: auto
}

[dir=rtl] .app-safety .shape.pattern-dots {
    right: 25%;
    left: auto
}

[dir=rtl] .why-people-love-us .shape-circle-1 {
    left: auto;
    right: 7%
}

@media (min-width: 768px) {
    [dir=rtl] .why-people-love-us .shape-circle-1 {
        right:25%
    }
}

[dir=rtl] .why-people-love-us .shape-circle-2 {
    right: 60%;
    left: auto
}

@media (min-width: 768px) {
    [dir=rtl] .why-people-love-us .shape-circle-2 {
        right:22%
    }
}

[dir=rtl] .why-people-love-us .shape.pattern-dots-1 {
    right: 20%;
    left: auto
}

[dir=rtl] .why-icon-list:before {
    right: 50px;
    left: auto
}

[dir=rtl] .slider-testimonials .divider {
    left: 0;
    right: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(75deg);
    transform: rotate(75deg)
}

[dir=rtl] .built-tech .shape-circle {
    left: auto;
    right: 0
}

[dir=rtl] .built-tech .shape-circle div {
    -webkit-transform: translate(50%,-10%);
    transform: translate(50%,-10%)
}

[dir=rtl] .how-it-works .shape-ring {
    right: auto;
    left: 0
}

[dir=rtl] .how-it-works .shape-ring div {
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
}

[dir=rtl] .why-choose-us .browser {
    -webkit-transform: translate(-40%,-10%) rotate3d(.342,-.94,0,22deg) rotateZ(-7deg);
    transform: translate(-40%,-10%) rotate3d(.342,-.94,0,22deg) rotateZ(-7deg)
}

[dir=rtl] .why-choose-us .iphone-x {
    -webkit-transform: translate(20%,10%) rotate3d(.5,.866,0,16deg) rotateZ(7deg);
    transform: translate(20%,10%) rotate3d(.5,.866,0,16deg) rotateZ(7deg)
}

[dir=rtl] .why-choose-us .pattern-dots {
    left: auto;
    right: 60%
}

@media (min-width: 992px) {
    [dir=rtl] .singl-testimonial .user-review {
        -webkit-transform:translate(25%,25%);
        transform: translate(25%,25%)
    }
}

[dir=rtl] .singl-testimonial .user-review blockquote:before {
    -webkit-transform: translate(70%,0);
    transform: translate(70%,0)
}

[dir=rtl] .singl-testimonial .user-review .svg-review-bottom {
    -webkit-transform: translateX(55%);
    transform: translateX(55%)
}

[dir=rtl] .singl-testimonial .user-review .svg-review-bottom.back {
    -webkit-transform: translate(51%,-1%) scale(1.1);
    transform: translate(51%,-1%) scale(1.1)
}

[dir=rtl] .singl-testimonial .user-review .svg-review-bottom.left {
    -webkit-transform: rotate(-45deg) translate(146%,-143%) scale(1.7);
    transform: rotate(-45deg) translate(146%,-143%) scale(1.7)
}

[dir=rtl] .singl-testimonial .reviews-navigation {
    right: auto;
    left: 0
}

[dir=rtl] .singl-testimonial .reviews-navigation .reviews-nav-prev {
    margin-right: 0;
    margin-left: 2rem
}

@media (min-width: 992px) {
    [dir=rtl] .singl-testimonial .reviews-navigation {
        right:auto;
        left: 13%
    }
}

[dir=rtl] .smart-wallet .shape.pattern-dots {
    right: auto;
    left: 3%
}

.demo-link {
    width: 64px;
    max-width: 64px;
    -webkit-transition: max-width .8s ease-in-out;
    transition: max-width .8s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.demo-link .demo-link-text {
    opacity: 0;
    font-weight: 400;
    font-size: .875rem;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s,-webkit-transform .3s ease .2s
}

.demo-link:hover {
    max-width: 192px;
    width: auto
}

.demo-link:hover .demo-link-text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.demo-blocks {
    background-color: #f1f4f8
}

.demo-blocks .block {
    margin-bottom: 3rem;
    margin-top: 3rem;
    -webkit-box-shadow: 0 0 .75rem rgba(0,0,0,.075);
    box-shadow: 0 0 .75rem rgba(0,0,0,.075);
    border: 1px solid #d9e2ef;
    border-radius: .25rem;
    background-color: #fff
}

.preview-pane {
    padding: 0;
    height: 320px;
    text-align: center
}

.preview-pane .preview-page {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

.preview-pane .preview-page img {
    width: 100%;
    display: block;
    margin-top: 0
}

.card-demo .card-body {
    z-index: 1;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.03);
    box-shadow: 0 5px 10px rgba(0,0,0,.03)
}

.card-demo .is-new {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%)
}

.count-down {
    padding-top: 30px;
    padding-bottom: 30px
}

.count-down li {
    padding: 0 30px 0
}

.count-down span {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 1;
    display: block
}

.count-down p {
    margin-top: 0;
    font-weight: 300
}

@media (min-width: md) {
    .count-down span {
        font-size:4.5rem
    }
}

.example-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none
}

.example-selector>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: .5em;
    padding: 2.5em;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: .25rem;
    border: 1px solid #d9e2ef
}

.example-selector>li:hover {
    border-color: #53f
}

.cookie-location-message {
    margin-top: 4rem
}

.cookie-location-message ul {
    list-style: none;
    padding: 0
}
.quick-link h4{
	color:#ffffff;
}
.quick-link ul li{
	list-style:none;
	line-height: 30px;
}
.list-disc li{
    line-height:40px;
}
.img-bounce {
    animation: bounce 2s infinite;
}
   @-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {-webkit-transform: translateY(0);}
  50% {-webkit-transform: translateY(-25px);}
} 

@keyframes bounce { 
  0%, 20%, 40%, 60%, 80%, 100% {transform: translateY(0);}
  80% {transform: translateY(-15px);}
} 
.service-logo h5{
	margin-top:20px;
	border-left: 20px solid #002163;
    padding-left: 10px;
}
.service-logo{
	    display: table-row;
}
.service-logo .img-box img{
	    max-width: 117px;
    margin: 0 auto;
    float: none;
    text-align: center;
    width: 100%;
   
    display: block;
	    object-fit: contain;
    max-height: 75px;
}
.service-logo .img-box{
	display: flex;
    vertical-align: middle;
    height: 104px;
    text-align: center;
    margin:10px auto;
    float: none;    
    
}
