@import url(css.css);

:root {
    --blue: #008aff;
    --indigo: #6e00ff;
    --purple: #510FA8;
    --pink: #f074ad;
    --red: #f25767;
    --orange: #FFBE3D;
    --yellow: #ffc431;
    --green: #5cc9a7;
    --teal: #50b5ff;
    --cyan: #4bd6e5;
    --white: #FFF;
    --gray: #718096;
    --gray-dark: #2D3748;
    --primary: #008aff;
    --secondary: #eaecf3;
    --success: #5cc9a7;
    --info: #50b5ff;
    --warning: #FFBE3D;
    --danger: #f25767;
    --light: #eaecf3;
    --dark: #171347;
    --neutral: #FFF;
    --white: #FFF;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "Nunito Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #718096;
    text-align: left;
    background-color: #fff
}

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

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

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

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

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

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

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

dt {
    font-weight: 600
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: 700
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #008aff;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0061b3;
        text-decoration: none
    }

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

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

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #718096;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

@media (max-width:1200px) {
    legend {
        font-size: calc(1.275rem + .3vw)
    }
}

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .66667rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    color: #152c5b
}

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

@media (max-width:1200px) {
    .h1, h1 {
        font-size: calc(1.375rem + 1.5vw)
    }
}

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

@media (max-width:1200px) {
    .h2, h2 {
        font-size: calc(1.325rem + .9vw)
    }
}

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

@media (max-width:1200px) {
    .h3, h3 {
        font-size: calc(2rem + .6vw)
    }
}

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

@media (max-width:1200px) {
    .h4, h4 {
        font-size: calc(1.275rem + .3vw)
    }
}

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

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.3
}

@media (max-width:1200px) {
    .display-1 {
        font-size: calc(1.725rem + 5.7vw)
    }
}

.display-2 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.3
}

@media (max-width:1200px) {
    .display-2 {
        font-size: calc(1.625rem + 4.5vw)
    }
}

.display-3 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3
}

@media (max-width:1200px) {
    .display-3 {
        font-size: calc(1.525rem + 3.3vw)
    }
}

.display-4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3
}

@media (max-width:1200px) {
    .display-4 {
        font-size: calc(1.425rem + 2.1vw)
    }
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #e2e8f0
}

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

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

.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: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #718096
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .375rem;
    box-shadow: 0 1px 2px rgba(31,45,61,.075);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #718096
}

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

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #273444;
    border-radius: .2rem;
    box-shadow: inset 0 -.1rem 0 rgba(31,45,61,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 600;
        box-shadow: none
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #273444
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

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

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

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

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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: 1140px
    }
}

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

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

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

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

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

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

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

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

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

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

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

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

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

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

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.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%
}

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

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

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

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

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .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%
    }
}

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

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .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%
    }
}

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

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .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%
    }
}

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

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

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

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

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

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

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

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

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

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .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%
    }
}

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

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

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

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

.table-sm td, .table-sm th {
    padding: .5rem
}

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(250,251,254,.3)
}

.table-hover tbody tr:hover {
    color: #718096;
    background-color: #fafbfe
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8deff
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7ac2ff
    }

.table-hover .table-primary:hover {
    background-color: #9fd2ff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fd2ff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #f9fafc
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #f4f5f9
    }

.table-hover .table-secondary:hover {
    background-color: #e8ecf4
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #e8ecf4
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #d1f0e6
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #aae3d1
    }

.table-hover .table-success:hover {
    background-color: #beeadc
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #beeadc
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #ceeaff
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #a4d9ff
    }

.table-hover .table-info:hover {
    background-color: #b5dfff
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #b5dfff
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffedc9
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdd9a
    }

.table-hover .table-warning:hover {
    background-color: #ffe5b0
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe5b0
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fbd0d4
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #f8a8b0
    }

.table-hover .table-danger:hover {
    background-color: #f9b9bf
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f9b9bf
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #f9fafc
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #f4f5f9
    }

.table-hover .table-light:hover {
    background-color: #e8ecf4
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #e8ecf4
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #bebdcb
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #86849f
    }

.table-hover .table-dark:hover {
    background-color: #b0afc0
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b0afc0
    }

.table-neutral, .table-neutral > td, .table-neutral > th {
    background-color: #fff
}

    .table-neutral tbody + tbody, .table-neutral td, .table-neutral th, .table-neutral thead th {
        border-color: #fff
    }

.table-hover .table-neutral:hover {
    background-color: #f2f2f2
}

    .table-hover .table-neutral:hover > td, .table-hover .table-neutral:hover > th {
        background-color: #f2f2f2
    }

.table-white, .table-white > td, .table-white > th {
    background-color: #fff
}

    .table-white tbody + tbody, .table-white td, .table-white th, .table-white thead th {
        border-color: #fff
    }

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

    .table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
        background-color: #f2f2f2
    }

.table-active, .table-active > td, .table-active > th {
    background-color: #fafbfe
}

.table-hover .table-active:hover {
    background-color: #e5eafa
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: #e5eafa
    }

.table .thead-dark th {
    color: #fff;
    background-color: #171347;
    border-color: #201b63
}

.table .thead-light th {
    color: #4a5568;
    background-color: transparent;
    border-color: #eaecf3
}

.table-dark {
    color: #fff;
    background-color: #171347
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #201b63
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e8f0;
    border-radius: .375rem;
    box-shadow: none;
    transition: all .2s ease
}

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

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

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

.form-control:focus {
    color: #4a5568;
    background-color: #fff;
    border-color: rgba(0,138,255,.5);
    outline: 0;
    box-shadow: none,0 0 20px rgba(0,138,255,.1)
}

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

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

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

.form-control:disabled, .form-control[readonly] {
    background-color: #eaecf3;
    opacity: 1
}

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

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

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

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

.col-form-label-sm {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .75rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #718096;
    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 {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 2rem + 2px);
    padding: 1rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem
}

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #5cc9a7
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.7;
    color: #fff;
    background-color: rgba(92,201,167,.9);
    border-radius: .375rem
}

.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: #5cc9a7
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #5cc9a7;
        box-shadow: 0 0 0 0 rgba(92,201,167,.25)
    }

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #5cc9a7
}

    .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
        border-color: #5cc9a7;
        box-shadow: 0 0 0 0 rgba(92,201,167,.25)
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #5cc9a7
}

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

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #5cc9a7
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #5cc9a7
    }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #82d6bc;
    background-color: #82d6bc
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(92,201,167,.25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #5cc9a7
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #5cc9a7
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #5cc9a7;
    box-shadow: 0 0 0 0 rgba(92,201,167,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f25767
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.7;
    color: #fff;
    background-color: rgba(242,87,103,.9);
    border-radius: .375rem
}

.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: #f25767
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #f25767;
        box-shadow: 0 0 0 0 rgba(242,87,103,.25)
    }

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #f25767
}

    .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
        border-color: #f25767;
        box-shadow: 0 0 0 0 rgba(242,87,103,.25)
    }

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

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

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #f25767
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        border-color: #f25767
    }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #f68692;
    background-color: #f68692
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(242,87,103,.25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #f25767
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f25767
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #f25767;
    box-shadow: 0 0 0 0 rgba(242,87,103,.25)
}

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

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

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

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

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

    .form-inline .form-control-plaintext {
        display: inline-block
    }

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

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

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

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    color: #718096;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 rgba(0,124,230,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    box-shadow: none
}

    .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 rgba(0,124,230,.25)
    }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #008aff;
    border-color: #008aff;
    box-shadow: none
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0075d9;
        border-color: #006ecc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: none,0 0 0 rgba(0,138,255,.35)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #008aff;
        border-color: #008aff
    }


.btn-secondary {
    color: #273444;
    background-color: #eaecf3;
    border-color: #eaecf3;
    box-shadow: none
}

    .btn-secondary:hover {
        color: #273444;
        background-color: #d2d6e5;
        border-color: #cacfe0
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: none,0 0 0 rgba(234,236,243,.35)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3
    }

 

     
.btn-success {
    color: #fff;
    background-color: #5cc9a7;
    border-color: #5cc9a7;
    box-shadow: none
}

    .btn-success:hover {
        color: #fff;
        background-color: #3fbf97;
        border-color: #3cb690
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: none,0 0 0 rgba(92,201,167,.35)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #5cc9a7;
        border-color: #5cc9a7
    }


    

.btn-info {
    color: #fff;
    background-color: #50b5ff;
    border-color: #50b5ff;
    box-shadow: none
}

    .btn-info:hover {
        color: #fff;
        background-color: #2aa5ff;
        border-color: #1d9fff
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: none,0 0 0 rgba(80,181,255,.35)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #50b5ff;
        border-color: #50b5ff
    }

   


.btn-warning {
    color: #fff;
    background-color: #ffbe3d;
    border-color: #ffbe3d;
    box-shadow: none
}

    .btn-warning:hover {
        color: #fff;
        background-color: #ffb117;
        border-color: #ffad0a
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: none,0 0 0 rgba(255,190,61,.35)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #fff;
        background-color: #ffbe3d;
        border-color: #ffbe3d
    }

   

.btn-danger {
    color: #fff;
    background-color: #f25767;
    border-color: #f25767;
    box-shadow: none
}

    .btn-danger:hover {
        color: #fff;
        background-color: #ef3347;
        border-color: #ee283c
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: none,0 0 0 rgba(242,87,103,.35)
    }

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

   

.btn-light {
    color: #273444;
    background-color: #eaecf3;
    border-color: #eaecf3;
    box-shadow: none
}

    .btn-light:hover {
        color: #273444;
        background-color: #d2d6e5;
        border-color: #cacfe0
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: none,0 0 0 rgba(234,236,243,.35)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3
    }

   

.btn-dark {
    color: #fff;
    background-color: #171347;
    border-color: #171347;
    box-shadow: none
}

    .btn-dark:hover {
        color: #fff;
        background-color: #0d0b29;
        border-color: #0a081f
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: none,0 0 0 rgba(23,19,71,.35)
    }

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

   

.btn-neutral {
    color: #273444;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

    .btn-neutral:hover {
        color: #273444;
        background-color: #ececec;
        border-color: #e6e6e6
    }

    .btn-neutral.focus, .btn-neutral:focus {
        box-shadow: none,0 0 0 rgba(255,255,255,.35)
    }

    .btn-neutral.disabled, .btn-neutral:disabled {
        color: #273444;
        background-color: #fff;
        border-color: #fff
    }

  

.btn-white {
    color: #273444;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

    .btn-white:hover {
        color: #273444;
        background-color: #ececec;
        border-color: #e6e6e6
    }

    .btn-white.focus, .btn-white:focus {
        box-shadow: none,0 0 0 rgba(255,255,255,.35)
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #273444;
        background-color: #fff;
        border-color: #fff
    }

  

.btn-outline-primary {
    color: #008aff;
    border-color: #008aff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #008aff;
        border-color: #008aff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: none,0 0 0 rgba(0,138,255,.35)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #008aff;
        background-color: transparent
    }

    

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

    .btn-outline-secondary:hover {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: none,0 0 0 rgba(234,236,243,.35)
    }

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

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(234,236,243,.35)
        }

.btn-outline-success {
    color: #5cc9a7;
    border-color: #5cc9a7
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #5cc9a7;
        border-color: #5cc9a7
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: none,0 0 0 rgba(92,201,167,.35)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #5cc9a7;
        background-color: transparent
    }

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

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(92,201,167,.35)
        }

.btn-outline-info {
    color: #50b5ff;
    border-color: #50b5ff
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #50b5ff;
        border-color: #50b5ff
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: none,0 0 0 rgba(80,181,255,.35)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #50b5ff;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #50b5ff;
        border-color: #50b5ff
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(80,181,255,.35)
        }

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

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ffbe3d;
        border-color: #ffbe3d
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: none,0 0 0 rgba(255,190,61,.35)
    }

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

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

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(255,190,61,.35)
        }

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

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

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: none,0 0 0 rgba(242,87,103,.35)
    }

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

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

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(242,87,103,.35)
        }

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

    .btn-outline-light:hover {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: none,0 0 0 rgba(234,236,243,.35)
    }

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

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(234,236,243,.35)
        }

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

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

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: none,0 0 0 rgba(23,19,71,.35)
    }

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

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

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(23,19,71,.35)
        }

.btn-outline-neutral {
    color: #fff;
    border-color: #fff
}

    .btn-outline-neutral:hover {
        color: #273444;
        background-color: #fff;
        border-color: #fff
    }

    .btn-outline-neutral.focus, .btn-outline-neutral:focus {
        box-shadow: none,0 0 0 rgba(255,255,255,.35)
    }

    .btn-outline-neutral.disabled, .btn-outline-neutral:disabled {
        color: #fff;
        background-color: transparent
    }

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

        .btn-outline-neutral:not(:disabled):not(.disabled).active:focus, .btn-outline-neutral:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-neutral.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(255,255,255,.35)
        }

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

    .btn-outline-white:hover {
        color: #273444;
        background-color: #fff;
        border-color: #fff
    }

    .btn-outline-white.focus, .btn-outline-white:focus {
        box-shadow: none,0 0 0 rgba(255,255,255,.35)
    }

    .btn-outline-white.disabled, .btn-outline-white:disabled {
        color: #fff;
        background-color: transparent
    }

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

        .btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(255,255,255,.35)
        }

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

    .btn-link:hover {
        color: #0061b3;
        text-decoration: none
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: none;
        box-shadow: none
    }

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

.btn-group-lg > .btn, .btn-lg {
    padding: 1rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .5rem 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .375rem
}

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

    .btn-block + .btn-block {
        margin-top: .5rem
    }

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

.fade {
    transition: opacity .2s linear
}

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

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



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

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


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

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

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

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

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    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(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}





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

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

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -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:not(:first-child) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

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

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

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

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

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

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

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

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append, .input-group-prepend {
    display: flex
}

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

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

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

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

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a0aec0;
    text-align: center;
    white-space: nowrap;
    background-color: #fafbfe;
    border: 1px solid #e2e8f0;
    border-radius: .375rem
}

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

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 2rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 1rem 1.875rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .5rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .5rem 1.25rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 2.25rem
}

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

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

.custom-control {
    position: relative;
    display: block;
    min-height: 1.7rem;
    padding-left: 1.75rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.35rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #007ce6;
        background-color: #007ce6;
        box-shadow: none
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: none,0 0 20px rgba(0,138,255,.1)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: rgba(0,138,255,.5)
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #99d0ff;
        border-color: #99d0ff;
        box-shadow: none
    }

    .custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
        color: #718096
    }

        .custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
            background-color: #eaecf3
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .35rem;
        left: -1.75rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #e2e8f0;
        border: #eaecf3 solid 0;
        box-shadow: none
    }

    .custom-control-label::after {
        position: absolute;
        top: .35rem;
        left: -1.75rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50%/50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .375rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007ce6;
    background-color: #007ce6;
    box-shadow: none
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFF' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,138,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,138,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFF'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,138,255,.5)
}

.custom-switch {
    padding-left: 3.75rem
}

    .custom-switch .custom-control-label::before {
        left: -3.75rem;
        width: 3rem;
        pointer-events: all;
        border-radius: .5625rem
    }

    .custom-switch .custom-control-label::after {
        top: .35rem;
        left: -3.75rem;
        width: 1.125rem;
        height: 1.125rem;
        background-color: #eaecf3;
        border-radius: .5625rem;
        transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #e2e8f0;
    transform: translateX(2rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,138,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .75rem 2.25rem .75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%232D3748' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.25rem center/8px 10px;
    border: 1px solid #e2e8f0;
    border-radius: .375rem;
    box-shadow: inset 0 1px 2px rgba(31,45,61,.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: rgba(0,138,255,.5);
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(31,45,61,.075),0 0 20px rgba(0,138,255,.1)
    }

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

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

    .custom-select:disabled {
        color: #718096;
        background-color: #eaecf3
    }

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

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

.custom-select-sm {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 2rem + 2px);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.875rem;
    font-size: 1rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: rgba(0,138,255,.5);
        box-shadow: 0 0 20px rgba(0,138,255,.1)
    }

    .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
        background-color: #eaecf3
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.5rem + 2px);
    padding: .75rem 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    border: 1px solid #e2e8f0;
    border-radius: .375rem;
    box-shadow: none
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 1.5rem);
        padding: .75rem 1.25rem;
        line-height: 1.5;
        color: #4a5568;
        content: "Browse";
        background-color: #fafbfe;
        border-left: inherit;
        border-radius: 0 .375rem .375rem 0
    }

.custom-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 20px rgba(0,138,255,.1)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 20px rgba(0,138,255,.1)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 20px rgba(0,138,255,.1)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007ce6;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 .1rem .25rem rgba(31,45,61,.1);
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #99d0ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e2e8f0;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(31,45,61,.1)
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007ce6;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(31,45,61,.1);
    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) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #99d0ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e2e8f0;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 .25rem .25rem rgba(31,45,61,.1)
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: #007ce6;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 .1rem .25rem rgba(31,45,61,.1);
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #99d0ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    box-shadow: inset 0 .25rem .25rem rgba(31,45,61,.1)
}

.custom-range::-ms-fill-lower {
    background-color: #e2e8f0;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e2e8f0;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #a0aec0
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #a0aec0
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #a0aec0
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}


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

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


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eaecf3;
    border-radius: .75rem
}

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

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .75rem;
        border-top-right-radius: .75rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .75rem;
        border-bottom-left-radius: .75rem
    }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.75rem;
    color: #718096
}

.card-title {
    margin-bottom: 1.25rem
}

.card-subtitle {
    margin-top: -.625rem;
    margin-bottom: 0
}

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

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.75rem
}

.card-header {
    padding: 1.25rem 1.75rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #eaecf3
}

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

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 1.25rem 1.75rem;
    background-color: transparent;
    border-top: 1px solid #eaecf3
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.75rem - 1px) calc(.75rem - 1px)
    }

.card-header-tabs {
    margin-right: -.875rem;
    margin-bottom: -1.25rem;
    margin-left: -.875rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.875rem;
    margin-left: -.875rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.75rem - 1px);
    border-top-right-radius: calc(.75rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.75rem - 1px);
    border-bottom-left-radius: calc(.75rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group > .card {
    margin-bottom: 15px
}

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

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

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

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

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

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

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

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

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

.card-columns .card {
    margin-bottom: 1.25rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion > .card {
    overflow: hidden
}

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

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

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .375rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #cbd5e0;
        content: "/"
    }

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

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

.breadcrumb-item.active {
    color: #718096
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #718096;
    background-color: #fff;
    border: 1px solid #e2e8f0
}

    .page-link:hover {
        z-index: 2;
        color: #718096;
        text-decoration: none;
        background-color: #e2e8f0;
        border-color: #e2e8f0
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 rgba(0,124,230,.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007ce6;
    border-color: #007ce6
}

.page-item.disabled .page-link {
    color: #718096;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #e2e8f0
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.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: .35rem .5rem;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

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

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

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem
}

.badge-primary {
    color: #fff;
    background-color: #008aff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #006ecc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0,138,255,.5)
}

.badge-secondary {
    color: #273444;
    background-color: #eaecf3
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #273444;
    background-color: #cacfe0
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(234,236,243,.5)
}

.badge-success {
    color: #fff;
    background-color: #5cc9a7
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #3cb690
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(92,201,167,.5)
}

.badge-info {
    color: #fff;
    background-color: #50b5ff
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #1d9fff
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(80,181,255,.5)
}

.badge-warning {
    color: #fff;
    background-color: #ffbe3d
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #fff;
    background-color: #ffad0a
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,190,61,.5)
}

.badge-danger {
    color: #fff;
    background-color: #f25767
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #ee283c
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(242,87,103,.5)
}

.badge-light {
    color: #273444;
    background-color: #eaecf3
}

a.badge-light:focus, a.badge-light:hover {
    color: #273444;
    background-color: #cacfe0
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(234,236,243,.5)
}

.badge-dark {
    color: #fff;
    background-color: #171347
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #0a081f
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(23,19,71,.5)
}

.badge-neutral {
    color: #273444;
    background-color: #fff
}

a.badge-neutral:focus, a.badge-neutral:hover {
    color: #273444;
    background-color: #e6e6e6
}

a.badge-neutral.focus, a.badge-neutral:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,.5)
}

.badge-white {
    color: #273444;
    background-color: #fff
}

a.badge-white:focus, a.badge-white:hover {
    color: #273444;
    background-color: #e6e6e6
}

a.badge-white.focus, a.badge-white:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #fff;
    border-radius: .5rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .875rem .875rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .375rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .875rem .875rem;
        color: inherit
    }

.alert-primary {
    color: #fff;
    background-color: #008aff;
    border-color: #008aff
}

    .alert-primary hr {
        border-top-color: #007ce6
    }

    .alert-primary .alert-link {
        color: #fff;
        font-weight: 600;
        border-bottom: 1px dashed #fff
    }

    .alert-primary .close > span:not(.sr-only) {
        color: #fff
    }

.alert-secondary {
    color: #273444;
    background-color: #eaecf3;
    border-color: #eaecf3
}

    .alert-secondary hr {
        border-top-color: #daddea
    }

    .alert-secondary .alert-link {
        color: #273444;
        font-weight: 600;
        border-bottom: 1px dashed #273444
    }

    .alert-secondary .close > span:not(.sr-only) {
        color: #273444
    }

.alert-success {
    color: #fff;
    background-color: #5cc9a7;
    border-color: #5cc9a7
}

    .alert-success hr {
        border-top-color: #49c39d
    }

    .alert-success .alert-link {
        color: #fff;
        font-weight: 600;
        border-bottom: 1px dashed #fff
    }

    .alert-success .close > span:not(.sr-only) {
        color: #fff
    }

.alert-info {
    color: #fff;
    background-color: #50b5ff;
    border-color: #50b5ff
}

    .alert-info hr {
        border-top-color: #37aaff
    }

    .alert-info .alert-link {
        color: #fff;
        font-weight: 600;
        border-bottom: 1px dashed #fff
    }

    .alert-info .close > span:not(.sr-only) {
        color: #fff
    }

.alert-warning {
    color: #fff;
    background-color: #ffbe3d;
    border-color: #ffbe3d
}

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

    .alert-warning .alert-link {
        color: #fff;
        font-weight: 600;
        border-bottom: 1px dashed #fff
    }

    .alert-warning .close > span:not(.sr-only) {
        color: #fff
    }

.alert-danger {
    color: #fff;
    background-color: #f25767;
    border-color: #f25767
}

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

    .alert-danger .alert-link {
        color: #fff;
        font-weight: 600;
        border-bottom: 1px dashed #fff
    }

    .alert-danger .close > span:not(.sr-only) {
        color: #fff
    }

.alert-light {
    color: #273444;
    background-color: #eaecf3;
    border-color: #eaecf3
}

    .alert-light hr {
        border-top-color: #daddea
    }

    .alert-light .alert-link {
        color: #273444;
        font-weight: 600;
        border-bottom: 1px dashed #273444
    }

    .alert-light .close > span:not(.sr-only) {
        color: #273444
    }

.alert-dark {
    color: #fff;
    background-color: #171347;
    border-color: #171347
}

    .alert-dark hr {
        border-top-color: #100e33
    }

    .alert-dark .alert-link {
        color: #fff;
        font-weight: 600;
        border-bottom: 1px dashed #fff
    }

    .alert-dark .close > span:not(.sr-only) {
        color: #fff
    }

.alert-neutral {
    color: #273444;
    background-color: #fff;
    border-color: #fff
}

    .alert-neutral hr {
        border-top-color: #f2f2f2
    }

    .alert-neutral .alert-link {
        color: #273444;
        font-weight: 600;
        border-bottom: 1px dashed #273444
    }

    .alert-neutral .close > span:not(.sr-only) {
        color: #273444
    }

.alert-white {
    color: #273444;
    background-color: #fff;
    border-color: #fff
}

    .alert-white hr {
        border-top-color: #f2f2f2
    }

    .alert-white .alert-link {
        color: #273444;
        font-weight: 600;
        border-bottom: 1px dashed #273444
    }

    .alert-white .close > span:not(.sr-only) {
        color: #273444
    }

@keyframes progress-bar-stripes {
    from {
        background-position: .5rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #eaecf3;
    border-radius: 50rem;
    box-shadow: inset 0 .1rem .1rem rgba(31,45,61,.1)
}

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

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

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

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

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

.media-body {
    flex: 1
}

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

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

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

    .list-group-item-action:active {
        color: #4a5568;
        background-color: #eaecf3
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 1.5rem;
    background-color: #fff;
    border: 1px solid #eaecf3
}

    .list-group-item:first-child {
        border-top-left-radius: .375rem;
        border-top-right-radius: .375rem
    }

    .list-group-item:last-child {
        border-bottom-right-radius: .375rem;
        border-bottom-left-radius: .375rem
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #718096;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #4a5568;
        background-color: #fafbfe;
        border-color: #eaecf3
    }

    .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 {
    flex-direction: row
}

    .list-group-horizontal .list-group-item:first-child {
        border-bottom-left-radius: .375rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal .list-group-item:last-child {
        border-top-right-radius: .375rem;
        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 {
        flex-direction: row
    }

        .list-group-horizontal-sm .list-group-item:first-child {
            border-bottom-left-radius: .375rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm .list-group-item:last-child {
            border-top-right-radius: .375rem;
            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 {
        flex-direction: row
    }

        .list-group-horizontal-md .list-group-item:first-child {
            border-bottom-left-radius: .375rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md .list-group-item:last-child {
            border-top-right-radius: .375rem;
            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 {
        flex-direction: row
    }

        .list-group-horizontal-lg .list-group-item:first-child {
            border-bottom-left-radius: .375rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg .list-group-item:last-child {
            border-top-right-radius: .375rem;
            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 {
        flex-direction: row
    }

        .list-group-horizontal-xl .list-group-item:first-child {
            border-bottom-left-radius: .375rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl .list-group-item:last-child {
            border-top-right-radius: .375rem;
            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
            }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

    .list-group-flush .list-group-item:first-child {
        border-top-width: 0
    }

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

.list-group-item-primary {
    color: #0f5da2;
    background-color: #b8deff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #0f5da2;
        background-color: #9fd2ff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #0f5da2;
        border-color: #0f5da2
    }

.list-group-item-secondary {
    color: #89909c;
    background-color: #f9fafc
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #89909c;
        background-color: #e8ecf4
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #89909c;
        border-color: #89909c
    }

.list-group-item-success {
    color: #3f7e74;
    background-color: #d1f0e6
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #3f7e74;
        background-color: #beeadc
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #3f7e74;
        border-color: #3f7e74
    }

.list-group-item-info {
    color: #3874a2;
    background-color: #ceeaff
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #3874a2;
        background-color: #b5dfff
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #3874a2;
        border-color: #3874a2
    }

.list-group-item-warning {
    color: #93783d;
    background-color: #ffedc9
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #93783d;
        background-color: #ffe5b0
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #93783d;
        border-color: #93783d
    }

.list-group-item-danger {
    color: #8d4353;
    background-color: #fbd0d4
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #8d4353;
        background-color: #f9b9bf
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #8d4353;
        border-color: #8d4353
    }

.list-group-item-light {
    color: #89909c;
    background-color: #f9fafc
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #89909c;
        background-color: #e8ecf4
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #89909c;
        border-color: #89909c
    }

.list-group-item-dark {
    color: #1b1f42;
    background-color: #bebdcb
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1f42;
        background-color: #b0afc0
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1f42;
        border-color: #1b1f42
    }

.list-group-item-neutral {
    color: #939aa2;
    background-color: #fff
}

    .list-group-item-neutral.list-group-item-action:focus, .list-group-item-neutral.list-group-item-action:hover {
        color: #939aa2;
        background-color: #f2f2f2
    }

    .list-group-item-neutral.list-group-item-action.active {
        color: #fff;
        background-color: #939aa2;
        border-color: #939aa2
    }

.list-group-item-white {
    color: #939aa2;
    background-color: #fff
}

    .list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
        color: #939aa2;
        background-color: #f2f2f2
    }

    .list-group-item-white.list-group-item-action.active {
        color: #fff;
        background-color: #939aa2;
        border-color: #939aa2
    }

.close {
    float: right;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    color: rgba(255,255,255,.6);
    text-shadow: none;
    opacity: .5
}

    .close:hover {
        color: rgba(255,255,255,.6);
        text-decoration: none
    }

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

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 .25rem .75rem rgba(31,45,61,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

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

    .toast.showing {
        opacity: 1
    }

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

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #718096;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(31,45,61,.2);
    border-radius: .75rem;
    box-shadow: 0 .25rem .5rem rgba(31,45,61,.3);
    outline: 0
}

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

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .4
    }

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

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

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

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

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

    .modal-footer > * {
        margin: .25rem
    }

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

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

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

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

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

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

    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(31,45,61,.3)
    }

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

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Nunito Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    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 .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #1f2d3d;
    border-radius: .375rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Nunito Sans",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    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(31,45,61,.05);
    border-radius: .5rem;
    box-shadow: 0 .5rem 2rem 0 rgba(31,45,61,.2)
}

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

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

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

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

        .bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: transparent
        }

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

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

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

        .bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: transparent
        }

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

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

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

        .bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: transparent
        }

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

    .bs-popover-auto[x-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 #fff
    }

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

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

        .bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: transparent
        }

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

.popover-header {
    padding: .75rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #152c5b;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .75rem .75rem;
    color: #718096
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        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;
    transition: transform .6s ease-in-out
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        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: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

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

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

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

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

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

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

.bg-primary {
    background-color: #008aff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #006ecc !important
}

.bg-secondary {
    background-color: #eaecf3 !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #cacfe0 !important
}

.bg-success {
    background-color: #5cc9a7 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #3cb690 !important
}

.bg-info {
    background-color: #50b5ff !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #1d9fff !important
}

.bg-warning {
    background-color: #ffbe3d !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #ffad0a !important
}

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

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

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

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

.bg-dark {
    background-color: #171347 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #0a081f !important
}

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

a.bg-neutral:focus, a.bg-neutral:hover, button.bg-neutral:focus, button.bg-neutral:hover {
    background-color: #e6e6e6 !important
}

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

a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
    background-color: #e6e6e6 !important
}

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

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

.border {
    border: 1px solid #e2e8f0 !important
}

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #008aff !important
}

.border-secondary {
    border-color: #eaecf3 !important
}

.border-success {
    border-color: #5cc9a7 !important
}

.border-info {
    border-color: #50b5ff !important
}

.border-warning {
    border-color: #ffbe3d !important
}

.border-danger {
    border-color: #f25767 !important
}

.border-light {
    border-color: #eaecf3 !important
}

.border-dark {
    border-color: #171347 !important
}

.border-neutral {
    border-color: #fff !important
}

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

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

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

.rounded {
    border-radius: .375rem !important
}

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

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

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

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

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

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

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

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

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important;align-items: baseline;
}

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

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

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

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

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

    .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: flex !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .d-xl-block {
        display: block !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: flex !important
    }

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

@media print {
    .d-print-none {
        display: none !important
    }

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

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

    .d-print-block {
        display: block !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: flex !important
    }

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.justify-content-around {
    justify-content: space-around !important
}

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

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

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

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

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

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

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

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

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

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

.align-self-auto {
    align-self: auto !important
}

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

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

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

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

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

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

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

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

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

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

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

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

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

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

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

    .justify-content-sm-around {
        justify-content: space-around !important
    }

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

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

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

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

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

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

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

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

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

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

    .align-self-sm-auto {
        align-self: auto !important
    }

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

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

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

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

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

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

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

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

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

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

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

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

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

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

    .justify-content-md-around {
        justify-content: space-around !important
    }

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

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

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

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

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

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

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

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

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

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

    .align-self-md-auto {
        align-self: auto !important
    }

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

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

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

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

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

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

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

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

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

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

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

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

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

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

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

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

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

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

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

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

    .justify-content-lg-around {
        justify-content: space-around !important
    }

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

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

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

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

    .align-items-lg-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

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

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

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

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

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

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

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

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

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

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

    .justify-content-xl-around {
        justify-content: space-around !important
    }

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

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

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

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

    .align-items-xl-stretch {
        align-items: stretch !important
    }

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

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

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

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

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

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

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

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

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

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

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

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(31,45,61,.08) !important
}

.shadow {
    box-shadow: 0 0 1.25rem rgba(31,45,61,.05) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important
}

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

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

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

.w-130 {
    width: 130% !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
}

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

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

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

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

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

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

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

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

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

.vw-100 {
    width: 100vw !important
}

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

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

.m-0 {
    margin: 0 !important
}

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

.mr-0, .mx-0 {
    margin-right: 0 !important
}

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

.ml-0, .mx-0 {
    margin-left: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

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

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.m-6 {
    margin: 4.5rem !important
}

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

.mr-6, .mx-6 {
    margin-right: 4.5rem !important
}

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

.ml-6, .mx-6 {
    margin-left: 4.5rem !important
}

.m-7 {
    margin: 6rem !important
}

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

.mr-7, .mx-7 {
    margin-right: 6rem !important
}

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

.ml-7, .mx-7 {
    margin-left: 6rem !important
}

.m-8 {
    margin: 7.5rem !important
}

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

.mr-8, .mx-8 {
    margin-right: 7.5rem !important
}

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

.ml-8, .mx-8 {
    margin-left: 7.5rem !important
}

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

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

.mr-9, .mx-9 {
    margin-right: 9rem !important
}

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

.ml-9, .mx-9 {
    margin-left: 9rem !important
}

.m-10 {
    margin: 10.5rem !important
}

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

.mr-10, .mx-10 {
    margin-right: 10.5rem !important
}

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

.ml-10, .mx-10 {
    margin-left: 10.5rem !important
}

.m-17 {
    margin: 21rem !important
}

.mt-17, .my-17 {
    margin-top: 21rem !important
}

.mr-17, .mx-17 {
    margin-right: 21rem !important
}

.mb-17, .my-17 {
    margin-bottom: 21rem !important
}

.ml-17, .mx-17 {
    margin-left: 21rem !important
}

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

.pr-1, .px-1 {
    padding-right: .25rem !important
}

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

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

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

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

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

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

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

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

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

.pr-3, .px-3 {
    padding-right: 1rem !important
}

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

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

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

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

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

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

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

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

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

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

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

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.p-6 {
    padding: 4.5rem !important
}

.pt-6, .py-6 {
    padding-top: 4.5rem !important
}

.pr-6, .px-6 {
    padding-right: 4.5rem !important
}

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

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

.p-7 {
    padding: 6rem !important
}

.pt-7, .py-7 {
    padding-top: 6rem !important
}

.pr-7, .px-7 {
    padding-right: 6rem !important
}

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

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

.p-8 {
    padding: 7.5rem !important
}

.pt-8, .py-8 {
    padding-top: 7.5rem !important
}

.pr-8, .px-8 {
    padding-right: 7.5rem !important
}

.pb-8, .py-8 {
    padding-bottom: 7.5rem !important
}

.pl-8, .px-8 {
    padding-left: 7.5rem !important
}

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

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

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

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

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

.p-10 {
    padding: 10.5rem !important
}

.pt-10, .py-10 {
    padding-top: 10.5rem !important
}

.pr-10, .px-10 {
    padding-right: 10.5rem !important
}

.pb-10, .py-10 {
    padding-bottom: 10.5rem !important
}

.pl-10, .px-10 {
    padding-left: 10.5rem !important
}

.p-17 {
    padding: 21rem !important
}

.pt-17, .py-17 {
    padding-top: 21rem !important
}

.pr-17, .px-17 {
    padding-right: 21rem !important
}

.pb-17, .py-17 {
    padding-bottom: 21rem !important
}

.pl-17, .px-17 {
    padding-left: 21rem !important
}

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

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

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

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

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

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

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

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

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

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

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

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

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

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

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

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

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

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

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

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-n6 {
    margin: -4.5rem !important
}

.mt-n6, .my-n6 {
    margin-top: -4.5rem !important
}

.mr-n6, .mx-n6 {
    margin-right: -4.5rem !important
}

.mb-n6, .my-n6 {
    margin-bottom: -4.5rem !important
}

.ml-n6, .mx-n6 {
    margin-left: -4.5rem !important
}

.m-n7 {
    margin: -6rem !important
}

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

.mr-n7, .mx-n7 {
    margin-right: -6rem !important
}

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

.ml-n7, .mx-n7 {
    margin-left: -6rem !important
}

.m-n8 {
    margin: -7.5rem !important
}

.mt-n8, .my-n8 {
    margin-top: -7.5rem !important
}

.mr-n8, .mx-n8 {
    margin-right: -7.5rem !important
}

.mb-n8, .my-n8 {
    margin-bottom: -7.5rem !important
}

.ml-n8, .mx-n8 {
    margin-left: -7.5rem !important
}

.m-n9 {
    margin: -9rem !important
}

.mt-n9, .my-n9 {
    margin-top: -9rem !important
}

.mr-n9, .mx-n9 {
    margin-right: -9rem !important
}

.mb-n9, .my-n9 {
    margin-bottom: -9rem !important
}

.ml-n9, .mx-n9 {
    margin-left: -9rem !important
}

.m-n10 {
    margin: -10.5rem !important
}

.mt-n10, .my-n10 {
    margin-top: -10.5rem !important
}

.mr-n10, .mx-n10 {
    margin-right: -10.5rem !important
}

.mb-n10, .my-n10 {
    margin-bottom: -10.5rem !important
}

.ml-n10, .mx-n10 {
    margin-left: -10.5rem !important
}

.m-n17 {
    margin: -21rem !important
}

.mt-n17, .my-n17 {
    margin-top: -21rem !important
}

.mr-n17, .mx-n17 {
    margin-right: -21rem !important
}

.mb-n17, .my-n17 {
    margin-bottom: -21rem !important
}

.ml-n17, .mx-n17 {
    margin-left: -21rem !important
}

.m-auto {
    margin: auto !important
}

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

.mr-auto, .mx-auto {
    margin-right: auto !important
}

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

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

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

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

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

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

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

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

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

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

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

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

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

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

    .mt-sm-6, .my-sm-6 {
        margin-top: 4.5rem !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 4.5rem !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 4.5rem !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 4.5rem !important
    }

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

    .mt-sm-7, .my-sm-7 {
        margin-top: 6rem !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 6rem !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 6rem !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 6rem !important
    }

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

    .mt-sm-8, .my-sm-8 {
        margin-top: 7.5rem !important
    }

    .mr-sm-8, .mx-sm-8 {
        margin-right: 7.5rem !important
    }

    .mb-sm-8, .my-sm-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-sm-8, .mx-sm-8 {
        margin-left: 7.5rem !important
    }

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

    .mt-sm-9, .my-sm-9 {
        margin-top: 9rem !important
    }

    .mr-sm-9, .mx-sm-9 {
        margin-right: 9rem !important
    }

    .mb-sm-9, .my-sm-9 {
        margin-bottom: 9rem !important
    }

    .ml-sm-9, .mx-sm-9 {
        margin-left: 9rem !important
    }

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

    .mt-sm-10, .my-sm-10 {
        margin-top: 10.5rem !important
    }

    .mr-sm-10, .mx-sm-10 {
        margin-right: 10.5rem !important
    }

    .mb-sm-10, .my-sm-10 {
        margin-bottom: 10.5rem !important
    }

    .ml-sm-10, .mx-sm-10 {
        margin-left: 10.5rem !important
    }

    .m-sm-17 {
        margin: 21rem !important
    }

    .mt-sm-17, .my-sm-17 {
        margin-top: 21rem !important
    }

    .mr-sm-17, .mx-sm-17 {
        margin-right: 21rem !important
    }

    .mb-sm-17, .my-sm-17 {
        margin-bottom: 21rem !important
    }

    .ml-sm-17, .mx-sm-17 {
        margin-left: 21rem !important
    }

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

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

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

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

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

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

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

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

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

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

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

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

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

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

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

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

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

    .pt-sm-6, .py-sm-6 {
        padding-top: 4.5rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 4.5rem !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 4.5rem !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 4.5rem !important
    }

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

    .pt-sm-7, .py-sm-7 {
        padding-top: 6rem !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 6rem !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 6rem !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 6rem !important
    }

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

    .pt-sm-8, .py-sm-8 {
        padding-top: 7.5rem !important
    }

    .pr-sm-8, .px-sm-8 {
        padding-right: 7.5rem !important
    }

    .pb-sm-8, .py-sm-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-sm-8, .px-sm-8 {
        padding-left: 7.5rem !important
    }

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

    .pt-sm-9, .py-sm-9 {
        padding-top: 9rem !important
    }

    .pr-sm-9, .px-sm-9 {
        padding-right: 9rem !important
    }

    .pb-sm-9, .py-sm-9 {
        padding-bottom: 9rem !important
    }

    .pl-sm-9, .px-sm-9 {
        padding-left: 9rem !important
    }

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

    .pt-sm-10, .py-sm-10 {
        padding-top: 10.5rem !important
    }

    .pr-sm-10, .px-sm-10 {
        padding-right: 10.5rem !important
    }

    .pb-sm-10, .py-sm-10 {
        padding-bottom: 10.5rem !important
    }

    .pl-sm-10, .px-sm-10 {
        padding-left: 10.5rem !important
    }

    .p-sm-17 {
        padding: 21rem !important
    }

    .pt-sm-17, .py-sm-17 {
        padding-top: 21rem !important
    }

    .pr-sm-17, .px-sm-17 {
        padding-right: 21rem !important
    }

    .pb-sm-17, .py-sm-17 {
        padding-bottom: 21rem !important
    }

    .pl-sm-17, .px-sm-17 {
        padding-left: 21rem !important
    }

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

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

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

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

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

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

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

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

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

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

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

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

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

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

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

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

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

    .mt-sm-n6, .my-sm-n6 {
        margin-top: -4.5rem !important
    }

    .mr-sm-n6, .mx-sm-n6 {
        margin-right: -4.5rem !important
    }

    .mb-sm-n6, .my-sm-n6 {
        margin-bottom: -4.5rem !important
    }

    .ml-sm-n6, .mx-sm-n6 {
        margin-left: -4.5rem !important
    }

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

    .mt-sm-n7, .my-sm-n7 {
        margin-top: -6rem !important
    }

    .mr-sm-n7, .mx-sm-n7 {
        margin-right: -6rem !important
    }

    .mb-sm-n7, .my-sm-n7 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n7, .mx-sm-n7 {
        margin-left: -6rem !important
    }

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

    .mt-sm-n8, .my-sm-n8 {
        margin-top: -7.5rem !important
    }

    .mr-sm-n8, .mx-sm-n8 {
        margin-right: -7.5rem !important
    }

    .mb-sm-n8, .my-sm-n8 {
        margin-bottom: -7.5rem !important
    }

    .ml-sm-n8, .mx-sm-n8 {
        margin-left: -7.5rem !important
    }

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

    .mt-sm-n9, .my-sm-n9 {
        margin-top: -9rem !important
    }

    .mr-sm-n9, .mx-sm-n9 {
        margin-right: -9rem !important
    }

    .mb-sm-n9, .my-sm-n9 {
        margin-bottom: -9rem !important
    }

    .ml-sm-n9, .mx-sm-n9 {
        margin-left: -9rem !important
    }

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

    .mt-sm-n10, .my-sm-n10 {
        margin-top: -10.5rem !important
    }

    .mr-sm-n10, .mx-sm-n10 {
        margin-right: -10.5rem !important
    }

    .mb-sm-n10, .my-sm-n10 {
        margin-bottom: -10.5rem !important
    }

    .ml-sm-n10, .mx-sm-n10 {
        margin-left: -10.5rem !important
    }

    .m-sm-n17 {
        margin: -21rem !important
    }

    .mt-sm-n17, .my-sm-n17 {
        margin-top: -21rem !important
    }

    .mr-sm-n17, .mx-sm-n17 {
        margin-right: -21rem !important
    }

    .mb-sm-n17, .my-sm-n17 {
        margin-bottom: -21rem !important
    }

    .ml-sm-n17, .mx-sm-n17 {
        margin-left: -21rem !important
    }

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

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

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

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

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

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

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

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

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

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

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

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

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

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

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

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

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

    .mt-md-6, .my-md-6 {
        margin-top: 4.5rem !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 4.5rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 4.5rem !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 4.5rem !important
    }

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

    .mt-md-7, .my-md-7 {
        margin-top: 6rem !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 6rem !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 6rem !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 6rem !important
    }

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

    .mt-md-8, .my-md-8 {
        margin-top: 7.5rem !important
    }

    .mr-md-8, .mx-md-8 {
        margin-right: 7.5rem !important
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-md-8, .mx-md-8 {
        margin-left: 7.5rem !important
    }

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

    .mt-md-9, .my-md-9 {
        margin-top: 9rem !important
    }

    .mr-md-9, .mx-md-9 {
        margin-right: 9rem !important
    }

    .mb-md-9, .my-md-9 {
        margin-bottom: 9rem !important
    }

    .ml-md-9, .mx-md-9 {
        margin-left: 9rem !important
    }

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

    .mt-md-10, .my-md-10 {
        margin-top: 10.5rem !important
    }

    .mr-md-10, .mx-md-10 {
        margin-right: 10.5rem !important
    }

    .mb-md-10, .my-md-10 {
        margin-bottom: 10.5rem !important
    }

    .ml-md-10, .mx-md-10 {
        margin-left: 10.5rem !important
    }

    .m-md-17 {
        margin: 21rem !important
    }

    .mt-md-17, .my-md-17 {
        margin-top: 21rem !important
    }

    .mr-md-17, .mx-md-17 {
        margin-right: 21rem !important
    }

    .mb-md-17, .my-md-17 {
        margin-bottom: 21rem !important
    }

    .ml-md-17, .mx-md-17 {
        margin-left: 21rem !important
    }

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

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

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

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

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

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

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

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

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

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

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

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

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

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

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

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .p-md-6 {
        padding: 4.5rem !important
    }

    .pt-md-6, .py-md-6 {
        padding-top: 4.5rem !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 4.5rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 4.5rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 4.5rem !important
    }

    .p-md-7 {
        padding: 6rem !important
    }

    .pt-md-7, .py-md-7 {
        padding-top: 6rem !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 6rem !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 6rem !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 6rem !important
    }

    .p-md-8 {
        padding: 7.5rem !important
    }

    .pt-md-8, .py-md-8 {
        padding-top: 7.5rem !important
    }

    .pr-md-8, .px-md-8 {
        padding-right: 7.5rem !important
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-md-8, .px-md-8 {
        padding-left: 7.5rem !important
    }

    .p-md-9 {
        padding: 9rem !important
    }

    .pt-md-9, .py-md-9 {
        padding-top: 9rem !important
    }

    .pr-md-9, .px-md-9 {
        padding-right: 9rem !important
    }

    .pb-md-9, .py-md-9 {
        padding-bottom: 9rem !important
    }

    .pl-md-9, .px-md-9 {
        padding-left: 9rem !important
    }

    .p-md-10 {
        padding: 10.5rem !important
    }

    .pt-md-10, .py-md-10 {
        padding-top: 10.5rem !important
    }

    .pr-md-10, .px-md-10 {
        padding-right: 10.5rem !important
    }

    .pb-md-10, .py-md-10 {
        padding-bottom: 10.5rem !important
    }

    .pl-md-10, .px-md-10 {
        padding-left: 10.5rem !important
    }

    .p-md-17 {
        padding: 21rem !important
    }

    .pt-md-17, .py-md-17 {
        padding-top: 21rem !important
    }

    .pr-md-17, .px-md-17 {
        padding-right: 21rem !important
    }

    .pb-md-17, .py-md-17 {
        padding-bottom: 21rem !important
    }

    .pl-md-17, .px-md-17 {
        padding-left: 21rem !important
    }

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

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

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

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

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

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

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

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

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

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

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

    .mt-md-n6, .my-md-n6 {
        margin-top: -4.5rem !important
    }

    .mr-md-n6, .mx-md-n6 {
        margin-right: -4.5rem !important
    }

    .mb-md-n6, .my-md-n6 {
        margin-bottom: -4.5rem !important
    }

    .ml-md-n6, .mx-md-n6 {
        margin-left: -4.5rem !important
    }

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

    .mt-md-n7, .my-md-n7 {
        margin-top: -6rem !important
    }

    .mr-md-n7, .mx-md-n7 {
        margin-right: -6rem !important
    }

    .mb-md-n7, .my-md-n7 {
        margin-bottom: -6rem !important
    }

    .ml-md-n7, .mx-md-n7 {
        margin-left: -6rem !important
    }

    .m-md-n8 {
        margin: -7.5rem !important
    }

    .mt-md-n8, .my-md-n8 {
        margin-top: -7.5rem !important
    }

    .mr-md-n8, .mx-md-n8 {
        margin-right: -7.5rem !important
    }

    .mb-md-n8, .my-md-n8 {
        margin-bottom: -7.5rem !important
    }

    .ml-md-n8, .mx-md-n8 {
        margin-left: -7.5rem !important
    }

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

    .mt-md-n9, .my-md-n9 {
        margin-top: -9rem !important
    }

    .mr-md-n9, .mx-md-n9 {
        margin-right: -9rem !important
    }

    .mb-md-n9, .my-md-n9 {
        margin-bottom: -9rem !important
    }

    .ml-md-n9, .mx-md-n9 {
        margin-left: -9rem !important
    }

    .m-md-n10 {
        margin: -10.5rem !important
    }

    .mt-md-n10, .my-md-n10 {
        margin-top: -10.5rem !important
    }

    .mr-md-n10, .mx-md-n10 {
        margin-right: -10.5rem !important
    }

    .mb-md-n10, .my-md-n10 {
        margin-bottom: -10.5rem !important
    }

    .ml-md-n10, .mx-md-n10 {
        margin-left: -10.5rem !important
    }

    .m-md-n17 {
        margin: -21rem !important
    }

    .mt-md-n17, .my-md-n17 {
        margin-top: -21rem !important
    }

    .mr-md-n17, .mx-md-n17 {
        margin-right: -21rem !important
    }

    .mb-md-n17, .my-md-n17 {
        margin-bottom: -21rem !important
    }

    .ml-md-n17, .mx-md-n17 {
        margin-left: -21rem !important
    }

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

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

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

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

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

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

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

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

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

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

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

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

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

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

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

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .m-lg-6 {
        margin: 4.5rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 4.5rem !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 4.5rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 4.5rem !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 4.5rem !important
    }

    .m-lg-7 {
        margin: 6rem !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 6rem !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 6rem !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 6rem !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 6rem !important
    }

    .m-lg-8 {
        margin: 7.5rem !important
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 7.5rem !important
    }

    .mr-lg-8, .mx-lg-8 {
        margin-right: 7.5rem !important
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-lg-8, .mx-lg-8 {
        margin-left: 7.5rem !important
    }

    .m-lg-9 {
        margin: 9rem !important
    }

    .mt-lg-9, .my-lg-9 {
        margin-top: 9rem !important
    }

    .mr-lg-9, .mx-lg-9 {
        margin-right: 9rem !important
    }

    .mb-lg-9, .my-lg-9 {
        margin-bottom: 9rem !important
    }

    .ml-lg-9, .mx-lg-9 {
        margin-left: 9rem !important
    }

    .m-lg-10 {
        margin: 10.5rem !important
    }

    .mt-lg-10, .my-lg-10 {
        margin-top: 10.5rem !important
    }

    .mr-lg-10, .mx-lg-10 {
        margin-right: 10.5rem !important
    }

    .mb-lg-10, .my-lg-10 {
        margin-bottom: 10.5rem !important
    }

    .ml-lg-10, .mx-lg-10 {
        margin-left: 10.5rem !important
    }

    .m-lg-17 {
        margin: 21rem !important
    }

    .mt-lg-17, .my-lg-17 {
        margin-top: 21rem !important
    }

    .mr-lg-17, .mx-lg-17 {
        margin-right: 21rem !important
    }

    .mb-lg-17, .my-lg-17 {
        margin-bottom: 21rem !important
    }

    .ml-lg-17, .mx-lg-17 {
        margin-left: 21rem !important
    }

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

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

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

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

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

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

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

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

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

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

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

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

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

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

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

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .p-lg-6 {
        padding: 4.5rem !important
    }

    .pt-lg-6, .py-lg-6 {
        padding-top: 4.5rem !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 4.5rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 4.5rem !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 4.5rem !important
    }

    .p-lg-7 {
        padding: 6rem !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 6rem !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 6rem !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 6rem !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 6rem !important
    }

    .p-lg-8 {
        padding: 7.5rem !important
    }

    .pt-lg-8, .py-lg-8 {
        padding-top: 7.5rem !important
    }

    .pr-lg-8, .px-lg-8 {
        padding-right: 7.5rem !important
    }

    .pb-lg-8, .py-lg-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-lg-8, .px-lg-8 {
        padding-left: 7.5rem !important
    }

    .p-lg-9 {
        padding: 9rem !important
    }

    .pt-lg-9, .py-lg-9 {
        padding-top: 9rem !important
    }

    .pr-lg-9, .px-lg-9 {
        padding-right: 9rem !important
    }

    .pb-lg-9, .py-lg-9 {
        padding-bottom: 9rem !important
    }

    .pl-lg-9, .px-lg-9 {
        padding-left: 9rem !important
    }

    .p-lg-10 {
        padding: 10.5rem !important
    }

    .pt-lg-10, .py-lg-10 {
        padding-top: 10.5rem !important
    }

    .pr-lg-10, .px-lg-10 {
        padding-right: 10.5rem !important
    }

    .pb-lg-10, .py-lg-10 {
        padding-bottom: 10.5rem !important
    }

    .pl-lg-10, .px-lg-10 {
        padding-left: 10.5rem !important
    }

    .p-lg-17 {
        padding: 21rem !important
    }

    .pt-lg-17, .py-lg-17 {
        padding-top: 21rem !important
    }

    .pr-lg-17, .px-lg-17 {
        padding-right: 21rem !important
    }

    .pb-lg-17, .py-lg-17 {
        padding-bottom: 21rem !important
    }

    .pl-lg-17, .px-lg-17 {
        padding-left: 21rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

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

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

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

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-n6 {
        margin: -4.5rem !important
    }

    .mt-lg-n6, .my-lg-n6 {
        margin-top: -4.5rem !important
    }

    .mr-lg-n6, .mx-lg-n6 {
        margin-right: -4.5rem !important
    }

    .mb-lg-n6, .my-lg-n6 {
        margin-bottom: -4.5rem !important
    }

    .ml-lg-n6, .mx-lg-n6 {
        margin-left: -4.5rem !important
    }

    .m-lg-n7 {
        margin: -6rem !important
    }

    .mt-lg-n7, .my-lg-n7 {
        margin-top: -6rem !important
    }

    .mr-lg-n7, .mx-lg-n7 {
        margin-right: -6rem !important
    }

    .mb-lg-n7, .my-lg-n7 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n7, .mx-lg-n7 {
        margin-left: -6rem !important
    }

    .m-lg-n8 {
        margin: -7.5rem !important
    }

    .mt-lg-n8, .my-lg-n8 {
        margin-top: -7.5rem !important
    }

    .mr-lg-n8, .mx-lg-n8 {
        margin-right: -7.5rem !important
    }

    .mb-lg-n8, .my-lg-n8 {
        margin-bottom: -7.5rem !important
    }

    .ml-lg-n8, .mx-lg-n8 {
        margin-left: -7.5rem !important
    }

    .m-lg-n9 {
        margin: -9rem !important
    }

    .mt-lg-n9, .my-lg-n9 {
        margin-top: -9rem !important
    }

    .mr-lg-n9, .mx-lg-n9 {
        margin-right: -9rem !important
    }

    .mb-lg-n9, .my-lg-n9 {
        margin-bottom: -9rem !important
    }

    .ml-lg-n9, .mx-lg-n9 {
        margin-left: -9rem !important
    }

    .m-lg-n10 {
        margin: -10.5rem !important
    }

    .mt-lg-n10, .my-lg-n10 {
        margin-top: -10.5rem !important
    }

    .mr-lg-n10, .mx-lg-n10 {
        margin-right: -10.5rem !important
    }

    .mb-lg-n10, .my-lg-n10 {
        margin-bottom: -10.5rem !important
    }

    .ml-lg-n10, .mx-lg-n10 {
        margin-left: -10.5rem !important
    }

    .m-lg-n17 {
        margin: -21rem !important
    }

    .mt-lg-n17, .my-lg-n17 {
        margin-top: -21rem !important
    }

    .mr-lg-n17, .mx-lg-n17 {
        margin-right: -21rem !important
    }

    .mb-lg-n17, .my-lg-n17 {
        margin-bottom: -21rem !important
    }

    .ml-lg-n17, .mx-lg-n17 {
        margin-left: -21rem !important
    }

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

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

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

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

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

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

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

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

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

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

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

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

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

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

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

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

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

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

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

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

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

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

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

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

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

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

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

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

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .m-xl-6 {
        margin: 4.5rem !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 4.5rem !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 4.5rem !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 4.5rem !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 4.5rem !important
    }

    .m-xl-7 {
        margin: 6rem !important
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 6rem !important
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 6rem !important
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 6rem !important
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 6rem !important
    }

    .m-xl-8 {
        margin: 7.5rem !important
    }

    .mt-xl-8, .my-xl-8 {
        margin-top: 7.5rem !important
    }

    .mr-xl-8, .mx-xl-8 {
        margin-right: 7.5rem !important
    }

    .mb-xl-8, .my-xl-8 {
        margin-bottom: 7.5rem !important
    }

    .ml-xl-8, .mx-xl-8 {
        margin-left: 7.5rem !important
    }

    .m-xl-9 {
        margin: 9rem !important
    }

    .mt-xl-9, .my-xl-9 {
        margin-top: 9rem !important
    }

    .mr-xl-9, .mx-xl-9 {
        margin-right: 9rem !important
    }

    .mb-xl-9, .my-xl-9 {
        margin-bottom: 9rem !important
    }

    .ml-xl-9, .mx-xl-9 {
        margin-left: 9rem !important
    }

    .m-xl-10 {
        margin: 10.5rem !important
    }

    .mt-xl-10, .my-xl-10 {
        margin-top: 10.5rem !important
    }

    .mr-xl-10, .mx-xl-10 {
        margin-right: 10.5rem !important
    }

    .mb-xl-10, .my-xl-10 {
        margin-bottom: 10.5rem !important
    }

    .ml-xl-10, .mx-xl-10 {
        margin-left: 10.5rem !important
    }

    .m-xl-17 {
        margin: 21rem !important
    }

    .mt-xl-17, .my-xl-17 {
        margin-top: 21rem !important
    }

    .mr-xl-17, .mx-xl-17 {
        margin-right: 21rem !important
    }

    .mb-xl-17, .my-xl-17 {
        margin-bottom: 21rem !important
    }

    .ml-xl-17, .mx-xl-17 {
        margin-left: 21rem !important
    }

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

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

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

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

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

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

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

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

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

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

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

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

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

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

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

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

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

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

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

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

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

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

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

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

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

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

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

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

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

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .p-xl-6 {
        padding: 4.5rem !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 4.5rem !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 4.5rem !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 4.5rem !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 4.5rem !important
    }

    .p-xl-7 {
        padding: 6rem !important
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 6rem !important
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 6rem !important
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 6rem !important
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 6rem !important
    }

    .p-xl-8 {
        padding: 7.5rem !important
    }

    .pt-xl-8, .py-xl-8 {
        padding-top: 7.5rem !important
    }

    .pr-xl-8, .px-xl-8 {
        padding-right: 7.5rem !important
    }

    .pb-xl-8, .py-xl-8 {
        padding-bottom: 7.5rem !important
    }

    .pl-xl-8, .px-xl-8 {
        padding-left: 7.5rem !important
    }

    .p-xl-9 {
        padding: 9rem !important
    }

    .pt-xl-9, .py-xl-9 {
        padding-top: 9rem !important
    }

    .pr-xl-9, .px-xl-9 {
        padding-right: 9rem !important
    }

    .pb-xl-9, .py-xl-9 {
        padding-bottom: 9rem !important
    }

    .pl-xl-9, .px-xl-9 {
        padding-left: 9rem !important
    }

    .p-xl-10 {
        padding: 10.5rem !important
    }

    .pt-xl-10, .py-xl-10 {
        padding-top: 10.5rem !important
    }

    .pr-xl-10, .px-xl-10 {
        padding-right: 10.5rem !important
    }

    .pb-xl-10, .py-xl-10 {
        padding-bottom: 10.5rem !important
    }

    .pl-xl-10, .px-xl-10 {
        padding-left: 10.5rem !important
    }

    .p-xl-17 {
        padding: 21rem !important
    }

    .pt-xl-17, .py-xl-17 {
        padding-top: 21rem !important
    }

    .pr-xl-17, .px-xl-17 {
        padding-right: 21rem !important
    }

    .pb-xl-17, .py-xl-17 {
        padding-bottom: 21rem !important
    }

    .pl-xl-17, .px-xl-17 {
        padding-left: 21rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

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

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

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

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-n6 {
        margin: -4.5rem !important
    }

    .mt-xl-n6, .my-xl-n6 {
        margin-top: -4.5rem !important
    }

    .mr-xl-n6, .mx-xl-n6 {
        margin-right: -4.5rem !important
    }

    .mb-xl-n6, .my-xl-n6 {
        margin-bottom: -4.5rem !important
    }

    .ml-xl-n6, .mx-xl-n6 {
        margin-left: -4.5rem !important
    }

    .m-xl-n7 {
        margin: -6rem !important
    }

    .mt-xl-n7, .my-xl-n7 {
        margin-top: -6rem !important
    }

    .mr-xl-n7, .mx-xl-n7 {
        margin-right: -6rem !important
    }

    .mb-xl-n7, .my-xl-n7 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n7, .mx-xl-n7 {
        margin-left: -6rem !important
    }

    .m-xl-n8 {
        margin: -7.5rem !important
    }

    .mt-xl-n8, .my-xl-n8 {
        margin-top: -7.5rem !important
    }

    .mr-xl-n8, .mx-xl-n8 {
        margin-right: -7.5rem !important
    }

    .mb-xl-n8, .my-xl-n8 {
        margin-bottom: -7.5rem !important
    }

    .ml-xl-n8, .mx-xl-n8 {
        margin-left: -7.5rem !important
    }

    .m-xl-n9 {
        margin: -9rem !important
    }

    .mt-xl-n9, .my-xl-n9 {
        margin-top: -9rem !important
    }

    .mr-xl-n9, .mx-xl-n9 {
        margin-right: -9rem !important
    }

    .mb-xl-n9, .my-xl-n9 {
        margin-bottom: -9rem !important
    }

    .ml-xl-n9, .mx-xl-n9 {
        margin-left: -9rem !important
    }

    .m-xl-n10 {
        margin: -10.5rem !important
    }

    .mt-xl-n10, .my-xl-n10 {
        margin-top: -10.5rem !important
    }

    .mr-xl-n10, .mx-xl-n10 {
        margin-right: -10.5rem !important
    }

    .mb-xl-n10, .my-xl-n10 {
        margin-bottom: -10.5rem !important
    }

    .ml-xl-n10, .mx-xl-n10 {
        margin-left: -10.5rem !important
    }

    .m-xl-n17 {
        margin: -21rem !important
    }

    .mt-xl-n17, .my-xl-n17 {
        margin-top: -21rem !important
    }

    .mr-xl-n17, .mx-xl-n17 {
        margin-right: -21rem !important
    }

    .mb-xl-n17, .my-xl-n17 {
        margin-bottom: -21rem !important
    }

    .ml-xl-n17, .mx-xl-n17 {
        margin-left: -21rem !important
    }

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

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 600 !important
}

.font-weight-bolder {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #008aff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0061b3 !important
}

.text-secondary {
    color: #eaecf3 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #b9c0d7 !important
}

.text-success {
    color: #5cc9a7 !important
}

a.text-success:focus, a.text-success:hover {
    color: #36a381 !important
}

.text-info {
    color: #50b5ff !important
}

a.text-info:focus, a.text-info:hover {
    color: #0495ff !important
}

.text-warning {
    color: #ffbe3d !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #f09f00 !important
}

.text-danger {
    color: #f25767 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ea1228 !important
}

.text-light {
    color: #eaecf3 !important
}

a.text-light:focus, a.text-light:hover {
    color: #b9c0d7 !important
}

.text-dark {
    color: #171347 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #03030b !important
}

.text-neutral {
    color: #fff !important
}

a.text-neutral:focus, a.text-neutral:hover {
    color: #d9d9d9 !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus, a.text-white:hover {
    color: #d9d9d9 !important
}

.text-body {
    color: #718096 !important
}

.text-muted {
    color: #718096 !important
}

.text-black-50 {
    color: rgba(31,45,61,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #a0aec0;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .badge {
        border: 1px solid #1f2d3d
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #e2e8f0 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #eaecf3
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #eaecf3
    }
}

.bg-light-primary {
    background-color: #33a1ff !important
}

a.bg-light-primary:focus, a.bg-light-primary:hover, button.bg-light-primary:focus, button.bg-light-primary:hover {
    background-color: #008aff !important
}

.bg-dark-primary {
    background-color: #006ecc !important
}

a.bg-dark-primary:focus, a.bg-dark-primary:hover, button.bg-dark-primary:focus, button.bg-dark-primary:hover {
    background-color: #005399 !important
}

.bg-soft-primary {
    background-color: #e0f1ff
}

.bg-gradient-primary {
    background: linear-gradient(50deg,#008aff 0,#003eff 100%) !important
}

.bg-translucent-primary {
    background-color: rgba(0,119,219,.6) !important
}

a.bg-translucent-primary:focus, a.bg-translucent-primary:hover, button.bg-translucent-primary:focus, button.bg-translucent-primary:hover {
    background-color: rgba(0,105,194,.6) !important
}

.bg-light-secondary {
    background-color: #fff !important
}

a.bg-light-secondary:focus, a.bg-light-secondary:hover, button.bg-light-secondary:focus, button.bg-light-secondary:hover {
    background-color: #e6e6e6 !important
}

.bg-dark-secondary {
    background-color: #cacfe0 !important
}

a.bg-dark-secondary:focus, a.bg-dark-secondary:hover, button.bg-dark-secondary:focus, button.bg-dark-secondary:hover {
    background-color: #a9b1ce !important
}

.bg-soft-secondary {
    background-color: #fcfdfe
}

.bg-gradient-secondary {
    background: linear-gradient(50deg,#eaecf3 0,#ebeaf3 100%) !important
}

.bg-translucent-secondary {
    background-color: rgba(211,215,230,.6) !important
}

a.bg-translucent-secondary:focus, a.bg-translucent-secondary:hover, button.bg-translucent-secondary:focus, button.bg-translucent-secondary:hover {
    background-color: rgba(195,201,221,.6) !important
}

.bg-light-success {
    background-color: #82d6bc !important
}

a.bg-light-success:focus, a.bg-light-success:hover, button.bg-light-success:focus, button.bg-light-success:hover {
    background-color: #5cc9a7 !important
}

.bg-dark-success {
    background-color: #3cb690 !important
}

a.bg-dark-success:focus, a.bg-dark-success:hover, button.bg-dark-success:focus, button.bg-dark-success:hover {
    background-color: #308f72 !important
}

.bg-soft-success {
    background-color: #ebf9f4
}

.bg-gradient-success {
    background: linear-gradient(50deg,#5cc9a7 0,#5cc9c8 100%) !important
}

.bg-translucent-success {
    background-color: rgba(65,192,153,.6) !important
}

a.bg-translucent-success:focus, a.bg-translucent-success:hover, button.bg-translucent-success:focus, button.bg-translucent-success:hover {
    background-color: rgba(58,174,138,.6) !important
}

.bg-light-info {
    background-color: #83cbff !important
}

a.bg-light-info:focus, a.bg-light-info:hover, button.bg-light-info:focus, button.bg-light-info:hover {
    background-color: #50b5ff !important
}

.bg-dark-info {
    background-color: #1d9fff !important
}

a.bg-dark-info:focus, a.bg-dark-info:hover, button.bg-dark-info:focus, button.bg-dark-info:hover {
    background-color: #0086e9 !important
}

.bg-soft-info {
    background-color: #eaf6ff
}

.bg-gradient-info {
    background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%) !important
}

.bg-translucent-info {
    background-color: rgba(44,166,255,.6) !important
}

a.bg-translucent-info:focus, a.bg-translucent-info:hover, button.bg-translucent-info:focus, button.bg-translucent-info:hover {
    background-color: rgba(19,155,255,.6) !important
}

.bg-light-warning {
    background-color: #ffcf70 !important
}

a.bg-light-warning:focus, a.bg-light-warning:hover, button.bg-light-warning:focus, button.bg-light-warning:hover {
    background-color: #ffbe3d !important
}

.bg-dark-warning {
    background-color: #ffad0a !important
}

a.bg-dark-warning:focus, a.bg-dark-warning:hover, button.bg-dark-warning:focus, button.bg-dark-warning:hover {
    background-color: #d68e00 !important
}

.bg-soft-warning {
    background-color: #fff7e8
}

.bg-gradient-warning {
    background: linear-gradient(50deg,#ffbe3d 0,#fff83d 100%) !important
}

.bg-translucent-warning {
    background-color: rgba(255,178,25,.6) !important
}

a.bg-translucent-warning:focus, a.bg-translucent-warning:hover, button.bg-translucent-warning:focus, button.bg-translucent-warning:hover {
    background-color: rgba(255,169,0,.6) !important
}

.bg-light-danger {
    background-color: #f68692 !important
}

a.bg-light-danger:focus, a.bg-light-danger:hover, button.bg-light-danger:focus, button.bg-light-danger:hover {
    background-color: #f25767 !important
}

.bg-dark-danger {
    background-color: #ee283c !important
}

a.bg-dark-danger:focus, a.bg-dark-danger:hover, button.bg-dark-danger:focus, button.bg-dark-danger:hover {
    background-color: #d31024 !important
}

.bg-soft-danger {
    background-color: #fdebed
}

.bg-gradient-danger {
    background: linear-gradient(50deg,#f25767 0,#f27657 100%) !important
}

.bg-translucent-danger {
    background-color: rgba(239,54,73,.6) !important
}

a.bg-translucent-danger:focus, a.bg-translucent-danger:hover, button.bg-translucent-danger:focus, button.bg-translucent-danger:hover {
    background-color: rgba(238,30,52,.6) !important
}

.bg-light-light {
    background-color: #fff !important
}

a.bg-light-light:focus, a.bg-light-light:hover, button.bg-light-light:focus, button.bg-light-light:hover {
    background-color: #e6e6e6 !important
}

.bg-dark-light {
    background-color: #cacfe0 !important
}

a.bg-dark-light:focus, a.bg-dark-light:hover, button.bg-dark-light:focus, button.bg-dark-light:hover {
    background-color: #a9b1ce !important
}

.bg-soft-light {
    background-color: #fcfdfe
}

.bg-gradient-light {
    background: linear-gradient(50deg,#eaecf3 0,#ebeaf3 100%) !important
}

.bg-translucent-light {
    background-color: rgba(211,215,230,.6) !important
}

a.bg-translucent-light:focus, a.bg-translucent-light:hover, button.bg-translucent-light:focus, button.bg-translucent-light:hover {
    background-color: rgba(195,201,221,.6) !important
}

.bg-light-dark {
    background-color: #241e6f !important
}

a.bg-light-dark:focus, a.bg-light-dark:hover, button.bg-light-dark:focus, button.bg-light-dark:hover {
    background-color: #171347 !important
}

.bg-dark-dark {
    background-color: #0a081f !important
}

a.bg-dark-dark:focus, a.bg-dark-dark:hover, button.bg-dark-dark:focus, button.bg-dark-dark:hover {
    background-color: #000 !important
}

.bg-soft-dark {
    background-color: #e3e3e9
}

.bg-gradient-dark {
    background: linear-gradient(50deg,#171347 0,#271347 100%) !important
}

.bg-translucent-dark {
    background-color: rgba(14,11,43,.6) !important
}

a.bg-translucent-dark:focus, a.bg-translucent-dark:hover, button.bg-translucent-dark:focus, button.bg-translucent-dark:hover {
    background-color: rgba(7,6,23,.6) !important
}

.bg-light-neutral {
    background-color: #fff !important
}

a.bg-light-neutral:focus, a.bg-light-neutral:hover, button.bg-light-neutral:focus, button.bg-light-neutral:hover {
    background-color: #e6e6e6 !important
}

.bg-dark-neutral {
    background-color: #e6e6e6 !important
}

a.bg-dark-neutral:focus, a.bg-dark-neutral:hover, button.bg-dark-neutral:focus, button.bg-dark-neutral:hover {
    background-color: #ccc !important
}

.bg-soft-neutral {
    background-color: #fff
}

.bg-gradient-neutral {
    background: linear-gradient(50deg,#fff 0,#fff 100%) !important
}

.bg-translucent-neutral {
    background-color: rgba(237,237,237,.6) !important
}

a.bg-translucent-neutral:focus, a.bg-translucent-neutral:hover, button.bg-translucent-neutral:focus, button.bg-translucent-neutral:hover {
    background-color: rgba(224,224,224,.6) !important
}

.bg-light-white {
    background-color: #fff !important
}

a.bg-light-white:focus, a.bg-light-white:hover, button.bg-light-white:focus, button.bg-light-white:hover {
    background-color: #e6e6e6 !important
}

.bg-dark-white {
    background-color: #e6e6e6 !important
}

a.bg-dark-white:focus, a.bg-dark-white:hover, button.bg-dark-white:focus, button.bg-dark-white:hover {
    background-color: #ccc !important
}

.bg-soft-white {
    background-color: #fff
}

.bg-gradient-white {
    background: linear-gradient(50deg,#fff 0,#fff 100%) !important
}

.bg-translucent-white {
    background-color: rgba(237,237,237,.6) !important
}

a.bg-translucent-white:focus, a.bg-translucent-white:hover, button.bg-translucent-white:focus, button.bg-translucent-white:hover {
    background-color: rgba(224,224,224,.6) !important
}

.bg-blue {
    background-color: #008aff !important
}

a.bg-blue:focus, a.bg-blue:hover, button.bg-blue:focus, button.bg-blue:hover {
    background-color: #006ecc !important
}

.bg-gradient-blue {
    background: linear-gradient(50deg,#008aff 0,#003eff 100%) !important
}

.bg-indigo {
    background-color: #6e00ff !important
}

a.bg-indigo:focus, a.bg-indigo:hover, button.bg-indigo:focus, button.bg-indigo:hover {
    background-color: #5800cc !important
}

.bg-gradient-indigo {
    background: linear-gradient(50deg,#6e00ff 0,#b0f 100%) !important
}

.bg-purple {
    background-color: #510fa8 !important
}

a.bg-purple:focus, a.bg-purple:hover, button.bg-purple:focus, button.bg-purple:hover {
    background-color: #3a0b79 !important
}

.bg-gradient-purple {
    background: linear-gradient(50deg,#510fa8 0,#7f0fa8 100%) !important
}

.bg-pink {
    background-color: #f074ad !important
}

a.bg-pink:focus, a.bg-pink:hover, button.bg-pink:focus, button.bg-pink:hover {
    background-color: #eb4692 !important
}

.bg-gradient-pink {
    background: linear-gradient(50deg,#f074ad 0,#f07488 100%) !important
}

.bg-red {
    background-color: #f25767 !important
}

a.bg-red:focus, a.bg-red:hover, button.bg-red:focus, button.bg-red:hover {
    background-color: #ee283c !important
}

.bg-gradient-red {
    background: linear-gradient(50deg,#f25767 0,#f27657 100%) !important
}

.bg-orange {
    background-color: #ffbe3d !important
}

a.bg-orange:focus, a.bg-orange:hover, button.bg-orange:focus, button.bg-orange:hover {
    background-color: #ffad0a !important
}

.bg-gradient-orange {
    background: linear-gradient(50deg,#ffbe3d 0,#fff83d 100%) !important
}

.bg-yellow {
    background-color: #ffc431 !important
}

a.bg-yellow:focus, a.bg-yellow:hover, button.bg-yellow:focus, button.bg-yellow:hover {
    background-color: #fdb500 !important
}

.bg-gradient-yellow {
    background: linear-gradient(50deg,#ffc431 0,#fcff31 100%) !important
}

.bg-green {
    background-color: #5cc9a7 !important
}

a.bg-green:focus, a.bg-green:hover, button.bg-green:focus, button.bg-green:hover {
    background-color: #3cb690 !important
}

.bg-gradient-green {
    background: linear-gradient(50deg,#5cc9a7 0,#5cc9c8 100%) !important
}

.bg-teal {
    background-color: #50b5ff !important
}

a.bg-teal:focus, a.bg-teal:hover, button.bg-teal:focus, button.bg-teal:hover {
    background-color: #1d9fff !important
}

.bg-gradient-teal {
    background: linear-gradient(50deg,#50b5ff 0,#5081ff 100%) !important
}

.bg-cyan {
    background-color: #4bd6e5 !important
}

a.bg-cyan:focus, a.bg-cyan:hover, button.bg-cyan:focus, button.bg-cyan:hover {
    background-color: #20cbdd !important
}

.bg-gradient-cyan {
    background: linear-gradient(50deg,#4bd6e5 0,#4ba8e5 100%) !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
    background-color: #e6e6e6 !important
}

.bg-gradient-white {
    background: linear-gradient(50deg,#fff 0,#fff 100%) !important
}

.bg-gray {
    background-color: #718096 !important
}

a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {
    background-color: #5a677a !important
}

.bg-gradient-gray {
    background: linear-gradient(50deg,#718096 0,#717596 100%) !important
}

.bg-gray-dark {
    background-color: #2d3748 !important
}

a.bg-gray-dark:focus, a.bg-gray-dark:hover, button.bg-gray-dark:focus, button.bg-gray-dark:hover {
    background-color: #191f29 !important
}

.bg-gradient-gray-dark {
    background: linear-gradient(50deg,#2d3748 0,#2d2f48 100%) !important
}

.bg-section-primary {
    background-color: #fff !important
}

.bg-section-secondary {
    background-color: #fafbfe !important
}

.bg-section-light {
    background-color: #cbd5e0 !important
}

.bg-section-dark {
    background-color: #0e0b2b !important
}

.bg-brand-facebook {
    background-color: #3b5999 !important
}

a.bg-brand-facebook:focus, a.bg-brand-facebook:hover, button.bg-brand-facebook:focus, button.bg-brand-facebook:hover {
    background-color: #2d4474 !important
}

.bg-brand-twitter {
    background-color: #1da1f2 !important
}

a.bg-brand-twitter:focus, a.bg-brand-twitter:hover, button.bg-brand-twitter:focus, button.bg-brand-twitter:hover {
    background-color: #0c85d0 !important
}

.bg-brand-google-plus {
    background-color: #dd4b39 !important
}

a.bg-brand-google-plus:focus, a.bg-brand-google-plus:hover, button.bg-brand-google-plus:focus, button.bg-brand-google-plus:hover {
    background-color: #c23321 !important
}

.bg-brand-instagram {
    background-color: #e4405f !important
}

a.bg-brand-instagram:focus, a.bg-brand-instagram:hover, button.bg-brand-instagram:focus, button.bg-brand-instagram:hover {
    background-color: #d31e40 !important
}

.bg-brand-pinterest {
    background-color: #bd081c !important
}

a.bg-brand-pinterest:focus, a.bg-brand-pinterest:hover, button.bg-brand-pinterest:focus, button.bg-brand-pinterest:hover {
    background-color: #8c0615 !important
}

.bg-brand-youtube {
    background-color: #cd201f !important
}

a.bg-brand-youtube:focus, a.bg-brand-youtube:hover, button.bg-brand-youtube:focus, button.bg-brand-youtube:hover {
    background-color: #a11918 !important
}

.bg-brand-slack {
    background-color: #3aaf85 !important
}

a.bg-brand-slack:focus, a.bg-brand-slack:hover, button.bg-brand-slack:focus, button.bg-brand-slack:hover {
    background-color: #2d8968 !important
}

.bg-brand-dribbble {
    background-color: #ea4c89 !important
}

a.bg-brand-dribbble:focus, a.bg-brand-dribbble:hover, button.bg-brand-dribbble:focus, button.bg-brand-dribbble:hover {
    background-color: #e51e6b !important
}

.bg-brand-github {
    background-color: #222 !important
}

a.bg-brand-github:focus, a.bg-brand-github:hover, button.bg-brand-github:focus, button.bg-brand-github:hover {
    background-color: #090909 !important
}

.bg-brand-vimeo {
    background-color: #04a0f0 !important
}

a.bg-brand-vimeo:focus, a.bg-brand-vimeo:hover, button.bg-brand-vimeo:focus, button.bg-brand-vimeo:hover {
    background-color: #037fbe !important
}

.bg-gray-100 {
    background-color: #fafbfe !important
}

a.bg-gray-100:focus, a.bg-gray-100:hover, button.bg-gray-100:focus, button.bg-gray-100:hover {
    background-color: #d0d9f6 !important
}

.bg-gray-200 {
    background-color: #eaecf3 !important
}

a.bg-gray-200:focus, a.bg-gray-200:hover, button.bg-gray-200:focus, button.bg-gray-200:hover {
    background-color: #cacfe0 !important
}

.bg-gray-300 {
    background-color: #e2e8f0 !important
}

a.bg-gray-300:focus, a.bg-gray-300:hover, button.bg-gray-300:focus, button.bg-gray-300:hover {
    background-color: #c0cddf !important
}

.bg-gray-400 {
    background-color: #cbd5e0 !important
}

a.bg-gray-400:focus, a.bg-gray-400:hover, button.bg-gray-400:focus, button.bg-gray-400:hover {
    background-color: #abbbcd !important
}

.bg-gray-500 {
    background-color: #a0aec0 !important
}

a.bg-gray-500:focus, a.bg-gray-500:hover, button.bg-gray-500:focus, button.bg-gray-500:hover {
    background-color: #8194ac !important
}

.bg-gray-600 {
    background-color: #718096 !important
}

a.bg-gray-600:focus, a.bg-gray-600:hover, button.bg-gray-600:focus, button.bg-gray-600:hover {
    background-color: #5a677a !important
}

.bg-gray-700 {
    background-color: #4a5568 !important
}

a.bg-gray-700:focus, a.bg-gray-700:hover, button.bg-gray-700:focus, button.bg-gray-700:hover {
    background-color: #353d4a !important
}

.bg-gray-800 {
    background-color: #2d3748 !important
}

a.bg-gray-800:focus, a.bg-gray-800:hover, button.bg-gray-800:focus, button.bg-gray-800:hover {
    background-color: #191f29 !important
}

.bg-gray-900 {
    background-color: #273444 !important
}

a.bg-gray-900:focus, a.bg-gray-900:hover, button.bg-gray-900:focus, button.bg-gray-900:hover {
    background-color: #141b24 !important
}

.bg-black {
    background-color: #1f2d3d !important
}

a.bg-black:focus, a.bg-black:hover, button.bg-black:focus, button.bg-black:hover {
    background-color: #0e141b !important
}

.fill-primary {
    fill: #008aff !important
}

.fill-light-primary {
    fill: #33a1ff !important
}

.fill-dark-primary {
    fill: #006ecc !important
}

.stroke-primary {
    stroke: #008aff !important
}

.fill-soft-primary {
    fill: #e0f1ff
}

.fill-secondary {
    fill: #eaecf3 !important
}

.fill-light-secondary {
    fill: #fff !important
}

.fill-dark-secondary {
    fill: #cacfe0 !important
}

.stroke-secondary {
    stroke: #eaecf3 !important
}

.fill-soft-secondary {
    fill: #fcfdfe
}

.fill-success {
    fill: #5cc9a7 !important
}

.fill-light-success {
    fill: #82d6bc !important
}

.fill-dark-success {
    fill: #3cb690 !important
}

.stroke-success {
    stroke: #5cc9a7 !important
}

.fill-soft-success {
    fill: #ebf9f4
}

.fill-info {
    fill: #50b5ff !important
}

.fill-light-info {
    fill: #83cbff !important
}

.fill-dark-info {
    fill: #1d9fff !important
}

.stroke-info {
    stroke: #50b5ff !important
}

.fill-soft-info {
    fill: #eaf6ff
}

.fill-warning {
    fill: #ffbe3d !important
}

.fill-light-warning {
    fill: #ffcf70 !important
}

.fill-dark-warning {
    fill: #ffad0a !important
}

.stroke-warning {
    stroke: #ffbe3d !important
}

.fill-soft-warning {
    fill: #fff7e8
}

.fill-danger {
    fill: #f25767 !important
}

.fill-light-danger {
    fill: #f68692 !important
}

.fill-dark-danger {
    fill: #ee283c !important
}

.stroke-danger {
    stroke: #f25767 !important
}

.fill-soft-danger {
    fill: #fdebed
}

.fill-light {
    fill: #eaecf3 !important
}

.fill-light-light {
    fill: #fff !important
}

.fill-dark-light {
    fill: #cacfe0 !important
}

.stroke-light {
    stroke: #eaecf3 !important
}

.fill-soft-light {
    fill: #fcfdfe
}

.fill-dark {
    fill: #171347 !important
}

.fill-light-dark {
    fill: #241e6f !important
}

.fill-dark-dark {
    fill: #0a081f !important
}

.stroke-dark {
    stroke: #171347 !important
}

.fill-soft-dark {
    fill: #e3e3e9
}

.fill-neutral {
    fill: #fff !important
}

.fill-light-neutral {
    fill: #fff !important
}

.fill-dark-neutral {
    fill: #e6e6e6 !important
}

.stroke-neutral {
    stroke: #fff !important
}

.fill-soft-neutral {
    fill: #fff
}

.fill-white {
    fill: #fff !important
}

.fill-light-white {
    fill: #fff !important
}

.fill-dark-white {
    fill: #e6e6e6 !important
}

.stroke-white {
    stroke: #fff !important
}

.fill-soft-white {
    fill: #fff
}

.fill-blue {
    fill: #008aff !important
}

.stroke-blue {
    stroke: #008aff !important
}

.fill-indigo {
    fill: #6e00ff !important
}

.stroke-indigo {
    stroke: #6e00ff !important
}

.fill-purple {
    fill: #510fa8 !important
}

.stroke-purple {
    stroke: #510fa8 !important
}

.fill-pink {
    fill: #f074ad !important
}

.stroke-pink {
    stroke: #f074ad !important
}

.fill-red {
    fill: #f25767 !important
}

.stroke-red {
    stroke: #f25767 !important
}

.fill-orange {
    fill: #ffbe3d !important
}

.stroke-orange {
    stroke: #ffbe3d !important
}

.fill-yellow {
    fill: #ffc431 !important
}

.stroke-yellow {
    stroke: #ffc431 !important
}

.fill-green {
    fill: #5cc9a7 !important
}

.stroke-green {
    stroke: #5cc9a7 !important
}

.fill-teal {
    fill: #50b5ff !important
}

.stroke-teal {
    stroke: #50b5ff !important
}

.fill-cyan {
    fill: #4bd6e5 !important
}

.stroke-cyan {
    stroke: #4bd6e5 !important
}

.fill-white {
    fill: #fff !important
}

.stroke-white {
    stroke: #fff !important
}

.fill-gray {
    fill: #718096 !important
}

.stroke-gray {
    stroke: #718096 !important
}

.fill-gray-dark {
    fill: #2d3748 !important
}

.stroke-gray-dark {
    stroke: #2d3748 !important
}

.fill-primary-100 {
    fill: #fff !important
}

.fill-primary-200 {
    fill: #cce8ff !important
}

.fill-primary-300 {
    fill: #99d0ff !important
}

.fill-primary-400 {
    fill: #66b9ff !important
}

.fill-primary-500 {
    fill: #33a1ff !important
}

.fill-primary-600 {
    fill: #1a96ff !important
}

.stroke-primary-100 {
    stroke: #fff !important
}

.stroke-primary-200 {
    stroke: #cce8ff !important
}

.stroke-primary-300 {
    stroke: #99d0ff !important
}

.stroke-primary-400 {
    stroke: #66b9ff !important
}

.stroke-primary-500 {
    stroke: #33a1ff !important
}

.stroke-primary-600 {
    stroke: #1a96ff !important
}

.fill-section-primary {
    fill: #fff !important
}

.stroke-section-primary {
    stroke: #fff !important
}

.fill-section-secondary {
    fill: #fafbfe !important
}

.stroke-section-secondary {
    stroke: #fafbfe !important
}

.fill-section-light {
    fill: #cbd5e0 !important
}

.stroke-section-light {
    stroke: #cbd5e0 !important
}

.fill-section-dark {
    fill: #0e0b2b !important
}

.stroke-section-dark {
    stroke: #0e0b2b !important
}

.bg-section-fade {
    background: linear-gradient(177.86deg,#fafbfe 0,rgba(255,255,255,0) 100%)
}

.bg-cover {
    position: relative;
    background-repeat: no-repeat
}

.bg-absolute-cover {
    background-repeat: no-repeat;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

    .bg-absolute-cover svg {
        height: 1000px;
        pointer-events: none
    }

@media (max-width:1199.98px) {
    .bg-lg-cover {
        background-image: none !important
    }
}

@media (max-width:991.98px) {
    .bg-md-cover {
        background-image: none !important
    }
}

.bg-size--cover {
    background: no-repeat center center/cover
}

.bg-size--contain {
    background-size: contain
}

.bg-text {
    color: rgba(255,255,255,.2);
    position: absolute;
    top: 50%;
    left: 0;
    white-space: nowrap;
    transform: translate(0,-50%);
    text-transform: uppercase;
    font-size: 40rem;
    font-weight: 700
}

.bg-inner--text {
    height: 1em;
    line-height: 1em;
    transform: none;
    opacity: 1;
    transition: 2s 0s;
    display: block;
    animation: text_slide 40s linear infinite;
    width: auto;
    max-width: none;
    white-space: nowrap;
    display: inline-block
}

@media (max-width:991.98px) {
    .bg-img-holder {
        background-image: none !important
    }

        .bg-img-holder img {
            max-width: 100%
        }
}

@media (min-width:992px) {
    .bg-img-holder {
        position: absolute;
        height: 100%;
        min-height: 20rem;
        background-repeat: no-repeat;
        z-index: -1
    }

        .bg-img-holder img {
            display: none
        }
}

.img-bg:after {
    position: absolute;
    content: '';
    background: none no-repeat 50%;
    background-image: none;
    background-size: auto auto;
    background-size: contain;
    width: 783px;
    height: 725px;
    left: 31px;
    top: -168px;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='783' height='726' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M606.14 725.179c144.64-.87 225.447-587.194 144.64-694.046-73.915-97.74-579.852 50.733-716.756 222.443-12.763 16.009-22.32 32.22-28.019 48.451-66.83 190.337 442.822 424.098 600.136 423.152z' fill='%23eaecf3' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.img-bg img {
    position: relative;
    z-index: 2
}

.img-as-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.blend-mode--multiply {
    mix-blend-mode: multiply
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .blend-mode--multiply:after {
        content: '';
        background: rgba(0,0,214,.5);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%
    }
}

.blend-mode--color-burn {
    mix-blend-mode: color-burn
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .blend-mode--color-burn:after {
        content: '';
        background: rgba(0,0,214,.5);
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%
    }
}

.border-sm {
    border-width: 2px !important
}

.border-md {
    border-width: 3px !important
}

.border-lg {
    border-width: 4px !important
}

.border-dashed {
    border-style: dashed !important
}

.border-dotted {
    border-style: dotted !important
}

.border-groove {
    border-style: groove !important
}

.rounded-xl {
    border-radius: .75rem !important
}

.rounded-left-pill {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important
}

.rounded-right-pill {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important
}

.rounded-bottom-left {
    border-bottom-left-radius: 90px
}

.border-soft-primary {
    border-color: #66b9ff !important
}

.border-dark-primary {
    border-color: #007ce6 !important
}

.border-soft-secondary {
    border-color: #fff !important
}

.border-dark-secondary {
    border-color: #daddea !important
}

.border-soft-success {
    border-color: #a9e2d0 !important
}

.border-dark-success {
    border-color: #49c39d !important
}

.border-soft-info {
    border-color: #b6e0ff !important
}

.border-dark-info {
    border-color: #37aaff !important
}

.border-soft-warning {
    border-color: #ffe0a3 !important
}

.border-dark-warning {
    border-color: #ffb524 !important
}

.border-soft-danger {
    border-color: #f9b6bd !important
}

.border-dark-danger {
    border-color: #f03f52 !important
}

.border-soft-light {
    border-color: #fff !important
}

.border-dark-light {
    border-color: #daddea !important
}

.border-soft-dark {
    border-color: #312997 !important
}

.border-dark-dark {
    border-color: #100e33 !important
}

.border-soft-neutral {
    border-color: #fff !important
}

.border-dark-neutral {
    border-color: #f2f2f2 !important
}

.border-soft-white {
    border-color: #fff !important
}

.border-dark-white {
    border-color: #f2f2f2 !important
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.img-grayscale {
    filter: grayscale(100%)
}

.img-saturate {
    filter: saturate(150%)
}

.h-100vh {
    height: 100vh !important
}

.mw-25 {
    max-width: 25% !important
}

.mw-50 {
    max-width: 50% !important
}

.mw-75 {
    max-width: 75% !important
}

.mw-100 {
    max-width: 100% !important
}

.mw-auto {
    max-width: auto !important
}

.mw-10 {
    max-width: 10% !important
}

.mw-15 {
    max-width: 15% !important
}

.mw-80 {
    max-width: 80% !important
}

.mw-90 {
    max-width: 90% !important
}

.mw-110 {
    max-width: 110% !important
}

.mw-120 {
    max-width: 120% !important
}

.mw-130 {
    max-width: 130% !important
}

@media (min-width:576px) {
    .mw-sm-25 {
        max-width: 25% !important
    }

    .mw-sm-50 {
        max-width: 50% !important
    }

    .mw-sm-75 {
        max-width: 75% !important
    }

    .mw-sm-100 {
        max-width: 100% !important
    }

    .mw-sm-auto {
        max-width: auto !important
    }

    .mw-sm-10 {
        max-width: 10% !important
    }

    .mw-sm-15 {
        max-width: 15% !important
    }

    .mw-sm-80 {
        max-width: 80% !important
    }

    .mw-sm-90 {
        max-width: 90% !important
    }

    .mw-sm-110 {
        max-width: 110% !important
    }

    .mw-sm-120 {
        max-width: 120% !important
    }

    .mw-sm-130 {
        max-width: 130% !important
    }
}

@media (min-width:768px) {
    .mw-md-25 {
        max-width: 25% !important
    }

    .mw-md-50 {
        max-width: 50% !important
    }

    .mw-md-75 {
        max-width: 75% !important
    }

    .mw-md-100 {
        max-width: 100% !important
    }

    .mw-md-auto {
        max-width: auto !important
    }

    .mw-md-10 {
        max-width: 10% !important
    }

    .mw-md-15 {
        max-width: 15% !important
    }

    .mw-md-80 {
        max-width: 80% !important
    }

    .mw-md-90 {
        max-width: 90% !important
    }

    .mw-md-110 {
        max-width: 110% !important
    }

    .mw-md-120 {
        max-width: 120% !important
    }

    .mw-md-130 {
        max-width: 130% !important
    }
}

@media (min-width:992px) {
    .mw-lg-25 {
        max-width: 25% !important
    }

    .mw-lg-50 {
        max-width: 50% !important
    }

    .mw-lg-75 {
        max-width: 75% !important
    }

    .mw-lg-100 {
        max-width: 100% !important
    }

    .mw-lg-auto {
        max-width: auto !important
    }

    .mw-lg-10 {
        max-width: 10% !important
    }

    .mw-lg-15 {
        max-width: 15% !important
    }

    .mw-lg-80 {
        max-width: 80% !important
    }

    .mw-lg-90 {
        max-width: 90% !important
    }

    .mw-lg-110 {
        max-width: 110% !important
    }

    .mw-lg-120 {
        max-width: 120% !important
    }

    .mw-lg-130 {
        max-width: 130% !important
    }
}

@media (min-width:1200px) {
    .mw-xl-25 {
        max-width: 25% !important
    }

    .mw-xl-50 {
        max-width: 50% !important
    }

    .mw-xl-75 {
        max-width: 75% !important
    }

    .mw-xl-100 {
        max-width: 100% !important
    }

    .mw-xl-auto {
        max-width: auto !important
    }

    .mw-xl-10 {
        max-width: 10% !important
    }

    .mw-xl-15 {
        max-width: 15% !important
    }

    .mw-xl-80 {
        max-width: 80% !important
    }

    .mw-xl-90 {
        max-width: 90% !important
    }

    .mw-xl-110 {
        max-width: 110% !important
    }

    .mw-xl-120 {
        max-width: 120% !important
    }

    .mw-xl-130 {
        max-width: 130% !important
    }
}

.row-grid + .row-grid {
    margin-top: 3rem
}

.row-grid > [class*=col-] + [class*=col-] {
    margin-top: 3rem
}

@media (min-width:992px) {
    .row.row-grid > [class*=col-lg-] + [class*=col-lg-] {
        margin-top: 0
    }
}

@media (min-width:768px) {
    .row.row-grid > [class*=col-md-] + [class*=col-md-] {
        margin-top: 0
    }
}

@media (min-width:576px) {
    .row.row-grid > [class*=col-sm-] + [class*=col-sm-] {
        margin-top: 0
    }
}

.top-0 {
    top: 0 !important
}

.right-0 {
    right: 0 !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.top-n0 {
    top: 0 !important
}

.right-n0 {
    right: 0 !important
}

.bottom-n0 {
    bottom: 0 !important
}

.left-n0 {
    left: 0 !important
}

.top-1 {
    top: .25rem !important
}

.right-1 {
    right: .25rem !important
}

.bottom-1 {
    bottom: .25rem !important
}

.left-1 {
    left: .25rem !important
}

.top-n1 {
    top: -.25rem !important
}

.right-n1 {
    right: -.25rem !important
}

.bottom-n1 {
    bottom: -.25rem !important
}

.left-n1 {
    left: -.25rem !important
}

.top-2 {
    top: .5rem !important
}

.right-2 {
    right: .5rem !important
}

.bottom-2 {
    bottom: .5rem !important
}

.left-2 {
    left: .5rem !important
}

.top-n2 {
    top: -.5rem !important
}

.right-n2 {
    right: -.5rem !important
}

.bottom-n2 {
    bottom: -.5rem !important
}

.left-n2 {
    left: -.5rem !important
}

.top-3 {
    top: 1rem !important
}

.right-3 {
    right: 1rem !important
}

.bottom-3 {
    bottom: 1rem !important
}

.left-3 {
    left: 1rem !important
}

.top-n3 {
    top: -1rem !important
}

.right-n3 {
    right: -1rem !important
}

.bottom-n3 {
    bottom: -1rem !important
}

.left-n3 {
    left: -1rem !important
}

.top-4 {
    top: 1.5rem !important
}

.right-4 {
    right: 1.5rem !important
}

.bottom-4 {
    bottom: 1.5rem !important
}

.left-4 {
    left: 1.5rem !important
}

.top-n4 {
    top: -1.5rem !important
}

.right-n4 {
    right: -1.5rem !important
}

.bottom-n4 {
    bottom: -1.5rem !important
}

.left-n4 {
    left: -1.5rem !important
}

.top-5 {
    top: 3rem !important
}

.right-5 {
    right: 3rem !important
}

.bottom-5 {
    bottom: 3rem !important
}

.left-5 {
    left: 3rem !important
}

.top-n5 {
    top: -3rem !important
}

.right-n5 {
    right: -3rem !important
}

.bottom-n5 {
    bottom: -3rem !important
}

.left-n5 {
    left: -3rem !important
}

.top-6 {
    top: 4.5rem !important
}

.right-6 {
    right: 4.5rem !important
}

.bottom-6 {
    bottom: 4.5rem !important
}

.left-6 {
    left: 4.5rem !important
}

.top-n6 {
    top: -4.5rem !important
}

.right-n6 {
    right: -4.5rem !important
}

.bottom-n6 {
    bottom: -4.5rem !important
}

.left-n6 {
    left: -4.5rem !important
}

.top-7 {
    top: 6rem !important
}

.right-7 {
    right: 6rem !important
}

.bottom-7 {
    bottom: 6rem !important
}

.left-7 {
    left: 6rem !important
}

.top-n7 {
    top: -6rem !important
}

.right-n7 {
    right: -6rem !important
}

.bottom-n7 {
    bottom: -6rem !important
}

.left-n7 {
    left: -6rem !important
}

.top-8 {
    top: 7.5rem !important
}

.right-8 {
    right: 7.5rem !important
}

.bottom-8 {
    bottom: 7.5rem !important
}

.left-8 {
    left: 7.5rem !important
}

.top-n8 {
    top: -7.5rem !important
}

.right-n8 {
    right: -7.5rem !important
}

.bottom-n8 {
    bottom: -7.5rem !important
}

.left-n8 {
    left: -7.5rem !important
}

.top-9 {
    top: 9rem !important
}

.right-9 {
    right: 9rem !important
}

.bottom-9 {
    bottom: 9rem !important
}

.left-9 {
    left: 9rem !important
}

.top-n9 {
    top: -9rem !important
}

.right-n9 {
    right: -9rem !important
}

.bottom-n9 {
    bottom: -9rem !important
}

.left-n9 {
    left: -9rem !important
}

.top-10 {
    top: 10.5rem !important
}

.right-10 {
    right: 10.5rem !important
}

.bottom-10 {
    bottom: 10.5rem !important
}

.left-10 {
    left: 10.5rem !important
}

.top-n10 {
    top: -10.5rem !important
}

.right-n10 {
    right: -10.5rem !important
}

.bottom-n10 {
    bottom: -10.5rem !important
}

.left-n10 {
    left: -10.5rem !important
}

.top-17 {
    top: 21rem !important
}

.right-17 {
    right: 21rem !important
}

.bottom-17 {
    bottom: 21rem !important
}

.left-17 {
    left: 21rem !important
}

.top-n17 {
    top: -21rem !important
}

.right-n17 {
    right: -21rem !important
}

.bottom-n17 {
    bottom: -21rem !important
}

.left-n17 {
    left: -21rem !important
}

@media (min-width:576px) {
    .top-sm-0 {
        top: 0 !important
    }

    .right-sm-0 {
        right: 0 !important
    }

    .bottom-sm-0 {
        bottom: 0 !important
    }

    .left-sm-0 {
        left: 0 !important
    }

    .top-sm-n0 {
        top: 0 !important
    }

    .right-sm-n0 {
        right: 0 !important
    }

    .bottom-sm-n0 {
        bottom: 0 !important
    }

    .left-sm-n0 {
        left: 0 !important
    }

    .top-sm-1 {
        top: .25rem !important
    }

    .right-sm-1 {
        right: .25rem !important
    }

    .bottom-sm-1 {
        bottom: .25rem !important
    }

    .left-sm-1 {
        left: .25rem !important
    }

    .top-sm-n1 {
        top: -.25rem !important
    }

    .right-sm-n1 {
        right: -.25rem !important
    }

    .bottom-sm-n1 {
        bottom: -.25rem !important
    }

    .left-sm-n1 {
        left: -.25rem !important
    }

    .top-sm-2 {
        top: .5rem !important
    }

    .right-sm-2 {
        right: .5rem !important
    }

    .bottom-sm-2 {
        bottom: .5rem !important
    }

    .left-sm-2 {
        left: .5rem !important
    }

    .top-sm-n2 {
        top: -.5rem !important
    }

    .right-sm-n2 {
        right: -.5rem !important
    }

    .bottom-sm-n2 {
        bottom: -.5rem !important
    }

    .left-sm-n2 {
        left: -.5rem !important
    }

    .top-sm-3 {
        top: 1rem !important
    }

    .right-sm-3 {
        right: 1rem !important
    }

    .bottom-sm-3 {
        bottom: 1rem !important
    }

    .left-sm-3 {
        left: 1rem !important
    }

    .top-sm-n3 {
        top: -1rem !important
    }

    .right-sm-n3 {
        right: -1rem !important
    }

    .bottom-sm-n3 {
        bottom: -1rem !important
    }

    .left-sm-n3 {
        left: -1rem !important
    }

    .top-sm-4 {
        top: 1.5rem !important
    }

    .right-sm-4 {
        right: 1.5rem !important
    }

    .bottom-sm-4 {
        bottom: 1.5rem !important
    }

    .left-sm-4 {
        left: 1.5rem !important
    }

    .top-sm-n4 {
        top: -1.5rem !important
    }

    .right-sm-n4 {
        right: -1.5rem !important
    }

    .bottom-sm-n4 {
        bottom: -1.5rem !important
    }

    .left-sm-n4 {
        left: -1.5rem !important
    }

    .top-sm-5 {
        top: 3rem !important
    }

    .right-sm-5 {
        right: 3rem !important
    }

    .bottom-sm-5 {
        bottom: 3rem !important
    }

    .left-sm-5 {
        left: 3rem !important
    }

    .top-sm-n5 {
        top: -3rem !important
    }

    .right-sm-n5 {
        right: -3rem !important
    }

    .bottom-sm-n5 {
        bottom: -3rem !important
    }

    .left-sm-n5 {
        left: -3rem !important
    }

    .top-sm-6 {
        top: 4.5rem !important
    }

    .right-sm-6 {
        right: 4.5rem !important
    }

    .bottom-sm-6 {
        bottom: 4.5rem !important
    }

    .left-sm-6 {
        left: 4.5rem !important
    }

    .top-sm-n6 {
        top: -4.5rem !important
    }

    .right-sm-n6 {
        right: -4.5rem !important
    }

    .bottom-sm-n6 {
        bottom: -4.5rem !important
    }

    .left-sm-n6 {
        left: -4.5rem !important
    }

    .top-sm-7 {
        top: 6rem !important
    }

    .right-sm-7 {
        right: 6rem !important
    }

    .bottom-sm-7 {
        bottom: 6rem !important
    }

    .left-sm-7 {
        left: 6rem !important
    }

    .top-sm-n7 {
        top: -6rem !important
    }

    .right-sm-n7 {
        right: -6rem !important
    }

    .bottom-sm-n7 {
        bottom: -6rem !important
    }

    .left-sm-n7 {
        left: -6rem !important
    }

    .top-sm-8 {
        top: 7.5rem !important
    }

    .right-sm-8 {
        right: 7.5rem !important
    }

    .bottom-sm-8 {
        bottom: 7.5rem !important
    }

    .left-sm-8 {
        left: 7.5rem !important
    }

    .top-sm-n8 {
        top: -7.5rem !important
    }

    .right-sm-n8 {
        right: -7.5rem !important
    }

    .bottom-sm-n8 {
        bottom: -7.5rem !important
    }

    .left-sm-n8 {
        left: -7.5rem !important
    }

    .top-sm-9 {
        top: 9rem !important
    }

    .right-sm-9 {
        right: 9rem !important
    }

    .bottom-sm-9 {
        bottom: 9rem !important
    }

    .left-sm-9 {
        left: 9rem !important
    }

    .top-sm-n9 {
        top: -9rem !important
    }

    .right-sm-n9 {
        right: -9rem !important
    }

    .bottom-sm-n9 {
        bottom: -9rem !important
    }

    .left-sm-n9 {
        left: -9rem !important
    }

    .top-sm-10 {
        top: 10.5rem !important
    }

    .right-sm-10 {
        right: 10.5rem !important
    }

    .bottom-sm-10 {
        bottom: 10.5rem !important
    }

    .left-sm-10 {
        left: 10.5rem !important
    }

    .top-sm-n10 {
        top: -10.5rem !important
    }

    .right-sm-n10 {
        right: -10.5rem !important
    }

    .bottom-sm-n10 {
        bottom: -10.5rem !important
    }

    .left-sm-n10 {
        left: -10.5rem !important
    }

    .top-sm-17 {
        top: 21rem !important
    }

    .right-sm-17 {
        right: 21rem !important
    }

    .bottom-sm-17 {
        bottom: 21rem !important
    }

    .left-sm-17 {
        left: 21rem !important
    }

    .top-sm-n17 {
        top: -21rem !important
    }

    .right-sm-n17 {
        right: -21rem !important
    }

    .bottom-sm-n17 {
        bottom: -21rem !important
    }

    .left-sm-n17 {
        left: -21rem !important
    }
}

@media (min-width:768px) {
    .top-md-0 {
        top: 0 !important
    }

    .right-md-0 {
        right: 0 !important
    }

    .bottom-md-0 {
        bottom: 0 !important
    }

    .left-md-0 {
        left: 0 !important
    }

    .top-md-n0 {
        top: 0 !important
    }

    .right-md-n0 {
        right: 0 !important
    }

    .bottom-md-n0 {
        bottom: 0 !important
    }

    .left-md-n0 {
        left: 0 !important
    }

    .top-md-1 {
        top: .25rem !important
    }

    .right-md-1 {
        right: .25rem !important
    }

    .bottom-md-1 {
        bottom: .25rem !important
    }

    .left-md-1 {
        left: .25rem !important
    }

    .top-md-n1 {
        top: -.25rem !important
    }

    .right-md-n1 {
        right: -.25rem !important
    }

    .bottom-md-n1 {
        bottom: -.25rem !important
    }

    .left-md-n1 {
        left: -.25rem !important
    }

    .top-md-2 {
        top: .5rem !important
    }

    .right-md-2 {
        right: .5rem !important
    }

    .bottom-md-2 {
        bottom: .5rem !important
    }

    .left-md-2 {
        left: .5rem !important
    }

    .top-md-n2 {
        top: -.5rem !important
    }

    .right-md-n2 {
        right: -.5rem !important
    }

    .bottom-md-n2 {
        bottom: -.5rem !important
    }

    .left-md-n2 {
        left: -.5rem !important
    }

    .top-md-3 {
        top: 1rem !important
    }

    .right-md-3 {
        right: 1rem !important
    }

    .bottom-md-3 {
        bottom: 1rem !important
    }

    .left-md-3 {
        left: 1rem !important
    }

    .top-md-n3 {
        top: -1rem !important
    }

    .right-md-n3 {
        right: -1rem !important
    }

    .bottom-md-n3 {
        bottom: -1rem !important
    }

    .left-md-n3 {
        left: -1rem !important
    }

    .top-md-4 {
        top: 1.5rem !important
    }

    .right-md-4 {
        right: 1.5rem !important
    }

    .bottom-md-4 {
        bottom: 1.5rem !important
    }

    .left-md-4 {
        left: 1.5rem !important
    }

    .top-md-n4 {
        top: -1.5rem !important
    }

    .right-md-n4 {
        right: -1.5rem !important
    }

    .bottom-md-n4 {
        bottom: -1.5rem !important
    }

    .left-md-n4 {
        left: -1.5rem !important
    }

    .top-md-5 {
        top: 3rem !important
    }

    .right-md-5 {
        right: 3rem !important
    }

    .bottom-md-5 {
        bottom: 3rem !important
    }

    .left-md-5 {
        left: 3rem !important
    }

    .top-md-n5 {
        top: -3rem !important
    }

    .right-md-n5 {
        right: -3rem !important
    }

    .bottom-md-n5 {
        bottom: -3rem !important
    }

    .left-md-n5 {
        left: -3rem !important
    }

    .top-md-6 {
        top: 4.5rem !important
    }

    .right-md-6 {
        right: 4.5rem !important
    }

    .bottom-md-6 {
        bottom: 4.5rem !important
    }

    .left-md-6 {
        left: 4.5rem !important
    }

    .top-md-n6 {
        top: -4.5rem !important
    }

    .right-md-n6 {
        right: -4.5rem !important
    }

    .bottom-md-n6 {
        bottom: -4.5rem !important
    }

    .left-md-n6 {
        left: -4.5rem !important
    }

    .top-md-7 {
        top: 6rem !important
    }

    .right-md-7 {
        right: 6rem !important
    }

    .bottom-md-7 {
        bottom: 6rem !important
    }

    .left-md-7 {
        left: 6rem !important
    }

    .top-md-n7 {
        top: -6rem !important
    }

    .right-md-n7 {
        right: -6rem !important
    }

    .bottom-md-n7 {
        bottom: -6rem !important
    }

    .left-md-n7 {
        left: -6rem !important
    }

    .top-md-8 {
        top: 7.5rem !important
    }

    .right-md-8 {
        right: 7.5rem !important
    }

    .bottom-md-8 {
        bottom: 7.5rem !important
    }

    .left-md-8 {
        left: 7.5rem !important
    }

    .top-md-n8 {
        top: -7.5rem !important
    }

    .right-md-n8 {
        right: -7.5rem !important
    }

    .bottom-md-n8 {
        bottom: -7.5rem !important
    }

    .left-md-n8 {
        left: -7.5rem !important
    }

    .top-md-9 {
        top: 9rem !important
    }

    .right-md-9 {
        right: 9rem !important
    }

    .bottom-md-9 {
        bottom: 9rem !important
    }

    .left-md-9 {
        left: 9rem !important
    }

    .top-md-n9 {
        top: -9rem !important
    }

    .right-md-n9 {
        right: -9rem !important
    }

    .bottom-md-n9 {
        bottom: -9rem !important
    }

    .left-md-n9 {
        left: -9rem !important
    }

    .top-md-10 {
        top: 10.5rem !important
    }

    .right-md-10 {
        right: 10.5rem !important
    }

    .bottom-md-10 {
        bottom: 10.5rem !important
    }

    .left-md-10 {
        left: 10.5rem !important
    }

    .top-md-n10 {
        top: -10.5rem !important
    }

    .right-md-n10 {
        right: -10.5rem !important
    }

    .bottom-md-n10 {
        bottom: -10.5rem !important
    }

    .left-md-n10 {
        left: -10.5rem !important
    }

    .top-md-17 {
        top: 21rem !important
    }

    .right-md-17 {
        right: 21rem !important
    }

    .bottom-md-17 {
        bottom: 21rem !important
    }

    .left-md-17 {
        left: 21rem !important
    }

    .top-md-n17 {
        top: -21rem !important
    }

    .right-md-n17 {
        right: -21rem !important
    }

    .bottom-md-n17 {
        bottom: -21rem !important
    }

    .left-md-n17 {
        left: -21rem !important
    }
}

@media (min-width:992px) {
    .top-lg-0 {
        top: 0 !important
    }

    .right-lg-0 {
        right: 0 !important
    }

    .bottom-lg-0 {
        bottom: 0 !important
    }

    .left-lg-0 {
        left: 0 !important
    }

    .top-lg-n0 {
        top: 0 !important
    }

    .right-lg-n0 {
        right: 0 !important
    }

    .bottom-lg-n0 {
        bottom: 0 !important
    }

    .left-lg-n0 {
        left: 0 !important
    }

    .top-lg-1 {
        top: .25rem !important
    }

    .right-lg-1 {
        right: .25rem !important
    }

    .bottom-lg-1 {
        bottom: .25rem !important
    }

    .left-lg-1 {
        left: .25rem !important
    }

    .top-lg-n1 {
        top: -.25rem !important
    }

    .right-lg-n1 {
        right: -.25rem !important
    }

    .bottom-lg-n1 {
        bottom: -.25rem !important
    }

    .left-lg-n1 {
        left: -.25rem !important
    }

    .top-lg-2 {
        top: .5rem !important
    }

    .right-lg-2 {
        right: .5rem !important
    }

    .bottom-lg-2 {
        bottom: .5rem !important
    }

    .left-lg-2 {
        left: .5rem !important
    }

    .top-lg-n2 {
        top: -.5rem !important
    }

    .right-lg-n2 {
        right: -.5rem !important
    }

    .bottom-lg-n2 {
        bottom: -.5rem !important
    }

    .left-lg-n2 {
        left: -.5rem !important
    }

    .top-lg-3 {
        top: 1rem !important
    }

    .right-lg-3 {
        right: 1rem !important
    }

    .bottom-lg-3 {
        bottom: 1rem !important
    }

    .left-lg-3 {
        left: 1rem !important
    }

    .top-lg-n3 {
        top: -1rem !important
    }

    .right-lg-n3 {
        right: -1rem !important
    }

    .bottom-lg-n3 {
        bottom: -1rem !important
    }

    .left-lg-n3 {
        left: -1rem !important
    }

    .top-lg-4 {
        top: 1.5rem !important
    }

    .right-lg-4 {
        right: 1.5rem !important
    }

    .bottom-lg-4 {
        bottom: 1.5rem !important
    }

    .left-lg-4 {
        left: 1.5rem !important
    }

    .top-lg-n4 {
        top: -1.5rem !important
    }

    .right-lg-n4 {
        right: -1.5rem !important
    }

    .bottom-lg-n4 {
        bottom: -1.5rem !important
    }

    .left-lg-n4 {
        left: -1.5rem !important
    }

    .top-lg-5 {
        top: 3rem !important
    }

    .right-lg-5 {
        right: 3rem !important
    }

    .bottom-lg-5 {
        bottom: 3rem !important
    }

    .left-lg-5 {
        left: 3rem !important
    }

    .top-lg-n5 {
        top: -3rem !important
    }

    .right-lg-n5 {
        right: -3rem !important
    }

    .bottom-lg-n5 {
        bottom: -3rem !important
    }

    .left-lg-n5 {
        left: -3rem !important
    }

    .top-lg-6 {
        top: 4.5rem !important
    }

    .right-lg-6 {
        right: 4.5rem !important
    }

    .bottom-lg-6 {
        bottom: 4.5rem !important
    }

    .left-lg-6 {
        left: 4.5rem !important
    }

    .top-lg-n6 {
        top: -4.5rem !important
    }

    .right-lg-n6 {
        right: -4.5rem !important
    }

    .bottom-lg-n6 {
        bottom: -4.5rem !important
    }

    .left-lg-n6 {
        left: -4.5rem !important
    }

    .top-lg-7 {
        top: 6rem !important
    }

    .right-lg-7 {
        right: 6rem !important
    }

    .bottom-lg-7 {
        bottom: 6rem !important
    }

    .left-lg-7 {
        left: 6rem !important
    }

    .top-lg-n7 {
        top: -6rem !important
    }

    .right-lg-n7 {
        right: -6rem !important
    }

    .bottom-lg-n7 {
        bottom: -6rem !important
    }

    .left-lg-n7 {
        left: -6rem !important
    }

    .top-lg-8 {
        top: 7.5rem !important
    }

    .right-lg-8 {
        right: 7.5rem !important
    }

    .bottom-lg-8 {
        bottom: 7.5rem !important
    }

    .left-lg-8 {
        left: 7.5rem !important
    }

    .top-lg-n8 {
        top: -7.5rem !important
    }

    .right-lg-n8 {
        right: -7.5rem !important
    }

    .bottom-lg-n8 {
        bottom: -7.5rem !important
    }

    .left-lg-n8 {
        left: -7.5rem !important
    }

    .top-lg-9 {
        top: 9rem !important
    }

    .right-lg-9 {
        right: 9rem !important
    }

    .bottom-lg-9 {
        bottom: 9rem !important
    }

    .left-lg-9 {
        left: 9rem !important
    }

    .top-lg-n9 {
        top: -9rem !important
    }

    .right-lg-n9 {
        right: -9rem !important
    }

    .bottom-lg-n9 {
        bottom: -9rem !important
    }

    .left-lg-n9 {
        left: -9rem !important
    }

    .top-lg-10 {
        top: 10.5rem !important
    }

    .right-lg-10 {
        right: 10.5rem !important
    }

    .bottom-lg-10 {
        bottom: 10.5rem !important
    }

    .left-lg-10 {
        left: 10.5rem !important
    }

    .top-lg-n10 {
        top: -10.5rem !important
    }

    .right-lg-n10 {
        right: -10.5rem !important
    }

    .bottom-lg-n10 {
        bottom: -10.5rem !important
    }

    .left-lg-n10 {
        left: -10.5rem !important
    }

    .top-lg-17 {
        top: 21rem !important
    }

    .right-lg-17 {
        right: 21rem !important
    }

    .bottom-lg-17 {
        bottom: 21rem !important
    }

    .left-lg-17 {
        left: 21rem !important
    }

    .top-lg-n17 {
        top: -21rem !important
    }

    .right-lg-n17 {
        right: -21rem !important
    }

    .bottom-lg-n17 {
        bottom: -21rem !important
    }

    .left-lg-n17 {
        left: -21rem !important
    }
}

@media (min-width:1200px) {
    .top-xl-0 {
        top: 0 !important
    }

    .right-xl-0 {
        right: 0 !important
    }

    .bottom-xl-0 {
        bottom: 0 !important
    }

    .left-xl-0 {
        left: 0 !important
    }

    .top-xl-n0 {
        top: 0 !important
    }

    .right-xl-n0 {
        right: 0 !important
    }

    .bottom-xl-n0 {
        bottom: 0 !important
    }

    .left-xl-n0 {
        left: 0 !important
    }

    .top-xl-1 {
        top: .25rem !important
    }

    .right-xl-1 {
        right: .25rem !important
    }

    .bottom-xl-1 {
        bottom: .25rem !important
    }

    .left-xl-1 {
        left: .25rem !important
    }

    .top-xl-n1 {
        top: -.25rem !important
    }

    .right-xl-n1 {
        right: -.25rem !important
    }

    .bottom-xl-n1 {
        bottom: -.25rem !important
    }

    .left-xl-n1 {
        left: -.25rem !important
    }

    .top-xl-2 {
        top: .5rem !important
    }

    .right-xl-2 {
        right: .5rem !important
    }

    .bottom-xl-2 {
        bottom: .5rem !important
    }

    .left-xl-2 {
        left: .5rem !important
    }

    .top-xl-n2 {
        top: -.5rem !important
    }

    .right-xl-n2 {
        right: -.5rem !important
    }

    .bottom-xl-n2 {
        bottom: -.5rem !important
    }

    .left-xl-n2 {
        left: -.5rem !important
    }

    .top-xl-3 {
        top: 1rem !important
    }

    .right-xl-3 {
        right: 1rem !important
    }

    .bottom-xl-3 {
        bottom: 1rem !important
    }

    .left-xl-3 {
        left: 1rem !important
    }

    .top-xl-n3 {
        top: -1rem !important
    }

    .right-xl-n3 {
        right: -1rem !important
    }

    .bottom-xl-n3 {
        bottom: -1rem !important
    }

    .left-xl-n3 {
        left: -1rem !important
    }

    .top-xl-4 {
        top: 1.5rem !important
    }

    .right-xl-4 {
        right: 1.5rem !important
    }

    .bottom-xl-4 {
        bottom: 1.5rem !important
    }

    .left-xl-4 {
        left: 1.5rem !important
    }

    .top-xl-n4 {
        top: -1.5rem !important
    }

    .right-xl-n4 {
        right: -1.5rem !important
    }

    .bottom-xl-n4 {
        bottom: -1.5rem !important
    }

    .left-xl-n4 {
        left: -1.5rem !important
    }

    .top-xl-5 {
        top: 3rem !important
    }

    .right-xl-5 {
        right: 3rem !important
    }

    .bottom-xl-5 {
        bottom: 3rem !important
    }

    .left-xl-5 {
        left: 3rem !important
    }

    .top-xl-n5 {
        top: -3rem !important
    }

    .right-xl-n5 {
        right: -3rem !important
    }

    .bottom-xl-n5 {
        bottom: -3rem !important
    }

    .left-xl-n5 {
        left: -3rem !important
    }

    .top-xl-6 {
        top: 4.5rem !important
    }

    .right-xl-6 {
        right: 4.5rem !important
    }

    .bottom-xl-6 {
        bottom: 4.5rem !important
    }

    .left-xl-6 {
        left: 4.5rem !important
    }

    .top-xl-n6 {
        top: -4.5rem !important
    }

    .right-xl-n6 {
        right: -4.5rem !important
    }

    .bottom-xl-n6 {
        bottom: -4.5rem !important
    }

    .left-xl-n6 {
        left: -4.5rem !important
    }

    .top-xl-7 {
        top: 6rem !important
    }

    .right-xl-7 {
        right: 6rem !important
    }

    .bottom-xl-7 {
        bottom: 6rem !important
    }

    .left-xl-7 {
        left: 6rem !important
    }

    .top-xl-n7 {
        top: -6rem !important
    }

    .right-xl-n7 {
        right: -6rem !important
    }

    .bottom-xl-n7 {
        bottom: -6rem !important
    }

    .left-xl-n7 {
        left: -6rem !important
    }

    .top-xl-8 {
        top: 7.5rem !important
    }

    .right-xl-8 {
        right: 7.5rem !important
    }

    .bottom-xl-8 {
        bottom: 7.5rem !important
    }

    .left-xl-8 {
        left: 7.5rem !important
    }

    .top-xl-n8 {
        top: -7.5rem !important
    }

    .right-xl-n8 {
        right: -7.5rem !important
    }

    .bottom-xl-n8 {
        bottom: -7.5rem !important
    }

    .left-xl-n8 {
        left: -7.5rem !important
    }

    .top-xl-9 {
        top: 9rem !important
    }

    .right-xl-9 {
        right: 9rem !important
    }

    .bottom-xl-9 {
        bottom: 9rem !important
    }

    .left-xl-9 {
        left: 9rem !important
    }

    .top-xl-n9 {
        top: -9rem !important
    }

    .right-xl-n9 {
        right: -9rem !important
    }

    .bottom-xl-n9 {
        bottom: -9rem !important
    }

    .left-xl-n9 {
        left: -9rem !important
    }

    .top-xl-10 {
        top: 10.5rem !important
    }

    .right-xl-10 {
        right: 10.5rem !important
    }

    .bottom-xl-10 {
        bottom: 10.5rem !important
    }

    .left-xl-10 {
        left: 10.5rem !important
    }

    .top-xl-n10 {
        top: -10.5rem !important
    }

    .right-xl-n10 {
        right: -10.5rem !important
    }

    .bottom-xl-n10 {
        bottom: -10.5rem !important
    }

    .left-xl-n10 {
        left: -10.5rem !important
    }

    .top-xl-17 {
        top: 21rem !important
    }

    .right-xl-17 {
        right: 21rem !important
    }

    .bottom-xl-17 {
        bottom: 21rem !important
    }

    .left-xl-17 {
        left: 21rem !important
    }

    .top-xl-n17 {
        top: -21rem !important
    }

    .right-xl-n17 {
        right: -21rem !important
    }

    .bottom-xl-n17 {
        bottom: -21rem !important
    }

    .left-xl-n17 {
        left: -21rem !important
    }
}

.center {
    left: 50%;
    transform: translateX(-50%)
}

.middle {
    top: 50%;
    transform: translateY(-50%)
}

[data-negative-margin].is_stuck {
    margin: 0 !important
}

[class*=shadow] {
    transition: all .2s ease
}

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(31,45,61,.1),0 10px 10px -5px rgba(31,45,61,.04) !important
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(31,45,61,.25) !important
}

.hover-shadow-sm:hover {
    box-shadow: 0 .125rem .25rem rgba(31,45,61,.08) !important
}

.hover-shadow:hover {
    box-shadow: 0 0 1.25rem rgba(31,45,61,.05) !important
}

.hover-shadow-lg:hover {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important
}

.hover-shadow-xl:hover {
    box-shadow: 0 20px 25px -5px rgba(31,45,61,.1),0 10px 10px -5px rgba(31,45,61,.04) !important
}

.hover-shadow-2xl:hover {
    box-shadow: 0 25px 50px -12px rgba(31,45,61,.25) !important
}

.hover-shadow-none:hover, .shadow-none {
    box-shadow: none !important
}

.shadow-primary-sm {
    box-shadow: 0 .125rem .25rem rgba(0,138,255,.4) !important
}

.shadow-primary {
    box-shadow: 0 .5rem 1rem rgba(0,138,255,.4) !important
}

.shadow-primary-lg {
    box-shadow: 0 1rem 3rem rgba(0,138,255,.4) !important
}

.shadow-secondary-sm {
    box-shadow: 0 .125rem .25rem rgba(234,236,243,.4) !important
}

.shadow-secondary {
    box-shadow: 0 .5rem 1rem rgba(234,236,243,.4) !important
}

.shadow-secondary-lg {
    box-shadow: 0 1rem 3rem rgba(234,236,243,.4) !important
}

.shadow-success-sm {
    box-shadow: 0 .125rem .25rem rgba(92,201,167,.4) !important
}

.shadow-success {
    box-shadow: 0 .5rem 1rem rgba(92,201,167,.4) !important
}

.shadow-success-lg {
    box-shadow: 0 1rem 3rem rgba(92,201,167,.4) !important
}

.shadow-info-sm {
    box-shadow: 0 .125rem .25rem rgba(80,181,255,.4) !important
}

.shadow-info {
    box-shadow: 0 .5rem 1rem rgba(80,181,255,.4) !important
}

.shadow-info-lg {
    box-shadow: 0 1rem 3rem rgba(80,181,255,.4) !important
}

.shadow-warning-sm {
    box-shadow: 0 .125rem .25rem rgba(255,190,61,.4) !important
}

.shadow-warning {
    box-shadow: 0 .5rem 1rem rgba(255,190,61,.4) !important
}

.shadow-warning-lg {
    box-shadow: 0 1rem 3rem rgba(255,190,61,.4) !important
}

.shadow-danger-sm {
    box-shadow: 0 .125rem .25rem rgba(242,87,103,.4) !important
}

.shadow-danger {
    box-shadow: 0 .5rem 1rem rgba(242,87,103,.4) !important
}

.shadow-danger-lg {
    box-shadow: 0 1rem 3rem rgba(242,87,103,.4) !important
}

.shadow-light-sm {
    box-shadow: 0 .125rem .25rem rgba(234,236,243,.4) !important
}

.shadow-light {
    box-shadow: 0 .5rem 1rem rgba(234,236,243,.4) !important
}

.shadow-light-lg {
    box-shadow: 0 1rem 3rem rgba(234,236,243,.4) !important
}

.shadow-dark-sm {
    box-shadow: 0 .125rem .25rem rgba(23,19,71,.4) !important
}

.shadow-dark {
    box-shadow: 0 .5rem 1rem rgba(23,19,71,.4) !important
}

.shadow-dark-lg {
    box-shadow: 0 1rem 3rem rgba(23,19,71,.4) !important
}

.shadow-neutral-sm {
    box-shadow: 0 .125rem .25rem rgba(255,255,255,.4) !important
}

.shadow-neutral {
    box-shadow: 0 .5rem 1rem rgba(255,255,255,.4) !important
}

.shadow-neutral-lg {
    box-shadow: 0 1rem 3rem rgba(255,255,255,.4) !important
}

.shadow-white-sm {
    box-shadow: 0 .125rem .25rem rgba(255,255,255,.4) !important
}

.shadow-white {
    box-shadow: 0 .5rem 1rem rgba(255,255,255,.4) !important
}

.shadow-white-lg {
    box-shadow: 0 1rem 3rem rgba(255,255,255,.4) !important
}

.font-weight-300 {
    font-weight: 300 !important
}

.font-weight-400 {
    font-weight: 400 !important
}

.font-weight-500 {
    font-weight: 500 !important
}

.font-weight-600 {
    font-weight: 600 !important
}

.font-weight-700 {
    font-weight: 700 !important
}

.font-weight-800 {
    font-weight: 800 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

.font-weight-bolder {
    font-weight: 700 !important
}

.text-underline {
    text-decoration: underline !important
}

.text-underline--dashed {
    border-bottom: 1px dashed !important
}

.text-line-through {
    text-decoration: line-through !important
}

a.text-muted:hover {
    color: #5a677a !important
}

.text-xs {
    font-size: .75rem !important
}

.text-sm {
    font-size: .875rem !important
}

.text-lg {
    font-size: 1.25rem !important
}

.text-xl {
    font-size: 1.5rem !important
}

.lh-100 {
    line-height: 1 !important
}

.lh-110 {
    line-height: 1.1 !important
}

.lh-120 {
    line-height: 1.2 !important
}

.lh-130 {
    line-height: 3 !important
}

.lh-140 {
    line-height: 1.4 !important
}

.lh-150 {
    line-height: 1.5 !important
}

.lh-160 {
    line-height: 1.6 !important
}

.lh-170 {
    line-height: 1.7 !important
}

.lh-180 {
    line-height: 1.8  !important
}

.lh-190 {
    line-height: 1.9 !important
}

.lh-200 {
    line-height: 2 !important
}

.ls-1 {
    letter-spacing: .0625rem !important
}

.ls-15 {
    letter-spacing: .09375rem !important
}

.ls-2 {
    letter-spacing: .125rem !important
}

.text-limit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.zindex-0 {
    z-index: 0 !important
}

.zindex-100 {
    z-index: 100 !important
}

.zindex-101 {
    z-index: 101 !important
}

.zindex-102 {
    z-index: 102 !important
}

:root {
    --primary-dark: #006ecc;
    --primary-light: #33a1ff;
    --secondary-dark: #cacfe0;
    --secondary-light: white;
    --success-dark: #3cb690;
    --success-light: #82d6bc;
    --info-dark: #1d9fff;
    --info-light: #83cbff;
    --warning-dark: #ffad0a;
    --warning-light: #ffcf70;
    --danger-dark: #ee283c;
    --danger-light: #f68692;
    --light-dark: #cacfe0;
    --light-light: white;
    --dark-dark: #0a081f;
    --dark-light: #241e6f;
    --neutral-dark: #e6e6e6;
    --neutral-light: white;
    --white-dark: #e6e6e6;
    --white-light: white
}

body, html {
    overflow-x: hidden
}

iframe {
    border: 0
}

figcaption, figure, main {
    display: block;
    margin: 0
}

figure {
    max-width: 100%;
    min-height: 1px
}

main {
    position: relative
}

button:focus {
    outline: 0
}

svg {
    vertical-align: middle;
    overflow: hidden
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .img-fluid {
        width: 100%
    }
}

.alert {
    font-size: .875rem
}

    .alert strong {
        font-weight: 600
    }

    .alert hr {
        margin: .875rem 0
    }

    .alert p:last-child {
        margin-bottom: 0
    }

.alert-heading {
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: .15rem
}

.alert-flush {
    border-radius: 0;
    border-left: 0;
    border-right: 0
}

.alert-modern {
    display: inline-block;
    padding: .275rem 1rem .375rem .375rem;
    border-radius: 50rem
}

    .alert-modern::after {
        display: inline-block;
        margin-left: .5rem;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        font-size: 12px;
        content: "\f105"
    }

    .alert-modern:empty::after {
        margin-left: 0
    }

    .alert-modern .badge + .alert-content {
        margin-left: .5rem
    }

@media (max-width:575.98px) {
    .alert-modern {
        text-align: center
    }

        .alert-modern:after {
            content: ""
        }

        .alert-modern .alert-content {
            display: block;
            margin-top: .5rem
        }
}

.alert-dark {
    background-color: #171347;
    color: #fff;
    border: 0
}

    .alert-dark .alert-link {
        color: #fff
    }

    .alert-dark .close > span:not(.sr-only) {
        color: #fff
    }

    .alert-dark .close:focus > span:not(.sr-only), .alert-dark .close:hover > span:not(.sr-only) {
        color: #fff
    }

    .alert-dark hr {
        border-color: rgba(232,236,184,.1)
    }

[class*=alert-outline-] {
    border-right: 1px solid
}

    [class*=alert-outline-] .alert-group-prepend {
        padding-right: .875rem
    }

.alert-outline-primary {
    background: 0 0;
    color: #0f5da2;
    border-color: #008aff
}

    .alert-outline-primary hr {
        border-top-color: #1a96ff
    }

    .alert-outline-primary .alert-link {
        color: #0f5da2
    }

    .alert-outline-primary .alert-group-prepend {
        border-right: 1px solid #008aff
    }

.alert-outline-secondary {
    background: 0 0;
    color: #89909c;
    border-color: #eaecf3
}

    .alert-outline-secondary hr {
        border-top-color: #fafbfc
    }

    .alert-outline-secondary .alert-link {
        color: #89909c
    }

    .alert-outline-secondary .alert-group-prepend {
        border-right: 1px solid #eaecf3
    }

.alert-outline-success {
    background: 0 0;
    color: #3f7e74;
    border-color: #5cc9a7
}

    .alert-outline-success hr {
        border-top-color: #6fcfb1
    }

    .alert-outline-success .alert-link {
        color: #3f7e74
    }

    .alert-outline-success .alert-group-prepend {
        border-right: 1px solid #5cc9a7
    }

.alert-outline-info {
    background: 0 0;
    color: #3874a2;
    border-color: #50b5ff
}

    .alert-outline-info hr {
        border-top-color: #6ac0ff
    }

    .alert-outline-info .alert-link {
        color: #3874a2
    }

    .alert-outline-info .alert-group-prepend {
        border-right: 1px solid #50b5ff
    }

.alert-outline-warning {
    background: 0 0;
    color: #93783d;
    border-color: #ffbe3d
}

    .alert-outline-warning hr {
        border-top-color: #ffc757
    }

    .alert-outline-warning .alert-link {
        color: #93783d
    }

    .alert-outline-warning .alert-group-prepend {
        border-right: 1px solid #ffbe3d
    }

.alert-outline-danger {
    background: 0 0;
    color: #8d4353;
    border-color: #f25767
}

    .alert-outline-danger hr {
        border-top-color: #f46f7c
    }

    .alert-outline-danger .alert-link {
        color: #8d4353
    }

    .alert-outline-danger .alert-group-prepend {
        border-right: 1px solid #f25767
    }

.alert-outline-light {
    background: 0 0;
    color: #89909c;
    border-color: #eaecf3
}

    .alert-outline-light hr {
        border-top-color: #fafbfc
    }

    .alert-outline-light .alert-link {
        color: #89909c
    }

    .alert-outline-light .alert-group-prepend {
        border-right: 1px solid #eaecf3
    }

.alert-outline-dark {
    background: 0 0;
    color: #1b1f42;
    border-color: #171347
}

    .alert-outline-dark hr {
        border-top-color: #1e185b
    }

    .alert-outline-dark .alert-link {
        color: #1b1f42
    }

    .alert-outline-dark .alert-group-prepend {
        border-right: 1px solid #171347
    }

.alert-outline-neutral {
    background: 0 0;
    color: #939aa2;
    border-color: #fff
}

    .alert-outline-neutral hr {
        border-top-color: #fff
    }

    .alert-outline-neutral .alert-link {
        color: #939aa2
    }

    .alert-outline-neutral .alert-group-prepend {
        border-right: 1px solid #fff
    }

.alert-outline-white {
    background: 0 0;
    color: #939aa2;
    border-color: #fff
}

    .alert-outline-white hr {
        border-top-color: #fff
    }

    .alert-outline-white .alert-link {
        color: #939aa2
    }

    .alert-outline-white .alert-group-prepend {
        border-right: 1px solid #fff
    }

.avatar {
    position: relative;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 600;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: .375rem
}

    .avatar img {
        width: 100%;
        border-radius: .375rem
    }

    .avatar.rounded-circle img {
        border-radius: 50%
    }

    .avatar span {
        background-color: #008aff
    }

    .avatar + .avatar {
        margin-left: .25rem
    }

    .avatar + .avatar-content {
        display: inline-block;
        margin-left: .75rem
    }

.avatar-2xl {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1.375rem
}

.avatar-xl {
    width: 6rem;
    height: 6rem;
    font-size: 1.375rem
}

.avatar-lg {
    width: 4rem;
    height: 4rem;
    font-size: 1.25rem
}

.avatar-sm {
    width: 2.4375rem;
    height: 2.4375rem;
    font-size: .75rem;
    border-radius: .2rem
}

.avatar-xs {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .675rem;
    border-radius: .2rem
}

.badge {
    display: inline;
    text-transform: none
}

    .badge i:not(:last-child), .badge svg {
        margin-right: .5rem
    }

.badge-group .badge {
    display: inline-block;
    margin-top: .125rem;
    margin-bottom: .125rem;
    margin-right: .25rem
}

.badge-xs {
    padding: .25rem .5rem;
    font-size: 60%
}

.badge-md {
    padding: .65em 1em
}

.badge-lg {
    padding: .85em 1.375em
}

.badge-inline {
    margin-right: .625rem
}

    .badge-inline + span {
        top: 2px;
        position: relative
    }

        .badge-inline + span > a {
            text-decoration: underline
        }

.btn .badge:not(:first-child) {
    margin-left: .5rem
}

.btn .badge:not(:last-child) {
    margin-right: .5rem
}

.badge-soft-primary {
    color: #008aff;
    background-color: #cce8ff
}

    .badge-soft-primary[href]:focus, .badge-soft-primary[href]:hover {
        color: #008aff;
        text-decoration: none;
        background-color: #b3ddff
    }

.badge-soft-secondary {
    color: #eaecf3;
    background-color: #fbfbfd
}

    .badge-soft-secondary[href]:focus, .badge-soft-secondary[href]:hover {
        color: #eaecf3;
        text-decoration: none;
        background-color: #eaeaf5
    }

.badge-soft-success {
    color: #5cc9a7;
    background-color: #def4ed
}

    .badge-soft-success[href]:focus, .badge-soft-success[href]:hover {
        color: #5cc9a7;
        text-decoration: none;
        background-color: #cbeee3
    }

.badge-soft-info {
    color: #50b5ff;
    background-color: #dcf0ff
}

    .badge-soft-info[href]:focus, .badge-soft-info[href]:hover {
        color: #50b5ff;
        text-decoration: none;
        background-color: #c3e5ff
    }

.badge-soft-warning {
    color: #ffbe3d;
    background-color: #fff2d8
}

    .badge-soft-warning[href]:focus, .badge-soft-warning[href]:hover {
        color: #ffbe3d;
        text-decoration: none;
        background-color: #ffeabf
    }

.badge-soft-danger {
    color: #f25767;
    background-color: #fcdde1
}

    .badge-soft-danger[href]:focus, .badge-soft-danger[href]:hover {
        color: #f25767;
        text-decoration: none;
        background-color: #fac6cc
    }

.badge-soft-light {
    color: #eaecf3;
    background-color: #fbfbfd
}

    .badge-soft-light[href]:focus, .badge-soft-light[href]:hover {
        color: #eaecf3;
        text-decoration: none;
        background-color: #eaeaf5
    }

.badge-soft-dark {
    color: #171347;
    background-color: #d1d0da
}

    .badge-soft-dark[href]:focus, .badge-soft-dark[href]:hover {
        color: #171347;
        text-decoration: none;
        background-color: #c3c2cf
    }

.badge-soft-neutral {
    color: #fff;
    background-color: #fff
}

    .badge-soft-neutral[href]:focus, .badge-soft-neutral[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #f2f2f2
    }

.badge-soft-white {
    color: #fff;
    background-color: #fff
}

    .badge-soft-white[href]:focus, .badge-soft-white[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #f2f2f2
    }

.breadcrumb {
    border: 1px solid #e2e8f0
}

.breadcrumb-sm {
    font-size: .875rem
}

.breadcrumb-links {
    border: 0;
    background-color: transparent;
    border-radius: 0
}

    .breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
        content: "";
        width: .3rem;
        height: .6rem;
        margin-right: .5rem;
        -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
        mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMHB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxMCAxNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZGVmcz48L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+ICAgICAgICA8ZyBpZD0iY2hldnJvbi1yaWdodCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4wMDAwMDAsIDIuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIuNSI+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJTaGFwZSIgcG9pbnRzPSIwIDEyIDYgNiAwIDAiPjwvcG9seWxpbmU+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
        -webkit-mask-size: contain;
        mask-size: contain;
        background: #cbd5e0
    }

.breadcrumb-dark .breadcrumb-item a {
    color: rgba(255,255,255,.8)
}

    .breadcrumb-dark .breadcrumb-item a:hover {
        color: #fff
    }

.breadcrumb-dark .breadcrumb-item.active {
    color: rgba(255,255,255,.6)
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255,255,255,.8)
}

.breadcrumb-light .breadcrumb-item a {
    color: rgba(23,19,71,.8)
}

    .breadcrumb-light .breadcrumb-item a:hover {
        color: #171347
    }

.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(23,19,71,.8)
}

.btn {
    position: relative;
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn + .btn {
    margin-left: .5rem
}

.btn-group > .btn {
    margin: 0
}

.btn-neutral {
    background-color: transparent;
    color: #273444;
    border: 2px solid #e2e8f0
}

    .btn-neutral:hover {
        border-color: #4dadff;
        background-color: transparent
    }

    .btn-neutral:not(:disabled):not(.disabled):active, .btn-neutral:not(:disabled):not(.disabled):focus {
        border-color: #4dadff;
        color: #008aff;
        background-color: transparent
    }

    .btn-neutral:not(:disabled):not(.disabled).active {
        border-color: #008aff;
        color: #008aff;
        background-color: #fff
    }

.btn-xs {
    padding: .375rem 1rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .375rem
}

.btn-xl {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .75rem
}

@media (max-width:1200px) {
    .btn-xl {
        font-size: calc(1.275rem + .3vw)
    }
}

.btn-nobg {
    padding: 0;
    background: 0 0 !important
}

    .btn-nobg:hover {
        background: 0 0 !important;
        border-color: transparent !important
    }

.btn-nobg--hover:hover {
    background-color: transparent
}

.btn-soft-primary {
    color: #008aff;
    background-color: #cce8ff;
    border-color: #cce8ff;
    box-shadow: none
}

    .btn-soft-primary:hover {
        color: #fff;
        background-color: #008aff;
        border-color: #008aff;
        box-shadow: 0 4px 11px rgba(204,232,255,.35)
    }

    .btn-soft-primary.focus, .btn-soft-primary:focus {
        box-shadow: none,0 0 0 0 rgba(6,125,227,.5)
    }

    .btn-soft-primary.disabled, .btn-soft-primary:disabled {
        color: #008aff;
        background-color: #cce8ff;
        border-color: #cce8ff
    }

    .btn-soft-primary:not(:disabled):not(.disabled).active, .btn-soft-primary:not(:disabled):not(.disabled):active, .show > .btn-soft-primary.dropdown-toggle {
        color: #fff;
        background-color: #008aff;
        border-color: #008aff
    }

        .btn-soft-primary:not(:disabled):not(.disabled).active:focus, .btn-soft-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-primary.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(6,125,227,.5)
        }

.btn-soft-secondary {
    color: #eaecf3;
    background-color: #fbfbfd;
    border-color: #fbfbfd;
    box-shadow: none
}

    .btn-soft-secondary:hover {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3;
        box-shadow: 0 4px 11px rgba(251,251,253,.35)
    }

    .btn-soft-secondary.focus, .btn-soft-secondary:focus {
        box-shadow: none,0 0 0 0 rgba(205,208,217,.5)
    }

    .btn-soft-secondary.disabled, .btn-soft-secondary:disabled {
        color: #eaecf3;
        background-color: #fbfbfd;
        border-color: #fbfbfd
    }

    .btn-soft-secondary:not(:disabled):not(.disabled).active, .btn-soft-secondary:not(:disabled):not(.disabled):active, .show > .btn-soft-secondary.dropdown-toggle {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3
    }

        .btn-soft-secondary:not(:disabled):not(.disabled).active:focus, .btn-soft-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-secondary.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(205,208,217,.5)
        }

.btn-soft-success {
    color: #5cc9a7;
    background-color: #def4ed;
    border-color: #def4ed;
    box-shadow: none
}

    .btn-soft-success:hover {
        color: #fff;
        background-color: #5cc9a7;
        border-color: #5cc9a7;
        box-shadow: 0 4px 11px rgba(222,244,237,.35)
    }

    .btn-soft-success.focus, .btn-soft-success:focus {
        box-shadow: none,0 0 0 0 rgba(84,179,152,.5)
    }

    .btn-soft-success.disabled, .btn-soft-success:disabled {
        color: #5cc9a7;
        background-color: #def4ed;
        border-color: #def4ed
    }

    .btn-soft-success:not(:disabled):not(.disabled).active, .btn-soft-success:not(:disabled):not(.disabled):active, .show > .btn-soft-success.dropdown-toggle {
        color: #fff;
        background-color: #5cc9a7;
        border-color: #5cc9a7
    }

        .btn-soft-success:not(:disabled):not(.disabled).active:focus, .btn-soft-success:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-success.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(84,179,152,.5)
        }

.btn-soft-info {
    color: #50b5ff;
    background-color: #dcf0ff;
    border-color: #dcf0ff;
    box-shadow: none
}

    .btn-soft-info:hover {
        color: #fff;
        background-color: #50b5ff;
        border-color: #50b5ff;
        box-shadow: 0 4px 11px rgba(220,240,255,.35)
    }

    .btn-soft-info.focus, .btn-soft-info:focus {
        box-shadow: none,0 0 0 0 rgba(74,162,227,.5)
    }

    .btn-soft-info.disabled, .btn-soft-info:disabled {
        color: #50b5ff;
        background-color: #dcf0ff;
        border-color: #dcf0ff
    }

    .btn-soft-info:not(:disabled):not(.disabled).active, .btn-soft-info:not(:disabled):not(.disabled):active, .show > .btn-soft-info.dropdown-toggle {
        color: #fff;
        background-color: #50b5ff;
        border-color: #50b5ff
    }

        .btn-soft-info:not(:disabled):not(.disabled).active:focus, .btn-soft-info:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-info.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(74,162,227,.5)
        }

.btn-soft-warning {
    color: #ffbe3d;
    background-color: #fff2d8;
    border-color: #fff2d8;
    box-shadow: none
}

    .btn-soft-warning:hover {
        color: #fff;
        background-color: #ffbe3d;
        border-color: #ffbe3d;
        box-shadow: 0 4px 11px rgba(255,242,216,.35)
    }

    .btn-soft-warning.focus, .btn-soft-warning:focus {
        box-shadow: none,0 0 0 0 rgba(223,169,62,.5)
    }

    .btn-soft-warning.disabled, .btn-soft-warning:disabled {
        color: #ffbe3d;
        background-color: #fff2d8;
        border-color: #fff2d8
    }

    .btn-soft-warning:not(:disabled):not(.disabled).active, .btn-soft-warning:not(:disabled):not(.disabled):active, .show > .btn-soft-warning.dropdown-toggle {
        color: #fff;
        background-color: #ffbe3d;
        border-color: #ffbe3d
    }

        .btn-soft-warning:not(:disabled):not(.disabled).active:focus, .btn-soft-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-warning.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(223,169,62,.5)
        }

.btn-soft-danger {
    color: #f25767;
    background-color: #fcdde1;
    border-color: #fcdde1;
    box-shadow: none
}

    .btn-soft-danger:hover {
        color: #fff;
        background-color: #f25767;
        border-color: #f25767;
        box-shadow: 0 4px 11px rgba(252,221,225,.35)
    }

    .btn-soft-danger.focus, .btn-soft-danger:focus {
        box-shadow: none,0 0 0 0 rgba(212,82,98,.5)
    }

    .btn-soft-danger.disabled, .btn-soft-danger:disabled {
        color: #f25767;
        background-color: #fcdde1;
        border-color: #fcdde1
    }

    .btn-soft-danger:not(:disabled):not(.disabled).active, .btn-soft-danger:not(:disabled):not(.disabled):active, .show > .btn-soft-danger.dropdown-toggle {
        color: #fff;
        background-color: #f25767;
        border-color: #f25767
    }

        .btn-soft-danger:not(:disabled):not(.disabled).active:focus, .btn-soft-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-danger.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(212,82,98,.5)
        }

.btn-soft-light {
    color: #eaecf3;
    background-color: #fbfbfd;
    border-color: #fbfbfd;
    box-shadow: none
}

    .btn-soft-light:hover {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3;
        box-shadow: 0 4px 11px rgba(251,251,253,.35)
    }

    .btn-soft-light.focus, .btn-soft-light:focus {
        box-shadow: none,0 0 0 0 rgba(205,208,217,.5)
    }

    .btn-soft-light.disabled, .btn-soft-light:disabled {
        color: #eaecf3;
        background-color: #fbfbfd;
        border-color: #fbfbfd
    }

    .btn-soft-light:not(:disabled):not(.disabled).active, .btn-soft-light:not(:disabled):not(.disabled):active, .show > .btn-soft-light.dropdown-toggle {
        color: #273444;
        background-color: #eaecf3;
        border-color: #eaecf3
    }

        .btn-soft-light:not(:disabled):not(.disabled).active:focus, .btn-soft-light:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-light.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(205,208,217,.5)
        }

.btn-soft-dark {
    color: #171347;
    background-color: #d1d0da;
    border-color: #d1d0da;
    box-shadow: none
}

    .btn-soft-dark:hover {
        color: #fff;
        background-color: #171347;
        border-color: #171347;
        box-shadow: 0 4px 11px rgba(209,208,218,.35)
    }

    .btn-soft-dark.focus, .btn-soft-dark:focus {
        box-shadow: none,0 0 0 0 rgba(25,24,71,.5)
    }

    .btn-soft-dark.disabled, .btn-soft-dark:disabled {
        color: #171347;
        background-color: #d1d0da;
        border-color: #d1d0da
    }

    .btn-soft-dark:not(:disabled):not(.disabled).active, .btn-soft-dark:not(:disabled):not(.disabled):active, .show > .btn-soft-dark.dropdown-toggle {
        color: #fff;
        background-color: #171347;
        border-color: #171347
    }

        .btn-soft-dark:not(:disabled):not(.disabled).active:focus, .btn-soft-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-dark.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(25,24,71,.5)
        }

.btn-soft-neutral {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

    .btn-soft-neutral:hover {
        color: #273444;
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 4px 11px rgba(255,255,255,.35)
    }

    .btn-soft-neutral.focus, .btn-soft-neutral:focus {
        box-shadow: none,0 0 0 0 rgba(223,225,227,.5)
    }

    .btn-soft-neutral.disabled, .btn-soft-neutral:disabled {
        color: #fff;
        background-color: #fff;
        border-color: #fff
    }

    .btn-soft-neutral:not(:disabled):not(.disabled).active, .btn-soft-neutral:not(:disabled):not(.disabled):active, .show > .btn-soft-neutral.dropdown-toggle {
        color: #273444;
        background-color: #fff;
        border-color: #fff
    }

        .btn-soft-neutral:not(:disabled):not(.disabled).active:focus, .btn-soft-neutral:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-neutral.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(223,225,227,.5)
        }

.btn-soft-white {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

    .btn-soft-white:hover {
        color: #273444;
        background-color: #fff;
        border-color: #fff;
        box-shadow: 0 4px 11px rgba(255,255,255,.35)
    }

    .btn-soft-white.focus, .btn-soft-white:focus {
        box-shadow: none,0 0 0 0 rgba(223,225,227,.5)
    }

    .btn-soft-white.disabled, .btn-soft-white:disabled {
        color: #fff;
        background-color: #fff;
        border-color: #fff
    }

    .btn-soft-white:not(:disabled):not(.disabled).active, .btn-soft-white:not(:disabled):not(.disabled):active, .show > .btn-soft-white.dropdown-toggle {
        color: #273444;
        background-color: #fff;
        border-color: #fff
    }

        .btn-soft-white:not(:disabled):not(.disabled).active:focus, .btn-soft-white:not(:disabled):not(.disabled):active:focus, .show > .btn-soft-white.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(223,225,227,.5)
        }

.btn-facebook {
    color: #fff;
    background-color: #3b5999;
    border-color: #3b5999;
    box-shadow: none
}

    .btn-facebook:hover {
        color: #fff;
        background-color: #30497d;
        border-color: #2d4474
    }

    .btn-facebook.focus, .btn-facebook:focus {
        box-shadow: none,0 0 0 rgba(59,89,153,.35)
    }

    .btn-facebook.disabled, .btn-facebook:disabled {
        color: #fff;
        background-color: #3b5999;
        border-color: #3b5999
    }

    .btn-facebook:not(:disabled):not(.disabled).active, .btn-facebook:not(:disabled):not(.disabled):active, .show > .btn-facebook.dropdown-toggle {
        color: #fff;
        background-color: #2d4474;
        border-color: #293e6b
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus, .btn-facebook:not(:disabled):not(.disabled):active:focus, .show > .btn-facebook.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(59,89,153,.35)
        }

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
    box-shadow: none
}

    .btn-twitter:hover {
        color: #fff;
        background-color: #0d8ddc;
        border-color: #0c85d0
    }

    .btn-twitter.focus, .btn-twitter:focus {
        box-shadow: none,0 0 0 rgba(29,161,242,.35)
    }

    .btn-twitter.disabled, .btn-twitter:disabled {
        color: #fff;
        background-color: #1da1f2;
        border-color: #1da1f2
    }

    .btn-twitter:not(:disabled):not(.disabled).active, .btn-twitter:not(:disabled):not(.disabled):active, .show > .btn-twitter.dropdown-toggle {
        color: #fff;
        background-color: #0c85d0;
        border-color: #0b7ec4
    }

        .btn-twitter:not(:disabled):not(.disabled).active:focus, .btn-twitter:not(:disabled):not(.disabled):active:focus, .show > .btn-twitter.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(29,161,242,.35)
        }

.btn-google-plus {
    color: #fff;
    background-color: #dd4b39;
    border-color: #dd4b39;
    box-shadow: none
}

    .btn-google-plus:hover {
        color: #fff;
        background-color: #cd3623;
        border-color: #c23321
    }

    .btn-google-plus.focus, .btn-google-plus:focus {
        box-shadow: none,0 0 0 rgba(221,75,57,.35)
    }

    .btn-google-plus.disabled, .btn-google-plus:disabled {
        color: #fff;
        background-color: #dd4b39;
        border-color: #dd4b39
    }

    .btn-google-plus:not(:disabled):not(.disabled).active, .btn-google-plus:not(:disabled):not(.disabled):active, .show > .btn-google-plus.dropdown-toggle {
        color: #fff;
        background-color: #c23321;
        border-color: #b7301f
    }

        .btn-google-plus:not(:disabled):not(.disabled).active:focus, .btn-google-plus:not(:disabled):not(.disabled):active:focus, .show > .btn-google-plus.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(221,75,57,.35)
        }

.btn-instagram {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
    box-shadow: none
}

    .btn-instagram:hover {
        color: #fff;
        background-color: #de1f44;
        border-color: #d31e40
    }

    .btn-instagram.focus, .btn-instagram:focus {
        box-shadow: none,0 0 0 rgba(228,64,95,.35)
    }

    .btn-instagram.disabled, .btn-instagram:disabled {
        color: #fff;
        background-color: #e4405f;
        border-color: #e4405f
    }

    .btn-instagram:not(:disabled):not(.disabled).active, .btn-instagram:not(:disabled):not(.disabled):active, .show > .btn-instagram.dropdown-toggle {
        color: #fff;
        background-color: #d31e40;
        border-color: #c81c3d
    }

        .btn-instagram:not(:disabled):not(.disabled).active:focus, .btn-instagram:not(:disabled):not(.disabled):active:focus, .show > .btn-instagram.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(228,64,95,.35)
        }

.btn-pinterest {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
    box-shadow: none
}

    .btn-pinterest:hover {
        color: #fff;
        background-color: #980617;
        border-color: #8c0615
    }

    .btn-pinterest.focus, .btn-pinterest:focus {
        box-shadow: none,0 0 0 rgba(189,8,28,.35)
    }

    .btn-pinterest.disabled, .btn-pinterest:disabled {
        color: #fff;
        background-color: #bd081c;
        border-color: #bd081c
    }


        .btn-pinterest:not(:disabled):not(.disabled).active:focus, .btn-pinterest:not(:disabled):not(.disabled):active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(189,8,28,.35)
        }

.btn-youtube {
    color: #fff;
    background-color: #cd201f;
    border-color: #cd201f;
    box-shadow: none
}

    .btn-youtube:hover {
        color: #fff;
        background-color: #ac1b1a;
        border-color: #a11918
    }

    .btn-youtube.focus, .btn-youtube:focus {
        box-shadow: none,0 0 0 rgba(205,32,31,.35)
    }

    .btn-youtube.disabled, .btn-youtube:disabled {
        color: #fff;
        background-color: #cd201f;
        border-color: #cd201f
    }


.btn-slack {
    color: #fff;
    background-color: #3aaf85;
    border-color: #3aaf85;
    box-shadow: none
}

    .btn-slack:hover {
        color: #fff;
        background-color: #30926f;
        border-color: #2d8968
    }

    .btn-slack.focus, .btn-slack:focus {
        box-shadow: none,0 0 0 rgba(58,175,133,.35)
    }

    .btn-slack.disabled, .btn-slack:disabled {
        color: #fff;
        background-color: #3aaf85;
        border-color: #3aaf85
    }

    .btn-slack:not(:disabled):not(.disabled).active, .btn-slack:not(:disabled):not(.disabled):active, .show > .btn-slack.dropdown-toggle {
        color: #fff;
        background-color: #2d8968;
        border-color: #2a7f61
    }

        .btn-slack:not(:disabled):not(.disabled).active:focus, .btn-slack:not(:disabled):not(.disabled):active:focus, .show > .btn-slack.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(58,175,133,.35)
        }

.btn-dribbble {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
    box-shadow: none
}

    .btn-dribbble:hover {
        color: #fff;
        background-color: #e62a72;
        border-color: #e51e6b
    }

    .btn-dribbble.focus, .btn-dribbble:focus {
        box-shadow: none,0 0 0 rgba(234,76,137,.35)
    }

    .btn-dribbble.disabled, .btn-dribbble:disabled {
        color: #fff;
        background-color: #ea4c89;
        border-color: #ea4c89
    }

    .btn-dribbble:not(:disabled):not(.disabled).active, .btn-dribbble:not(:disabled):not(.disabled):active, .show > .btn-dribbble.dropdown-toggle {
        color: #fff;
        background-color: #e51e6b;
        border-color: #dc1a65
    }

        .btn-dribbble:not(:disabled):not(.disabled).active:focus, .btn-dribbble:not(:disabled):not(.disabled):active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(234,76,137,.35)
        }

.btn-github {
    color: #fff;
    background-color: #222;
    border-color: #222;
    box-shadow: none
}

    .btn-github:hover {
        color: #fff;
        background-color: #0f0f0f;
        border-color: #090909
    }

    .btn-github.focus, .btn-github:focus {
        box-shadow: none,0 0 0 rgba(34,34,34,.35)
    }

    .btn-github.disabled, .btn-github:disabled {
        color: #fff;
        background-color: #222;
        border-color: #222
    }


.btn-vimeo {
    color: #fff;
    background-color: #04a0f0;
    border-color: #04a0f0;
    box-shadow: none
}

    .btn-vimeo:hover {
        color: #fff;
        background-color: #0387ca;
        border-color: #037fbe
    }

    .btn-vimeo.focus, .btn-vimeo:focus {
        box-shadow: none,0 0 0 rgba(4,160,240,.35)
    }

    .btn-vimeo.disabled, .btn-vimeo:disabled {
        color: #fff;
        background-color: #04a0f0;
        border-color: #04a0f0
    }

    .btn-vimeo:not(:disabled):not(.disabled).active, .btn-vimeo:not(:disabled):not(.disabled):active, .show > .btn-vimeo.dropdown-toggle {
        color: #fff;
        background-color: #037fbe;
        border-color: #0376b1
    }

        .btn-vimeo:not(:disabled):not(.disabled).active:focus, .btn-vimeo:not(:disabled):not(.disabled):active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
            box-shadow: 0 0 0 rgba(4,160,240,.35)
        }

.btn i:not(:first-child), .btn svg:not(:first-child) {
    margin-left: .5rem
}

.btn i:not(:last-child), .btn svg:not(:last-child) {
    margin-right: .5rem
}

.btn-icon .btn-inner--text:not(:first-child) {
    margin-left: .75em
}

.btn-icon .btn-inner--text:not(:last-child) {
    margin-right: .75em
}

.btn-icon .btn-inner--icon img {
    width: 20px
}

.btn-icon-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0
}

    .btn-icon-only.btn-xs {
        width: 2rem;
        height: 2rem
    }

    .btn-group-sm > .btn-icon-only.btn, .btn-icon-only.btn-sm {
        width: 2.4375rem;
        height: 2.4375rem
    }

    .btn-group-lg > .btn-icon-only.btn, .btn-icon-only.btn-lg {
        width: 4rem;
        height: 4rem
    }

.card {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 1.25rem rgba(31,45,61,.05)
}
.card  p{
    line-height:3rem;
}
    .card.hover-scale-110:hover {
        z-index: 2;
        border-radius: .75rem !important
    }

    .card.rounded-top-right {
        border-radius: .75rem 5rem 5rem .75rem .75rem !important
    }

    .card.rounded-top-left {
        border-radius: 5rem .75rem .75rem .75rem !important
    }

    .card.rounded-bottom-right {
        border-radius: .75rem .75rem 5rem .75rem !important
    }

    .card.rounded-bottom-left {
        border-radius: .75rem .75rem .75rem 5rem !important
    }

    .card.rounded-diagonal-left {
        border-radius: 5rem .75rem 5rem .75rem !important
    }

    .card.rounded-diagonal-right {
        border-radius: .75rem 5rem .75rem 5rem !important
    }

.card-fluid {
    height: calc(100% - 30px)
}

.card-header {
    border-bottom: 0;
    padding-bottom: 0
}

    .card-header .action-item {
        padding-top: 0;
        padding-bottom: 0
    }

.card-btn {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important
}

.card-deck + .row {
    margin-top: 30px
}

.card-wrapper .card:last-child {
    margin-bottom: 0 !important
}

.card-img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    border-radius: .75rem;
    -webkit-backface-visibility: hidden;
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .card-img-bg {
        transition: none
    }
}

.card-img-bg ~ .card-body {
    position: relative
}

.card:hover .card-img-bg {
    transform: scale(1.1)
}

.card .animate-this, .card .card-image, .card > a {
    min-height: 1px
}

.accordion .card {
    margin-bottom: 0
}

.accordion .card-header {
    position: relative;
    cursor: pointer
}

    .accordion .card-header:after {
        content: '+';
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        font-family: "Nunito Sans",sans-serif;
        font-weight: 700
    }

    .accordion .card-header[aria-expanded=false]:after {
        content: '+'
    }

    .accordion .card-header[aria-expanded=true]:after {
        content: '-'
    }

    .accordion .card-header[aria-expanded=true] .heading {
        color: #008aff
    }

.accordion-spaced .card {
    margin-bottom: 1.5rem;
    border-radius: .75rem !important
}

.close > span:not(.sr-only) {
    color: rgba(31,45,61,.5)
}

.close:focus > span:not(.sr-only), .close:hover > span:not(.sr-only) {
    color: rgba(31,45,61,.8)
}

.custom-control-label {
    line-height: 1.8
}

.checklist .custom-control-input:checked ~ .custom-control-label {
    text-decoration: line-through
}

.checklist .card {
    margin-bottom: .5rem
}

    .checklist .card:last-child {
        margin-bottom: 0
    }


.footer {
    background-color: #fff;
    padding-top: 3rem
}

    .footer .nav-link {
        font-size: .875rem
    }

    .footer .list-unstyled li a {
        display: inline-block;
        padding: .125rem 0;
        font-size: .875rem
    }

.footer-light p {
    color: #718096
}

.footer-light .heading {
    color: #152c5b
}

.footer-light .list-unstyled li a {
    color: #a0aec0
}

    .footer-light .list-unstyled li a:hover {
        color: #4a5568;
        text-decoration: underline
    }

.footer-light .copyright a {
    color: #4a5568
}

    .footer-light .copyright a:hover {
        color: #008aff
    }

.footer-dark p {
    color: rgba(255,255,255,.8)
}

.footer-dark .heading {
    color: #fff
}

.footer-dark .list-unstyled li a {
    color: rgba(255,255,255,.8)
}

    .footer-dark .list-unstyled li a:hover {
        color: rgba(255,255,255,.9)
    }

.footer-dark .copyright a {
    color: rgba(255,255,255,.9)
}

    .footer-dark .copyright a:hover {
        color: #fff
    }

.footer-dark {
    background-color: #273444;
    color: #a0aec0
}

    .footer-dark .heading {
        color: #eaecf3
    }

    .footer-dark .footer-link, .footer-dark .list-unstyled li a, .footer-dark .nav .nav-item .nav-link {
        color: #a0aec0
    }

        .footer-dark .footer-link:hover, .footer-dark .list-unstyled li a:hover, .footer-dark .nav .nav-item .nav-link:hover {
            color: #fff
        }

    .footer-dark hr {
        border-color: rgba(216,203,187,.1)
    }

.form-control:focus:-ms-input-placeholder {
    color: #cbd5e0
}

.form-control:focus::-ms-input-placeholder {
    color: #cbd5e0
}

.form-control:focus::placeholder {
    color: #cbd5e0
}

.form-control-muted {
    background-color: #edf0f5;
    border-color: #edf0f5
}

    .form-control-muted:focus {
        background-color: #edf0f5
    }

.form-control-emphasized {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.1)
}

    .form-control-emphasized:focus {
        background-color: #fff;
        border-color: transparent;
        box-shadow: 0 0 0 2px #008aff
    }

.form-control-flush {
    padding: 0;
    border-width: 0;
    background-color: transparent;
    box-shadow: none
}

    .form-control-flush:focus {
        background-color: transparent;
        box-shadow: none;
        border-width: 0
    }

textarea[resize=none] {
    resize: none !important
}

textarea[resize=both] {
    resize: both !important
}

textarea[resize=vertical] {
    resize: vertical !important
}

textarea[resize=horizontal] {
    resize: horizontal !important
}

.form-control-xl {
    padding: 1.5rem 2rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .75rem
}

.form-primary .form-control {
    color: #fff;
    background-color: #0069c2;
    border: 1px solid #0069c2
}

    .form-primary .form-control:focus {
        background-color: #005ead;
        border: 1px solid #005ead
    }

    .form-primary .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.8)
    }

    .form-primary .form-control::-ms-input-placeholder {
        color: rgba(255,255,255,.8)
    }

    .form-primary .form-control::placeholder {
        color: rgba(255,255,255,.8)
    }

.form-warning .form-control {
    color: #fff;
    background-color: #ffa900;
    border: 1px solid #ffa900
}

    .form-warning .form-control:focus {
        background-color: #ea9c00;
        border: 1px solid #ea9c00
    }

    .form-warning .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.8)
    }

    .form-warning .form-control::-ms-input-placeholder {
        color: rgba(255,255,255,.8)
    }

    .form-warning .form-control::placeholder {
        color: rgba(255,255,255,.8)
    }

.form-danger .form-control {
    color: #fff;
    background-color: #ee1e34;
    border: 1px solid #ee1e34
}

    .form-danger .form-control:focus {
        background-color: #e61228;
        border: 1px solid #e61228
    }

    .form-danger .form-control:-ms-input-placeholder {
        color: rgba(255,255,255,.8)
    }

    .form-danger .form-control::-ms-input-placeholder {
        color: rgba(255,255,255,.8)
    }

    .form-danger .form-control::placeholder {
        color: rgba(255,255,255,.8)
    }

.header-transparent + section {
    padding-top: 7rem !important
}

.header-transparent + .header-1 {
    padding-top: 14rem !important
}

.header-account-page .btn-group-nav {
    position: relative;
    z-index: 1;
    transform: translateY(50%)
}

@media (min-width:768px) {
    .header-web-app .row:last-of-type {
        margin-bottom: -12rem;
        z-index: 2;
        position: relative
    }

    .header-web-app + section {
        padding-top: 12rem
    }
}

.icon i, .icon svg {
    font-size: 1.71429rem
}

.icon:not(.icon-shape) svg {
    width: 3rem;
    height: 3rem
}

.icon + .icon-text {
    padding-left: 1rem;
    width: calc(100% - 3rem - 1)
}

.icon-xl i, .icon-xl svg {
    font-size: 2.85714rem
}

.icon-xl:not(.icon-shape) svg {
    width: 5rem;
    height: 5rem
}

.icon-xl + .icon-text {
    width: calc(100% - 5rem - 1)
}

.icon-lg i, .icon-lg svg {
    font-size: 2.28571rem
}

.icon-lg:not(.icon-shape) svg {
    width: 4rem;
    height: 4rem
}

.icon-lg + .icon-text {
    width: calc(100% - 4rem - 1)
}

.icon-sm i, .icon-sm svg {
    font-size: 1.14286rem
}

.icon-sm:not(.icon-shape) svg {
    width: 2rem;
    height: 2rem
}

.icon-sm + .icon-text {
    width: calc(100% - 2rem - 1)
}

.icon-xs i, .icon-xs svg {
    font-size: .57143rem
}

.icon-xs:not(.icon-shape) svg {
    width: 1rem;
    height: 1rem
}

.icon-xs + .icon-text {
    width: calc(100% - 1rem - 1)
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: .375rem;
    width: 4.5rem;
    height: 4.5rem
}

    .icon-shape i {
        font-size: 1.125rem
    }

    .icon-shape svg {
        width: 2rem;
        height: 2rem
    }

    .icon-shape.icon-xl {
        width: 5rem;
        height: 5rem
    }

        .icon-shape.icon-xl i {
            font-size: 2.25rem
        }

        .icon-shape.icon-xl svg {
            width: 2rem;
            height: 2rem
        }

    .icon-shape.icon-lg {
        width: 4rem;
        height: 4rem
    }

        .icon-shape.icon-lg i {
            font-size: 1.75rem
        }

        .icon-shape.icon-lg svg {
            width: 1.6rem;
            height: 1.6rem
        }
.icon-shape.icon-sm{width:3rem;height:3rem}

        .icon-shape.icon-sm i {
            font-size: .875rem
        }

        .icon-shape.icon-sm svg {
            width: .8rem;
            height: .8rem
        }

    .icon-shape.icon-xs {
        width: 1rem;
        height: 1rem
    }

        .icon-shape.icon-xs i {
            font-size: .75rem
        }

        .icon-shape.icon-xs svg {
            width: .4rem;
            height: .4rem
        }

.icon-primary {
    color: #008aff;
    background-color: #cce8ff
}

.icon-outline-primary {
    color: #0063b8;
    border: 3px solid rgba(51,161,255,.5)
}

.icon-secondary {
    color: #eaecf3;
    background-color: #fbfbfd
}

.icon-outline-secondary {
    color: #bac1dc;
    border: 3px solid rgba(255,255,255,.5)
}

.icon-success {
    color: #5cc9a7;
    background-color: #def4ed
}

.icon-outline-success {
    color: #32ac86;
    border: 3px solid rgba(130,214,188,.5)
}

.icon-info {
    color: #50b5ff;
    background-color: #dcf0ff
}

.icon-outline-info {
    color: #0997ff;
    border: 3px solid rgba(131,203,255,.5)
}

.icon-warning {
    color: #ffbe3d;
    background-color: #fff2d8
}

.icon-outline-warning {
    color: #f5a300;
    border: 3px solid rgba(255,207,112,.5)
}

.icon-danger {
    color: #f25767;
    background-color: #fcdde1
}

.icon-outline-danger {
    color: #f30e26;
    border: 3px solid rgba(246,134,146,.5)
}

.icon-light {
    color: #eaecf3;
    background-color: #fbfbfd
}

.icon-outline-light {
    color: #bac1dc;
    border: 3px solid rgba(255,255,255,.5)
}

.icon-dark {
    color: #171347;
    background-color: #d1d0da
}

.icon-outline-dark {
    color: #04030f;
    border: 3px solid rgba(36,30,111,.5)
}

.icon-neutral {
    color: #fff;
    background-color: #fff
}

.icon-outline-neutral {
    color: #dddada;
    border: 3px solid rgba(255,255,255,.5)
}

.icon-white {
    color: #fff;
    background-color: #fff
}

.icon-outline-white {
    color: #dddada;
    border: 3px solid rgba(255,255,255,.5)
}

.input-group-text {
    transition: all .2s ease
}

.input-group-flush .form-control, .input-group-flush .input-group-text {
    border: 0 !important
}

.focused .input-group {
    box-shadow: none,0 0 20px rgba(0,138,255,.1)
}

    .focused .input-group .form-control {
        box-shadow: none !important
    }

.focused .input-group-text {
    color: #008aff;
    background-color: #eaecf3;
    border-color: rgba(0,138,255,.5)
}

.jumbotron {
    position: relative
}

    .jumbotron:not([class*=rounded-]) {
        border-radius: 5rem
    }

        .jumbotron:not([class*=rounded-]) > img {
            border-radius: 5rem
        }

    .jumbotron.rounded-right {
        border-radius: 0 5rem 5rem 0 !important
    }

    .jumbotron.rounded-left {
        border-radius: 5rem 0 0 5rem !important
    }

    .jumbotron.rounded-top-right {
        border-radius: 0 5rem 0 0 !important
    }

    .jumbotron.rounded-top-left {
        border-radius: 5rem 0 0 0 !important
    }

    .jumbotron.rounded-bottom-right {
        border-radius: 0 0 5rem 0 !important
    }

    .jumbotron.rounded-bottom-left {
        border-radius: 0 0 0 5rem !important
    }

    .jumbotron.rounded-diagonal-left {
        border-radius: 5rem 0 5rem 0 !important
    }

    .jumbotron.rounded-diagonal-right {
        border-radius: 0 5rem 0 5rem !important
    }


@media (min-width:576px) {
    .docs .container-fluid, .docs .container-lg, .docs .container-md, .docs .container-sm, .docs .container-xl {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width:767.98px) {
    .docs .container-fluid, .docs .container-lg, .docs .container-md, .docs .container-sm, .docs .container-xl {
        padding-left: 15px;
        padding-right: 15px
    }
}

.docs .container-docs {
    display: flex;
    flex: 1;
    align-items: stretch
}

.docs .main-content {
    display: flex;
    flex: 1 1 auto;
    padding: 0;
    margin: 0;
    min-width: 0;
    max-width: 100%;
    height: 100vh
}

@media (min-width:992px) {
    .docs .main-content {
        padding-left: 250px
    }
}

.docs .main-content .container, .docs .main-content .container-fluid, .docs .main-content .container-lg, .docs .main-content .container-md, .docs .main-content .container-sm, .docs .main-content .container-xl {
    position: relative
}

.docs .main-content-title + .card, .docs .main-content-title + .row {
    margin-top: 30px
}

.docs .docs-content {
    margin-top: 80px
}

@media (min-width:992px) {
    .docs .docs-content {
        padding: 0 70px
    }
}

@media (min-width:768px) {
    .docs .docs-content {
        padding: 0 50px
    }
}

@media (max-width:991.98px) {
    .docs .docs-content {
        padding: 0 20px
    }
}

.docs .docs-title {
    padding: 2.5rem;
    margin: 2.5rem 0;
    border: 2px solid #e2e8f0;
    border-radius: .5rem
}

.docs .sidenav {
    position: fixed;
    top: 0;
    height: 100vh;
    overflow: auto;
    margin-bottom: 0;
    border: 0;
    z-index: 900;
    border-radius: 0;
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .docs .sidenav {
        transition: none
    }
}

@media (min-width:992px) {
    .docs .sidenav {
        max-width: 250px !important;
        height: 100vh;
        transform: translateX(0);
        border-right: 1px solid #e2e8f0;
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .docs .sidenav {
        max-width: 0;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        transform: translateX(-150%);
        border: 0
    }
}

.docs .sidenav.show {
    max-width: 250px !important;
    transform: translateX(0);
    border-right: 1px solid #e2e8f0;
    z-index: 900;
    border-radius: 0
}


.docs .main-content-title + .nav-tabs {
    margin-bottom: 30px
}

.list-group {
    list-style-type: none
}

.list-group-space .list-group-item {
    margin-bottom: 1.5rem;
    border-radius: .375rem
}

.list-group-item {
    font-size: .875rem
}

.list-group-img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    vertical-align: top;
    margin: -.1rem 1.2rem 0 -.2rem
}

.list-group-content {
    flex: 1;
    min-width: 0
}

    .list-group-content p {
        line-height: 1.5;
        margin: .2rem 0 0
    }

.list-group-heading {
    color: #2d3748
}

    .list-group-heading > small {
        float: right;
        color: #a0aec0;
        font-weight: 500
    }

.list-group-sm .list-group-item {
    padding: .675rem 1.25rem;
    font-size: .875rem
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .mask {
        transition: none
    }
}

.mask + .container {
    position: relative
}
.card .h6{font-size:1.5rem!important}
.card .mask {
    border-radius: .75rem
}

.card .hover-mask {
    opacity: 0;
    transition-delay: 150ms
}

.card:hover .hover-mask {
    opacity: .4
}

.modal-content {
    border: 0;
    border-radius: .75rem
}

.modal-fluid .modal-dialog {
    margin-top: 0;
    margin-bottom: 0
}

.modal-fluid .modal-content {
    border-radius: 0
}

.modal-open {
    max-height: 100vh
}

.modal-dialog-aside {
    position: absolute;
    margin: 0
}

.modal-primary .modal-title {
    color: #fff
}

.modal-primary .modal-footer, .modal-primary .modal-header {
    border-color: rgba(255,255,255,.075)
}

.modal-primary .modal-content {
    background-color: #008aff;
    color: #fff
}

    .modal-primary .modal-content .heading {
        color: #fff
    }

.modal-primary .close > span:not(.sr-only) {
    color: #fff
}

.modal-secondary .modal-title {
    color: #273444
}

.modal-secondary .modal-footer, .modal-secondary .modal-header {
    border-color: rgba(39,52,68,.075)
}

.modal-secondary .modal-content {
    background-color: #eaecf3;
    color: #273444
}

    .modal-secondary .modal-content .heading {
        color: #273444
    }

.modal-secondary .close > span:not(.sr-only) {
    color: #fff
}

.modal-success .modal-title {
    color: #fff
}

.modal-success .modal-footer, .modal-success .modal-header {
    border-color: rgba(255,255,255,.075)
}

.modal-success .modal-content {
    background-color: #5cc9a7;
    color: #fff
}

    .modal-success .modal-content .heading {
        color: #fff
    }

.modal-success .close > span:not(.sr-only) {
    color: #fff
}

.modal-info .modal-title {
    color: #fff
}

.modal-info .modal-footer, .modal-info .modal-header {
    border-color: rgba(255,255,255,.075)
}

.modal-info .modal-content {
    background-color: #50b5ff;
    color: #fff
}

    .modal-info .modal-content .heading {
        color: #fff
    }

.modal-info .close > span:not(.sr-only) {
    color: #fff
}

.modal-warning .modal-title {
    color: #fff
}

.modal-warning .modal-footer, .modal-warning .modal-header {
    border-color: rgba(255,255,255,.075)
}

.modal-warning .modal-content {
    background-color: #ffbe3d;
    color: #fff
}

    .modal-warning .modal-content .heading {
        color: #fff
    }

.modal-warning .close > span:not(.sr-only) {
    color: #fff
}

.modal-danger .modal-title {
    color: #fff
}

.modal-danger .modal-footer, .modal-danger .modal-header {
    border-color: rgba(255,255,255,.075)
}

.modal-danger .modal-content {
    background-color: #f25767;
    color: #fff
}

    .modal-danger .modal-content .heading {
        color: #fff
    }

.modal-danger .close > span:not(.sr-only) {
    color: #fff
}

.modal-light .modal-title {
    color: #273444
}

.modal-light .modal-footer, .modal-light .modal-header {
    border-color: rgba(39,52,68,.075)
}

.modal-light .modal-content {
    background-color: #eaecf3;
    color: #273444
}

    .modal-light .modal-content .heading {
        color: #273444
    }

.modal-light .close > span:not(.sr-only) {
    color: #fff
}

.modal-dark .modal-title {
    color: #fff
}

.modal-dark .modal-footer, .modal-dark .modal-header {
    border-color: rgba(255,255,255,.075)
}

.modal-dark .modal-content {
    background-color: #171347;
    color: #fff
}

    .modal-dark .modal-content .heading {
        color: #fff
    }

.modal-dark .close > span:not(.sr-only) {
    color: #fff
}

.modal-neutral .modal-title {
    color: #273444
}

.modal-neutral .modal-footer, .modal-neutral .modal-header {
    border-color: rgba(39,52,68,.075)
}

.modal-neutral .modal-content {
    background-color: #fff;
    color: #273444
}

    .modal-neutral .modal-content .heading {
        color: #273444
    }

.modal-neutral .close > span:not(.sr-only) {
    color: #fff
}

.modal-white .modal-title {
    color: #273444
}

.modal-white .modal-footer, .modal-white .modal-header {
    border-color: rgba(39,52,68,.075)
}

.modal-white .modal-content {
    background-color: #fff;
    color: #273444
}

    .modal-white .modal-content .heading {
        color: #273444
    }

.modal-white .close > span:not(.sr-only) {
    color: #fff
}




.pagination {
    margin-bottom: 0
}

.page-item .page-link, .page-item > span {
    margin: 0 3px;
    border-radius: .2rem;
    text-align: center;
    font-size: .875rem;
    box-shadow: 0 .125rem .25rem rgba(31,45,61,.08)
}

.popover {
    border: 0
}

.popover-header {
    font-weight: 600
}

.popover-primary {
    background-color: #008aff
}

    .popover-primary .popover-header {
        background-color: #008aff;
        color: #fff
    }

    .popover-primary .popover-body {
        color: #fff
    }

    .popover-primary .popover-header {
        border-color: rgba(255,255,255,.2)
    }

    .popover-primary.bs-popover-auto[x-placement^=top] .arrow::after, .popover-primary.bs-popover-top .arrow::after {
        border-top-color: #008aff
    }

    .popover-primary.bs-popover-auto[x-placement^=right] .arrow::after, .popover-primary.bs-popover-right .arrow::after {
        border-right-color: #008aff
    }

    .popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-primary.bs-popover-bottom .arrow::after {
        border-bottom-color: #008aff
    }

    .popover-primary.bs-popover-auto[x-placement^=left] .arrow::after, .popover-primary.bs-popover-left .arrow::after {
        border-left-color: #008aff
    }

.popover-secondary {
    background-color: #eaecf3
}

    .popover-secondary .popover-header {
        background-color: #eaecf3;
        color: #273444
    }

    .popover-secondary .popover-body {
        color: #273444
    }

    .popover-secondary .popover-header {
        border-color: rgba(39,52,68,.2)
    }

    .popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after, .popover-secondary.bs-popover-top .arrow::after {
        border-top-color: #eaecf3
    }

    .popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after, .popover-secondary.bs-popover-right .arrow::after {
        border-right-color: #eaecf3
    }

    .popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-secondary.bs-popover-bottom .arrow::after {
        border-bottom-color: #eaecf3
    }

    .popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after, .popover-secondary.bs-popover-left .arrow::after {
        border-left-color: #eaecf3
    }

.popover-success {
    background-color: #5cc9a7
}

    .popover-success .popover-header {
        background-color: #5cc9a7;
        color: #fff
    }

    .popover-success .popover-body {
        color: #fff
    }

    .popover-success .popover-header {
        border-color: rgba(255,255,255,.2)
    }

    .popover-success.bs-popover-auto[x-placement^=top] .arrow::after, .popover-success.bs-popover-top .arrow::after {
        border-top-color: #5cc9a7
    }

    .popover-success.bs-popover-auto[x-placement^=right] .arrow::after, .popover-success.bs-popover-right .arrow::after {
        border-right-color: #5cc9a7
    }

    .popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-success.bs-popover-bottom .arrow::after {
        border-bottom-color: #5cc9a7
    }

    .popover-success.bs-popover-auto[x-placement^=left] .arrow::after, .popover-success.bs-popover-left .arrow::after {
        border-left-color: #5cc9a7
    }

.popover-info {
    background-color: #50b5ff
}

    .popover-info .popover-header {
        background-color: #50b5ff;
        color: #fff
    }

    .popover-info .popover-body {
        color: #fff
    }

    .popover-info .popover-header {
        border-color: rgba(255,255,255,.2)
    }

    .popover-info.bs-popover-auto[x-placement^=top] .arrow::after, .popover-info.bs-popover-top .arrow::after {
        border-top-color: #50b5ff
    }

    .popover-info.bs-popover-auto[x-placement^=right] .arrow::after, .popover-info.bs-popover-right .arrow::after {
        border-right-color: #50b5ff
    }

    .popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-info.bs-popover-bottom .arrow::after {
        border-bottom-color: #50b5ff
    }

    .popover-info.bs-popover-auto[x-placement^=left] .arrow::after, .popover-info.bs-popover-left .arrow::after {
        border-left-color: #50b5ff
    }

.popover-warning {
    background-color: #ffbe3d
}

    .popover-warning .popover-header {
        background-color: #ffbe3d;
        color: #fff
    }

    .popover-warning .popover-body {
        color: #fff
    }

    .popover-warning .popover-header {
        border-color: rgba(255,255,255,.2)
    }

    .popover-warning.bs-popover-auto[x-placement^=top] .arrow::after, .popover-warning.bs-popover-top .arrow::after {
        border-top-color: #ffbe3d
    }

    .popover-warning.bs-popover-auto[x-placement^=right] .arrow::after, .popover-warning.bs-popover-right .arrow::after {
        border-right-color: #ffbe3d
    }

    .popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-warning.bs-popover-bottom .arrow::after {
        border-bottom-color: #ffbe3d
    }

    .popover-warning.bs-popover-auto[x-placement^=left] .arrow::after, .popover-warning.bs-popover-left .arrow::after {
        border-left-color: #ffbe3d
    }

.popover-danger {
    background-color: #f25767
}

    .popover-danger .popover-header {
        background-color: #f25767;
        color: #fff
    }

    .popover-danger .popover-body {
        color: #fff
    }

    .popover-danger .popover-header {
        border-color: rgba(255,255,255,.2)
    }

    .popover-danger.bs-popover-auto[x-placement^=top] .arrow::after, .popover-danger.bs-popover-top .arrow::after {
        border-top-color: #f25767
    }

    .popover-danger.bs-popover-auto[x-placement^=right] .arrow::after, .popover-danger.bs-popover-right .arrow::after {
        border-right-color: #f25767
    }

    .popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-danger.bs-popover-bottom .arrow::after {
        border-bottom-color: #f25767
    }

    .popover-danger.bs-popover-auto[x-placement^=left] .arrow::after, .popover-danger.bs-popover-left .arrow::after {
        border-left-color: #f25767
    }

.popover-light {
    background-color: #eaecf3
}

    .popover-light .popover-header {
        background-color: #eaecf3;
        color: #273444
    }

    .popover-light .popover-body {
        color: #273444
    }

    .popover-light .popover-header {
        border-color: rgba(39,52,68,.2)
    }

    .popover-light.bs-popover-auto[x-placement^=top] .arrow::after, .popover-light.bs-popover-top .arrow::after {
        border-top-color: #eaecf3
    }

    .popover-light.bs-popover-auto[x-placement^=right] .arrow::after, .popover-light.bs-popover-right .arrow::after {
        border-right-color: #eaecf3
    }

    .popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-light.bs-popover-bottom .arrow::after {
        border-bottom-color: #eaecf3
    }

    .popover-light.bs-popover-auto[x-placement^=left] .arrow::after, .popover-light.bs-popover-left .arrow::after {
        border-left-color: #eaecf3
    }

.popover-dark {
    background-color: #171347
}

    .popover-dark .popover-header {
        background-color: #171347;
        color: #fff
    }

    .popover-dark .popover-body {
        color: #fff
    }

    .popover-dark .popover-header {
        border-color: rgba(255,255,255,.2)
    }

    .popover-dark.bs-popover-auto[x-placement^=top] .arrow::after, .popover-dark.bs-popover-top .arrow::after {
        border-top-color: #171347
    }

    .popover-dark.bs-popover-auto[x-placement^=right] .arrow::after, .popover-dark.bs-popover-right .arrow::after {
        border-right-color: #171347
    }

    .popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-dark.bs-popover-bottom .arrow::after {
        border-bottom-color: #171347
    }

    .popover-dark.bs-popover-auto[x-placement^=left] .arrow::after, .popover-dark.bs-popover-left .arrow::after {
        border-left-color: #171347
    }

.popover-neutral {
    background-color: #fff
}

    .popover-neutral .popover-header {
        background-color: #fff;
        color: #273444
    }

    .popover-neutral .popover-body {
        color: #273444
    }

    .popover-neutral .popover-header {
        border-color: rgba(39,52,68,.2)
    }

    .popover-neutral.bs-popover-auto[x-placement^=top] .arrow::after, .popover-neutral.bs-popover-top .arrow::after {
        border-top-color: #fff
    }

    .popover-neutral.bs-popover-auto[x-placement^=right] .arrow::after, .popover-neutral.bs-popover-right .arrow::after {
        border-right-color: #fff
    }

    .popover-neutral.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-neutral.bs-popover-bottom .arrow::after {
        border-bottom-color: #fff
    }

    .popover-neutral.bs-popover-auto[x-placement^=left] .arrow::after, .popover-neutral.bs-popover-left .arrow::after {
        border-left-color: #fff
    }

.popover-white {
    background-color: #fff
}

    .popover-white .popover-header {
        background-color: #fff;
        color: #273444
    }

    .popover-white .popover-body {
        color: #273444
    }

    .popover-white .popover-header {
        border-color: rgba(39,52,68,.2)
    }

    .popover-white.bs-popover-auto[x-placement^=top] .arrow::after, .popover-white.bs-popover-top .arrow::after {
        border-top-color: #fff
    }

    .popover-white.bs-popover-auto[x-placement^=right] .arrow::after, .popover-white.bs-popover-right .arrow::after {
        border-right-color: #fff
    }

    .popover-white.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-white.bs-popover-bottom .arrow::after {
        border-bottom-color: #fff
    }

    .popover-white.bs-popover-auto[x-placement^=left] .arrow::after, .popover-white.bs-popover-left .arrow::after {
        border-left-color: #fff
    }

.progress-wrapper {
    position: relative;
    padding-top: 1.5rem
}

    .progress-wrapper .progress {
        margin-bottom: 1rem
    }

.progress-inverse {
    background-color: inverse(#eaecf3)
}

.progress-heading {
    font-size: .875rem;
    font-weight: 600;
    margin: 0 0 2px;
    padding: 0
}

.progress-text {
    margin-bottom: 0
}

.progress-lg {
    height: 1rem
}

.progress-md {
    height: .75rem
}

.progress-sm {
    height: .375rem
}

.progress-xs {
    height: .125rem
}

.progress-group {
    position: relative
}

.progress-prepend-icon {
    position: absolute;
    transform: translateY(-50%);
    font-size: 20px;
    top: 50%
}

    .progress-prepend-icon:not(:first-child) {
        right: -17px
    }

    .progress-prepend-icon:not(:last-child) {
        left: -17px
    }

.table thead th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .75rem;
    text-transform: none;
    letter-spacing: 0;
    background-color: transparent;
    border-bottom-width: 1px
}

.table th {
    font-weight: 600
}

.table td .progress {
    height: 3px;
    width: 120px;
    margin: 0
}

.table td, .table th {
    font-size: .8125rem;
    white-space: nowrap
}

.table.align-items-center td, .table.align-items-center th {
    vertical-align: middle
}

.table .thead-dark th, .table.table-dark thead th {
    background-color: #1c1757;
    color: #4b40cc
}

    .table .thead-dark th a, .table.table-dark thead th a {
        color: #4b40cc
    }

.table .thead-light th {
    background-color: transparent;
    color: #4a5568
}

    .table .thead-light th a {
        color: #4a5568
    }

.table-hover tr {
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .table-hover tr {
        transition: none
    }
}

.table-flush td, .table-flush th {
    border-left: 0;
    border-right: 0
}

.table-flush tbody tr:first-child td, .table-flush tbody tr:first-child th {
    border-top: 0
}

.table-flush tbody tr:last-child td, .table-flush tbody tr:last-child th {
    border-bottom: 0
}

.card .table {
    margin-bottom: 0
}

    .card .table td, .card .table th {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

.table .custom-toggle {
    display: block
}

.h1, .h2, .h3, h1, h2, h3 {
    font-weight: 600
}

.h4, .h5, .h6, h4, h5, h6 {
    font-weight: 600
}

    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #152c5b
    }

        .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
            color: #008aff
        }

a {
    outline: 0;
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    a {
        transition: none
    }
}

.surtitle {
    color: #718096;
    font-size: .675rem;
    font-weight: 400;
    text-transform: uppercase
}

.fluid-paragraph {
    width: 680px;
    margin: auto;
    padding: 0 1.5rem;
    position: relative
}

.fluid-paragraph-sm {
    width: 580px
}

@media (max-width:767.98px) {
    .fluid-paragraph {
        width: 100%
    }
}

.text-highlight-primary {
    background-image: linear-gradient(transparent 66%,rgba(0,138,255,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-secondary {
    background-image: linear-gradient(transparent 66%,rgba(234,236,243,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-success {
    background-image: linear-gradient(transparent 66%,rgba(92,201,167,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-info {
    background-image: linear-gradient(transparent 66%,rgba(80,181,255,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-warning {
    background-image: linear-gradient(transparent 66%,rgba(255,190,61,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-danger {
    background-image: linear-gradient(transparent 66%,rgba(242,87,103,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-light {
    background-image: linear-gradient(transparent 66%,rgba(234,236,243,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-dark {
    background-image: linear-gradient(transparent 66%,rgba(23,19,71,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-neutral {
    background-image: linear-gradient(transparent 66%,rgba(255,255,255,.15) 34%);
    background-repeat: repeat-x
}

.text-highlight-white {
    background-image: linear-gradient(transparent 66%,rgba(255,255,255,.15) 34%);
    background-repeat: repeat-x
}

.link {
    transition: all .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .link {
        transition: none
    }
}

[class*=link-underline-] {
    padding-bottom: 8px;
    position: relative
}

    [class*=link-underline-]:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        border-radius: 50rem;
        transition: all .2s cubic-bezier(.77,0,.2,2.25)
    }

@media (prefers-reduced-motion:reduce) {
    [class*=link-underline-]:after {
        transition: none
    }
}

[class*=link-underline-]:hover:after {
    width: calc(100% + 8px);
    left: -4px
}

.link-underline-primary {
    color: #008aff
}

    .link-underline-primary:after {
        background-color: #008aff
    }

    .link-underline-primary:hover {
        color: #006ecc
    }

.link-underline-secondary {
    color: #eaecf3
}

    .link-underline-secondary:after {
        background-color: #eaecf3
    }

    .link-underline-secondary:hover {
        color: #cacfe0
    }

.link-underline-success {
    color: #5cc9a7
}

    .link-underline-success:after {
        background-color: #5cc9a7
    }

    .link-underline-success:hover {
        color: #3cb690
    }

.link-underline-info {
    color: #50b5ff
}

    .link-underline-info:after {
        background-color: #50b5ff
    }

    .link-underline-info:hover {
        color: #1d9fff
    }

.link-underline-warning {
    color: #ffbe3d
}

    .link-underline-warning:after {
        background-color: #ffbe3d
    }

    .link-underline-warning:hover {
        color: #ffad0a
    }

.link-underline-danger {
    color: #f25767
}

    .link-underline-danger:after {
        background-color: #f25767
    }

    .link-underline-danger:hover {
        color: #ee283c
    }

.link-underline-light {
    color: #eaecf3
}

    .link-underline-light:after {
        background-color: #eaecf3
    }

    .link-underline-light:hover {
        color: #cacfe0
    }

.link-underline-dark {
    color: #171347
}

    .link-underline-dark:after {
        background-color: #171347
    }

    .link-underline-dark:hover {
        color: #0a081f
    }

.link-underline-neutral {
    color: #fff
}

    .link-underline-neutral:after {
        background-color: #fff
    }

    .link-underline-neutral:hover {
        color: #e6e6e6
    }

.link-underline-white {
    color: #fff
}

    .link-underline-white:after {
        background-color: #fff
    }

    .link-underline-white:hover {
        color: #e6e6e6
    }

.blockquote .quote {
    position: absolute
}

    .blockquote .quote:before {
        font-family: Arial;
        content: "\201C";
        color: #008aff;
        font-size: 4em;
        line-height: 1
    }

    .blockquote .quote + .quote-text {
        padding-left: 2.25rem
    }

.blockquote footer {
    background: 0 0
}

.blockquote-border-left {
    border-left: .5rem solid #008aff
}

.blockquote-card {
    padding: 1.2em 30px 1.2em 75px;
    border-left: .5rem solid #008aff;
    position: relative
}

    .blockquote-card:before {
        font-family: Arial;
        content: "\201C";
        color: #008aff;
        font-size: 4em;
        position: absolute;
        left: .875rem;
        top: -.875rem
    }

    .blockquote-card:after {
        content: ''
    }

.list-icons li i, .list-icons li svg {
    margin-right: 1rem;
    font-size: 8px;
    transform: translateY(-50%);
    top: 2px;
    position: relative
}

article h4:not(:first-child), article h5:not(:first-child) {
    margin-top: 3rem
}

article h4, article h5 {
    margin-bottom: 1.5rem
}

article figure {
    margin: 3rem 0
}

    article figure + h5 {
        margin-top: 0 !important
    }

article h5 + figure {
    margin-top: 0
}

article p {
    line-height: 1.9
}

.feather {
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentcolor;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round
}

.svg-text {
    display: inline-flex;
    align-items: center
}

    .svg-text svg {
        position: relative
    }



section {
    background-color: #fff
}

.slice {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.slice-xl {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.slice-lg {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.slice-sm {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.slice:not(.border-top):not(.border-bottom):not(.delimiter-bottom):not([class*=bg-]):not(.section-rotate) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*=bg-]) {
    padding-top: 0
}

.slice-video {
    min-height: 600px
}

.shape-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateZ(0);
    overflow: hidden
}

    .shape-container svg {
        display: block;
        fill: #fff;
        pointer-events: none;
        vertical-align: baseline
    }

.shape-position-top {
    top: 0;
    margin-top: -1px
}

.shape-position-bottom {
    bottom: 0;
    margin-bottom: -1px
}

.shape-orientation-inverse {
    transform: rotate(180deg)
}

.shape-line {
    min-height: 19px
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .ie-shape-line {
        height: 100px
    }

    .ie-shape-wave-1 {
        height: 504px
    }

    .ie-shape-wave-3 {
        height: 231px
    }

    .ie-shape-clouds {
        height: 400px
    }
}

.highlight {
    background-color: #13103b;
    padding: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: .375rem
}

    .highlight pre {
        margin-bottom: 0;
        padding: 1.25rem
    }

.hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    color: #dcdcdc
}

    .hljs pre code {
        color: #dcdcdc
    }

.hljs-keyword, .hljs-literal, .hljs-name, .hljs-symbol {
    color: #569cd6
}

.hljs-link {
    color: #569cd6;
    text-decoration: underline
}

.hljs-built_in, .hljs-type {
    color: #4ec9b0
}

.hljs-class, .hljs-number {
    color: #b8d7a3
}

.hljs-meta-string, .hljs-string {
    color: #d69d85
}

.hljs-regexp, .hljs-template-tag {
    color: #9a5334
}

.hljs-formula, .hljs-function, .hljs-params, .hljs-subst, .hljs-title {
    color: #dcdcdc
}

.hljs-comment, .hljs-quote {
    color: #57a64a;
    font-style: italic
}

.hljs-doctag {
    color: #608b4e
}

.hljs-meta, .hljs-meta-keyword, .hljs-tag {
    color: #9b9b9b
}

.hljs-template-variable, .hljs-variable {
    color: #bd63c5
}

.hljs-attr, .hljs-attribute, .hljs-builtin-name {
    color: #9cdcfe
}

.hljs-section {
    color: gold
}

.hljs-emphasis {
    font-style: italic
}

.hljs-strong {
    font-weight: 700
}

.hljs-bullet, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-id, .hljs-selector-pseudo, .hljs-selector-tag {
    color: #d7ba7d
}

.hljs-addition {
    background-color: #144212;
    display: inline-block;
    width: 100%
}

.hljs-deletion {
    background-color: #600;
    display: inline-block;
    width: 100%
}

div.show{overflow-y: auto;}
/*# sourceMappingURL=quick-website.css.map */

