﻿:root {
    --blue: #2592f9;
    --indigo: #5603ad;
    --purple: #801096;
    --pink: #e36397;
    --red: #f03;
    --orange: #ff3b00;
    --yellow: #ffd600;
    --green: #00c759;
    --teal: #17c1f4;
    --cyan: #4bd6e5;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --light: #ced4da;
    --lighter: #f5f9fb;
    --primary: #510fa8;
    --secondary: #f5f9fc;
    --success: #00c759;
    --info: #17c1f4;
    --warning: #ff3b00;
    --danger: #f03;
    --light: #ced4da;
    --dark: #05172a;
    --white: #fff;
    --darker: #020b13;
    --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,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: 'Segoe UI';
    font-style: normal;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body { /*'Istok Web',*/
    font-family: 'Istok Web', sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    text-align: left;
    color: #495057;
    background-color: #fff
}

[tabindex='-1']:focus {
    outline: 0 !important
}

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
    -webkit-text-decoration: underline dotted
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

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
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: none;
    color: #510fa8;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        text-decoration: unone;
        color: #2f0962;
        -webkit-text-decoration: unone
    }

    a:not([href]):not([tabindex]) {
        text-decoration: none;
        color: inherit
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            text-decoration: none;
            color: inherit
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,'Liberation Mono','Courier New',monospace;
    font-size: 1em
}

pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    caption-side: bottom;
    text-align: left;
    color: #adb5bd
}

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 {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [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;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;
    white-space: normal;
    color: inherit
}

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-cancel-button, [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 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: .5rem;
    color: #343a40
}

.h1, h1 {
    font-size: 2.34375rem
}

.h2, h2 {
    font-size: 1.875rem
}

.h3, h3 {
    font-size: 1.64063rem
}

.h4, h4 {
    font-size: 1.40625rem
}

.h5, h5 {
    font-size: 1.17188rem
}

.h6, h6 {
    font-size: .9375rem
}

.lead {
    font-size: 1.17188rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.3
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.3
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.3
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.3
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: .0625rem solid rgba(0,0,0,.1)
}

.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 {
    font-size: 1.17188rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    font-size: 80%;
    display: block;
    color: #6c757d
}

    .blockquote-footer::before {
        content: '\2014 \00A0'
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    max-width: 100%;
    height: auto;
    padding: .25rem;
    border: .0625rem solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.075)
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    word-break: break-word;
    color: #e36397
}

a > code {
    color: inherit
}

kbd {
    font-size: 87.5%;
    padding: .2rem .4rem;
    color: #fff;
    border-radius: .2rem;
    background-color: #212529;
    box-shadow: inset 0 -.1rem 0 rgba(0,0,0,.25)
}

    kbd kbd {
        font-size: 100%;
        font-weight: 600;
        padding: 0;
        box-shadow: none
    }

pre {
    font-size: 87.5%;
    display: block;
    color: #212529
}

    pre code {
        font-size: inherit;
        word-break: normal;
        color: inherit
    }

.pre-scrollable {
    overflow-y: scroll;
    max-height: 340px
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

@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 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    flex-wrap: wrap
}

.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%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1
}

.col-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto
}

.col-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%
}

.col-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%
}

.col-3 {
    max-width: 25%;
    flex: 0 0 25%
}

.col-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%
}

.col-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%
}

.col-6 {
    max-width: 50%;
    flex: 0 0 50%
}

.col-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%
}

.col-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%
}

.col-9 {
    max-width: 75%;
    flex: 0 0 75%
}

.col-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%
}

.col-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%
}

.col-12 {
    max-width: 100%;
    flex: 0 0 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 {
        max-width: 100%;
        flex-basis: 0;
        flex-grow: 1
    }

    .col-sm-auto {
        width: auto;
        max-width: none;
        flex: 0 0 auto
    }

    .col-sm-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col-sm-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col-sm-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-sm-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col-sm-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col-sm-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-sm-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col-sm-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col-sm-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-sm-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col-sm-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col-sm-12 {
        max-width: 100%;
        flex: 0 0 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 {
        max-width: 100%;
        flex-basis: 0;
        flex-grow: 1
    }

    .col-md-auto {
        width: auto;
        max-width: none;
        flex: 0 0 auto
    }

    .col-md-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col-md-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-md-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col-md-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-md-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col-md-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col-md-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-md-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col-md-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col-md-12 {
        max-width: 100%;
        flex: 0 0 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 {
        max-width: 100%;
        flex-basis: 0;
        flex-grow: 1
    }

    .col-lg-auto {
        width: auto;
        max-width: none;
        flex: 0 0 auto
    }

    .col-lg-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col-lg-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-lg-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col-lg-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-lg-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col-lg-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-lg-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col-lg-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col-lg-12 {
        max-width: 100%;
        flex: 0 0 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 {
        max-width: 100%;
        flex-basis: 0;
        flex-grow: 1
    }

    .col-xl-auto {
        width: auto;
        max-width: none;
        flex: 0 0 auto
    }

    .col-xl-1 {
        max-width: 8.33333%;
        flex: 0 0 8.33333%
    }

    .col-xl-2 {
        max-width: 16.66667%;
        flex: 0 0 16.66667%
    }

    .col-xl-3 {
        max-width: 25%;
        flex: 0 0 25%
    }

    .col-xl-4 {
        max-width: 33.33333%;
        flex: 0 0 33.33333%
    }

    .col-xl-5 {
        max-width: 41.66667%;
        flex: 0 0 41.66667%
    }

    .col-xl-6 {
        max-width: 50%;
        flex: 0 0 50%
    }

    .col-xl-7 {
        max-width: 58.33333%;
        flex: 0 0 58.33333%
    }

    .col-xl-8 {
        max-width: 66.66667%;
        flex: 0 0 66.66667%
    }

    .col-xl-9 {
        max-width: 75%;
        flex: 0 0 75%
    }

    .col-xl-10 {
        max-width: 83.33333%;
        flex: 0 0 83.33333%
    }

    .col-xl-11 {
        max-width: 91.66667%;
        flex: 0 0 91.66667%
    }

    .col-xl-12 {
        max-width: 100%;
        flex: 0 0 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%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: 1rem;
        vertical-align: top;
        border-top: .0625rem solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: .125rem solid #dee2e6
    }

    .table tbody + tbody {
        border-top: .125rem solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: .0625rem solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: .0625rem solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: .125rem
    }

.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(0,0,0,.05)
}

.table-hover tbody tr:hover {
    background-color: #f5f9fb
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #cebce7
}

.table-hover .table-primary:hover {
    background-color: #c0a9e0
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #c0a9e0
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #fcfdfe
}

.table-hover .table-secondary:hover {
    background-color: #e9f0f8
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #e9f0f8
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #b8efd1
}

.table-hover .table-success:hover {
    background-color: #a3eac4
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #a3eac4
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #beeefc
}

.table-hover .table-info:hover {
    background-color: #a6e8fb
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #a6e8fb
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffc8b8
}

.table-hover .table-warning:hover {
    background-color: #ffb49f
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffb49f
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #ffb8c6
}

.table-hover .table-danger:hover {
    background-color: #ff9fb2
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #ff9fb2
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #f1f3f5
}

.table-hover .table-light:hover {
    background-color: #e2e6ea
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #e2e6ea
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #b9bec3
}

.table-hover .table-dark:hover {
    background-color: #abb1b7
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #abb1b7
    }

.table-white, .table-white > td, .table-white > th {
    background-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-darker, .table-darker > td, .table-darker > th {
    background-color: #b8bbbd
}

.table-hover .table-darker:hover {
    background-color: #abaeb1
}

    .table-hover .table-darker:hover > td, .table-hover .table-darker:hover > th {
        background-color: #abaeb1
    }

.table-active, .table-active > td, .table-active > th {
    background-color: #f5f9fb
}

.table-hover .table-active:hover {
    background-color: #e3eef4
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: #e3eef4
    }

.table .thead-dark th {
    color: #fff;
    border-color: #32383e;
    background-color: #212529
}

.table .thead-light th {
    color: #495057;
    border-color: #dee2e6;
    background-color: #e9ecef
}

.table-dark {
    color: #fff;
    background-color: #212529
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e
    }

    .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 {
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    font-size: .9375rem;
    line-height: 1.7;
    display: block;
    width: 100%;
    padding: .625rem 1.1rem;
    transition: all .2s ease-in-out;
    color: #495057;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control:focus {
    color: #495057;
    border-color: rgba(81,15,168,.5);
    outline: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 20px rgba(81,15,168,.1)
}

.form-control::-webkit-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.form-control:-ms-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.form-control::-ms-input-placeholder {
    opacity: 1;
    color: #adb5bd
}

.form-control::placeholder {
    opacity: 1;
    color: #adb5bd
}

.form-control:disabled, .form-control[readonly] {
    opacity: 1;
    background-color: #e9ecef
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.84375rem + .125rem)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.7;
    margin-bottom: 0;
    padding-top: calc(.625rem + .0625rem);
    padding-bottom: calc(.625rem + .0625rem)
}

.col-form-label-lg {
    font-size: 1.17188rem;
    line-height: 1.5;
    padding-top: calc(.95rem + .0625rem);
    padding-bottom: calc(.95rem + .0625rem)
}

.col-form-label-sm {
    font-size: .82031rem;
    line-height: 1.5;
    padding-top: calc(.55rem + .0625rem);
    padding-bottom: calc(.55rem + .0625rem)
}

.form-control-plaintext {
    line-height: 1.7;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    color: #495057;
    border: solid transparent;
    border-width: .0625rem 0;
    background-color: transparent
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm, .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 {
    font-size: .82031rem;
    line-height: 1.5;
    padding: .55rem 1rem;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(2.33047rem + .125rem)
}

.form-control-lg, .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 {
    font-size: 1.17188rem;
    line-height: 1.5;
    padding: .95rem 1rem;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(3.65781rem + .125rem)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
    flex-wrap: wrap
}

    .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 {
        color: #adb5bd
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0;
    align-items: center
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    font-size: 80%;
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #00c759
}

.valid-tooltip {
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: 100%;
    display: none;
    max-width: 100%;
    margin-top: .1rem;
    padding: .5rem;
    color: #fff;
    border-radius: .2rem;
    background-color: rgba(0,199,89,.8)
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #00c759
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #00c759;
        box-shadow: 0 0 0 0 rgba(0,199,89,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #00c759
}

.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: #00c759
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        border-color: #48ff9a;
        background-color: #48ff9a
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #48ff9a;
    background-color: #00fa70
}

.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 1px #fff,0 0 0 0 rgba(0,199,89,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #00c759
}

    .custom-file-input.is-valid ~ .custom-file-label::before, .was-validated .custom-file-input:valid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0 rgba(0,199,89,.25)
}

.invalid-feedback {
    font-size: 80%;
    display: none;
    width: 100%;
    margin-top: .25rem;
    color: #f03
}

.invalid-tooltip {
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    z-index: 5;
    top: 100%;
    display: none;
    max-width: 100%;
    margin-top: .1rem;
    padding: .5rem;
    color: #fff;
    border-radius: .2rem;
    background-color: rgba(255,0,51,.8)
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #f03
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #f03;
        box-shadow: 0 0 0 0 rgba(255,0,51,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f03
}

.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: #f03
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        border-color: #ff8099;
        background-color: #ff8099
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #ff8099;
    background-color: #ff335c
}

.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 1px #fff,0 0 0 0 rgba(255,0,51,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #f03
}

    .custom-file-input.is-invalid ~ .custom-file-label::before, .was-validated .custom-file-input:invalid ~ .custom-file-label::before {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0 rgba(255,0,51,.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;
        margin-bottom: 0;
        align-items: center;
        justify-content: center
    }

    .form-inline .form-group {
        display: flex;
        margin-bottom: 0;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center
    }

    .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;
        width: auto;
        padding-left: 0;
        align-items: center;
        justify-content: center
    }

    .form-inline .form-check-input {
        position: relative;
        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 {
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.7;
    display: inline-block;
    padding: .625rem 1.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: .0625rem solid transparent;
    border-radius: .25rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 4px 15px rgba(81,15,168,.35)
}

.btn.disabled, .btn:disabled {
    opacity: .65;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

    .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
        background-image: none;
        box-shadow: none
    }

        .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 4px 15px rgba(81,15,168,.35),none
        }

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}


.btn-primary {
    color: #fff;
    border-color: #510fa8;
    background-color: #510fa8;
    box-shadow: none
}

    .btn-primary:hover {
        color: #fff;
        border-color: #3a0b79;
        background-color: #400c85;
        box-shadow: 0 0 15px rgba(81,15,168,.35)
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: none,0 0 0 0 rgba(81,15,168,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        border-color: #510fa8;
        background-color: #510fa8
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        border-color: #350a6d;
        background-color: #3a0b79
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(81,15,168,.5)
        }

.btn-secondary {
    color: #212529;
    border-color: #f5f9fc;
    background-color: #f5f9fc;
    box-shadow: none
}

    .btn-secondary:hover {
        color: #212529;
        border-color: #cee1f0;
        background-color: #d8e7f3;
        box-shadow: 0 0 15px rgba(245,249,252,.35)
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: none,0 0 0 0 rgba(245,249,252,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #212529;
        border-color: #f5f9fc;
        background-color: #f5f9fc
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        border-color: #c4dced;
        background-color: #cee1f0
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(245,249,252,.5)
        }

.btn-success {
    color: #fff;
    border-color: #00c759;
    background-color: #00c759;
    box-shadow: none
}

    .btn-success:hover {
        color: #fff;
        border-color: #009442;
        background-color: #00a148;
        box-shadow: 0 0 15px rgba(0,199,89,.35)
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: none,0 0 0 0 rgba(0,199,89,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        border-color: #00c759;
        background-color: #00c759
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        border-color: #00873c;
        background-color: #009442
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(0,199,89,.5)
        }

.btn-info {
    color: #fff;
    border-color: #17c1f4;
    background-color: #17c1f4;
    box-shadow: none
}

    .btn-info:hover {
        color: #fff;
        border-color: #0aa1ce;
        background-color: #0aaada;
        box-shadow: 0 0 15px rgba(23,193,244,.35)
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: none,0 0 0 0 rgba(23,193,244,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        border-color: #17c1f4;
        background-color: #17c1f4
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        border-color: #0997c2;
        background-color: #0aa1ce
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(23,193,244,.5)
        }

.btn-warning {
    color: #fff;
    border-color: #ff3b00;
    background-color: #ff3b00;
    box-shadow: none
}

    .btn-warning:hover {
        color: #fff;
        border-color: #cc2f00;
        background-color: #d93200;
        box-shadow: 0 0 15px rgba(255,59,0,.35)
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: none,0 0 0 0 rgba(255,59,0,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #fff;
        border-color: #ff3b00;
        background-color: #ff3b00
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        border-color: #bf2c00;
        background-color: #cc2f00
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(255,59,0,.5)
        }

.btn-danger {
    color: #fff;
    border-color: #f03;
    background-color: #f03;
    box-shadow: none
}

    .btn-danger:hover {
        color: #fff;
        border-color: #cc0029;
        background-color: #d9002b;
        box-shadow: 0 0 15px rgba(255,0,51,.35)
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: none,0 0 0 0 rgba(255,0,51,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        border-color: #f03;
        background-color: #f03
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        border-color: #bf0026;
        background-color: #cc0029
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(255,0,51,.5)
        }

.btn-light {
    color: #212529;
    border-color: #ced4da;
    background-color: #ced4da;
    box-shadow: none
}

    .btn-light:hover {
        color: #fff;
        border-color: #b1bbc4;
        background-color: #b8c1ca;
        box-shadow: 0 0 15px rgba(206,212,218,.35)
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: none,0 0 0 0 rgba(206,212,218,.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        border-color: #ced4da;
        background-color: #ced4da
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #fff;
        border-color: #aab4bf;
        background-color: #b1bbc4
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(206,212,218,.5)
        }

.btn-dark {
    color: #fff;
    border-color: #05172a;
    background-color: #05172a;
    box-shadow: none
}

    .btn-dark:hover {
        color: #fff;
        border-color: #000;
        background-color: #010408;
        box-shadow: 0 0 15px rgba(5,23,42,.35)
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: none,0 0 0 0 rgba(5,23,42,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        border-color: #05172a;
        background-color: #05172a
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        border-color: #000;
        background-color: #000
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(5,23,42,.5)
        }

.btn-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: none
}

    .btn-white:hover {
        color: #212529;
        border-color: #e6e6e6;
        background-color: #ececec;
        box-shadow: 0 0 15px rgba(255,255,255,.35)
    }

    .btn-white.focus, .btn-white:focus {
        box-shadow: none,0 0 0 0 rgba(255,255,255,.5)
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #212529;
        border-color: #fff;
        background-color: #fff
    }

    .btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
        color: #212529;
        border-color: #dfdfdf;
        background-color: #e6e6e6
    }

        .btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(255,255,255,.5)
        }

.btn-darker {
    color: #fff;
    border-color: #020b13;
    background-color: #020b13;
    box-shadow: none
}

    .btn-darker:hover {
        color: #fff;
        border-color: #000;
        background-color: #000;
        box-shadow: 0 0 15px rgba(2,11,19,.35)
    }

    .btn-darker.focus, .btn-darker:focus {
        box-shadow: none,0 0 0 0 rgba(2,11,19,.5)
    }

    .btn-darker.disabled, .btn-darker:disabled {
        color: #fff;
        border-color: #020b13;
        background-color: #020b13
    }

    .btn-darker:not(:disabled):not(.disabled).active, .btn-darker:not(:disabled):not(.disabled):active, .show > .btn-darker.dropdown-toggle {
        color: #fff;
        border-color: #000;
        background-color: #000
    }

        .btn-darker:not(:disabled):not(.disabled).active:focus, .btn-darker:not(:disabled):not(.disabled):active:focus, .show > .btn-darker.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(2,11,19,.5)
        }

.btn-outline-primary {
    color: #510fa8;
    border-color: #510fa8;
    background-color: transparent;
    background-image: none
}

    .btn-outline-primary:hover {
        color: #fff;
        border-color: #510fa8;
        background-color: #510fa8
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 0 rgba(81,15,168,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #510fa8;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        border-color: #510fa8;
        background-color: #510fa8
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(81,15,168,.5)
        }

.btn-outline-secondary {
    color: #f5f9fc;
    border-color: #f5f9fc;
    background-color: transparent;
    background-image: none
}

    .btn-outline-secondary:hover {
        color: #212529;
        border-color: #f5f9fc;
        background-color: #f5f9fc
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 0 rgba(245,249,252,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #f5f9fc;
        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: #212529;
        border-color: #f5f9fc;
        background-color: #f5f9fc
    }

        .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 0 rgba(245,249,252,.5)
        }

.btn-outline-success {
    color: #00c759;
    border-color: #00c759;
    background-color: transparent;
    background-image: none
}

    .btn-outline-success:hover {
        color: #fff;
        border-color: #00c759;
        background-color: #00c759
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 0 rgba(0,199,89,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #00c759;
        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;
        border-color: #00c759;
        background-color: #00c759
    }

        .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 0 rgba(0,199,89,.5)
        }

.btn-outline-info {
    color: #17c1f4;
    border-color: #17c1f4;
    background-color: transparent;
    background-image: none
}

    .btn-outline-info:hover {
        color: #fff;
        border-color: #17c1f4;
        background-color: #17c1f4
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 0 rgba(23,193,244,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17c1f4;
        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;
        border-color: #17c1f4;
        background-color: #17c1f4
    }

        .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 0 rgba(23,193,244,.5)
        }

.btn-outline-warning {
    color: #ff3b00;
    border-color: #ff3b00;
    background-color: transparent;
    background-image: none
}

    .btn-outline-warning:hover {
        color: #fff;
        border-color: #ff3b00;
        background-color: #ff3b00
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 0 rgba(255,59,0,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ff3b00;
        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;
        border-color: #ff3b00;
        background-color: #ff3b00
    }

        .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 0 rgba(255,59,0,.5)
        }

.btn-outline-danger {
    color: #f03;
    border-color: #f03;
    background-color: transparent;
    background-image: none
}

    .btn-outline-danger:hover {
        color: #fff;
        border-color: #f03;
        background-color: #f03
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 0 rgba(255,0,51,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f03;
        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;
        border-color: #f03;
        background-color: #f03
    }

        .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 0 rgba(255,0,51,.5)
        }

.btn-outline-light {
    color: #ced4da;
    border-color: #ced4da;
    background-color: transparent;
    background-image: none
}

    .btn-outline-light:hover {
        color: #212529;
        border-color: #ced4da;
        background-color: #ced4da
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 0 rgba(206,212,218,.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #ced4da;
        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: #212529;
        border-color: #ced4da;
        background-color: #ced4da
    }

        .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 0 rgba(206,212,218,.5)
        }

.btn-outline-dark {
    color: #05172a;
    border-color: #05172a;
    background-color: transparent;
    background-image: none
}

    .btn-outline-dark:hover {
        color: #fff;
        border-color: #05172a;
        background-color: #05172a
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 0 rgba(5,23,42,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #05172a;
        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;
        border-color: #05172a;
        background-color: #05172a
    }

        .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 0 rgba(5,23,42,.5)
        }

.btn-outline-white {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
    background-image: none
}

    .btn-outline-white:hover {
        color: #212529;
        border-color: #fff;
        background-color: #fff
    }

    .btn-outline-white.focus, .btn-outline-white:focus {
        box-shadow: 0 0 0 0 rgba(255,255,255,.5)
    }

    .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: #212529;
        border-color: #fff;
        background-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 0 rgba(255,255,255,.5)
        }

.btn-outline-darker {
    color: #020b13;
    border-color: #020b13;
    background-color: transparent;
    background-image: none
}

    .btn-outline-darker:hover {
        color: #fff;
        border-color: #020b13;
        background-color: #020b13
    }

    .btn-outline-darker.focus, .btn-outline-darker:focus {
        box-shadow: 0 0 0 0 rgba(2,11,19,.5)
    }

    .btn-outline-darker.disabled, .btn-outline-darker:disabled {
        color: #020b13;
        background-color: transparent
    }

    .btn-outline-darker:not(:disabled):not(.disabled).active, .btn-outline-darker:not(:disabled):not(.disabled):active, .show > .btn-outline-darker.dropdown-toggle {
        color: #fff;
        border-color: #020b13;
        background-color: #020b13
    }

        .btn-outline-darker:not(:disabled):not(.disabled).active:focus, .btn-outline-darker:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-darker.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(2,11,19,.5)
        }

.btn-link {
    font-weight: 400;
    color: #510fa8;
    background-color: transparent
}

    .btn-link:hover {
        text-decoration: unone;
        color: #2f0962;
        border-color: transparent;
        background-color: transparent;
        -webkit-text-decoration: unone
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: unone;
        border-color: transparent;
        box-shadow: none;
        -webkit-text-decoration: unone
    }

    .btn-link.disabled, .btn-link:disabled {
        pointer-events: none;
        color: #6c757d
    }

.btn-group-lg > .btn, .btn-lg {
    font-size: 1.17188rem;
    line-height: 1.5;
    padding: .95rem 1rem;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    font-size: .82031rem;
    line-height: 1.5;
    padding: .55rem 1rem;
    border-radius: .25rem
}

.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 .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: '';
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    font-size: .9375rem;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    padding: .5rem 0;
    list-style: none;
    text-align: left;
    color: #495057;
    border: 0 solid rgba(0,0,0,.15);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.175)
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: '';
    vertical-align: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: '';
    vertical-align: .255em;
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    content: '';
    vertical-align: .255em
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    content: '';
    vertical-align: .255em;
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    overflow: hidden;
    height: 0;
    margin: .5rem 0;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    font-weight: 400;
    display: block;
    clear: both;
    width: 100%;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    color: #212529;
    border: 0;
    background-color: transparent
}

    .dropdown-item:focus, .dropdown-item:hover {
        text-decoration: none;
        color: #16181b;
        background-color: #f5f9fb
    }

    .dropdown-item.active, .dropdown-item:active {
        text-decoration: none;
        color: #fff;
        background-color: #510fa8
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    font-size: .82031rem;
    display: block;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap;
    color: #6c757d
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 0 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-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -.0625rem
    }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.2rem;
    padding-left: 1.2rem
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group.show .dropdown-toggle {
    box-shadow: none
}

    .btn-group.show .dropdown-toggle.btn-link {
        box-shadow: none
    }

.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 + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -.0625rem;
        margin-left: 0
    }

    .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;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        width: 1%;
        margin-bottom: 0;
        flex: 1 1 auto
    }

        .input-group > .custom-file:focus, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3
        }

        .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 {
            margin-left: -.0625rem
        }

        .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 + .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: -.0625rem
        }

.input-group-prepend {
    margin-right: -.0625rem
}

.input-group-append {
    margin-left: -.0625rem
}

.input-group-text {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.7;
    display: flex;
    margin-bottom: 0;
    padding: .625rem 1.1rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #f5f9fb;
    align-items: center
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.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;
    z-index: -1;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #510fa8;
        box-shadow: none
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 4px 10px 0 rgba(0,0,0,.04)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #510fa8;
        box-shadow: none
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .custom-control-label::before {
        position: absolute;
        top: .225rem;
        left: -1.75rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        content: '';
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
        background-color: #fff;
        box-shadow: none
    }

    .custom-control-label::after {
        position: absolute;
        top: .225rem;
        left: -1.75rem;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        content: '';
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .2rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #510fa8
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E')
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #510fa8;
    box-shadow: none
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' 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(81,15,168,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(81,15,168,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #510fa8
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' 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(81,15,168,.5)
}

.custom-select {
    line-height: 1.7;
    display: inline-block;
    width: 100%;
    height: calc(2.84375rem + .125rem);
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    color: #495057;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background: #fff url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'%23343a40\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E') no-repeat right .75rem center;
    background-size: 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: rgba(81,15,168,.5);
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(81,15,168,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size='1']) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    font-size: 75%;
    height: calc(2.33047rem + .125rem);
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    font-size: 125%;
    height: calc(3.65781rem + .125rem);
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.84375rem + .125rem);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.84375rem + .125rem);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: rgba(81,15,168,.5);
        box-shadow: 0 4px 10px 0 rgba(0,0,0,.04)
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: rgba(81,15,168,.5)
        }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: 'Browse'
    }

.custom-file-label {
    line-height: 1.7;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    height: calc(2.84375rem + .125rem);
    padding: .625rem 1.1rem;
    color: #495057;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .custom-file-label::after {
        line-height: 1.7;
        position: absolute;
        z-index: 3;
        top: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 2.84375rem;
        padding: .625rem 1.1rem;
        content: 'Browse';
        color: #495057;
        border-left: .0625rem solid #ced4da;
        border-radius: 0 .25rem .25rem 0;
        background-color: #f5f9fb
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        border: 0;
        border-radius: 1rem;
        background-color: #510fa8;
        box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
        -webkit-appearance: none;
        appearance: none
    }

        .custom-range::-webkit-slider-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 4px 10px 0 rgba(0,0,0,.04)
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #ac77f3
        }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: .5rem;
        cursor: pointer;
        color: transparent;
        border-color: transparent;
        border-radius: 1rem;
        background-color: #dee2e6;
        box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1)
    }

    .custom-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        border: 0;
        border-radius: 1rem;
        background-color: #510fa8;
        box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
        -moz-appearance: none;
        appearance: none
    }

        .custom-range::-moz-range-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 4px 10px 0 rgba(0,0,0,.04)
        }

        .custom-range::-moz-range-thumb:active {
            background-color: #ac77f3
        }

    .custom-range::-moz-range-track {
        width: 100%;
        height: .5rem;
        cursor: pointer;
        color: transparent;
        border-color: transparent;
        border-radius: 1rem;
        background-color: #dee2e6;
        box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1)
    }

    .custom-range::-ms-thumb {
        width: 1rem;
        height: 1rem;
        border: 0;
        border-radius: 1rem;
        background-color: #510fa8;
        box-shadow: 0 .1rem .25rem rgba(0,0,0,.1);
        appearance: none
    }

        .custom-range::-ms-thumb:focus {
            outline: 0;
            box-shadow: 0 0 0 1px #fff,0 4px 10px 0 rgba(0,0,0,.04)
        }

        .custom-range::-ms-thumb:active {
            background-color: #ac77f3
        }

    .custom-range::-ms-track {
        width: 100%;
        height: .5rem;
        cursor: pointer;
        color: transparent;
        border-width: .5rem;
        border-color: transparent;
        background-color: transparent;
        box-shadow: inset 0 .25rem .25rem rgba(0,0,0,.1)
    }

    .custom-range::-ms-fill-lower {
        border-radius: 1rem;
        background-color: #dee2e6
    }

    .custom-range::-ms-fill-upper {
        margin-right: 15px;
        border-radius: 1rem;
        background-color: #dee2e6
    }

.nav {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap
}

.nav-link {
    display: block;
    padding: .25rem .75rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d
    }

.nav-tabs {
    border-bottom: .0625rem solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -.0625rem
    }

    .nav-tabs .nav-link {
        border: .0625rem solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            border-color: transparent;
            background-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            border-color: #dee2e6 #dee2e6 #fff;
            background-color: #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -.0625rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #510fa8
    }

.nav-fill .nav-item {
    text-align: center;
    flex: 1 1 auto
}

.nav-justified .nav-item {
    text-align: center;
    flex-basis: 0;
    flex-grow: 1
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    padding: .5rem 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

    .navbar > .container, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    font-size: 1.17188rem;
    line-height: 1;
    padding: .25rem .75rem;
    border: .0625rem solid transparent;
    border-radius: .25rem;
    background-color: transparent
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: '';
    vertical-align: middle;
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 1rem;
                padding-left: 1rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 1rem;
                padding-left: 1rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 1rem;
                padding-left: 1rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 1rem;
                padding-left: 1rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 1rem;
            padding-left: 1rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

/*
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5)
}
    */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0,0,0,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent
}

.navbar-light .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(0, 0, 0, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E')
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.85)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25)
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.85);
    border-color: transparent
}

.navbar-dark .navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.85)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E')
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.85)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: .0625rem solid rgba(0,0,0,.08);
    border-radius: .25rem;
    background-color: #fff;
    background-clip: border-box
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    padding: 1.5rem;
    flex: 1 1 auto
}

.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.5rem
}

.card-header {
    margin-bottom: 0;
    padding: 1.25rem 1.5rem;
    border-bottom: .0625rem solid rgba(0,0,0,.08);
    background-color: transparent
}

    .card-header:first-child {
        border-radius: calc(.25rem - .0625rem) calc(.25rem - .0625rem) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 1.25rem 1.5rem;
    border-top: .0625rem solid rgba(0,0,0,.08);
    background-color: transparent
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - .0625rem) calc(.25rem - .0625rem)
    }

.card-header-tabs {
    margin-right: -.75rem;
    margin-bottom: -1.25rem;
    margin-left: -.75rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.75rem;
    margin-left: -.75rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - .0625rem)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - .0625rem);
    border-top-right-radius: calc(.25rem - .0625rem)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - .0625rem);
    border-bottom-left-radius: calc(.25rem - .0625rem)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        margin-right: -15px;
        margin-left: -15px;
        flex-flow: row wrap
    }

        .card-deck .card {
            display: flex;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
            flex: 1 0
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            margin-bottom: 0;
            flex: 1 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-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:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: flex;
    margin-bottom: 1rem;
    padding: .75rem 1rem;
    list-style: none;
    border-radius: .25rem;
    background-color: transparent;
    flex-wrap: wrap
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        content: '/';
        color: #6c757d
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    line-height: 1.25;
    position: relative;
    display: block;
    margin-left: -.0625rem;
    padding: .5rem .75rem;
    color: #6c757d;
    border: .0625rem solid #dee2e6;
    background-color: #fff
}

    .page-link:hover {
        z-index: 2;
        text-decoration: none;
        color: #6c757d;
        border-color: #dee2e6;
        background-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 4px 10px 0 rgba(0,0,0,.04)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    border-color: #510fa8;
    background-color: #510fa8
}

.page-item.disabled .page-link {
    cursor: auto;
    pointer-events: none;
    color: #6c757d;
    border-color: #dee2e6;
    background-color: #fff
}

.pagination-lg .page-link {
    font-size: 1.17188rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .82031rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.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 {
    font-size: 65%;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    padding: .25rem .375rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .65em;
    padding-left: .65em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #510fa8
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        text-decoration: none;
        color: #fff;
        background-color: #3a0b79
    }

.badge-secondary {
    color: #212529;
    background-color: #f5f9fc
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        text-decoration: none;
        color: #212529;
        background-color: #cee1f0
    }

.badge-success {
    color: #fff;
    background-color: #00c759
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        text-decoration: none;
        color: #fff;
        background-color: #009442
    }

.badge-info {
    color: #fff;
    background-color: #17c1f4
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        text-decoration: none;
        color: #fff;
        background-color: #0aa1ce
    }

.badge-warning {
    color: #fff;
    background-color: #ff3b00
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        text-decoration: none;
        color: #fff;
        background-color: #cc2f00
    }

.badge-danger {
    color: #fff;
    background-color: #f03
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        text-decoration: none;
        color: #fff;
        background-color: #cc0029
    }

.badge-light {
    color: #212529;
    background-color: #ced4da
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        text-decoration: none;
        color: #212529;
        background-color: #b1bbc4
    }

.badge-dark {
    color: #fff;
    background-color: #05172a
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        text-decoration: none;
        color: #fff;
        background-color: #000
    }

.badge-white {
    color: #212529;
    background-color: #fff
}

    .badge-white[href]:focus, .badge-white[href]:hover {
        text-decoration: none;
        color: #212529;
        background-color: #e6e6e6
    }

.badge-darker {
    color: #fff;
    background-color: #020b13
}

    .badge-darker[href]:focus, .badge-darker[href]:hover {
        text-decoration: none;
        color: #fff;
        background-color: #000
    }

.jumbotron {
    margin-bottom: 2rem;
    padding: 2rem 1rem;
    border-radius: .3rem;
    background-color: #e9ecef
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;
    border: .0625rem solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 600
}

.alert-dismissible {
    padding-right: 4.40625rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1rem 1.5rem;
        color: inherit
    }

.alert-primary {
    color: #fff;
    border-color: #6d35b6;
    background-color: #6d35b6
}

    .alert-primary hr {
        border-top-color: #612fa2
    }

    .alert-primary .alert-link {
        color: #3a0b79
    }

.alert-secondary {
    color: #212529;
    border-color: #f7fafc;
    background-color: #f7fafc
}

    .alert-secondary hr {
        border-top-color: #e4eef5
    }

    .alert-secondary .alert-link {
        color: #cee1f0
    }

.alert-success {
    color: #fff;
    border-color: #29d074;
    background-color: #29d074
}

    .alert-success hr {
        border-top-color: #25bb68
    }

    .alert-success .alert-link {
        color: #009442
    }

.alert-info {
    color: #fff;
    border-color: #3ccbf6;
    background-color: #3ccbf6
}

    .alert-info hr {
        border-top-color: #24c5f5
    }

    .alert-info .alert-link {
        color: #0aa1ce
    }

.alert-warning {
    color: #fff;
    border-color: #ff5a29;
    background-color: #ff5a29
}

    .alert-warning hr {
        border-top-color: #ff4610
    }

    .alert-warning .alert-link {
        color: #cc2f00
    }

.alert-danger {
    color: #fff;
    border-color: #ff2954;
    background-color: #ff2954
}

    .alert-danger hr {
        border-top-color: #ff1040
    }

    .alert-danger .alert-link {
        color: #cc0029
    }

.alert-light {
    color: #212529;
    border-color: #d6dbe0;
    background-color: #d6dbe0
}

    .alert-light hr {
        border-top-color: #c7ced5
    }

    .alert-light .alert-link {
        color: #b1bbc4
    }

.alert-dark {
    color: #fff;
    border-color: #2d3c4c;
    background-color: #2d3c4c
}

    .alert-dark hr {
        border-top-color: #242f3c
    }

    .alert-dark .alert-link {
        color: #000
    }

.alert-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff
}

    .alert-white hr {
        border-top-color: #f2f2f2
    }

    .alert-white .alert-link {
        color: #e6e6e6
    }

.alert-darker {
    color: #fff;
    border-color: #2b3239;
    background-color: #2b3239
}

    .alert-darker hr {
        border-top-color: #20252a
    }

    .alert-darker .alert-link {
        color: #000
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    font-size: .70313rem;
    display: flex;
    overflow: hidden;
    height: 1rem;
    border-radius: .25rem;
    background-color: #e9ecef;
    box-shadow: inset 0 .1rem .1rem rgba(0,0,0,.1)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    transition: width .6s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background-color: #510fa8;
    justify-content: center
}

@media screen and (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: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1 1
}

.list-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item-action {
    width: 100%;
    text-align: inherit;
    color: #495057
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        text-decoration: none;
        color: #495057;
        background-color: #f5f9fb
    }

    .list-group-item-action:active {
        color: #495057;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -.0625rem;
    padding: 1rem 1.25rem;
    border: .0625rem solid #e9ecef;
    background-color: #fff
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        border-color: #510fa8;
        background-color: #510fa8
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #2a0857;
    background-color: #cebce7
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #2a0857;
        background-color: #c0a9e0
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        border-color: #2a0857;
        background-color: #2a0857
    }

.list-group-item-secondary {
    color: #7f8183;
    background-color: #fcfdfe
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #7f8183;
        background-color: #e9f0f8
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        border-color: #7f8183;
        background-color: #7f8183
    }

.list-group-item-success {
    color: #00672e;
    background-color: #b8efd1
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #00672e;
        background-color: #a3eac4
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        border-color: #00672e;
        background-color: #00672e
    }

.list-group-item-info {
    color: #0c647f;
    background-color: #beeefc
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c647f;
        background-color: #a6e8fb
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        border-color: #0c647f;
        background-color: #0c647f
    }

.list-group-item-warning {
    color: #851f00;
    background-color: #ffc8b8
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #851f00;
        background-color: #ffb49f
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        border-color: #851f00;
        background-color: #851f00
    }

.list-group-item-danger {
    color: #85001b;
    background-color: #ffb8c6
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #85001b;
        background-color: #ff9fb2
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        border-color: #85001b;
        background-color: #85001b
    }

.list-group-item-light {
    color: #6b6e71;
    background-color: #f1f3f5
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #6b6e71;
        background-color: #e2e6ea
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        border-color: #6b6e71;
        background-color: #6b6e71
    }

.list-group-item-dark {
    color: #030c16;
    background-color: #b9bec3
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #030c16;
        background-color: #abb1b7
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        border-color: #030c16;
        background-color: #030c16
    }

.list-group-item-white {
    color: #858585;
    background-color: #fff
}

    .list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
        color: #858585;
        background-color: #f2f2f2
    }

    .list-group-item-white.list-group-item-action.active {
        color: #fff;
        border-color: #858585;
        background-color: #858585
    }

.list-group-item-darker {
    color: #01050a;
    background-color: #b8bbbd
}

    .list-group-item-darker.list-group-item-action:focus, .list-group-item-darker.list-group-item-action:hover {
        color: #01050a;
        background-color: #abaeb1
    }

    .list-group-item-darker.list-group-item-action.active {
        color: #fff;
        border-color: #01050a;
        background-color: #01050a
    }

.close {
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    float: right;
    opacity: .5;
    color: rgba(255,255,255,.6);
    text-shadow: none
}

    .close:focus, .close:hover {
        text-decoration: none;
        opacity: .75;
        color: rgba(255,255,255,.6)
    }

    .close:not(:disabled):not(.disabled) {
        cursor: pointer
    }

button.close {
    padding: 0;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: flex;
    min-height: calc(100% - (.5rem * 2));
    align-items: center
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .25rem;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .3
    }

.modal-header {
    display: flex;
    padding: 1.25rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    align-items: flex-start;
    justify-content: space-between
}

    .modal-header .close {
        margin: -1.25rem -1.25rem -1.25rem auto;
        padding: 1.25rem
    }

.modal-title {
    line-height: 1.7;
    margin-bottom: 0
}

.modal-body {
    position: relative;
    padding: 1.5rem;
    flex: 1 1 auto
}

.modal-footer {
    display: flex;
    padding: 1.5rem;
    border-top: 1px solid #e9ecef;
    align-items: center;
    justify-content: flex-end
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    overflow: scroll;
    width: 50px;
    height: 50px
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.5)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    font-family: 'Istok Web',sans-serif;
    font-size: .82031rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    opacity: 0;
    text-shadow: none;
    line-break: auto
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: '';
            border-style: solid;
            border-color: transparent
        }

.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: #000
        }

.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: #000
        }

.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: #000
        }

.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: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center;
    color: #fff;
    border-radius: .25rem;
    background-color: #000
}

.popover {
    font-family: 'Istok Web',sans-serif;
    font-size: .82031rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    position: absolute;
    z-index: 1060;
    top: 0;
    left: 0;
    display: block;
    max-width: 276px;
    text-align: left;
    text-align: start;
    white-space: normal;
    text-decoration: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    word-wrap: break-word;
    word-break: normal;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .3rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 .5rem 2rem 0 rgba(0,0,0,.2);
    text-shadow: none;
    line-break: auto
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1.5rem;
        height: .75rem;
        margin: 0 .3rem
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: '';
            border-style: solid;
            border-color: transparent
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .75rem
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.75rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .75rem .75rem 0
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: transparent
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .75rem
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.75rem + 1px) * -1);
        width: .75rem;
        height: 1.5rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .75rem .75rem .75rem 0
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: transparent
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .75rem
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.75rem + 1px) * -1)
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .75rem .75rem .75rem
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: transparent
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            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: 1.5rem;
        margin-left: -.75rem;
        content: '';
        border-bottom: 1px solid #fff
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .75rem
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.75rem + 1px) * -1);
        width: .75rem;
        height: 1.5rem;
        margin: .3rem 0
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .75rem 0 .75rem .75rem
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: transparent
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff
        }

.popover-header {
    font-size: .9375rem;
    margin-bottom: 0;
    padding: .75rem .75rem;
    color: #343a40;
    border-bottom: 1px solid #f2f2f2;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: #fff
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .75rem .75rem;
    color: #495057
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-item {
    position: relative;
    display: none;
    width: 100%;
    transition: transform .6s ease;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateX(0)
    }

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translate3d(0,0,0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%,0,0)
    }
}

.carousel-fade .carousel-item {
    transition-duration: .6s;
    transition-property: opacity;
    opacity: 0
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 15%;
    text-align: center;
    opacity: .5;
    color: #fff;
    align-items: center;
    justify-content: center
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        text-decoration: none;
        opacity: .9;
        color: #fff;
        outline: 0
    }

.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: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z\'/%3E%3C/svg%3E')
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23fff\' viewBox=\'0 0 8 8\'%3E%3Cpath d=\'M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z\'/%3E%3C/svg%3E')
}

.carousel-indicators {
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 10px;
    left: 0;
    display: flex;
    margin-right: 15%;
    margin-left: 15%;
    padding-left: 0;
    list-style: none;
    justify-content: center
}

    .carousel-indicators li {
        position: relative;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        cursor: pointer;
        text-indent: -999px;
        background-color: rgba(255,255,255,.5);
        flex: 0 1 auto
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ''
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ''
        }

    .carousel-indicators .active {
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    z-index: 10;
    right: 15%;
    bottom: 20px;
    left: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #fff
}

.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: #510fa8 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #3a0b79 !important
}

.bg-secondary {
    background-color: #f5f9fc !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #cee1f0 !important
}

.bg-success {
    background-color: #00c759 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #009442 !important
}

.bg-info {
    background-color: #17c1f4 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #0aa1ce !important
}

.bg-warning {
    background-color: #ff3b00 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #cc2f00 !important
}

.bg-danger {
    background-color: #f03 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #cc0029 !important
}

.bg-light {
    background-color: #ced4da !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #b1bbc4 !important
}

.bg-dark {
    background-color: #05172a !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #000 !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-darker {
    background-color: #020b13 !important
}

a.bg-darker:focus, a.bg-darker:hover, button.bg-darker:focus, button.bg-darker:hover {
    background-color: #000 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: .0625rem solid #e9ecef !important
}

.border-top {
    border-top: .0625rem solid #e9ecef !important
}

.border-right {
    border-right: .0625rem solid #e9ecef !important
}

.border-bottom {
    border-bottom: .0625rem solid #e9ecef !important
}

.border-left {
    border-left: .0625rem solid #e9ecef !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: #510fa8 !important
}

.border-secondary {
    border-color: #f5f9fc !important
}

.border-success {
    border-color: #00c759 !important
}

.border-info {
    border-color: #17c1f4 !important
}

.border-warning {
    border-color: #ff3b00 !important
}

.border-danger {
    border-color: #f03 !important
}

.border-light {
    border-color: #ced4da !important
}

.border-dark {
    border-color: #05172a !important
}

.border-white {
    border-color: #fff !important
}

.border-darker {
    border-color: #020b13 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !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
}

.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;
    overflow: hidden;
    width: 100%;
    padding: 0
}

    .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-between {
    justify-content: space-between !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
    }
}

.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;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0
}

.fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1020;
        top: 0
    }
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0,0,0,0);
    width: 1px;
    height: 1px;
    padding: 0;
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow, [data-animate-hover='1']:hover .animate-this, [data-animate-hover='2']:hover .animate-this {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.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: 1.5rem !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-sm {
    margin: 2rem !important
}

.mt-sm, .my-sm {
    margin-top: 2rem !important
}

.mr-sm, .mx-sm {
    margin-right: 2rem !important
}

.mb-sm, .my-sm {
    margin-bottom: 2rem !important
}

.ml-sm, .mx-sm {
    margin-left: 2rem !important
}

.m-md {
    margin: 4rem !important
}

.mt-md, .my-md {
    margin-top: 4rem !important
}

.mr-md, .mx-md {
    margin-right: 4rem !important
}

.mb-md, .my-md {
    margin-bottom: 4rem !important
}

.ml-md, .mx-md {
    margin-left: 4rem !important
}

.m-lg {
    margin: 6rem !important
}

.mt-lg, .my-lg {
    margin-top: 6rem !important
}

.mr-lg, .mx-lg {
    margin-right: 6rem !important
}

.mb-lg, .my-lg {
    margin-bottom: 6rem !important
}

.ml-lg, .mx-lg {
    margin-left: 6rem !important
}

.m-xl {
    margin: 8rem !important
}

.mt-xl, .my-xl {
    margin-top: 8rem !important
}

.mr-xl, .mx-xl {
    margin-right: 8rem !important
}

.mb-xl, .my-xl {
    margin-bottom: 8rem !important
}

.ml-xl, .mx-xl {
    margin-left: 8rem !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-sm {
    padding: 2rem !important
}

.pt-sm, .py-sm {
    padding-top: 2rem !important
}

.pr-sm, .px-sm {
    padding-right: 2rem !important
}

.pb-sm, .py-sm {
    padding-bottom: 2rem !important
}

.pl-sm, .px-sm {
    padding-left: 2rem !important
}

.p-md {
    padding: 4rem !important
}

.pt-md, .py-md {
    padding-top: 4rem !important
}

.pr-md, .px-md {
    padding-right: 4rem !important
}

.pb-md, .py-md {
    padding-bottom: 4rem !important
}

.pl-md, .px-md {
    padding-left: 4rem !important
}

.p-lg {
    padding: 6rem !important
}

.pt-lg, .py-lg {
    padding-top: 6rem !important
}

.pr-lg, .px-lg {
    padding-right: 6rem !important
}

.pb-lg, .py-lg {
    padding-bottom: 6rem !important
}

.pl-lg, .px-lg {
    padding-left: 6rem !important
}

.p-xl {
    padding: 8rem !important
}

.pt-xl, .py-xl {
    padding-top: 8rem !important
}

.pr-xl, .px-xl {
    padding-right: 8rem !important
}

.pb-xl, .py-xl {
    padding-bottom: 8rem !important
}

.pl-xl, .px-xl {
    padding-left: 8rem !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-sm {
        margin: 2rem !important
    }

    .mt-sm-sm, .my-sm-sm {
        margin-top: 2rem !important
    }

    .mr-sm-sm, .mx-sm-sm {
        margin-right: 2rem !important
    }

    .mb-sm-sm, .my-sm-sm {
        margin-bottom: 2rem !important
    }

    .ml-sm-sm, .mx-sm-sm {
        margin-left: 2rem !important
    }

    .m-sm-md {
        margin: 4rem !important
    }

    .mt-sm-md, .my-sm-md {
        margin-top: 4rem !important
    }

    .mr-sm-md, .mx-sm-md {
        margin-right: 4rem !important
    }

    .mb-sm-md, .my-sm-md {
        margin-bottom: 4rem !important
    }

    .ml-sm-md, .mx-sm-md {
        margin-left: 4rem !important
    }

    .m-sm-lg {
        margin: 6rem !important
    }

    .mt-sm-lg, .my-sm-lg {
        margin-top: 6rem !important
    }

    .mr-sm-lg, .mx-sm-lg {
        margin-right: 6rem !important
    }

    .mb-sm-lg, .my-sm-lg {
        margin-bottom: 6rem !important
    }

    .ml-sm-lg, .mx-sm-lg {
        margin-left: 6rem !important
    }

    .m-sm-xl {
        margin: 8rem !important
    }

    .mt-sm-xl, .my-sm-xl {
        margin-top: 8rem !important
    }

    .mr-sm-xl, .mx-sm-xl {
        margin-right: 8rem !important
    }

    .mb-sm-xl, .my-sm-xl {
        margin-bottom: 8rem !important
    }

    .ml-sm-xl, .mx-sm-xl {
        margin-left: 8rem !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-sm {
        padding: 2rem !important
    }

    .pt-sm-sm, .py-sm-sm {
        padding-top: 2rem !important
    }

    .pr-sm-sm, .px-sm-sm {
        padding-right: 2rem !important
    }

    .pb-sm-sm, .py-sm-sm {
        padding-bottom: 2rem !important
    }

    .pl-sm-sm, .px-sm-sm {
        padding-left: 2rem !important
    }

    .p-sm-md {
        padding: 4rem !important
    }

    .pt-sm-md, .py-sm-md {
        padding-top: 4rem !important
    }

    .pr-sm-md, .px-sm-md {
        padding-right: 4rem !important
    }

    .pb-sm-md, .py-sm-md {
        padding-bottom: 4rem !important
    }

    .pl-sm-md, .px-sm-md {
        padding-left: 4rem !important
    }

    .p-sm-lg {
        padding: 6rem !important
    }

    .pt-sm-lg, .py-sm-lg {
        padding-top: 6rem !important
    }

    .pr-sm-lg, .px-sm-lg {
        padding-right: 6rem !important
    }

    .pb-sm-lg, .py-sm-lg {
        padding-bottom: 6rem !important
    }

    .pl-sm-lg, .px-sm-lg {
        padding-left: 6rem !important
    }

    .p-sm-xl {
        padding: 8rem !important
    }

    .pt-sm-xl, .py-sm-xl {
        padding-top: 8rem !important
    }

    .pr-sm-xl, .px-sm-xl {
        padding-right: 8rem !important
    }

    .pb-sm-xl, .py-sm-xl {
        padding-bottom: 8rem !important
    }

    .pl-sm-xl, .px-sm-xl {
        padding-left: 8rem !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-sm {
        margin: 2rem !important
    }

    .mt-md-sm, .my-md-sm {
        margin-top: 2rem !important
    }

    .mr-md-sm, .mx-md-sm {
        margin-right: 2rem !important
    }

    .mb-md-sm, .my-md-sm {
        margin-bottom: 2rem !important
    }

    .ml-md-sm, .mx-md-sm {
        margin-left: 2rem !important
    }

    .m-md-md {
        margin: 4rem !important
    }

    .mt-md-md, .my-md-md {
        margin-top: 4rem !important
    }

    .mr-md-md, .mx-md-md {
        margin-right: 4rem !important
    }

    .mb-md-md, .my-md-md {
        margin-bottom: 4rem !important
    }

    .ml-md-md, .mx-md-md {
        margin-left: 4rem !important
    }

    .m-md-lg {
        margin: 6rem !important
    }

    .mt-md-lg, .my-md-lg {
        margin-top: 6rem !important
    }

    .mr-md-lg, .mx-md-lg {
        margin-right: 6rem !important
    }

    .mb-md-lg, .my-md-lg {
        margin-bottom: 6rem !important
    }

    .ml-md-lg, .mx-md-lg {
        margin-left: 6rem !important
    }

    .m-md-xl {
        margin: 8rem !important
    }

    .mt-md-xl, .my-md-xl {
        margin-top: 8rem !important
    }

    .mr-md-xl, .mx-md-xl {
        margin-right: 8rem !important
    }

    .mb-md-xl, .my-md-xl {
        margin-bottom: 8rem !important
    }

    .ml-md-xl, .mx-md-xl {
        margin-left: 8rem !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-sm {
        padding: 2rem !important
    }

    .pt-md-sm, .py-md-sm {
        padding-top: 2rem !important
    }

    .pr-md-sm, .px-md-sm {
        padding-right: 2rem !important
    }

    .pb-md-sm, .py-md-sm {
        padding-bottom: 2rem !important
    }

    .pl-md-sm, .px-md-sm {
        padding-left: 2rem !important
    }

    .p-md-md {
        padding: 4rem !important
    }

    .pt-md-md, .py-md-md {
        padding-top: 4rem !important
    }

    .pr-md-md, .px-md-md {
        padding-right: 4rem !important
    }

    .pb-md-md, .py-md-md {
        padding-bottom: 4rem !important
    }

    .pl-md-md, .px-md-md {
        padding-left: 4rem !important
    }

    .p-md-lg {
        padding: 6rem !important
    }

    .pt-md-lg, .py-md-lg {
        padding-top: 6rem !important
    }

    .pr-md-lg, .px-md-lg {
        padding-right: 6rem !important
    }

    .pb-md-lg, .py-md-lg {
        padding-bottom: 6rem !important
    }

    .pl-md-lg, .px-md-lg {
        padding-left: 6rem !important
    }

    .p-md-xl {
        padding: 8rem !important
    }

    .pt-md-xl, .py-md-xl {
        padding-top: 8rem !important
    }

    .pr-md-xl, .px-md-xl {
        padding-right: 8rem !important
    }

    .pb-md-xl, .py-md-xl {
        padding-bottom: 8rem !important
    }

    .pl-md-xl, .px-md-xl {
        padding-left: 8rem !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-sm {
        margin: 2rem !important
    }

    .mt-lg-sm, .my-lg-sm {
        margin-top: 2rem !important
    }

    .mr-lg-sm, .mx-lg-sm {
        margin-right: 2rem !important
    }

    .mb-lg-sm, .my-lg-sm {
        margin-bottom: 2rem !important
    }

    .ml-lg-sm, .mx-lg-sm {
        margin-left: 2rem !important
    }

    .m-lg-md {
        margin: 4rem !important
    }

    .mt-lg-md, .my-lg-md {
        margin-top: 4rem !important
    }

    .mr-lg-md, .mx-lg-md {
        margin-right: 4rem !important
    }

    .mb-lg-md, .my-lg-md {
        margin-bottom: 4rem !important
    }

    .ml-lg-md, .mx-lg-md {
        margin-left: 4rem !important
    }

    .m-lg-lg {
        margin: 6rem !important
    }

    .mt-lg-lg, .my-lg-lg {
        margin-top: 6rem !important
    }

    .mr-lg-lg, .mx-lg-lg {
        margin-right: 6rem !important
    }

    .mb-lg-lg, .my-lg-lg {
        margin-bottom: 6rem !important
    }

    .ml-lg-lg, .mx-lg-lg {
        margin-left: 6rem !important
    }

    .m-lg-xl {
        margin: 8rem !important
    }

    .mt-lg-xl, .my-lg-xl {
        margin-top: 8rem !important
    }

    .mr-lg-xl, .mx-lg-xl {
        margin-right: 8rem !important
    }

    .mb-lg-xl, .my-lg-xl {
        margin-bottom: 8rem !important
    }

    .ml-lg-xl, .mx-lg-xl {
        margin-left: 8rem !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-sm {
        padding: 2rem !important
    }

    .pt-lg-sm, .py-lg-sm {
        padding-top: 2rem !important
    }

    .pr-lg-sm, .px-lg-sm {
        padding-right: 2rem !important
    }

    .pb-lg-sm, .py-lg-sm {
        padding-bottom: 2rem !important
    }

    .pl-lg-sm, .px-lg-sm {
        padding-left: 2rem !important
    }

    .p-lg-md {
        padding: 4rem !important
    }

    .pt-lg-md, .py-lg-md {
        padding-top: 4rem !important
    }

    .pr-lg-md, .px-lg-md {
        padding-right: 4rem !important
    }

    .pb-lg-md, .py-lg-md {
        padding-bottom: 4rem !important
    }

    .pl-lg-md, .px-lg-md {
        padding-left: 4rem !important
    }

    .p-lg-lg {
        padding: 6rem !important
    }

    .pt-lg-lg, .py-lg-lg {
        padding-top: 6rem !important
    }

    .pr-lg-lg, .px-lg-lg {
        padding-right: 6rem !important
    }

    .pb-lg-lg, .py-lg-lg {
        padding-bottom: 6rem !important
    }

    .pl-lg-lg, .px-lg-lg {
        padding-left: 6rem !important
    }

    .p-lg-xl {
        padding: 8rem !important
    }

    .pt-lg-xl, .py-lg-xl {
        padding-top: 8rem !important
    }

    .pr-lg-xl, .px-lg-xl {
        padding-right: 8rem !important
    }

    .pb-lg-xl, .py-lg-xl {
        padding-bottom: 8rem !important
    }

    .pl-lg-xl, .px-lg-xl {
        padding-left: 8rem !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-sm {
        margin: 2rem !important
    }

    .mt-xl-sm, .my-xl-sm {
        margin-top: 2rem !important
    }

    .mr-xl-sm, .mx-xl-sm {
        margin-right: 2rem !important
    }

    .mb-xl-sm, .my-xl-sm {
        margin-bottom: 2rem !important
    }

    .ml-xl-sm, .mx-xl-sm {
        margin-left: 2rem !important
    }

    .m-xl-md {
        margin: 4rem !important
    }

    .mt-xl-md, .my-xl-md {
        margin-top: 4rem !important
    }

    .mr-xl-md, .mx-xl-md {
        margin-right: 4rem !important
    }

    .mb-xl-md, .my-xl-md {
        margin-bottom: 4rem !important
    }

    .ml-xl-md, .mx-xl-md {
        margin-left: 4rem !important
    }

    .m-xl-lg {
        margin: 6rem !important
    }

    .mt-xl-lg, .my-xl-lg {
        margin-top: 6rem !important
    }

    .mr-xl-lg, .mx-xl-lg {
        margin-right: 6rem !important
    }

    .mb-xl-lg, .my-xl-lg {
        margin-bottom: 6rem !important
    }

    .ml-xl-lg, .mx-xl-lg {
        margin-left: 6rem !important
    }

    .m-xl-xl {
        margin: 8rem !important
    }

    .mt-xl-xl, .my-xl-xl {
        margin-top: 8rem !important
    }

    .mr-xl-xl, .mx-xl-xl {
        margin-right: 8rem !important
    }

    .mb-xl-xl, .my-xl-xl {
        margin-bottom: 8rem !important
    }

    .ml-xl-xl, .mx-xl-xl {
        margin-left: 8rem !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-sm {
        padding: 2rem !important
    }

    .pt-xl-sm, .py-xl-sm {
        padding-top: 2rem !important
    }

    .pr-xl-sm, .px-xl-sm {
        padding-right: 2rem !important
    }

    .pb-xl-sm, .py-xl-sm {
        padding-bottom: 2rem !important
    }

    .pl-xl-sm, .px-xl-sm {
        padding-left: 2rem !important
    }

    .p-xl-md {
        padding: 4rem !important
    }

    .pt-xl-md, .py-xl-md {
        padding-top: 4rem !important
    }

    .pr-xl-md, .px-xl-md {
        padding-right: 4rem !important
    }

    .pb-xl-md, .py-xl-md {
        padding-bottom: 4rem !important
    }

    .pl-xl-md, .px-xl-md {
        padding-left: 4rem !important
    }

    .p-xl-lg {
        padding: 6rem !important
    }

    .pt-xl-lg, .py-xl-lg {
        padding-top: 6rem !important
    }

    .pr-xl-lg, .px-xl-lg {
        padding-right: 6rem !important
    }

    .pb-xl-lg, .py-xl-lg {
        padding-bottom: 6rem !important
    }

    .pl-xl-lg, .px-xl-lg {
        padding-left: 6rem !important
    }

    .p-xl-xl {
        padding: 8rem !important
    }

    .pt-xl-xl, .py-xl-xl {
        padding-top: 8rem !important
    }

    .pr-xl-xl, .px-xl-xl {
        padding-right: 8rem !important
    }

    .pb-xl-xl, .py-xl-xl {
        padding-bottom: 8rem !important
    }

    .pl-xl-xl, .px-xl-xl {
        padding-left: 8rem !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
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 600 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #510fa8 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #3a0b79 !important
}

.text-secondary {
    color: #f5f9fc !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #cee1f0 !important
}

.text-success {
    color: #00c759 !important
}

a.text-success:focus, a.text-success:hover {
    color: #009442 !important
}

.text-info {
    color: #17c1f4 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0aa1ce !important
}

.text-warning {
    color: #ff3b00 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #cc2f00 !important
}


a.text-danger:focus, a.text-danger:hover {
    color: #cc0029 !important
}

.text-light {
    color: #ced4da !important
}

a.text-light:focus, a.text-light:hover {
    color: #b1bbc4 !important
}

.text-dark {
    color: #05172a !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #000 !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus, a.text-white:hover {
    color: #e6e6e6 !important
}

.text-darker {
    color: #020b13 !important
}

a.text-darker:focus, a.text-darker:hover {
    color: #000 !important
}

.text-body {
    color: #495057 !important
}

.text-muted {
    color: #adb5bd !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: ' (' attr(title) ')'
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: .0625rem solid #adb5bd;
        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
    }

    .navbar {
        display: none
    }

    .badge {
        border: .0625rem solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    font-family: 'Istok Web',sans-serif;
    font-size: .9375rem;
    line-height: 1.7;
    overflow-x: hidden;
    color: #495057;
    background-color: #fff
}

iframe {
    border: 0
}

figcaption, figure, main {
    display: block;
    margin: 0
}

.body-backdrop {
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

[data-toggle=hidden] {
    position: relative
}

    [data-toggle=hidden] .hidden-item {
        display: none;
        opacity: 0
    }

    [data-toggle=hidden]:hover .hidden-item {
        display: block;
        opacity: 1
    }

.typeface-entry {
    position: relative;
    display: block;
    padding: 2rem;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .25rem;
    background: #fff
}

.typeface-badge {
    position: absolute;
    top: 10px;
    right: 10px
}

.color-palette .color-entry {
    position: relative;
    display: block;
    height: 170px;
    color: #fff;
    border-radius: .25rem
}

.color-palette .color-code {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 6px 10px;
    color: #495057;
    background: #fff
}

.color-switch a {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
    border-radius: 50%
}

.phones {
    position: relative
}

    .phones .item {
        transition: ease-in .1s;
        border-radius: 40px;
        box-shadow: 14px 14px 20px 0 rgba(0,0,0,.3)
    }

@media (min-width:768px) {
    .phones .item {
        max-width: 200px;
        border-radius: 20px
    }

        .phones .item.item--front {
            position: absolute;
            z-index: 100;
            top: 0;
            left: 0
        }

    .phones:hover .item.item--front {
        transform: rotate(-5deg)
    }

    .phones:hover .item.item--back {
        transform: rotate(5deg)
    }
}

[data-animate-hover] .animate-this {
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    will-change: transform
}

[data-animate-hover='1']:hover .animate-this {
    top: -1rem
}

[data-animate-hover='2']:hover .animate-this {
    z-index: 10;
    transform: scale(1.1)
}

[data-animate-items] .animate-item, [data-animate-items] .animate-item--visible {
    transition: all .2s ease-in-out
}

[data-animate-items] .animate-item {
    display: none;
    animation: hide_item .2s ease forwards;
    animation-delay: .5s;
    opacity: 0;
    will-change: transform
}

[data-animate-items]:hover .animate-item {
    display: block;
    animation: show_item .2s ease forwards;
    animation-delay: .5s
}

@keyframes text_slide {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(300px)
    }
}

@keyframes show_item {
    from {
        transform: translateY(300px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes hide_item {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(300px);
        opacity: 0
    }
}

.bg-blue {
    background-color: #2592f9 !important
}

a.bg-blue:focus, a.bg-blue:hover, button.bg-blue:focus, button.bg-blue:hover {
    background-color: #0679e5 !important
}

.bg-indigo {
    background-color: #5603ad !important
}

a.bg-indigo:focus, a.bg-indigo:hover, button.bg-indigo:focus, button.bg-indigo:hover {
    background-color: #3d027b !important
}

.bg-purple {
    background-color: #801096 !important
}

a.bg-purple:focus, a.bg-purple:hover, button.bg-purple:focus, button.bg-purple:hover {
    background-color: #590b68 !important
}

.bg-pink {
    background-color: #e36397 !important
}

a.bg-pink:focus, a.bg-pink:hover, button.bg-pink:focus, button.bg-pink:hover {
    background-color: #db387a !important
}

.bg-red {
    background-color: #f03 !important
}

a.bg-red:focus, a.bg-red:hover, button.bg-red:focus, button.bg-red:hover {
    background-color: #cc0029 !important
}

.bg-orange {
    background-color: #ff3b00 !important
}

a.bg-orange:focus, a.bg-orange:hover, button.bg-orange:focus, button.bg-orange:hover {
    background-color: #cc2f00 !important
}

.bg-yellow {
    background-color: #ffd600 !important
}

a.bg-yellow:focus, a.bg-yellow:hover, button.bg-yellow:focus, button.bg-yellow:hover {
    background-color: #ccab00 !important
}

.bg-green {
    background-color: #00c759 !important
}

a.bg-green:focus, a.bg-green:hover, button.bg-green:focus, button.bg-green:hover {
    background-color: #009442 !important
}

.bg-teal {
    background-color: #17c1f4 !important
}

a.bg-teal:focus, a.bg-teal:hover, button.bg-teal:focus, button.bg-teal:hover {
    background-color: #0aa1ce !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-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-gray {
    background-color: #6c757d !important
}

a.bg-gray:focus, a.bg-gray:hover, button.bg-gray:focus, button.bg-gray:hover {
    background-color: #545b62 !important
}

.bg-gray-dark {
    background-color: #343a40 !important
}

a.bg-gray-dark:focus, a.bg-gray-dark:hover, button.bg-gray-dark:focus, button.bg-gray-dark:hover {
    background-color: #1d2124 !important
}

.bg-light {
    background-color: #ced4da !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #b1bbc4 !important
}

.bg-lighter {
    background-color: #f5f9fb !important
}

a.bg-lighter:focus, a.bg-lighter:hover, button.bg-lighter:focus, button.bg-lighter:hover {
    background-color: #d1e3ec !important
}

.bg-gradient-primary {
    background: linear-gradient(80deg,#510fa8 0,#320fa8 100%) !important
}

.bg-gradient-secondary {
    background: linear-gradient(80deg,#f5f9fc 0,#f5fafc 100%) !important
}

.bg-gradient-success {
    background: linear-gradient(80deg,#00c759 0,#00c731 100%) !important
}

.bg-gradient-info {
    background: linear-gradient(80deg,#17c1f4 0,#17edf4 100%) !important
}

.bg-gradient-warning {
    background: linear-gradient(80deg,#ff3b00 0,#ff0800 100%) !important
}

.bg-gradient-danger {
    background: linear-gradient(80deg,#f03 0,#f06 100%) !important
}

.bg-gradient-light {
    background: linear-gradient(80deg,#ced4da 0,#ced6da 100%) !important
}

.bg-gradient-dark {
    background: linear-gradient(80deg,#05172a 0,#051e2a 100%) !important
}

.bg-gradient-white {
    background: linear-gradient(80deg,#fff 0,#fff 100%) !important
}

.bg-gradient-darker {
    background: linear-gradient(80deg,#020b13 0,#020e13 100%) !important
}

.bg-section-primary {
    background-color: #fff !important
}

.bg-section-secondary {
    background-color: #f5f9fc !important
}

.bg-section-light {
    background-color: #ced4da !important
}

.bg-section-dark {
    background-color: #05172a !important
}

.bg-section-darker {
    background-color: #020b13 !important
}

.bg-cover {
    position: relative;
    background-repeat: no-repeat
}

@media (max-width:1200px) {
    .bg-lg-cover {
        background-image: none !important
    }
}

.bg-size--cover {
    background-size: cover
}

.bg-size--contain {
    background-size: contain
}

.bg-text {
    font-size: 40rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    white-space: nowrap;
    text-transform: uppercase;
    color: rgba(255,255,255,.2)
}

.bg-inner--text {
    line-height: 1em;
    display: block;
    display: inline-block;
    width: auto;
    max-width: none;
    height: 1em;
    transition: 2s 0s;
    transform: none;
    animation: text_slide 40s linear infinite;
    white-space: nowrap;
    opacity: 1
}

.bg-noise {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==)
}

.bg-img-holder {
    min-height: 20rem
}

    .bg-img-holder img {
        display: none
    }

@media (min-width:992px) {
    .bg-img-holder {
        position: absolute;
        height: 100%
    }
}

.img-bg:after {
    position: absolute;
    z-index: 1;
    top: -168px;
    left: 31px;
    width: 783px;
    height: 725px;
    content: '';
    background: none no-repeat 50%;
    background-image: none;
    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=\'%23f5f9fc\' fill-rule=\'evenodd\'/%3E%3C/svg%3E');
    background-size: auto auto;
    background-size: contain
}

.img-bg img {
    position: relative;
    z-index: 2
}

.delimiter-bottom, .delimiter-top {
    position: relative
}

    .delimiter-top:before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 80%;
        height: 1px;
        margin-left: -40%;
        content: '';
        background: radial-gradient(ellipse at center,rgba(0,0,0,.2) 0,rgba(255,255,255,0) 75%)
    }

    .delimiter-bottom:after {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 80%;
        height: 1px;
        margin-left: -40%;
        content: '';
        background: radial-gradient(ellipse at center,rgba(0,0,0,.2) 0,rgba(255,255,255,0) 75%)
    }

.floatfix:after, .floatfix:before {
    display: table;
    content: ''
}

.floatfix:after {
    clear: both
}

.overflow-visible {
    overflow: visible !important
}

.overflow-hidden {
    overflow: hidden !important
}

[class*=alpha] {
    transition: all .2s ease-in-out
}

.alpha-0, .alpha-0--hover:hover, .alpha-container:hover .alpha-0--hover {
    opacity: 0
}

.alpha-1, .alpha-1--hover:hover, .alpha-container:hover .alpha-1--hover {
    opacity: .1
}

.alpha-2, .alpha-2--hover:hover, .alpha-container:hover .alpha-2--hover {
    opacity: .2
}

.alpha-3, .alpha-3--hover:hover, .alpha-container:hover .alpha-3--hover {
    opacity: .3
}

.alpha-4, .alpha-4--hover:hover, .alpha-container:hover .alpha-4--hover {
    opacity: .4
}

.alpha-5, .alpha-5--hover:hover, .alpha-container:hover .alpha-5--hover {
    opacity: .5
}

.alpha-6, .alpha-6--hover:hover, .alpha-container:hover .alpha-6--hover {
    opacity: .6
}

.alpha-7, .alpha-7--hover:hover, .alpha-container:hover .alpha-7--hover {
    opacity: .7
}

.alpha-8, .alpha-8--hover:hover, .alpha-container:hover .alpha-8--hover {
    opacity: .8
}

.alpha-9, .alpha-9--hover:hover, .alpha-container:hover .alpha-9--hover {
    opacity: .9
}

.alpha-10, .alpha-10--hover:hover, .alpha-container:hover .alpha-10--hover {
    opacity: 1
}

.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.img-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.img-saturate {
    -webkit-filter: saturate(150%);
    filter: saturate(150%)
}

[class*=faded] {
    position: relative
}

    [class*=faded]:after {
        position: absolute;
        width: 100%;
        height: 30%;
        content: ''
    }

.faded-top:after {
    top: 0;
    background: linear-gradient(to top,transparent 0,rgba(0,0,0,.6) 100%)
}

.faded-bottom:after {
    bottom: 0;
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 100%)
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-1 {
    top: .25rem
}

.right-1 {
    right: .25rem
}

.bottom-1 {
    bottom: .25rem
}

.left-1 {
    left: .25rem
}

.top-2 {
    top: .5rem
}

.right-2 {
    right: .5rem
}

.bottom-2 {
    bottom: .5rem
}

.left-2 {
    left: .5rem
}

.top-3 {
    top: 1rem
}

.right-3 {
    right: 1rem
}

.bottom-3 {
    bottom: 1rem
}

.left-3 {
    left: 1rem
}

.top-4 {
    top: 1.5rem
}

.right-4 {
    right: 1.5rem
}

.bottom-4 {
    bottom: 1.5rem
}

.left-4 {
    left: 1.5rem
}

.top-5 {
    top: 3rem
}

.right-5 {
    right: 3rem
}

.bottom-5 {
    bottom: 3rem
}

.left-5 {
    left: 3rem
}

.top-sm {
    top: 2rem
}

.right-sm {
    right: 2rem
}

.bottom-sm {
    bottom: 2rem
}

.left-sm {
    left: 2rem
}

.top-md {
    top: 4rem
}

.right-md {
    right: 4rem
}

.bottom-md {
    bottom: 4rem
}

.left-md {
    left: 4rem
}

.top-lg {
    top: 6rem
}

.right-lg {
    right: 6rem
}

.bottom-lg {
    bottom: 6rem
}

.left-lg {
    left: 6rem
}

.top-xl {
    top: 8rem
}

.right-xl {
    right: 8rem
}

.bottom-xl {
    bottom: 8rem
}

.left-xl {
    left: 8rem
}

.center {
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:991.98px) {
    [data-separator=rounded][data-separator-orientation=bottom] {
        border-radius: 0 0 3rem 3rem
    }

    [data-separator=rounded][data-separator-orientation=top] {
        border-radius: 3rem 3rem 0 0
    }

    [data-separator=rounded-left][data-separator-orientation=bottom] {
        border-radius: 0 0 0 3rem
    }

    [data-separator=rounded-left][data-separator-orientation=top] {
        border-radius: 3rem 0 0 0
    }

    [data-separator=rounded-right][data-separator-orientation=bottom] {
        border-radius: 0 0 3rem 0
    }

    [data-separator=rounded-right][data-separator-orientation=top] {
        border-radius: 0 3rem 0 0
    }
}

@media (min-width:768px) {
    [data-separator=rounded][data-separator-orientation=bottom] {
        border-radius: 0 0 5rem 5rem
    }

    [data-separator=rounded][data-separator-orientation=top] {
        border-radius: 5rem 5rem 0 0
    }

    [data-separator=rounded-left][data-separator-orientation=bottom] {
        border-radius: 0 0 0 5rem
    }

    [data-separator=rounded-left][data-separator-orientation=top] {
        border-radius: 5rem 0 0 0
    }

    [data-separator=rounded-right][data-separator-orientation=bottom] {
        border-radius: 0 0 5rem 0
    }

    [data-separator=rounded-right][data-separator-orientation=top] {
        border-radius: 0 5rem 0 0
    }
}

[data-separator=rounded-continuous] {
    position: relative;
    margin-bottom: 5rem;
    border-radius: 0 0 0 5rem
}

    [data-separator=rounded-continuous]:after, [data-separator=rounded-continuous]:before {
        position: absolute;
        left: 0;
        height: 5rem;
        content: '';
        pointer-events: none
    }

    [data-separator=rounded-continuous]:before {
        top: 100%;
        width: 100%;
        border-radius: 0 5rem 0 0
    }

    [data-separator=rounded-continuous]:after {
        z-index: -1;
        bottom: 0;
        width: 50%
    }

    [data-separator=rounded-continuous] + section {
        padding-bottom: 5rem
    }

[data-separator-bg=primary]:after, [data-separator-bg=primary]:before {
    background: #fff
}

[data-separator-bg=secondary]:after, [data-separator-bg=secondary]:before {
    background: #f5f9fc
}

[data-separator-bg=light]:after, [data-separator-bg=light]:before {
    background: #ced4da
}

[data-separator-bg=dark]:after, [data-separator-bg=dark]:before {
    background: #05172a
}

[data-separator-bg=darker]:after, [data-separator-bg=darker]:before {
    background: #020b13
}

[data-separator=bottom-wave] {
    background-image: url(../img/backgrounds/bottom-wave.svg),linear-gradient(to bottom,#510fa8,#6312cd);
    background-repeat: no-repeat;
    background-position: bottom center,center
}

[data-separator=left-triangle] {
    background-image: url(../img/backgrounds/left-triangle.svg),linear-gradient(to bottom,#510fa8,#6312cd);
    background-repeat: no-repeat;
    background-position: top left,center
}

.shape-container {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 150px;
    transform: translateZ(0)
}

    .shape-container[data-shape-position=top] {
        top: 0;
        bottom: auto
    }

    .shape-container[data-shape-position=bottom] {
        top: auto;
        bottom: 0
    }

    .shape-container[data-shape-orientation=inverse] {
        transform: rotate(180deg)
    }

.shape-fill-primary {
    fill: #510fa8
}

.shape-stroke-primary {
    stroke: #510fa8
}

.shape-fill-secondary {
    fill: #f5f9fc
}

.shape-stroke-secondary {
    stroke: #f5f9fc
}

.shape-fill-success {
    fill: #00c759
}

.shape-stroke-success {
    stroke: #00c759
}

.shape-fill-info {
    fill: #17c1f4
}

.shape-stroke-info {
    stroke: #17c1f4
}

.shape-fill-warning {
    fill: #ff3b00
}

.shape-stroke-warning {
    stroke: #ff3b00
}

.shape-fill-danger {
    fill: #f03
}

.shape-stroke-danger {
    stroke: #f03
}

.shape-fill-light {
    fill: #ced4da
}

.shape-stroke-light {
    stroke: #ced4da
}

.shape-fill-dark {
    fill: #05172a
}

.shape-stroke-dark {
    stroke: #05172a
}

.shape-fill-white {
    fill: #fff
}

.shape-stroke-white {
    stroke: #fff
}

.shape-fill-darker {
    fill: #020b13
}

.shape-stroke-darker {
    stroke: #020b13
}

[data-shape-style=curve] {
    height: 80px
}

[data-shape-style=wave] {
    height: 80px
}

@media (min-width:2400px) {
    [data-shape-style=curve] {
        height: 150px
    }
}

@media (min-width:1200px) and (max-width:2399px) {
    [data-shape-style=curve] {
        height: 100px
    }
}

@media (max-width:1199.98px) {
    [data-shape-style=curve] {
        height: 60px
    }

    [data-shape-style=wave] {
        height: 40px
    }
}

@media (max-width:991.98px) {
    [data-shape-style=curve] {
        height: 40px
    }
}

.h-100vh {
    height: 100vh !important
}

.row.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
    }
}

.row-grid + .row-grid {
    margin-top: 3rem
}

@media (min-width:992px) {
    [class*=mb--], [class*=ml--], [class*=mr--], [class*=mt--] {
        position: relative;
        z-index: 5
    }

    .mt--100 {
        margin-top: -100px !important
    }

    .mr--100 {
        margin-right: -100px !important
    }

    .mb--100 {
        margin-bottom: -100px !important
    }

    .ml--100 {
        margin-left: -100px !important
    }

    .mt--150 {
        margin-top: -150px !important
    }

    .mb--150 {
        margin-bottom: -150px !important
    }

    .mt--200 {
        margin-top: -200px !important
    }

    .mb--200 {
        margin-bottom: -200px !important
    }

    .mt--300 {
        margin-top: -300px !important
    }

    .mb--300 {
        margin-bottom: -300px !important
    }

    .pt-100 {
        padding-top: 100px !important
    }

    .pb-100 {
        padding-bottom: 100px !important
    }

    .pt-150 {
        padding-top: 150px !important
    }

    .pb-150 {
        padding-bottom: 150px !important
    }

    .pt-200 {
        padding-top: 200px !important
    }

    .pb-200 {
        padding-bottom: 200px !important
    }

    .pt-250 {
        padding-top: 250px !important
    }

    .pb-250 {
        padding-bottom: 250px !important
    }

    .pt-300 {
        padding-top: 300px !important
    }

    .pb-300 {
        padding-bottom: 300px !important
    }
}

[class*=shadow] {
    transition: all .2s ease-in-out
}

.shadow-sm--hover:hover {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow--hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg--hover:hover {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none, .shadow-none--hover:hover {
    box-shadow: none !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
}

.text-underline {
    text-decoration: underline
}

.text-through {
    text-decoration: line-through
}

.lh-100 {
    line-height: 1
}

.lh-110 {
    line-height: 1.1
}

.lh-120 {
    line-height: 1.2
}

.lh-130 {
    line-height: 1.3
}

.lh-140 {
    line-height: 1.4
}

.lh-150 {
    line-height: 1.5
}

.lh-160 {
    line-height: 1.6
}

.lh-170 {
    line-height: 1.7
}

.lh-180 {
    line-height: 1.8
}

.ls-1 {
    letter-spacing: .0625rem
}

.ls-15 {
    letter-spacing: .09375rem
}

.ls-2 {
    letter-spacing: .125rem
}

.text-limit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

[data-accordion='1'] .card-header {
    position: relative;
    cursor: pointer
}

    [data-accordion='1'] .card-header:after {
        font-family: 'Istok Web',sans-serif;
        font-weight: 700;
        position: absolute;
        top: 50%;
        right: 1.5rem;
        content: '+';
        transform: translateY(-50%)
    }

    [data-accordion='1'] .card-header[aria-expanded=false]:after {
        content: '+'
    }

    [data-accordion='1'] .card-header[aria-expanded=true]:after {
        content: '-'
    }

    [data-accordion='1'] .card-header[aria-expanded=true] .heading {
        color: #510fa8
    }

.alert {
    padding: 1rem 1.5rem;
    border: 0;
    border-radius: .25rem
}

    .alert .alert-inner--icon {
        font-size: 1.25rem;
        display: inline-block;
        margin-right: 1.25rem;
        vertical-align: middle
    }

    .alert .alert-inner--text {
        display: inline-block;
        vertical-align: middle
    }

.alert-shadow {
    box-shadow: 0 8px 22px 0 rgba(0,0,0,.37)
}

[class*=alert-] .alert-link {
    color: #fff;
    border-bottom: 1px dotted rgba(255,255,255,.5)
}

.alert-heading {
    font-size: 1.40625rem;
    font-weight: 600;
    margin-top: .15rem
}

.alert-dismissible .close {
    top: 50%;
    right: 1.5rem;
    padding: 0;
    transform: translateY(-50%);
    color: rgba(255,255,255,.6)
}

    .alert-dismissible .close > span:not(.sr-only) {
        font-size: .8rem;
        line-height: 19px;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: rgba(255,255,255,.3)
    }

    .alert-dismissible .close:focus, .alert-dismissible .close:hover {
        color: #fff
    }

        .alert-dismissible .close:focus span:not(.sr-only), .alert-dismissible .close:hover span:not(.sr-only) {
            background-color: rgba(255,255,255,.5)
        }

.alert-dismissible .undo {
    font-size: .82031rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    right: 3.5rem;
    cursor: pointer;
    transform: translateY(-50%);
    text-transform: uppercase;
    color: rgba(255,255,255,.5);
    border: 0;
    background: 0 0
}

    .alert-dismissible .undo:focus, .alert-dismissible .undo:hover {
        color: rgba(255,255,255,.8)
    }

.alert-inverse {
    color: #fff;
    background-color: #454545
}

.alert-notify {
    width: 100%;
    max-width: 600px;
    padding-right: 60px
}

.avatar {
    font-size: 1rem;
    display: inline-flex;
    width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    background-color: #adb5bd;
    align-items: center;
    justify-content: center
}

    .avatar img {
        width: 100%;
        border-radius: 50%
    }

    .avatar + .avatar-content {
        display: inline-block;
        margin-left: .75rem
    }

.avatar-lg {
    font-size: .82031rem;
    width: 58px;
    height: 58px
}

.avatar-sm {
    font-size: .82031rem;
    width: 38px;
    height: 38px
}

.avatar-overlapped .avatar + .avatar {
    margin-left: -1rem;
    border: 2px solid #fff
}

.badge a {
    color: #fff
}

.badge-inline {
    margin-right: .625rem
}

    .badge-inline + span {
        position: relative;
        top: 2px
    }

        .badge-inline + span > a {
            text-decoration: underline
        }

.badge-md {
    padding: .65em 1em
}

.badge-lg {
    padding: .85em 1.375em
}

.badge-dot {
    font-size: .82031rem;
    padding-right: 0;
    padding-left: 0;
    color: #6c757d;
    background: 0 0
}

    .badge-dot strong {
        color: #343a40
    }

    .badge-dot i {
        display: inline-block;
        width: .375rem;
        height: .375rem;
        margin-right: .375rem;
        vertical-align: middle;
        border-radius: 50%
    }

    .badge-dot.badge-md i {
        width: .5rem;
        height: .5rem
    }

    .badge-dot.badge-lg i {
        width: .625rem;
        height: .625rem
    }

.blurable--hover {
    position: relative
}

    .blurable--hover .blurable-item {
        transition: 1s cubistatbezier(.19,1,.22,1);
        opacity: 1;
        will-change: transform;
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    .blurable--hover .blurable-hidden {
        position: absolute;
        top: calc(50% + 7px);
        left: 50%;
        transition: all .2s ease-in-out;
        transform: translate(-50%,-50%);
        opacity: 0
    }

    .blurable--hover:hover .blurable-item {
        transform: scale(.95);
        opacity: .8;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    .blurable--hover:hover .blurable-hidden {
        top: 50%;
        opacity: 1
    }

.breadcrumb-links {
    padding: 0;
    border-radius: 0;
    background-color: transparent
}

    .breadcrumb-links .breadcrumb-item + .breadcrumb-item::before {
        content: '\00bb'
    }

.btn {
    position: relative
}

    .btn .badge {
        position: absolute;
        top: -.625rem;
        right: -.3125rem
    }

.btn-outline-secondary {
    color: #3882ba
}

.btn-group .btn, .btn-group .btn:focus, .input-group .btn, .input-group .btn:focus {
    box-shadow: none
}

.btn-xl {
    font-size: 1.40625rem;
    line-height: 1.5;
    padding: 1.15rem 1rem;
    border-radius: .35rem
}

.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-animated {
    position: relative;
    overflow: hidden
}

    .btn-animated .btn-inner--visible {
        position: relative
    }

    .btn-animated .btn-inner--hidden {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%)
    }

.btn-animated-x .btn-inner--visible {
    right: 0;
    transition: right .3s ease 0s
}

.btn-animated-x .btn-inner--hidden {
    right: -100%;
    transition: right .3s ease 0s
}

.btn-animated-x:hover .btn-inner--hidden {
    right: 0
}

.btn-animated-x:hover .btn-inner--visible {
    right: 150%
}

.btn-animated-y .btn-inner--visible {
    top: 0;
    transition: top .3s ease 0s
}

.btn-animated-y .btn-inner--hidden {
    bottom: -150%;
    left: 0;
    transition: bottom .3s ease 0s
}

.btn-animated-y:hover .btn-inner--hidden {
    bottom: 0
}

.btn-animated-y:hover .btn-inner--visible {
    top: 100px
}

.btn-action-label .btn-label:hover {
    color: #343a40;
    background: 0 0
}

.btn-action-label .btn-secondary:hover {
    color: #510fa8
}

.btn-icon-label {
    position: relative
}

    .btn-icon-label .btn-inner--icon {
        line-height: 1;
        position: absolute;
        width: 3em;
        height: 100%;
        margin: 0;
        text-align: center;
        border-radius: 0;
        background-color: rgba(0,0,0,.1)
    }

        .btn-icon-label .btn-inner--icon:not(:first-child) {
            top: 0;
            right: 0;
            border-top-right-radius: inherit;
            border-bottom-right-radius: inherit
        }

        .btn-icon-label .btn-inner--icon:not(:last-child) {
            top: 0;
            left: 0;
            border-top-left-radius: inherit;
            border-bottom-left-radius: inherit
        }

        .btn-icon-label .btn-inner--icon svg {
            position: relative;
            top: 50%;
            transform: translateY(-50%)
        }

    .btn-icon-label .btn-inner--text:not(:first-child) {
        padding-left: 3em
    }

    .btn-icon-label .btn-inner--text:not(:last-child) {
        padding-right: 3em
    }

.btn-icon .btn-inner--text:not(:first-child) {
    margin-left: .75em
}

.btn-icon .btn-inner--text:not(:last-child) {
    margin-right: .75em
}

.btn-icon-only {
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    padding: 0
}

    .btn-icon-only:focus, .btn-icon-only:hover {
        box-shadow: none
    }

    .btn-group-sm > .btn-icon-only.btn, .btn-icon-only.btn-sm {
        line-height: 2rem;
        width: 2rem;
        height: 2rem
    }

.btn-nobg {
    padding: 0;
    background: 0 0 !important
}

    .btn-nobg:hover {
        border-color: transparent !important;
        background: 0 0 !important
    }

.btn-nobg--hover:hover {
    background-color: transparent
}

.btn-facebook {
    color: #fff;
    border-color: #3b5999;
    background-color: #3b5999;
    box-shadow: none
}

    .btn-facebook:hover {
        color: #fff;
        border-color: #2d4474;
        background-color: #30497d;
        box-shadow: 0 0 15px rgba(59,89,153,.35)
    }

    .btn-facebook.focus, .btn-facebook:focus {
        box-shadow: none,0 0 0 0 rgba(59,89,153,.5)
    }

    .btn-facebook.disabled, .btn-facebook:disabled {
        color: #fff;
        border-color: #3b5999;
        background-color: #3b5999
    }

    .btn-facebook:not(:disabled):not(.disabled).active, .btn-facebook:not(:disabled):not(.disabled):active, .show > .btn-facebook.dropdown-toggle {
        color: #fff;
        border-color: #293e6b;
        background-color: #2d4474
    }

        .btn-facebook:not(:disabled):not(.disabled).active:focus, .btn-facebook:not(:disabled):not(.disabled):active:focus, .show > .btn-facebook.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(59,89,153,.5)
        }

.btn-twitter {
    color: #fff;
    border-color: #1da1f2;
    background-color: #1da1f2;
    box-shadow: none
}

    .btn-twitter:hover {
        color: #fff;
        border-color: #0c85d0;
        background-color: #0d8ddc;
        box-shadow: 0 0 15px rgba(29,161,242,.35)
    }

    .btn-twitter.focus, .btn-twitter:focus {
        box-shadow: none,0 0 0 0 rgba(29,161,242,.5)
    }

    .btn-twitter.disabled, .btn-twitter:disabled {
        color: #fff;
        border-color: #1da1f2;
        background-color: #1da1f2
    }

    .btn-twitter:not(:disabled):not(.disabled).active, .btn-twitter:not(:disabled):not(.disabled):active, .show > .btn-twitter.dropdown-toggle {
        color: #fff;
        border-color: #0b7ec4;
        background-color: #0c85d0
    }

        .btn-twitter:not(:disabled):not(.disabled).active:focus, .btn-twitter:not(:disabled):not(.disabled):active:focus, .show > .btn-twitter.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(29,161,242,.5)
        }

.btn-google-plus {
    color: #fff;
    border-color: #dd4b39;
    background-color: #dd4b39;
    box-shadow: none
}

    .btn-google-plus:hover {
        color: #fff;
        border-color: #c23321;
        background-color: #cd3623;
        box-shadow: 0 0 15px rgba(221,75,57,.35)
    }

    .btn-google-plus.focus, .btn-google-plus:focus {
        box-shadow: none,0 0 0 0 rgba(221,75,57,.5)
    }

    .btn-google-plus.disabled, .btn-google-plus:disabled {
        color: #fff;
        border-color: #dd4b39;
        background-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;
        border-color: #b7301f;
        background-color: #c23321
    }

        .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: none,0 0 0 0 rgba(221,75,57,.5)
        }

.btn-instagram {
    color: #fff;
    border-color: #e4405f;
    background-color: #e4405f;
    box-shadow: none
}

    .btn-instagram:hover {
        color: #fff;
        border-color: #d31e40;
        background-color: #de1f44;
        box-shadow: 0 0 15px rgba(228,64,95,.35)
    }

    .btn-instagram.focus, .btn-instagram:focus {
        box-shadow: none,0 0 0 0 rgba(228,64,95,.5)
    }

    .btn-instagram.disabled, .btn-instagram:disabled {
        color: #fff;
        border-color: #e4405f;
        background-color: #e4405f
    }

    .btn-instagram:not(:disabled):not(.disabled).active, .btn-instagram:not(:disabled):not(.disabled):active, .show > .btn-instagram.dropdown-toggle {
        color: #fff;
        border-color: #c81c3d;
        background-color: #d31e40
    }

        .btn-instagram:not(:disabled):not(.disabled).active:focus, .btn-instagram:not(:disabled):not(.disabled):active:focus, .show > .btn-instagram.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(228,64,95,.5)
        }

.btn-pinterest {
    color: #fff;
    border-color: #bd081c;
    background-color: #bd081c;
    box-shadow: none
}

    .btn-pinterest:hover {
        color: #fff;
        border-color: #8c0615;
        background-color: #980617;
        box-shadow: 0 0 15px rgba(189,8,28,.35)
    }

    .btn-pinterest.focus, .btn-pinterest:focus {
        box-shadow: none,0 0 0 0 rgba(189,8,28,.5)
    }

    .btn-pinterest.disabled, .btn-pinterest:disabled {
        color: #fff;
        border-color: #bd081c;
        background-color: #bd081c
    }

    .btn-pinterest:not(:disabled):not(.disabled).active, .btn-pinterest:not(:disabled):not(.disabled):active, .show > .btn-pinterest.dropdown-toggle {
        color: #fff;
        border-color: #800513;
        background-color: #8c0615
    }

        .btn-pinterest:not(:disabled):not(.disabled).active:focus, .btn-pinterest:not(:disabled):not(.disabled):active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(189,8,28,.5)
        }

.btn-youtube {
    color: #fff;
    border-color: #cd201f;
    background-color: #cd201f;
    box-shadow: none
}

    .btn-youtube:hover {
        color: #fff;
        border-color: #a11918;
        background-color: #ac1b1a;
        box-shadow: 0 0 15px rgba(205,32,31,.35)
    }

    .btn-youtube.focus, .btn-youtube:focus {
        box-shadow: none,0 0 0 0 rgba(205,32,31,.5)
    }

    .btn-youtube.disabled, .btn-youtube:disabled {
        color: #fff;
        border-color: #cd201f;
        background-color: #cd201f
    }

    .btn-youtube:not(:disabled):not(.disabled).active, .btn-youtube:not(:disabled):not(.disabled):active, .show > .btn-youtube.dropdown-toggle {
        color: #fff;
        border-color: #961717;
        background-color: #a11918
    }

        .btn-youtube:not(:disabled):not(.disabled).active:focus, .btn-youtube:not(:disabled):not(.disabled):active:focus, .show > .btn-youtube.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(205,32,31,.5)
        }

.btn-vimeo {
    color: #fff;
    border-color: #04a0f0;
    background-color: #04a0f0;
    box-shadow: none
}

    .btn-vimeo:hover {
        color: #fff;
        border-color: #037fbe;
        background-color: #0387ca;
        box-shadow: 0 0 15px rgba(4,160,240,.35)
    }

    .btn-vimeo.focus, .btn-vimeo:focus {
        box-shadow: none,0 0 0 0 rgba(4,160,240,.5)
    }

    .btn-vimeo.disabled, .btn-vimeo:disabled {
        color: #fff;
        border-color: #04a0f0;
        background-color: #04a0f0
    }

    .btn-vimeo:not(:disabled):not(.disabled).active, .btn-vimeo:not(:disabled):not(.disabled):active, .show > .btn-vimeo.dropdown-toggle {
        color: #fff;
        border-color: #0376b1;
        background-color: #037fbe
    }

        .btn-vimeo:not(:disabled):not(.disabled).active:focus, .btn-vimeo:not(:disabled):not(.disabled):active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(4,160,240,.5)
        }

.btn-slack {
    color: #fff;
    border-color: #3aaf85;
    background-color: #3aaf85;
    box-shadow: none
}

    .btn-slack:hover {
        color: #fff;
        border-color: #2d8968;
        background-color: #30926f;
        box-shadow: 0 0 15px rgba(58,175,133,.35)
    }

    .btn-slack.focus, .btn-slack:focus {
        box-shadow: none,0 0 0 0 rgba(58,175,133,.5)
    }

    .btn-slack.disabled, .btn-slack:disabled {
        color: #fff;
        border-color: #3aaf85;
        background-color: #3aaf85
    }

    .btn-slack:not(:disabled):not(.disabled).active, .btn-slack:not(:disabled):not(.disabled):active, .show > .btn-slack.dropdown-toggle {
        color: #fff;
        border-color: #2a7f61;
        background-color: #2d8968
    }

        .btn-slack:not(:disabled):not(.disabled).active:focus, .btn-slack:not(:disabled):not(.disabled):active:focus, .show > .btn-slack.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(58,175,133,.5)
        }

.btn-dribbble {
    color: #fff;
    border-color: #ea4c89;
    background-color: #ea4c89;
    box-shadow: none
}

    .btn-dribbble:hover {
        color: #fff;
        border-color: #e51e6b;
        background-color: #e62a72;
        box-shadow: 0 0 15px rgba(234,76,137,.35)
    }

    .btn-dribbble.focus, .btn-dribbble:focus {
        box-shadow: none,0 0 0 0 rgba(234,76,137,.5)
    }

    .btn-dribbble.disabled, .btn-dribbble:disabled {
        color: #fff;
        border-color: #ea4c89;
        background-color: #ea4c89
    }

    .btn-dribbble:not(:disabled):not(.disabled).active, .btn-dribbble:not(:disabled):not(.disabled):active, .show > .btn-dribbble.dropdown-toggle {
        color: #fff;
        border-color: #dc1a65;
        background-color: #e51e6b
    }

        .btn-dribbble:not(:disabled):not(.disabled).active:focus, .btn-dribbble:not(:disabled):not(.disabled):active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
            box-shadow: none,0 0 0 0 rgba(234,76,137,.5)
        }

.btn-zoom--hover {
    transition: all .2s ease-in-out;
    transform: scale(1);
    will-change: transform
}

    .btn-zoom--hover:hover {
        transform: scale(1.1)
    }

.btn-translate--hover {
    transition: all .2s ease-in-out;
    will-change: transform
}

    .btn-translate--hover:hover {
        transform: translateY(-3px)
    }

.btn-circle {
    border-radius: 10px
}

.btn-app-store {
    position: relative;
    padding-right: 1.5rem;
    padding-left: 4.5rem;
    color: #fff;
    background: #000
}

    .btn-app-store i, .btn-app-store svg {
        font-size: 2.5rem;
        position: absolute;
        top: 50%;
        left: 1.25rem;
        transform: translateY(-50%)
    }

    .btn-app-store .btn-inner--text {
        font-size: .75rem;
        line-height: .75rem;
        display: block;
        margin-bottom: .125rem
    }

    .btn-app-store .btn-inner--brand {
        font-size: 21px;
        line-height: 21px;
        display: block;
        text-align: left
    }

    .btn-app-store:hover {
        color: #fff;
        background-color: #410c87
    }

.card > .actions {
    position: absolute;
    top: 1rem;
    right: .875rem
}

.card-stats .actions {
    top: .5rem;
    right: .75rem
}

.action-item {
    font-size: .82031rem;
    padding: .375rem .25rem;
    cursor: pointer;
    transition: color .3s;
    color: #adb5bd
}

    .action-item:hover {
        color: #6c757d
    }

.actions-dark .action-item {
    color: rgba(255,255,255,.7)
}

    .actions-dark .action-item:hover {
        color: rgba(255,255,255,.9)
    }

.card {
    position: relative
}

.card-translucent-dark {
    background: rgba(255,255,255,.2)
}

.card-translucent-light {
    background: rgba(0,0,0,.2)
}

.card-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .7s cubic-bezier(.2,1,.22,1);
    border-radius: .25rem;
    background-size: cover;
    -webkit-backface-visibility: hidden
}

.card:hover .card-img-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.card-img-bg ~ .card-body {
    position: relative
}

[data-lg-columns='2'] {
    column-count: 2 !important
}

@media (min-width:992px) and (max-width:1199.98px) {
    [data-lg-columns='3'] {
        column-count: 3 !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    [data-lg-columns='4'] {
        column-count: 4 !important
    }
}

.card-pricing .card-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d
}

.card-pricing.popular {
    z-index: 1;
    border: 3px solid #510fa8 !important
}

@media (min-width:992px) {
    .card-pricing.zoom-in {
        z-index: 1;
        transform: scale(1.1)
    }
}

.card-icon-actions a {
    font-size: .875rem;
    display: inline-block;
    margin-right: .625rem;
    color: #6c757d
}

.card-icon-actions-lg a {
    font-size: 1.25rem;
    margin-right: .875rem
}

.card-icon-actions a:last-of-type {
    margin-right: 0
}

.card-icon-actions > .active, .card-icon-actions > a:hover {
    color: #343a40
}

.card-icon-actions > .favorite.active, .card-icon-actions > .favorite:hover {
    color: #ffd600
}

.card-icon-actions > .love.active, .card-icon-actions > .love:hover {
    color: #f03
}

.card-icon-actions > .like.active, .card-icon-actions > .like:hover {
    color: #2592f9
}

.card-comment-box input, .card-comment-box textarea {
    width: 100%;
    margin: 0;
    padding: .3125rem 0;
    resize: none;
    color: #343a40;
    border: 0;
    outline: 0;
    background: 0 0;
    box-shadow: none
}

    .card-comment-box input:focus, .card-comment-box textarea:focus {
        background: 0 0;
        box-shadow: none
    }

.card-profile .card-body {
    position: relative;
    z-index: 2
}

    .card-profile .card-body .avatar {
        width: 7rem;
        height: 7rem;
        border: .1875rem solid #fff
    }

.card-profile-cover {
    overflow: hidden;
    max-height: 300px
}

    .card-profile-cover + .card-body .avatar {
        margin-top: -3.5rem
    }

.card-profile.text-center .card-profile-cover + .card-body .avatar {
    margin-top: -4.5rem
}

.close {
    transition: all .2s ease-in-out
}

    .close > span:not(.sr-only) {
        font-size: .8rem;
        line-height: 17px;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        transition: all .2s ease-in-out;
        border-radius: 50%;
        background-color: rgba(0,0,0,.3)
    }

    .close:focus, .close:hover {
        color: #fff
    }

        .close:focus span:not(.sr-only), .close:hover span:not(.sr-only) {
            background-color: rgba(0,0,0,.5)
        }

.custom-control-label::before {
    transition: all .2s ease-in-out;
    border: .0625rem solid #ced4da
}

.custom-control-label:hover::before {
    border-color: #dee2e6;
    background: #dee2e6
}

.custom-control-input:active ~ .custom-control-label::before {
    border-color: #510fa8
}

.custom-checkbox .custom-control-input ~ .custom-control-label {
    line-height: 1.8;
    cursor: pointer
}

    .custom-checkbox .custom-control-input ~ .custom-control-label::after {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E')
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #510fa8
}

.custom-radio .custom-control-input ~ .custom-control-label::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'-4 -4 8 8\'%3E%3Ccircle r=\'3\' fill=\'%23fff\'/%3E%3C/svg%3E')
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #510fa8
}

.custom-color:after, .custom-color:before {
    display: table;
    content: ''
}

.custom-color:after {
    clear: both
}

.custom-color label {
    display: block;
    float: left;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: .375rem;
    padding: .375rem;
    transition: all .3s ease;
    transform: scale(.95);
    text-align: center;
    opacity: .7;
    border: 1px solid transparent;
    border-radius: 5px
}

    .custom-color label:hover {
        cursor: pointer;
        opacity: 1
    }

    .custom-color label i, .custom-color label svg {
        opacity: 0;
        color: rgba(255,255,255,.7)
    }

.custom-color input {
    position: absolute;
    left: -9999px
}

    .custom-color input:checked + label {
        transform: scale(1.1);
        opacity: 1
    }

        .custom-color input:checked + label i, .custom-color input:checked + label svg {
            opacity: 1
        }

.checkbox-alphanumeric:after, .checkbox-alphanumeric:before {
    display: table;
    content: ''
}

.checkbox-alphanumeric:after {
    clear: both
}

.checkbox-alphanumeric label {
    font-weight: 400;
    display: block;
    float: left;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: .375rem;
    padding: .375rem 0;
    transition: all .3s ease;
    transform: scale(.95);
    text-align: center;
    text-transform: uppercase;
    color: #adb5bd;
    border: .0625rem solid #ced4da;
    border-radius: .2rem;
    background: 0 0
}

    .checkbox-alphanumeric label img {
        max-width: 100%
    }

    .checkbox-alphanumeric label:hover {
        cursor: pointer;
        border-color: #dee2e6
    }

.checkbox-alphanumeric input {
    position: absolute;
    left: -9999px
}

    .checkbox-alphanumeric input:checked ~ label {
        transform: scale(1.1);
        color: #510fa8;
        border-color: #510fa8
    }

.checkbox-alphanumeric--style-1 label {
    width: auto;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: .25rem
}

.d-table.checkbox-alphanumeric--style-1 {
    width: 100%
}

    .d-table.checkbox-alphanumeric--style-1 label {
        width: 100%
    }

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 1.5rem
}

    .toggle-switch input {
        display: none
    }

        .toggle-switch input:checked + .toggle-switch-slider:before {
            border-color: #510fa8;
            background-color: #510fa8
        }

        .toggle-switch input:checked + .toggle-switch-slider {
            border: .0625rem solid #510fa8
        }

            .toggle-switch input:checked + .toggle-switch-slider:before {
                transform: translateX(1.625rem)
            }

        .toggle-switch input:disabled + .toggle-switch-slider {
            border: .0625rem solid #e9ecef
        }

        .toggle-switch input:checked:disabled + .toggle-switch-slider {
            border: .0625rem solid #e9ecef
        }

            .toggle-switch input:checked:disabled + .toggle-switch-slider:before {
                background-color: #6813d7
            }

.toggle-switch-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: .4s;
    border: .0625rem solid #ced4da;
    border-radius: .2rem;
    background-color: transparent
}

    .toggle-switch-slider:before {
        position: absolute;
        bottom: 2px;
        left: .0625rem;
        width: 18px;
        height: 18px;
        content: '';
        transition: .3s;
        border-radius: .2rem;
        background-color: #ced4da
    }

    .toggle-switch-slider.rounded-circle {
        border-radius: 34px !important
    }

        .toggle-switch-slider.rounded-circle:before {
            border-radius: 50% !important
        }

.custom-input-file {
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: .1px;
    height: .1px;
    opacity: 0;
    outline: 0
}

    .custom-input-file + label {
        display: block;
        overflow: hidden;
        padding: .625rem 1.25rem;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #495057;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        outline: 0;
        background-color: #fff
    }

        .custom-input-file + label:hover, .custom-input-file.has-focus + label, .custom-input-file:focus + label {
            background-color: #fff
        }

.no-js .custom-input-file + label {
    display: none
}

.custom-input-file.has-focus + label, .custom-input-file:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.custom-input-file + label i {
    width: 1em;
    height: 1em;
    margin-top: -.25em;
    margin-right: .5em;
    vertical-align: middle;
    fill: currentColor
}

.custom-input-file--2 + label {
    color: #fff;
    border-color: #510fa8;
    background: #510fa8
}

    .custom-input-file--2 + label:hover, .custom-input-file--2.has-focus + label, .custom-input-file--2:focus + label {
        color: #fff;
        border-color: #3a0b79;
        background: #3a0b79
    }

.dropdown, .dropleft, .dropright, .dropup {
    display: inline-block
}

.dropdown-menu {
    min-width: 12rem
}

    .dropdown-menu .dropdown-item {
        padding: .5rem 1rem
    }

        .dropdown-menu .dropdown-item > i, .dropdown-menu .dropdown-item > svg {
            font-size: 1rem;
            margin-right: 1rem;
            vertical-align: -17%
        }

    .dropdown-menu .list-group-item .media p {
        line-height: 1.4;
        color: #6c757d
    }

    .dropdown-menu .list-group-item .media:hover .heading {
        color: #510fa8
    }

    .dropdown-menu .list-group-item .media:hover p {
        color: #495057
    }

.dropdown-header {
    padding-right: 1rem;
    padding-left: 1rem
}

.dropdown-menu-inverse {
    border-color: #242a31;
    background: #282f37
}

    .dropdown-menu-inverse .dropdown-item {
        color: #dadada
    }

        .dropdown-menu-inverse .dropdown-item:active, .dropdown-menu-inverse .dropdown-item:focus, .dropdown-menu-inverse .dropdown-item:hover {
            color: #fff;
            background: #31353e
        }

    .dropdown-menu-inverse .dropdown-divider {
        background: #191e23
    }

@media (min-width:768px) {
    .dropdown-menu-sm {
        min-width: 100px;
        border: .2rem
    }

    .dropdown-menu-lg {
        min-width: 400px;
        border-radius: .25rem
    }

    .dropdown-menu-xl {
        min-width: 600px;
        border-radius: .25rem
    }
}

@media (min-width:992px) {
    .dropdown-fluid {
        position: static
    }

        .dropdown-fluid .dropdown-menu {
            width: calc(100% - 30px);
            max-width: 1200px
        }

        .dropdown-fluid .dropdown-menu {
            right: auto;
            left: 15px
        }

        .dropdown-fluid .dropdown-menu-right {
            right: 15px;
            left: auto
        }
}

.has-floating-items {
    padding-bottom: 18rem !important
}

@media (min-width:768px) {
    .has-floating-items {
        padding-bottom: 18rem !important
    }
}

.floating-items {
    position: relative;
    z-index: 10;
    left: 50%;
    margin-left: -570px
}

.floating-icon {
    position: absolute;
    animation: floating 3s ease infinite;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0,0,0,.1)
}

    .floating-icon span {
        height: 100%
    }

    .floating-icon img {
        max-width: 100%
    }

    .floating-icon img, .floating-icon span {
        display: inline-block;
        vertical-align: middle
    }

    .floating-icon:nth-child(1) {
        top: 140px;
        left: -60px;
        width: 120px;
        height: 120px
    }

    .floating-icon:nth-child(2) {
        top: 200px;
        left: 180px;
        width: 160px;
        height: 160px;
        animation-delay: .5s
    }

    .floating-icon:nth-child(3) {
        top: 120px;
        left: 480px;
        width: 80px;
        height: 80px;
        animation-delay: 1s
    }

    .floating-icon:nth-child(4) {
        top: 210px;
        left: 680px;
        width: 140px;
        height: 140px;
        animation-delay: 1.5s
    }

    .floating-icon:nth-child(5) {
        top: 100px;
        left: 920px;
        width: 100px;
        height: 100px;
        animation-delay: 2s
    }

    .floating-icon:nth-child(6) {
        top: 200px;
        left: 1120px;
        width: 80px;
        height: 80px;
        animation-delay: 2.5s
    }

@media (min-width:768px) and (max-width:1199.98px) {
    .floating-icon:nth-child(1), .floating-icon:nth-child(6) {
        display: none
    }
}

@media (max-width:767.98px) {
    .floating-icon:nth-child(1), .floating-icon:nth-child(2), .floating-icon:nth-child(3) {
        display: none
    }

    .floating-icon:nth-child(4), .floating-icon:nth-child(5), .floating-icon:nth-child(6) {
        top: 80px;
        width: 100px;
        height: 100px
    }

    .floating-icon:nth-child(4) {
        left: 300px
    }

    .floating-icon:nth-child(5) {
        left: 500px
    }

    .floating-icon:nth-child(6) {
        left: 700px
    }
}

@media (max-width:767.98px) {
    .floating-icon:nth-child(4), .floating-icon:nth-child(5), .floating-icon:nth-child(6) {
        top: 80px;
        width: 80px;
        height: 80px
    }

    .floating-icon:nth-child(4) {
        left: 400px
    }

    .floating-icon:nth-child(5) {
        left: 530px
    }

    .floating-icon:nth-child(6) {
        left: 660px
    }
}

.floating-color {
    position: absolute;
    animation: floating 3s ease infinite;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(0,0,0,.1)
}

    .floating-color span {
        font-size: .82031rem;
        position: relative;
        top: 50%;
        display: inline-block;
        transform: translateY(-50%);
        color: rgba(255,255,255,.5);
        border-radius: 20px
    }

    .floating-color:nth-child(1) {
        top: 140px;
        left: -60px;
        width: 120px;
        height: 120px
    }

    .floating-color:nth-child(2) {
        top: 200px;
        left: 180px;
        width: 160px;
        height: 160px;
        animation-delay: .5s
    }

    .floating-color:nth-child(3) {
        top: 120px;
        left: 480px;
        width: 80px;
        height: 80px;
        animation-delay: 1s
    }

    .floating-color:nth-child(4) {
        top: 210px;
        left: 680px;
        width: 140px;
        height: 140px;
        animation-delay: 1.5s
    }

    .floating-color:nth-child(5) {
        top: 100px;
        left: 920px;
        width: 100px;
        height: 100px;
        animation-delay: 2s
    }

    .floating-color:nth-child(6) {
        top: 200px;
        left: 1120px;
        width: 80px;
        height: 80px;
        animation-delay: 2.5s
    }

@keyframes floating {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }
}

footer {
    background-color: #fff
}

.footer .list-unstyled li a {
    display: inline-block;
    padding: .125rem 0
}

.footer-dark {
    color: #adb5bd;
    background-color: #020b13
}

    .footer-dark .heading {
        color: #e9ecef
    }

    .footer-dark .footer-link, .footer-dark .list-unstyled li a, .footer-dark .nav .nav-item .nav-link {
        color: #adb5bd
    }

        .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(253,244,236,.1)
    }

.form-control:focus::-webkit-input-placeholder {
    color: #adb5bd
}

.form-control:focus:-ms-input-placeholder {
    color: #adb5bd
}

.form-control:focus::-ms-input-placeholder {
    color: #adb5bd
}

.form-control:focus::placeholder {
    color: #adb5bd
}

.form-control.border-0, .form-control.border-0:focus {
    box-shadow: none
}

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 {
    font-size: 1.40625rem;
    line-height: 1.5;
    padding: 1.15rem 1rem;
    border-radius: .35rem
}

.form-control-muted {
    border-color: #edf0f5;
    background-color: #edf0f5
}

    .form-control-muted:focus {
        background-color: #edf0f5
    }

.form-control-emphasized {
    border-color: #fff;
    background-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 {
        border-color: transparent;
        background-color: #fff;
        box-shadow: 0 0 0 2px #510fa8
    }

.has-floating-label {
    position: relative
}

    .has-floating-label .control-label {
        font-size: .9375rem;
        position: absolute;
        z-index: 1;
        top: 50%;
        margin: 0 .55rem;
        padding: 0 .55rem;
        transition: .3s;
        transform: translateY(-50%) scale(1);
        transform-origin: left top;
        pointer-events: none;
        color: #adb5bd
    }

    .has-floating-label .input-group .control-label {
        left: 2rem
    }

    .has-floating-label.focused .control-label {
        top: -1.25rem;
        left: 0;
        margin: 0;
        padding: 0;
        transform: translateY(0) scale(.85)
    }

    .has-floating-label .control-label-xl {
        font-size: 1.40625rem;
        margin: 0 .5rem;
        padding: 0 .5rem
    }

    .has-floating-label .control-label-lg {
        font-size: 1.17188rem;
        margin: 0 .5rem;
        padding: 0 .5rem
    }

    .has-floating-label .control-label-sm {
        font-size: .82031rem;
        margin: 0 .5rem;
        padding: 0 .5rem
    }

.form-primary .form-control {
    color: #fff;
    border: .0625rem solid #360a70;
    background-color: #360a70
}

    .form-primary .form-control:focus {
        border: .0625rem solid #2d085d;
        background-color: #2d085d
    }

    .form-primary .form-control::-webkit-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::-ms-input-placeholder {
        color: rgba(255,255,255,.8)
    }

    .form-primary .form-control::placeholder {
        color: rgba(255,255,255,.8)
    }

.form-stacked .form-control {
    position: relative;
    box-sizing: border-box
}

    .form-stacked .form-control:first-of-type {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .form-stacked .form-control:not(:first-of-type):not(:last-of-type) {
        margin-bottom: -1px;
        border-radius: 0
    }

    .form-stacked .form-control:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .form-stacked .form-control:focus {
        z-index: 2
    }

.frame-laptop {
    position: relative
}

    .frame-laptop .frame-inner {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 78%;
        height: 74%;
        margin: 7.5% 11% 0 11%;
        border-radius: .25rem;
        background-color: #111;
        box-shadow: inset 0 2px 5px 0 rgba(0,0,0,.2)
    }

.frame-browser {
    position: relative;
    border-radius: .25rem;
    background-color: #05172a;
    in-height: 300px;
    will-change: height
}

    .frame-browser:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 6px;
        background: -webkit-linear-gradient(40deg,transparent 0,#020b13 100%);
        will-change: transform
    }

    .frame-browser .frame-header {
        position: relative;
        padding: .3rem 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        background-color: rgba(10,48,88,.8)
    }

        .frame-browser .frame-header .dot {
            display: inline-block;
            width: 8px;
            height: 8px;
            margin-right: 3px;
            border-radius: 50%
        }

    .frame-browser .frame-body {
        position: relative;
        overflow-x: hidden;
        min-height: 300px;
        padding: 0 1.5rem .5rem 1.5rem
    }

        .frame-browser .frame-body pre {
            color: #fff
        }

        .frame-browser .frame-body .hljs {
            margin: 0;
            padding: 0;
            background: 0 0 !important
        }

.icon {
    width: 3rem;
    height: 3rem
}

    .icon i, .icon svg {
        font-size: 2.75rem
    }

    .icon + .icon-text {
        width: calc(100% - 3rem - 1);
        padding-left: 1rem
    }

.icon-xl {
    width: 5rem;
    height: 5rem
}

    .icon-xl i, .icon-xl svg {
        font-size: 4.75rem
    }

    .icon-xl + .icon-text {
        width: calc(100% - 5rem - 1)
    }

.icon-lg {
    width: 4rem;
    height: 4rem
}

    .icon-lg i, .icon-lg svg {
        font-size: 3.75rem
    }

    .icon-lg + .icon-text {
        width: calc(100% - 4rem - 1)
    }

.icon-sm {
    width: 2rem;
    height: 2rem
}

    .icon-sm i, .icon-sm svg {
        font-size: 1.75rem
    }

    .icon-sm + .icon-text {
        width: calc(100% - 2rem - 1)
    }

.icon-shape {
    display: inline-flex;
    text-align: center;
    border-radius: .25rem;
    align-items: center;
    justify-content: center
}

    .icon-shape i, .icon-shape svg {
        font-size: 1rem
    }

.input-group-text {
    transition: all .2s ease-in-out
}

.input-group-transparent .input-group-text {
    color: #adb5bd;
    border: .0625rem solid #ced4da;
    background-color: transparent
}

.input-group-transparent .form-control:not(:first-child) {
    padding-left: 0;
    border-left: 0
}

.input-group-transparent .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0
}

.focused .input-group {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 20px rgba(81,15,168,.1)
}

    .focused .input-group .form-control {
        box-shadow: none !important
    }

.focused .input-group-text {
    color: #510fa8;
    border-color: rgba(81,15,168,.5);
    background-color: #e9ecef
}

.focused .input-group-transparent .input-group-text {
    border-color: rgba(81,15,168,.5);
    background-color: #fff
}

.list-icon i, .list-icon svg {
    font-size: 8px;
    position: relative;
    top: 2px;
    margin-right: 1rem;
    transform: translateY(-50%)
}

.list-group-space .list-group-item {
    margin-bottom: 1.5rem;
    border-radius: .25rem
}

.list-group-img {
    width: 3rem;
    height: 3rem;
    margin: -.1rem 1.2rem 0 -.2rem;
    vertical-align: top;
    border-radius: 50%
}

.list-group-content {
    min-width: 0;
    flex: 1 1
}

    .list-group-content p {
        line-height: 1.5;
        margin: .2rem 0 0
    }

    .list-group-content .notification {
        line-height: 1.4;
        margin: 0
    }

.list-group-heading {
    color: #343a40
}

    .list-group-heading > small {
        font-weight: 500;
        float: right;
        color: #adb5bd
    }

.map-canvas {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: .25rem
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out
}

    .mask + .container {
        position: relative
    }

.card .mask {
    border-radius: .25rem
}

.card .mask--hover {
    transition-delay: 250ms;
    opacity: 0
}

.card:hover .mask--hover {
    opacity: .4
}

.masonry-item {
    margin-bottom: 3rem
}

.modal-content {
    border: 0;
    border-radius: .25rem
}

.modal-fluid .modal-dialog {
    margin-top: 0;
    margin-bottom: 0
}

.modal-fluid .modal-content {
    border-radius: 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 {
    color: #fff;
    background-color: #510fa8
}

    .modal-primary .modal-content .heading {
        color: #fff
    }

.modal-primary .close > span:not(.sr-only) {
    color: #fff
}

.modal-secondary .modal-title {
    color: #212529
}

.modal-secondary .modal-footer, .modal-secondary .modal-header {
    border-color: rgba(33,37,41,.075)
}

.modal-secondary .modal-content {
    color: #212529;
    background-color: #f5f9fc
}

    .modal-secondary .modal-content .heading {
        color: #212529
    }

.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 {
    color: #fff;
    background-color: #00c759
}

    .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 {
    color: #fff;
    background-color: #17c1f4
}

    .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 {
    color: #fff;
    background-color: #ff3b00
}

    .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 {
    color: #fff;
    background-color: #f03
}

    .modal-danger .modal-content .heading {
        color: #fff
    }

.modal-danger .close > span:not(.sr-only) {
    color: #fff
}

.modal-light .modal-title {
    color: #212529
}

.modal-light .modal-footer, .modal-light .modal-header {
    border-color: rgba(33,37,41,.075)
}

.modal-light .modal-content {
    color: #212529;
    background-color: #ced4da
}

    .modal-light .modal-content .heading {
        color: #212529
    }

.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 {
    color: #fff;
    background-color: #05172a
}

    .modal-dark .modal-content .heading {
        color: #fff
    }

.modal-dark .close > span:not(.sr-only) {
    color: #fff
}

.modal-white .modal-title {
    color: #212529
}

.modal-white .modal-footer, .modal-white .modal-header {
    border-color: rgba(33,37,41,.075)
}

.modal-white .modal-content {
    color: #212529;
    background-color: #fff
}

    .modal-white .modal-content .heading {
        color: #212529
    }

.modal-white .close > span:not(.sr-only) {
    color: #fff
}

.modal-darker .modal-title {
    color: #fff
}

.modal-darker .modal-footer, .modal-darker .modal-header {
    border-color: rgba(255,255,255,.075)
}

.modal-darker .modal-content {
    color: #fff;
    background-color: #020b13
}

    .modal-darker .modal-content .heading {
        color: #fff
    }

.modal-darker .close > span:not(.sr-only) {
    color: #fff
}

.nav-link {
    color: #495057
}

    .nav-link:hover {
        color: #510fa8
    }

.nav-pills .nav-link {
    font-weight: 500;
    padding: 1rem 1rem;
    color: #6c757d;
    border: 1px solid #dee2e6;
    border-radius: 0
}

    .nav-pills .nav-link:hover {
        color: #343a40
    }

.nav-pills .nav-item:not(:first-child) .nav-link {
    border-left: 0
}

.nav-pills .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.nav-pills .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #510fa8
}

@media (max-width:575.98px) {
    .nav-pills .nav-item {
        margin-bottom: 1rem
    }
}

.nav-tabs .nav-item .nav-link {
    padding: .75rem 1rem;
    transition: color .35s ease,border-color .35s ease;
    border: 0;
    border-bottom: 2px solid rgba(255,255,255,0)
}

    .nav-tabs .nav-item .nav-link.active {
        border-color: #510fa8
    }

    .nav-tabs .nav-item .nav-link:not(.active) {
        color: #adb5bd
    }

        .nav-tabs .nav-item .nav-link:not(.active):hover {
            color: #495057
        }

.navbar {
    position: relative;
    z-index: 1
}

    .navbar > .container {
        position: relative
    }

.navbar-nav .nav-link {
    font-family: 'Istok Web',sans-serif;
    font-size: .875rem;
    /*font-weight: 600;*/
    transition: all .15s linear;
    letter-spacing: 0;
    text-transform: normal
}

@media (min-width:992px) {
    .navbar-nav .nav-item {
        margin-right: .5rem
    }

    .navbar-nav .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem;
        border-radius: .25rem
    }

    .navbar-nav .nav-link-icon {
        border-radius: .25rem
    }

    .navbar-nav .dropdown-menu {
        opacity: 0
    }

        .navbar-nav .dropdown-menu.show {
            animation: show-navbar-dropdown .2s ease forwards
        }

        .navbar-nav .dropdown-menu .list-group-item {
            transition: all .2s ease-in-out;
            transform: scale(1);
            border-radius: .25rem
        }
}

@media screen and (min-width:992px) and (prefers-reduced-motion:reduce) {
    .navbar-nav .dropdown-menu .list-group-item {
        transition: none
    }
}

@media (min-width:992px) {
    .navbar-nav .dropdown-menu .list-group-item:hover {
        position: relative;
        z-index: 11;
        transform: scale(1.05);
        border-color: rgba(3,27,78,.1);
        background-color: #f5f9fb;
        box-shadow: 0 2px 4px rgba(3,27,78,.06)
    }
}

@media (min-width:992px) {
    .navbar-transparent {
        position: absolute;
        z-index: 100;
        top: 0;
        width: 100%;
        border: 0;
        background-color: transparent !important;
        box-shadow: none
    }

        .navbar-transparent.border-bottom {
            border-color: rgba(0,0,0,.1)
        }
}

@media (max-width:1199.98px) {
    .navbar-nav .nav-link {
        padding: .5rem 0
    }

    .dropdown-menu {
        box-shadow: none
    }
}

@keyframes show-navbar-dropdown {
    0% {
        transform: translateY(-10px) scale(.9);
        transform-origin: 50% -150px;
        opacity: 0
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1
    }
}

.pagination {
    margin-bottom: 0
}

.page-item .page-link, .page-item > span {
    margin: 0 3px;
    text-align: center;
    border-radius: .2rem
}

.pagination-circle .page-item .page-link, .pagination-circle .page-item > span {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 5px;
    border-radius: 50% !important
}

.pagination-circle.pagination-lg .page-item .page-link, .pagination-circle.pagination-lg .page-item > span {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 5px;
    border-radius: 50% !important
}

.popover {
    border: 0
}

.popover-header {
    font-weight: 600
}

.popover-primary {
    background-color: #510fa8
}

    .popover-primary .popover-header {
        color: #fff;
        background-color: #510fa8
    }

    .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: #510fa8
    }

    .popover-primary.bs-popover-auto[x-placement^=right] .arrow::after, .popover-primary.bs-popover-right .arrow::after {
        border-right-color: #510fa8
    }

    .popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-primary.bs-popover-bottom .arrow::after {
        border-bottom-color: #510fa8
    }

    .popover-primary.bs-popover-auto[x-placement^=left] .arrow::after, .popover-primary.bs-popover-left .arrow::after {
        border-left-color: #510fa8
    }

.popover-secondary {
    background-color: #f5f9fc
}

    .popover-secondary .popover-header {
        color: #212529;
        background-color: #f5f9fc
    }

    .popover-secondary .popover-body {
        color: #212529
    }

    .popover-secondary .popover-header {
        border-color: rgba(33,37,41,.2)
    }

    .popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after, .popover-secondary.bs-popover-top .arrow::after {
        border-top-color: #f5f9fc
    }

    .popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after, .popover-secondary.bs-popover-right .arrow::after {
        border-right-color: #f5f9fc
    }

    .popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-secondary.bs-popover-bottom .arrow::after {
        border-bottom-color: #f5f9fc
    }

    .popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after, .popover-secondary.bs-popover-left .arrow::after {
        border-left-color: #f5f9fc
    }

.popover-success {
    background-color: #00c759
}

    .popover-success .popover-header {
        color: #fff;
        background-color: #00c759
    }

    .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: #00c759
    }

    .popover-success.bs-popover-auto[x-placement^=right] .arrow::after, .popover-success.bs-popover-right .arrow::after {
        border-right-color: #00c759
    }

    .popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-success.bs-popover-bottom .arrow::after {
        border-bottom-color: #00c759
    }

    .popover-success.bs-popover-auto[x-placement^=left] .arrow::after, .popover-success.bs-popover-left .arrow::after {
        border-left-color: #00c759
    }

.popover-info {
    background-color: #17c1f4
}

    .popover-info .popover-header {
        color: #fff;
        background-color: #17c1f4
    }

    .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: #17c1f4
    }

    .popover-info.bs-popover-auto[x-placement^=right] .arrow::after, .popover-info.bs-popover-right .arrow::after {
        border-right-color: #17c1f4
    }

    .popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-info.bs-popover-bottom .arrow::after {
        border-bottom-color: #17c1f4
    }

    .popover-info.bs-popover-auto[x-placement^=left] .arrow::after, .popover-info.bs-popover-left .arrow::after {
        border-left-color: #17c1f4
    }

.popover-warning {
    background-color: #ff3b00
}

    .popover-warning .popover-header {
        color: #fff;
        background-color: #ff3b00
    }

    .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: #ff3b00
    }

    .popover-warning.bs-popover-auto[x-placement^=right] .arrow::after, .popover-warning.bs-popover-right .arrow::after {
        border-right-color: #ff3b00
    }

    .popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-warning.bs-popover-bottom .arrow::after {
        border-bottom-color: #ff3b00
    }

    .popover-warning.bs-popover-auto[x-placement^=left] .arrow::after, .popover-warning.bs-popover-left .arrow::after {
        border-left-color: #ff3b00
    }

.popover-danger {
    background-color: #f03
}

    .popover-danger .popover-header {
        color: #fff;
        background-color: #f03
    }

    .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: #f03
    }

    .popover-danger.bs-popover-auto[x-placement^=right] .arrow::after, .popover-danger.bs-popover-right .arrow::after {
        border-right-color: #f03
    }

    .popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-danger.bs-popover-bottom .arrow::after {
        border-bottom-color: #f03
    }

    .popover-danger.bs-popover-auto[x-placement^=left] .arrow::after, .popover-danger.bs-popover-left .arrow::after {
        border-left-color: #f03
    }

.popover-light {
    background-color: #ced4da
}

    .popover-light .popover-header {
        color: #212529;
        background-color: #ced4da
    }

    .popover-light .popover-body {
        color: #212529
    }

    .popover-light .popover-header {
        border-color: rgba(33,37,41,.2)
    }

    .popover-light.bs-popover-auto[x-placement^=top] .arrow::after, .popover-light.bs-popover-top .arrow::after {
        border-top-color: #ced4da
    }

    .popover-light.bs-popover-auto[x-placement^=right] .arrow::after, .popover-light.bs-popover-right .arrow::after {
        border-right-color: #ced4da
    }

    .popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-light.bs-popover-bottom .arrow::after {
        border-bottom-color: #ced4da
    }

    .popover-light.bs-popover-auto[x-placement^=left] .arrow::after, .popover-light.bs-popover-left .arrow::after {
        border-left-color: #ced4da
    }

.popover-dark {
    background-color: #05172a
}

    .popover-dark .popover-header {
        color: #fff;
        background-color: #05172a
    }

    .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: #05172a
    }

    .popover-dark.bs-popover-auto[x-placement^=right] .arrow::after, .popover-dark.bs-popover-right .arrow::after {
        border-right-color: #05172a
    }

    .popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-dark.bs-popover-bottom .arrow::after {
        border-bottom-color: #05172a
    }

    .popover-dark.bs-popover-auto[x-placement^=left] .arrow::after, .popover-dark.bs-popover-left .arrow::after {
        border-left-color: #05172a
    }

.popover-white {
    background-color: #fff
}

    .popover-white .popover-header {
        color: #212529;
        background-color: #fff
    }

    .popover-white .popover-body {
        color: #212529
    }

    .popover-white .popover-header {
        border-color: rgba(33,37,41,.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
    }

.popover-darker {
    background-color: #020b13
}

    .popover-darker .popover-header {
        color: #fff;
        background-color: #020b13
    }

    .popover-darker .popover-body {
        color: #fff
    }

    .popover-darker .popover-header {
        border-color: rgba(255,255,255,.2)
    }

    .popover-darker.bs-popover-auto[x-placement^=top] .arrow::after, .popover-darker.bs-popover-top .arrow::after {
        border-top-color: #020b13
    }

    .popover-darker.bs-popover-auto[x-placement^=right] .arrow::after, .popover-darker.bs-popover-right .arrow::after {
        border-right-color: #020b13
    }

    .popover-darker.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover-darker.bs-popover-bottom .arrow::after {
        border-bottom-color: #020b13
    }

    .popover-darker.bs-popover-auto[x-placement^=left] .arrow::after, .popover-darker.bs-popover-left .arrow::after {
        border-left-color: #020b13
    }

.progress-wrapper {
    position: relative;
    padding-top: 1.5rem
}

.progress {
    overflow: hidden;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: .2rem;
    background-color: #e9ecef;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-inverse {
    background-color: inverse(#e9ecef)
}

.progress-heading {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 2px;
    padding: 0
}

.progress-bar {
    height: auto;
    border-radius: 0;
    box-shadow: none
}

.progress-text {
    margin-bottom: 0
}

.progress-tooltip {
    font-size: .7rem;
    line-height: 1;
    position: relative;
    bottom: 8px;
    display: inline-block;
    margin-left: -15px;
    padding: .25rem .375rem;
    color: #fff;
    border-radius: 3px;
    background: rgba(0,0,0,.8)
}

    .progress-tooltip:after {
        position: absolute;
        top: 100%;
        left: 10px;
        width: 0;
        height: 0;
        content: ' ';
        pointer-events: none;
        border: solid transparent;
        border-width: 5px;
        border-color: rgba(51,51,51,0);
        border-top-color: rgba(0,0,0,.8)
    }

.progress-label {
    font-size: .70313rem;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #6c757d
}

.progress-percentage {
    font-size: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    color: #6c757d
}

.progress-lg {
    height: 1.5rem
}

.progress-md {
    height: 1rem
}

.progress-sm {
    height: .625rem
}

.progress-xs {
    height: .25rem
}

.progress-group {
    position: relative
}

.progress-prepend-icon {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

    .progress-prepend-icon:not(:first-child) {
        right: -17px
    }

    .progress-prepend-icon:not(:last-child) {
        left: -17px
    }

.static-rating {
    display: inline-block
}

    .static-rating .star {
        color: #ced4da
    }

    .static-rating .voted {
        color: #ffd600
    }

.static-rating-sm .star {
    font-size: .70313rem
}

.rating {
    display: inline-block
}

    .rating .star {
        font-family: 'Font Awesome 5 Solid';
        font-weight: 400;
        font-style: normal;
        float: left;
        padding: 0 1px;
        cursor: pointer
    }

        .rating .star:before {
            font-size: 14px;
            display: block;
            content: '\f005';
            transition: all .2s linear;
            color: #ced4da
        }

    .rating:hover .star:before {
        color: #ced4da
    }

    .rating:hover .over:before {
        color: #ffd600
    }

    .rating .voted:before {
        color: #ffd600
    }

.rating-lg .star:before {
    font-size: 18px
}

.rating-xl .star:before {
    font-size: 24px
}

.main {
    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-]) + .slice:not(.border-top):not(.border-bottom):not(.delimiter-top):not([class*=bg-]) {
    padding-top: 0
}

.section-rotate {
    overflow: hidden
}

    .section-rotate .section-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 10em;
        border-bottom-left-radius: 3rem
    }

@media (min-width:992px) {
    .section-rotate {
        min-height: 740px
    }

        .section-rotate .section-inner {
            top: -30%;
            left: -1rem;
            overflow: hidden;
            width: 130%;
            transform: rotate(-7deg);
            background: inherit
        }

        .section-rotate .section-inner-bg {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .section-rotate .container {
            position: relative;
            top: -50px
        }
}

.sidebar-sticky.is_stuck {
    padding-top: 1.5rem
}

.spotlight {
    position: relative
}

    .spotlight .container {
        height: 100%
    }

@media (min-width:768px) {
    .spotlight-overlay-img {
        position: relative
    }

        .spotlight-overlay-img img {
            position: absolute;
            z-index: 10
        }
}

.table thead th {
    border: 0
}

.table .table.align-items-center td, .table .table.align-items-center th, .table.align-items-center td, .table.align-items-center th {
    vertical-align: middle
}

.table-hover tr {
    transition: all .2s ease-in-out
}

.table-cards {
    border-collapse: collapse
}

    .table-cards tbody td, .table-cards tbody th, .table-cards thead td, .table-cards thead th {
        position: relative;
        padding: 1rem;
        border: 0 !important;
        background-color: #fff
    }

    .table-cards.table-hover tbody > tr:hover td, .table-cards.table-hover tbody > tr:hover th {
        background-color: #f5f9fb
    }

@media (min-width:768px) {
    .table-cards.table-scale--hover tr {
        will-change: transform
    }

        .table-cards.table-scale--hover tr:hover {
            transform: scale(1.02)
        }
}

.table-cards tbody tr th {
    border-radius: .25rem 0 0 .25rem
}

    .table-cards tbody tr th:after {
        border-left: 1px solid rgba(0,0,0,.08);
        border-radius: .25rem 0 0 .25rem
    }

.table-cards tbody tr td:last-child {
    border-radius: 0 .25rem .25rem 0
}

    .table-cards tbody tr td:last-child:after {
        border-right: 1px solid rgba(0,0,0,.08);
        border-radius: 0 .25rem .25rem 0
    }

.table-cards tbody tr td:after, .table-cards tbody tr th:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    pointer-events: none;
    border-top: 1px solid rgba(0,0,0,.08);
    border-bottom: 1px solid rgba(0,0,0,.08)
}

tr.table-divider {
    height: .75rem
}

.timeline {
    position: relative
}

    .timeline:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        content: '';
        border-right: 2px dashed #510fa8
    }

.timeline-block {
    position: relative;
    margin: 2em 0
}

    .timeline-block:after {
        display: table;
        clear: both;
        content: ''
    }

    .timeline-block:first-child {
        margin-top: 0
    }

    .timeline-block:last-child {
        margin-bottom: 0
    }

.timeline-axis-step {
    position: absolute;
    left: 0;
    display: inline-block;
    min-width: 18px;
    min-height: 18px;
    padding: .75rem;
    transform: translateX(-50%);
    text-align: center;
    border: 2px solid #510fa8;
    border-radius: 50%;
    background: #fff
}

    .timeline-axis-step i, .timeline-axis-step svg {
        line-height: 1.4
    }

.timeline-content {
    position: relative;
    margin-right: 30px;
    margin-left: 60px
}

.timeline-body {
    padding: 1.5rem
}

.timeline-content:after {
    display: table;
    clear: both;
    content: ''
}

@media (min-width:992px) {
    .timeline {
        margin-top: 3em;
        margin-bottom: 3em
    }

        .timeline:before {
            left: 50%;
            margin-left: -2px
        }

    .timeline-one-side:before {
        left: 0
    }

    .timeline-axis-step {
        left: 50%
    }

    .timeline-one-side .timeline-axis-step {
        left: 0
    }

    .timeline-content {
        width: 38%;
        margin: 0 5%;
        margin-left: 0
    }

    .timeline-body {
        padding: 1.5rem
    }

    .timeline-block:nth-child(even) .timeline-content {
        float: right
    }

    .timeline-one-side .timeline-block:nth-child(even) .timeline-content {
        float: none
    }

    [data-timeline-content=axis] .timeline-content {
        text-align: right
    }

    [data-timeline-content=axis] .timeline-block:nth-child(even) .timeline-content {
        text-align: left
    }

    [data-timeline-axis-color=primary]:before {
        border-color: #510fa8
    }

    [data-timeline-axis-color=secondary]:before {
        border-color: #f5f9fc
    }

    [data-timeline-axis-color=success]:before {
        border-color: #00c759
    }

    [data-timeline-axis-color=info]:before {
        border-color: #17c1f4
    }

    [data-timeline-axis-color=warning]:before {
        border-color: #ff3b00
    }

    [data-timeline-axis-color=danger]:before {
        border-color: #f03
    }

    [data-timeline-axis-color=light]:before {
        border-color: #ced4da
    }

    [data-timeline-axis-color=dark]:before {
        border-color: #05172a
    }

    [data-timeline-axis-color=white]:before {
        border-color: #fff
    }

    [data-timeline-axis-color=darker]:before {
        border-color: #020b13
    }
}

.tongue {
    line-height: 35px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 138px;
    height: 35px;
    transform: rotate(180deg) translateX(50%);
    text-align: center;
    color: #6c757d;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fff\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-size: 100%
}

.tongue-primary {
    color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23510FA8\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-secondary {
    color: #212529;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23f5f9fc\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-success {
    color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%2300c759\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-info {
    color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%2317c1f4\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-warning {
    color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ff3b00\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-danger {
    color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ff0033\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-light {
    color: #212529;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23ced4da\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-dark {
    color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%2305172a\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-white {
    color: #212529;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23fff\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-darker {
    color: #fff;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'138\' height=\'35\' viewBox=\'0 0 138 35\'%3E%3Cpath fill=\'%23020b13\' d=\'M 3.15027 34.4375C 1.74207 34.6025 0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261 69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258 34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015 25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15 69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994 5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C 31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995 3.15027 34.4375Z\'/%3E%3C/svg%3E')
}

.tongue-top {
    top: 0
}

.tongue-bottom {
    top: auto;
    bottom: 0;
    transform: translateX(-50%)
}

.heading {
    font-family: 'Istok Web',sans-serif
}

.fluid-paragraph {
    position: relative;
    width: 680px;
    margin: auto;
    padding: 0 1.5rem
}

.fluid-paragraph-sm {
    width: 580px
}

@media (max-width:767px) {
    .fluid-paragraph {
        width: 100%
    }
}

.link {
    transition: all .3s ease-in-out
}

[data-link='1'] {
    padding-bottom: 8px;
    color: #343a40;
    border-bottom: 3px solid #510fa8
}

    [data-link='1']:hover {
        color: #510fa8
    }

.blockquote .quote {
    position: absolute
}

    .blockquote .quote:before {
        font-family: Arial;
        font-size: 4em;
        line-height: 1;
        content: '\201C';
        color: #510fa8
    }

    .blockquote .quote + .quote-text {
        padding-left: 2.25rem
    }

.blockquote footer {
    background: 0 0
}

.blockquote-border-left {
    border-left: .5rem solid #510fa8
}

.blockquote-card {
    position: relative;
    padding: 1.2em 30px 1.2em 75px;
    border-left: .5rem solid #510fa8
}

    .blockquote-card:before {
        font-family: Arial;
        font-size: 4em;
        position: absolute;
        top: -.875rem;
        left: .875rem;
        content: '\201C';
        color: #510fa8
    }

    .blockquote-card:after {
        content: ''
    }

.list-icons li i, .list-icons li svg {
    font-size: 8px;
    position: relative;
    top: 2px;
    margin-right: 1rem;
    transform: translateY(-50%)
}

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 h5 + figure {
    margin-top: 0
}

select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select > .dropdown-toggle {
    z-index: 1;
    width: 100%;
    padding-right: 25px
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

    .bootstrap-select > select.mobile-device {
        z-index: 2;
        top: 0;
        left: 0;
        display: block !important;
        width: 100% !important
    }

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

    .bootstrap-select.form-control:not([class*=col-]) {
        width: 100%
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto
    }

        .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
            border-radius: 0
        }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    display: inline-block;
    float: none;
    margin-left: 0
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
        float: right
    }

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

    .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
        font-size: inherit;
        line-height: inherit;
        height: 100%;
        border-radius: inherit
    }

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

    .bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
        outline: 0 !important
    }

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

    .bootstrap-select.btn-group.bs-container .dropdown-menu {
        z-index: 1060
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    box-sizing: border-box;
    min-width: 100%
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: .5em
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        box-sizing: border-box;
        width: 96%;
        min-height: 26px;
        margin: 0 2%;
        padding: 3px 5px;
        pointer-events: none;
        opacity: .9;
        border: 1px solid #e3e3e3;
        background: #f5f5f5;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
    }

.bootstrap-select.btn-group .no-results {
    margin: 0 5px;
    padding: 3px;
    white-space: nowrap;
    background: #f5f5f5
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    right: 15px;
    display: inline-block;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    border-left: 7px solid transparent
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    top: -3px;
    bottom: auto;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    top: -3px;
    bottom: auto;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
    display: block
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    box-sizing: border-box;
    width: 100%
}

    .bs-actionsbox .btn-group button {
        width: 50%
    }

.bs-donebutton {
    float: left;
    box-sizing: border-box;
    width: 100%
}

    .bs-donebutton .btn-group button {
        width: 100%
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select .dropdown-toggle {
    text-align: left
}

.bootstrap-select .btn.bs-placeholder {
    font-weight: 400;
    color: #adb5bd
}

.bootstrap-select .dropdown-toggle.btn {
    text-align: left;
    color: #495057;
    border: .0625rem solid #ced4da;
    outline: 0 !important;
    background-color: #fff
}

.bootstrap-select .bs-placeholder {
    font-weight: 400
}

.bootstrap-select .btn-default.bs-placeholder {
    color: #adb5bd
}

.bootstrap-select .dropdown-toggle.btn:active, .bootstrap-select.show > .btn.dropdown-toggle {
    color: #495057;
    border-color: rgba(81,15,168,.5);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(81,15,168,.1)
}

.bootstrap-select .btn i, .bootstrap-select .btn svg {
    margin-right: .5rem;
    color: #6c757d
}

.input-group > .input-group-append > .bootstrap-select, .input-group > .input-group-prepend > .bootstrap-select {
    max-width: 100%
}

.input-group .bootstrap-select .btn {
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.7;
    display: flex;
    margin-bottom: 0;
    padding: .625rem 2rem .625rem 1.1rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #f5f9fb;
    align-items: center
}

.input-group > .input-group-prepend > .bootstrap-select > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .bootstrap-select > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.focused .bootstrap-select .btn {
    color: #510fa8;
    border-color: rgba(81,15,168,.5);
    background-color: #e9ecef
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block
}

.bootstrap-select .dropdown-menu .selected .dropdown-item {
    color: #510fa8
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li small {
    display: block;
    padding: 0
}

.bootstrap-select .dropdown-menu .dropdown-item svg, .bootstrap-select .dropdown-menu .selected i {
    margin-right: .5rem;
    color: #6c757d
}

.bootstrap-select > .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%)
}

.bs-searchbox {
    margin-top: -.5rem;
    margin-bottom: .5rem;
    padding: 0
}

.bootstrap-select .form-control {
    border: 0;
    border-bottom: 1px solid #e9ecef;
    border-radius: 0;
    background-color: transparent
}

    .bootstrap-select .form-control:focus {
        box-shadow: none
    }

.bootstrap-select .check-mark {
    font-size: .70313rem
}

.bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important
}

.bootstrap-tagsinput {
    display: inline-block;
    max-width: 100%;
    padding: .3em .3em;
    cursor: text;
    vertical-align: middle;
    color: #ced4da;
    border: .0625rem solid #ced4da;
    border-radius: .25rem;
    background-color: #fff
}

    .bootstrap-tagsinput input {
        width: auto;
        max-width: inherit;
        margin: 0;
        padding: 0 6px;
        border: none;
        outline: 0;
        background-color: transparent;
        box-shadow: none
    }

    .bootstrap-tagsinput.form-control input::-moz-placeholder {
        opacity: 1;
        color: #adb5bd
    }

    .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
        color: #adb5bd
    }

    .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
        color: #adb5bd
    }

    .bootstrap-tagsinput input:focus {
        border: none;
        box-shadow: none
    }

    .bootstrap-tagsinput .badge {
        margin-right: .125rem;
        padding: 1em .8em;
        border-radius: .25rem
    }

    .bootstrap-tagsinput [data-role=remove] {
        margin-left: 8px;
        cursor: pointer;
        color: rgba(255,255,255,.6)
    }

        .bootstrap-tagsinput [data-role=remove]:after {
            padding: 0 2px;
            content: 'x'
        }

        .bootstrap-tagsinput [data-role=remove]:hover {
            color: #fff
        }

.countdown .countdown-item {
    display: inline-block
}

.countdown .countdown-digit, .countdown .countdown-label {
    font-family: 'Istok Web',sans-serif;
    font-weight: 300
}

.countdown .countdown-label {
    font-size: 1.2rem;
    padding: 0 10px
}

.countdown-sm .countdown-digit, .countdown-sm .countdown-label {
    font-size: 1.4rem
}

.countdown-sm .countdown-label {
    font-size: .875rem;
    padding: 0 10px
}

[data-countdown-label=hide] .countdown-label:not(.countdown-days) {
    display: none
}

[data-countdown-label=show] .countdown-separator {
    display: none
}

.countdown--style-1 .countdown-item {
    margin-right: 10px
}

    .countdown--style-1 .countdown-item:last-child {
        margin-right: 0
    }

.countdown--style-1 .countdown-digit {
    font-family: 'Istok Web',sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #333;
    background: #f3f3f3
}

.countdown--style-1 .countdown-label {
    font-family: 'Istok Web',sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase
}

.countdown--style-1-v1 .countdown-digit {
    color: #fff;
    background: rgba(0,0,0,.5)
}

.milestone-count-extra {
    display: none
}

.counting-finished + .milestone-count-extra {
    display: inline-block
}

.quick-view-container {
    background: rgba(10,10,10,.85)
}

.quick-view-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    max-width: 980px;
    height: calc(100% - 40px);
    max-height: 650px;
    margin: auto
}

.quick-view-carousel {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 57%;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: .25rem;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
}

    .quick-view-carousel .fancybox-stage {
        bottom: 30px
    }

.quick-view-aside {
    position: absolute;
    top: 2rem;
    right: 0;
    bottom: 2rem;
    left: auto;
    width: 43%;
    padding: 3rem 0 2rem 0;
    color: #495057;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background: #fff
}

    .quick-view-aside > div {
        overflow: auto;
        height: 100%;
        padding: 0 2rem
    }

.quick-view-close {
    font-family: Arial;
    font-size: 14px;
    position: absolute;
    top: 2rem;
    right: 0;
    width: 2.75rem;
    height: 44px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: all .2s;
    text-indent: -99999px;
    color: #222;
    border: 0;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    background: #f0f0f0
}

    .quick-view-close:hover {
        background: #e4e4e4
    }

    .quick-view-close:after, .quick-view-close:before {
        position: absolute;
        top: 12px;
        left: 22px;
        width: 1px;
        height: 18px;
        content: '';
        background-color: #222
    }

    .quick-view-close:before {
        transform: rotate(-45deg)
    }

    .quick-view-close:after {
        transform: rotate(45deg)
    }

.quick-view-bullets {
    position: absolute;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .quick-view-bullets li {
        display: inline-block;
        vertical-align: top
    }

        .quick-view-bullets li a {
            position: relative;
            display: block;
            width: 20px;
            height: 30px
        }

            .quick-view-bullets li a span {
                position: absolute;
                top: 50%;
                left: 50%;
                overflow: hidden;
                width: 10px;
                height: 10px;
                transform: translate(-50%,-50%);
                text-indent: -99999px;
                border-radius: 99px;
                background: #adb5bd
            }

        .quick-view-bullets li.active a span {
            background: #510fa8
        }

.noUi-target, .noUi-target * {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: none
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.noUi-connects {
    z-index: 0;
    overflow: hidden
}

.noUi-connect, .noUi-origin {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    will-change: transform
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    right: 0;
    left: auto
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: .0625rem
}

    .noUi-horizontal .noUi-handle {
        top: -6px;
        left: -17px;
        width: 34px;
        height: 28px
    }

.noUi-vertical {
    width: .0625rem
}

    .noUi-vertical .noUi-handle {
        top: -17px;
        left: -6px;
        width: 28px;
        height: 34px
    }

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-target {
    border: 0;
    border-radius: 4px;
    background: #dee2e6;
    box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #510fa8
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    cursor: default;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.noUi-value-sub {
    font-size: 10px;
    color: #ccc
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    top: 100%;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 10px 0
}

.noUi-value-horizontal {
    transform: translate(-50%,50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%,50%)
}

.noUi-marker-horizontal.noUi-marker {
    width: 2px;
    height: 5px;
    margin-left: -1px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    top: 0;
    left: 100%;
    height: 100%;
    padding: 0 10px
}

.noUi-value-vertical {
    padding-left: 25px;
    transform: translate(0,-50%,0)
}

.noUi-rtl .noUi-value-vertical {
    transform: translate(0,50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    position: absolute;
    display: block;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    color: #000;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff
}

.noUi-horizontal .noUi-tooltip {
    bottom: 120%;
    left: 50%;
    transform: translate(-50%,0)
}

.noUi-vertical .noUi-tooltip {
    top: 50%;
    right: 120%;
    transform: translate(0,-50%)
}

.noUi-target {
    margin: 15px 0;
    border: 0;
    border-radius: 0;
    background: #dee2e6;
    box-shadow: none
}

.noUi-horizontal {
    height: .0625rem
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -10px
}

.noUi-vertical {
    width: .0625rem
}

.noUi-connect {
    background: #510fa8;
    box-shadow: none
}

.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
    top: -7px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    transition: box-shadow .2s,transform .2s;
    border: 0;
    border-radius: 100%;
    background-color: #510fa8;
    box-shadow: none
}

    .noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before, .noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
        display: none
    }

    .noUi-horizontal .noUi-handle.noUi-active, .noUi-vertical .noUi-handle.noUi-active {
        transform: scale(1.3)
    }

.noUi-horizontal .noUi-active, .noUi-vertical .noUi-active {
    box-shadow: 0 0 0 3px rgba(0,0,0,.1)
}

.input-slider--cyan .noUi-connect {
    background: #4bd6e5
}

.input-slider--cyan.noUi-horizontal .noUi-handle, .input-slider--cyan.noUi-vertical .noUi-handle {
    background-color: #4bd6e5
}

.input-slider--red .noUi-connect {
    background: #f03
}

.input-slider--red.noUi-horizontal .noUi-handle, .input-slider--red.noUi-vertical .noUi-handle {
    background-color: #f03
}

.input-slider--green .noUi-connect {
    background: #00c759
}

.input-slider--green.noUi-horizontal .noUi-handle, .input-slider--green.noUi-vertical .noUi-handle {
    background-color: #00c759
}

.input-slider--yellow .noUi-connect {
    background: #ffd600
}

.input-slider--yellow.noUi-horizontal .noUi-handle, .input-slider--yellow.noUi-vertical .noUi-handle {
    background-color: #ffd600
}

.input-slider--pink .noUi-connect {
    background: #e36397
}

.input-slider--pink.noUi-horizontal .noUi-handle, .input-slider--pink.noUi-vertical .noUi-handle {
    background-color: #e36397
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #b2b2b2
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed
}

.range-slider-value {
    font-size: .70313rem;
    font-weight: 500;
    padding: .4em .8em .3em .85em;
    color: #fff;
    border-radius: 10px;
    background-color: rgba(5,23,42,.7)
}

.range-slider-wrapper .upper-info {
    font-weight: 400;
    margin-bottom: 5px
}

.input-slider-value-output {
    font-size: 11px;
    position: relative;
    top: 12px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 2px;
    background: #333
}

    .input-slider-value-output:after {
        position: absolute;
        bottom: 100%;
        left: 10px;
        width: 0;
        height: 0;
        margin-left: -4px;
        content: ' ';
        pointer-events: none;
        border: solid transparent;
        border-width: 4px;
        border-color: rgba(136,183,213,0);
        border-bottom-color: #333
    }

    .input-slider-value-output.left:after {
        right: auto;
        left: 10px
    }

    .input-slider-value-output.right:after {
        right: 10px;
        left: auto
    }

.scrollbar-inner {
    height: 100%
}

    .scrollbar-inner:not(:hover) .scroll-element {
        opacity: 0
    }

    .scrollbar-inner .scroll-element {
        margin-right: 2px;
        transition: opacity .3s
    }

        .scrollbar-inner .scroll-element .scroll-bar, .scrollbar-inner .scroll-element .scroll-element_track {
            transition: background-color .3s
        }

        .scrollbar-inner .scroll-element .scroll-element_track {
            background-color: transparent
        }

        .scrollbar-inner .scroll-element.scroll-y {
            right: 0;
            width: 3px
        }

        .scrollbar-inner .scroll-element.scroll-x {
            bottom: 0;
            height: 3px
        }

.swiper-container-vertical {
    width: 100%;
    height: 100%
}

    .swiper-container-vertical .swiper-slide {
        font-size: 18px;
        display: flex;
        text-align: center;
        background: #fff;
        justify-content: center;
        align-items: center
    }

.swiper-pagination-bullet {
    width: .65rem;
    height: .65rem;
    margin-right: .45rem;
    transition: all .2s ease-in-out;
    opacity: .5;
    background: #adb5bd
}

    .swiper-pagination-bullet:hover {
        opacity: 1
    }

.swiper-pagination-bullet-active {
    transform: scale(1.4);
    opacity: 1;
    background: #510fa8
}


.svg-icon {
    display: inline-block;
}

.separated {
    overflow: hidden;
}

    .separated > *:not(:last-child) {
        margin-bottom: 0 !important;
    }

.boxed {
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

img {
    max-width: 100%;
}

.fs-24 {
    font-size: 1.5rem !important;
    line-height: 1.4em;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.w-50 {
    width: 50% !important;
}

.equal {
    position: relative;
}


.separated > * {
    -webkit-box-shadow: -1px -1px 0px 0px #e5e5e5;
    -moz-box-shadow: -1px -1px 0px 0px #e5e5e5;
    box-shadow: -1px -1px 0px 0px #e5e5e5;
}

.position-absolute-top-right-0 {
    position: absolute;
    top: 0;
    right: 0;
}

.text-sm {
    font-size: .7875rem;
}

.text-dark-700 {
}

.pb-6, .py-6 {
    padding-bottom: 6rem !important;
}

.pt-6, .py-6 {
    padding-top: 6rem !important;
}

.bg-gray-100 {
    background-color: #f8f9fa !important;
}

.service-icon {
    width: 3rem !important;
    height: 3rem !important;
    margin-right: 1.5rem;
    stroke-width: 2 !important;
}

.service-column:first-of-type {
    padding-top: 0;
}

.service-column:first-of-type {
    padding-top: 0;
}

@media (min-width: 992px) .service-column {
    border-right: 1px solid #495057;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

.service-column {
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.mt-100 {
    margin-top: 100px;
}


.mt-50 {
    margin-top: 50px;
}


.navbar-nav .dropdown-menu .list-group-item {
    border-bottom: 1px solid #eee !important;
}

.c-stat__number {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 124.51%;
    color: #3B404F;
}


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .video-container .video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.brand-logo {
    width: 100%;
    display: block;
}

.bg-gold {
    background: goldenrod;
}

.bg-silver {
    background: silver;
}

.bg-platinum {
    background: #e5e4e2;
}

.text-gold {
    color: goldenrod;
}

.text-silver {
    color: silver;
}


.text-platinum {
    color: #e5e4e2;
}

.sponsor-logo {
    height: 40px;
}

.breadcrumb {
    padding-left: 0px !important;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

    blockquote:before {
        color: #ccc;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        margin-right: 0.25em;
        vertical-align: -0.4em;
    }

    blockquote p {
        display: inline;
    }

.h1-lg {
    font-size: 3.0em;
}


.brand-font {
    font-family: 'Raleway', sans-serif;
}

.btn-danger {
    background-color: #cc382c !important;
    border-color: #cc382c !important;
}

.text-danger {
    color: #cc382c !important;
}

@media (max-width:767px) {
    .slice-lg {
        padding-top: 2rem;
    }

    .h1-lg {
        font-size: 2.0em;
    }
}

.text-title {
    font-weight: 700;
    font-size: 32px !important;
    line-height: 124.51%;
    /* identical to box height, or 40px */

    text-align: center;
    text-transform: uppercase;
    color: #3B404F;
}

.text-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 124.51%;
    /* or 25px */

    text-align: center;
    color: #2E2E2E;
}

.numberCircle {
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    padding: 8px;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 30px;
    background: #FF3D4F;
    color: white;
}

.h-icon {
    height: 100px !important;
}

.typography-whatwedo {
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}

.typography-results {
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.typography {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #2E2E2E !important;
}

.border-1 {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    box-sizing: border-box;
}

.text-lunch {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
}

.text-nonprofit {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.text-title-noupper {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: center;
}

.text-reset{
    color: grey
}