/*!
 * Neat - v1.0
 * Copyright 2018 ZawiaStudio
 * @zawiastudio | zawiastudio.com 
 */

html {
    font-family: Lato,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body, html {
    height: 100%;
    min-height: 100%
}

body {
    margin: 0;
    background-color: #1A456B;
}

button, input, optgroup, select, textarea {
    font-family: Lato,sans-serif
}

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
    margin: 0;
    padding: 0
}

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

button {
    cursor: pointer
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

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

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-style: none
}

textarea {
    display: block;
    margin: 0;
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #252529;
    font-weight: 500
}

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.75rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.25rem
}

h5 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

p {
    font-size: .875rem
}

p, strong {
    color: #768093
}

a {
    transition: color .15s ease-in-out;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects
}

    a, a:hover {
        color: #2083fe
    }

        a:hover {
            text-decoration: none
        }

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 85%
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

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

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

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

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

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

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

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

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

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2, .col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4, .col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6, .col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8, .col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10, .col-11 {
    -webkit-box-flex: 0
}

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

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

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

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

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

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

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

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

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

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc button {
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0
    }

.fc-state-default {
    border: 1px solid
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: linear-gradient(180deg,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.75);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.2),0 1px 2px rgba(0,0,0,.05)
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    transition: background-position .1s linear
}

.fc-state-active, .fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group > :first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

    .fc-popover .fc-header {
        padding: 2px 4px
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer
        }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

    .fc-bg table {
        height: 100%
    }

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

    .fc td.fc-today {
        border-style: double
    }

a[data-goto] {
    cursor: pointer
}

    a[data-goto]:hover {
        text-decoration: underline
    }

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

    .fc-row .fc-bg {
        z-index: 1
    }

    .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
        bottom: 0
    }

        .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
            height: 100%
        }

        .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
            border-color: transparent
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5
    }

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
    background: none;
    border-color: transparent
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

    .fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
        position: relative;
        width: 100%
    }

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad
}

.fc-event, .fc-event-dot {
    background-color: #3a87ad
}

    .fc-event, .fc-event:hover {
        color: #fff;
        text-decoration: none
    }

        .fc-event.fc-draggable, .fc-event[href] {
            cursor: pointer
        }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
    display: block
}

    .fc-event.fc-selected .fc-resizer:before {
        content: "";
        position: absolute;
        z-index: 11;
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px
    }

.fc-event.fc-selected {
    z-index: 11 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

    .fc-event.fc-selected.fc-dragging {
        box-shadow: 0 2px 7px rgba(0,0,0,.3)
    }

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 2px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

    a.fc-more:hover {
        text-decoration: underline
    }

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

    .fc-more-popover .fc-event-container {
        padding: 10px
    }

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
        background: #eee
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666
        }

.fc-unthemed td.fc-today {
    background: #fcf8e3
}

.fc-unthemed .fc-disabled-day {
    background: #d7d7d7;
    opacity: .3
}

.fc-icon {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: Courier New,Courier,monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .fc-icon:after {
        position: relative
    }

.fc-icon-left-single-arrow:after {
    content: "\2039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\D7";
    font-size: 200%;
    top: 6%
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px
    }

.fc-unthemed .fc-list-item:hover td {
    background-color: #f5f5f5
}

.ui-widget .fc-disabled-day {
    background-image: none
}

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0
}

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
    font-weight: 400
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: none
}

.fc.fc-bootstrap3 a {
    text-decoration: none
}

    .fc.fc-bootstrap3 a[data-goto]:hover {
        text-decoration: underline
    }

.fc-bootstrap3 hr.fc-divider {
    border-color: inherit
}

.fc-bootstrap3 .fc-today.alert {
    border-radius: 0
}

.fc-bootstrap3 .fc-popover .panel-body {
    padding: 0
}

.fc-bootstrap3 .fc-time-grid .fc-slats table {
    background: none
}

.fc-toolbar {
    text-align: center
}

    .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1em
    }

    .fc-toolbar.fc-footer-toolbar {
        margin-top: 1em
    }

    .fc-toolbar .fc-left {
        float: left
    }

    .fc-toolbar .fc-right {
        float: right
    }

    .fc-toolbar .fc-center {
        display: inline-block
    }

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    box-sizing: content-box
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

.fc-day-top.fc-other-month {
    opacity: .3
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 2px
}

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
    padding: 0 2px
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: right
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
    float: left
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
    float: left;
    border-radius: 0 0 3px 0
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
    float: right;
    border-radius: 0 0 0 3px
}

.fc-basic-view .fc-day-top .fc-week-number {
    min-width: 1.5em;
    text-align: center;
    background-color: #f2f2f2;
    color: gray
}

.fc-basic-view td.fc-week-number {
    text-align: center
}

    .fc-basic-view td.fc-week-number > * {
        display: inline-block;
        min-width: 1.25em
    }

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-bottom: 1em
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-time-grid, .fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

    .fc-time-grid table {
        border: 0 hidden transparent
    }

    .fc-time-grid > .fc-bg {
        z-index: 1
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-content-col {
        position: relative
    }

    .fc-time-grid .fc-content-skeleton {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0
    }

    .fc-time-grid .fc-business-container {
        position: relative;
        z-index: 1
    }

    .fc-time-grid .fc-bgevent-container {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-highlight-container {
        z-index: 3
    }

    .fc-time-grid .fc-event-container {
        position: relative;
        z-index: 4
    }

    .fc-time-grid .fc-now-indicator-line {
        z-index: 5
    }

    .fc-time-grid .fc-helper-container {
        position: relative;
        z-index: 6
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted
    }

    .fc-time-grid .fc-highlight-container {
        position: relative
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

    .fc-time-grid-event.fc-selected {
        overflow: visible
    }

        .fc-time-grid-event.fc-selected .fc-bg {
            display: none
        }

    .fc-time-grid-event .fc-content {
        overflow: hidden
    }

    .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
        padding: 0 1px
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap
    }

    .fc-time-grid-event.fc-short .fc-content {
        white-space: nowrap
    }

    .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
        display: inline-block;
        vertical-align: top
    }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start)
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\A0-\A0"
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em;
        padding: 0
    }

    .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize
    }

        .fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
            content: "="
        }

    .fc-time-grid-event.fc-selected .fc-resizer {
        border-radius: 5px;
        border-width: 1px;
        width: 8px;
        height: 8px;
        border-style: solid;
        border-color: inherit;
        background: #fff;
        left: 50%;
        margin-left: -5px;
        bottom: -5px
    }

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-event-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px
}

.fc-rtl .fc-list-view {
    direction: rtl
}

.fc-list-view {
    border-width: 1px;
    border-style: solid
}

.fc .fc-list-table {
    table-layout: auto
}

.fc-list-table td {
    border-width: 1px 0 0;
    padding: 8px 14px
}

.fc-list-table tr:first-child td {
    border-top-width: 0
}

.fc-list-heading {
    border-bottom-width: 1px
}

    .fc-list-heading td {
        font-weight: 700
    }

.fc-ltr .fc-list-heading-main {
    float: left
}

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
    float: right
}

.fc-rtl .fc-list-heading-alt {
    float: left
}

.fc-list-item.fc-has-url {
    cursor: pointer
}

.fc-list-item-marker, .fc-list-item-time {
    white-space: nowrap;
    width: 1px
}

.fc-ltr .fc-list-item-marker {
    padding-right: 0
}

.fc-rtl .fc-list-item-marker {
    padding-left: 0
}

.fc-list-item-title a {
    text-decoration: none;
    color: inherit
}

    .fc-list-item-title a[href]:hover {
        text-decoration: underline
    }

.fc-list-empty-wrap2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-list-empty-wrap1 {
    width: 100%;
    height: 100%;
    display: table
}

.fc-list-empty {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.fc-unthemed .fc-list-empty {
    background-color: #eee
}

.fc-view-container {
    background-color: #fff
}

.fc-header {
    height: 50px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 50px;
    background-color: #252529
}

.fc-header-title {
    margin: 0 0 0 30px;
    color: #fff;
    font-size: 1rem
}

.fc-toolbar.fc-header-toolbar {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 7px;
    margin: 0;
    background-color: #768093
}

.fc-right .fc-button-group {
    position: relative;
    top: -50px;
    right: 10px;
    height: 50px;
    border: none;
    border-radius: 0
}

.fc-agendaDay-button, .fc-agendaWeek-button, .fc-button, .fc-state-default {
    padding: 0 20px !important;
    height: 50px !important;
    background-color: transparent;
    box-shadow: none;
    border: none;
    color: #f0f3f8;
    font-size: .875rem !important;
    text-shadow: none;
    background-image: none;
    border: 0;
    outline: none;
    border-radius: 0
}

    .fc-agendaDay-button.fc-state-active, .fc-agendaWeek-button.fc-state-active, .fc-button.fc-state-active, .fc-state-default.fc-state-active {
        border-bottom: 3px solid #2083fe;
        border-radius: 0
    }

    .fc-agendaDay-button:first-letter, .fc-agendaWeek-button:first-letter, .fc-month-button:first-letter {
        text-transform: uppercase
    }

.fc-toolbar .fc-center {
    display: block;
    width: 100px;
    margin: 0 auto
}

    .fc-toolbar .fc-center h2 {
        color: #fff;
        font-size: .875rem
    }

.fc-left .fc-button-group .fc-button {
    margin: 0
}

.fc-state-default.fc-next-button, .fc-state-default.fc-prev-button {
    border-radius: 100% !important
}

.fc-next-button, .fc-prev-button {
    position: absolute !important;
    top: 11px;
    padding: 0 !important;
    height: 28px !important;
    width: 28px;
    background-color: #252529;
    box-shadow: none;
    color: #fff;
    font-size: 8px !important;
    text-shadow: none;
    background-image: none;
    border: 0
}

.fc-prev-button {
    left: 30px
}

.fc-next-button {
    right: 30px
}

.fc th {
    padding: 12px 0;
    border: 0;
    color: #adafb2;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600
}

.fc-day-number {
    padding: 15px 15px 0 0 !important;
    color: #768093;
    font-size: 1rem;
    font-weight: 600
}

.fc-unthemed td {
    border-color: #ecedf2
}

    .fc-unthemed td.fc-today {
        background: none
    }

.fc-today .fc-day-number {
    background-color: #2083fe;
    padding: 0 !important;
    margin: 10px 10px 8px 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    text-align: center;
    color: #fff
}

.fc-event {
    margin: 2px 0 0;
    color: #252529;
    font-size: .875rem;
    background-color: #ecedf2;
    border: 0;
    border-radius: 0;
    border-left: 2px solid #99a5bd
}

    .fc-event:hover {
        color: #768093
    }

    .fc-event .fc-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 8px 8px 8px 12px
    }

.fc-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.fc-time {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-transform: uppercase;
    color: #354052;
    font-size: .75rem;
    font-weight: 400 !important
}

.fc-event--blue {
    background-color: #e0ebff;
    border-color: #2083fe
}

.fc-event--orange {
    background-color: #ffecda;
    border-color: #f5b848
}

.fc-event--green {
    background-color: #daf4e6;
    border-color: #2fca74
}

@font-face {
    font-family: feather;
    src: url(../fonts/feather.eot?t=1501841394106);
    src: url(../fonts/feather.eot?t=1501841394106#iefix) format("embedded-opentype"),url(../fonts/feather.woff?t=1501841394106) format("woff"),url(../fonts/feather.ttf?t=1501841394106) format("truetype"),url(../fonts/feather.svg?t=1501841394106#feather) format("svg")
}

.feather {
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-alert-octagon:before {
    content: "\e81b"
}

.icon-alert-circle:before {
    content: "\e81c"
}

.icon-activity:before {
    content: "\e81d"
}

.icon-alert-triangle:before {
    content: "\e81e"
}

.icon-align-center:before {
    content: "\e81f"
}

.icon-airplay:before {
    content: "\e820"
}

.icon-align-justify:before {
    content: "\e821"
}

.icon-align-left:before {
    content: "\e822"
}

.icon-align-right:before {
    content: "\e823"
}

.icon-arrow-down-left:before {
    content: "\e824"
}

.icon-arrow-down-right:before {
    content: "\e825"
}

.icon-anchor:before {
    content: "\e826"
}

.icon-aperture:before {
    content: "\e827"
}

.icon-arrow-left:before {
    content: "\e828"
}

.icon-arrow-right:before {
    content: "\e829"
}

.icon-arrow-down:before {
    content: "\e82a"
}

.icon-arrow-up-left:before {
    content: "\e82b"
}

.icon-arrow-up-right:before {
    content: "\e82c"
}

.icon-arrow-up:before {
    content: "\e82d"
}

.icon-award:before {
    content: "\e82e"
}

.icon-bar-chart:before {
    content: "\e82f"
}

.icon-at-sign:before {
    content: "\e830"
}

.icon-bar-chart-2:before {
    content: "\e831"
}

.icon-battery-charging:before {
    content: "\e832"
}

.icon-bell-off:before {
    content: "\e833"
}

.icon-battery:before {
    content: "\e834"
}

.icon-bluetooth:before {
    content: "\e835"
}

.icon-bell:before {
    content: "\e836"
}

.icon-book:before {
    content: "\e837"
}

.icon-briefcase:before {
    content: "\e838"
}

.icon-camera-off:before {
    content: "\e839"
}

.icon-calendar:before {
    content: "\e83a"
}

.icon-bookmark:before {
    content: "\e83b"
}

.icon-box:before {
    content: "\e83c"
}

.icon-camera:before {
    content: "\e83d"
}

.icon-check-circle:before {
    content: "\e83e"
}

.icon-check:before {
    content: "\e83f"
}

.icon-check-square:before {
    content: "\e840"
}

.icon-cast:before {
    content: "\e841"
}

.icon-chevron-down:before {
    content: "\e842"
}

.icon-chevron-left:before {
    content: "\e843"
}

.icon-chevron-right:before {
    content: "\e844"
}

.icon-chevron-up:before {
    content: "\e845"
}

.icon-chevrons-down:before {
    content: "\e846"
}

.icon-chevrons-right:before {
    content: "\e847"
}

.icon-chevrons-up:before {
    content: "\e848"
}

.icon-chevrons-left:before {
    content: "\e849"
}

.icon-circle:before {
    content: "\e84a"
}

.icon-clipboard:before {
    content: "\e84b"
}

.icon-chrome:before {
    content: "\e84c"
}

.icon-clock:before {
    content: "\e84d"
}

.icon-cloud-lightning:before {
    content: "\e84e"
}

.icon-cloud-drizzle:before {
    content: "\e84f"
}

.icon-cloud-rain:before {
    content: "\e850"
}

.icon-cloud-off:before {
    content: "\e851"
}

.icon-codepen:before {
    content: "\e852"
}

.icon-cloud-snow:before {
    content: "\e853"
}

.icon-compass:before {
    content: "\e854"
}

.icon-copy:before {
    content: "\e855"
}

.icon-corner-down-right:before {
    content: "\e856"
}

.icon-corner-down-left:before {
    content: "\e857"
}

.icon-corner-left-down:before {
    content: "\e858"
}

.icon-corner-left-up:before {
    content: "\e859"
}

.icon-corner-up-left:before {
    content: "\e85a"
}

.icon-corner-up-right:before {
    content: "\e85b"
}

.icon-corner-right-down:before {
    content: "\e85c"
}

.icon-corner-right-up:before {
    content: "\e85d"
}

.icon-cpu:before {
    content: "\e85e"
}

.icon-credit-card:before {
    content: "\e85f"
}

.icon-crosshair:before {
    content: "\e860"
}

.icon-disc:before {
    content: "\e861"
}

.icon-delete:before {
    content: "\e862"
}

.icon-download-cloud:before {
    content: "\e863"
}

.icon-download:before {
    content: "\e864"
}

.icon-droplet:before {
    content: "\e865"
}

.icon-edit-2:before {
    content: "\e866"
}

.icon-edit:before {
    content: "\e867"
}

.icon-edit-1:before {
    content: "\e868"
}

.icon-external-link:before {
    content: "\e869"
}

.icon-eye:before {
    content: "\e86a"
}

.icon-feather:before {
    content: "\e86b"
}

.icon-facebook:before {
    content: "\e86c"
}

.icon-file-minus:before {
    content: "\e86d"
}

.icon-eye-off:before {
    content: "\e86e"
}

.icon-fast-forward:before {
    content: "\e86f"
}

.icon-file-text:before {
    content: "\e870"
}

.icon-film:before {
    content: "\e871"
}

.icon-file:before {
    content: "\e872"
}

.icon-file-plus:before {
    content: "\e873"
}

.icon-folder:before {
    content: "\e874"
}

.icon-filter:before {
    content: "\e875"
}

.icon-flag:before {
    content: "\e876"
}

.icon-globe:before {
    content: "\e877"
}

.icon-grid:before {
    content: "\e878"
}

.icon-heart:before {
    content: "\e879"
}

.icon-home:before {
    content: "\e87a"
}

.icon-github:before {
    content: "\e87b"
}

.icon-image:before {
    content: "\e87c"
}

.icon-inbox:before {
    content: "\e87d"
}

.icon-layers:before {
    content: "\e87e"
}

.icon-info:before {
    content: "\e87f"
}

.icon-instagram:before {
    content: "\e880"
}

.icon-layout:before {
    content: "\e881"
}

.icon-link-2:before {
    content: "\e882"
}

.icon-life-buoy:before {
    content: "\e883"
}

.icon-link:before {
    content: "\e884"
}

.icon-log-in:before {
    content: "\e885"
}

.icon-list:before {
    content: "\e886"
}

.icon-lock:before {
    content: "\e887"
}

.icon-log-out:before {
    content: "\e888"
}

.icon-loader:before {
    content: "\e889"
}

.icon-mail:before {
    content: "\e88a"
}

.icon-maximize-2:before {
    content: "\e88b"
}

.icon-map:before {
    content: "\e88c"
}

.icon-map-pin:before {
    content: "\e88e"
}

.icon-menu:before {
    content: "\e88f"
}

.icon-message-circle:before {
    content: "\e890"
}

.icon-message-square:before {
    content: "\e891"
}

.icon-minimize-2:before {
    content: "\e892"
}

.icon-mic-off:before {
    content: "\e893"
}

.icon-minus-circle:before {
    content: "\e894"
}

.icon-mic:before {
    content: "\e895"
}

.icon-minus-square:before {
    content: "\e896"
}

.icon-minus:before {
    content: "\e897"
}

.icon-moon:before {
    content: "\e898"
}

.icon-monitor:before {
    content: "\e899"
}

.icon-more-vertical:before {
    content: "\e89a"
}

.icon-more-horizontal:before {
    content: "\e89b"
}

.icon-move:before {
    content: "\e89c"
}

.icon-music:before {
    content: "\e89d"
}

.icon-navigation-2:before {
    content: "\e89e"
}

.icon-navigation:before {
    content: "\e89f"
}

.icon-octagon:before {
    content: "\e8a0"
}

.icon-package:before {
    content: "\e8a1"
}

.icon-pause-circle:before {
    content: "\e8a2"
}

.icon-pause:before {
    content: "\e8a3"
}

.icon-percent:before {
    content: "\e8a4"
}

.icon-phone-call:before {
    content: "\e8a5"
}

.icon-phone-forwarded:before {
    content: "\e8a6"
}

.icon-phone-missed:before {
    content: "\e8a7"
}

.icon-phone-off:before {
    content: "\e8a8"
}

.icon-phone-incoming:before {
    content: "\e8a9"
}

.icon-phone:before {
    content: "\e8aa"
}

.icon-phone-outgoing:before {
    content: "\e8ab"
}

.icon-pie-chart:before {
    content: "\e8ac"
}

.icon-play-circle:before {
    content: "\e8ad"
}

.icon-play:before {
    content: "\e8ae"
}

.icon-plus-square:before {
    content: "\e8af"
}

.icon-plus-circle:before {
    content: "\e8b0"
}

.icon-plus:before {
    content: "\e8b1"
}

.icon-pocket:before {
    content: "\e8b2"
}

.icon-printer:before {
    content: "\e8b3"
}

.icon-power:before {
    content: "\e8b4"
}

.icon-radio:before {
    content: "\e8b5"
}

.icon-repeat:before {
    content: "\e8b6"
}

.icon-refresh-ccw:before {
    content: "\e8b7"
}

.icon-rewind:before {
    content: "\e8b8"
}

.icon-rotate-ccw:before {
    content: "\e8b9"
}

.icon-refresh-cw:before {
    content: "\e8ba"
}

.icon-rotate-cw:before {
    content: "\e8bb"
}

.icon-save:before {
    content: "\e8bc"
}

.icon-search:before {
    content: "\e8bd"
}

.icon-server:before {
    content: "\e8be"
}

.icon-scissors:before {
    content: "\e8bf"
}

.icon-share-2:before {
    content: "\e8c0"
}

.icon-share:before {
    content: "\e8c1"
}

.icon-shield:before {
    content: "\e8c2"
}

.icon-settings:before {
    content: "\e8c3"
}

.icon-skip-back:before {
    content: "\e8c4"
}

.icon-shuffle:before {
    content: "\e8c5"
}

.icon-sidebar:before {
    content: "\e8c6"
}

.icon-skip-forward:before {
    content: "\e8c7"
}

.icon-slack:before {
    content: "\e8c8"
}

.icon-slash:before {
    content: "\e8c9"
}

.icon-smartphone:before {
    content: "\e8ca"
}

.icon-square:before {
    content: "\e8cb"
}

.icon-speaker:before {
    content: "\e8cc"
}

.icon-star:before {
    content: "\e8cd"
}

.icon-stop-circle:before {
    content: "\e8ce"
}

.icon-sun:before {
    content: "\e8cf"
}

.icon-sunrise:before {
    content: "\e8d0"
}

.icon-tablet:before {
    content: "\e8d1"
}

.icon-tag:before {
    content: "\e8d2"
}

.icon-sunset:before {
    content: "\e8d3"
}

.icon-target:before {
    content: "\e8d4"
}

.icon-thermometer:before {
    content: "\e8d5"
}

.icon-thumbs-up:before {
    content: "\e8d6"
}

.icon-thumbs-down:before {
    content: "\e8d7"
}

.icon-toggle-left:before {
    content: "\e8d8"
}

.icon-toggle-right:before {
    content: "\e8d9"
}

.icon-trash-2:before {
    content: "\e8da"
}

.icon-trash:before {
    content: "\e8db"
}

.icon-trending-up:before {
    content: "\e8dc"
}

.icon-trending-down:before {
    content: "\e8dd"
}

.icon-triangle:before {
    content: "\e8de"
}

.icon-type:before {
    content: "\e8df"
}

.icon-twitter:before {
    content: "\e8e0"
}

.icon-upload:before {
    content: "\e8e1"
}

.icon-umbrella:before {
    content: "\e8e2"
}

.icon-upload-cloud:before {
    content: "\e8e3"
}

.icon-unlock:before {
    content: "\e8e4"
}

.icon-user-check:before {
    content: "\e8e5"
}

.icon-user-minus:before {
    content: "\e8e6"
}

.icon-user-plus:before {
    content: "\e8e7"
}

.icon-user-x:before {
    content: "\e8e8"
}

.icon-user:before {
    content: "\e8e9"
}

.icon-users:before {
    content: "\e8ea"
}

.icon-video-off:before {
    content: "\e8eb"
}

.icon-video:before {
    content: "\e8ec"
}

.icon-voicemail:before {
    content: "\e8ed"
}

.icon-volume-x:before {
    content: "\e8ee"
}

.icon-volume-2:before {
    content: "\e8ef"
}

.icon-volume-1:before {
    content: "\e8f0"
}

.icon-volume:before {
    content: "\e8f1"
}

.icon-watch:before {
    content: "\e8f2"
}

.icon-wifi:before {
    content: "\e8f3"
}

.icon-x-square:before {
    content: "\e8f4"
}

.icon-wind:before {
    content: "\e8f5"
}

.icon-x:before {
    content: "\e8f6"
}

.icon-x-circle:before {
    content: "\e8f7"
}

.icon-zap:before {
    content: "\e8f8"
}

.icon-zoom-in:before {
    content: "\e8f9"
}

.icon-zoom-out:before {
    content: "\e8fa"
}

.icon-command:before {
    content: "\e8fb"
}

.icon-cloud:before {
    content: "\e8fc"
}

.icon-hash:before {
    content: "\e8fd"
}

.icon-headphones:before {
    content: "\e8fe"
}

.icon-underline:before {
    content: "\e8ff"
}

.icon-italic:before {
    content: "\e900"
}

.icon-bold:before {
    content: "\e901"
}

.icon-crop:before {
    content: "\e902"
}

.icon-help-circle:before {
    content: "\e903"
}

.icon-paperclip:before {
    content: "\e904"
}

.icon-shopping-cart:before {
    content: "\e905"
}

.icon-tv:before {
    content: "\e906"
}

.icon-wifi-off:before {
    content: "\e907"
}

.icon-minimize:before {
    content: "\e88d"
}

.icon-maximize:before {
    content: "\e908"
}

.icon-gitlab:before {
    content: "\e909"
}

.icon-sliders:before {
    content: "\e90a"
}

.icon-star-on:before {
    content: "\e90b"
}

.icon-heart-on:before {
    content: "\e90c"
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 11 !important;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80)
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.ct-label {
    fill: rgba(0,0,0,.4);
    color: rgba(0,0,0,.4);
    font-size: .75rem;
    line-height: 1
}

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ct-chart-donut .ct-label, .ct-chart-pie .ct-label {
    dominant-baseline: central
}

.ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.ct-label.ct-horizontal.ct-end, .ct-label.ct-horizontal.ct-start {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start
}

.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-label.ct-vertical.ct-end {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start, .ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end, .ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end
}

.ct-grid {
    stroke: #ecedf2;
    stroke-width: 1px;
    stroke-dasharray: 0
}

.ct-grid-background {
    fill: none
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.ct-line {
    fill: none;
    stroke-width: 4px
}

.ct-area {
    stroke: none;
    fill-opacity: .1
}

.ct-bar {
    fill: none;
    stroke-width: 10px
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px
}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #2083fe
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
    fill: #2083fe
}

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: #2fca74
}

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
    fill: #2fca74
}

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
    stroke: #6f35f0
}

.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
    fill: #6f35f0
}

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
    stroke: #f44c67
}

.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
    fill: #f44c67
}

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
    stroke: #ed4d4d
}

.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
    fill: #ed4d4d
}

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
    stroke: #ed4d4d
}

.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
    fill: #ed4d4d
}

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
    stroke: #252529
}

.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
    fill: #252529
}

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
    stroke: #768093
}

.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
    fill: #768093
}

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
    stroke: #f05b4f
}

.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
    fill: #f05b4f
}

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
    stroke: #dda458
}

.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
    fill: #dda458
}

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
    stroke: #eacf7d
}

.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
    fill: #eacf7d
}

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
    stroke: #86797d
}

.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
    fill: #86797d
}

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
    stroke: #b2c326
}

.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
    fill: #b2c326
}

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
    stroke: #6188e2
}

.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
    fill: #6188e2
}

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
    stroke: #a748ca
}

.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
    fill: #a748ca
}

.ct-square {
    display: block;
    position: relative;
    width: 100%
}

    .ct-square:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 100%
    }

    .ct-square:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-square > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%
}

    .ct-minor-second:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 93.75%
    }

    .ct-minor-second:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-minor-second > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-second {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-second:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 88.88889%
    }

    .ct-major-second:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-second > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%
}

    .ct-minor-third:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 83.33333%
    }

    .ct-minor-third:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-minor-third > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-third {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-third:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 80%
    }

    .ct-major-third:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-third > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-perfect-fourth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 75%
    }

    .ct-perfect-fourth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-perfect-fourth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-perfect-fifth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 66.66667%
    }

    .ct-perfect-fifth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-perfect-fifth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-minor-sixth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 62.5%
    }

    .ct-minor-sixth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-minor-sixth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%
}

    .ct-golden-section:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 61.8047%
    }

    .ct-golden-section:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-golden-section > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-sixth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 60%
    }

    .ct-major-sixth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-sixth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%
}

    .ct-minor-seventh:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 56.25%
    }

    .ct-minor-seventh:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-minor-seventh > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-seventh:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 53.33333%
    }

    .ct-major-seventh:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-seventh > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-octave {
    display: block;
    position: relative;
    width: 100%
}

    .ct-octave:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 50%
    }

    .ct-octave:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-octave > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-tenth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 40%
    }

    .ct-major-tenth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-tenth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-eleventh:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 37.5%
    }

    .ct-major-eleventh:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-eleventh > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%
}

    .ct-major-twelfth:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 33.33333%
    }

    .ct-major-twelfth:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-major-twelfth > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%
}

    .ct-double-octave:before {
        display: block;
        float: left;
        content: "";
        width: 0;
        height: 0;
        padding-bottom: 25%
    }

    .ct-double-octave:after {
        content: "";
        display: table;
        clear: both
    }

    .ct-double-octave > svg {
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

.chartist-tooltip {
    position: absolute;
    display: inline-block;
    min-width: 5em;
    padding: .5em;
    background: #f4c63d;
    color: #453d3f;
    font-family: Oxygen,Helvetica,Arial,sans-serif;
    font-weight: 700;
    pointer-events: none
}

    .chartist-tooltip:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top-color: #f4c63d
    }

.ct-area, .ct-line {
    pointer-events: none
}

.chartist-tooltip {
    min-width: 3em;
    padding: .625rem .9375rem;
    transition: opacity .2s linear;
    border-radius: 4px;
    background: #252529;
    color: #fff;
    font-family: Lato,sans-serif;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    z-index: 1
}

    .chartist-tooltip:before {
        margin-left: -6px;
        border: 6px solid transparent;
        border-top-color: #252529
    }

    .chartist-tooltip.tooltip-show {
        opacity: 1
    }

.o-page {
    position: relative;
    height: 100%
}

@media (max-width:992px) {
    .o-page.is-sidebar-open {
        overflow: hidden
    }

        .o-page.is-sidebar-open .o-page__content {
            height: 100vh;
            -webkit-transform: translate3d(250px,0,0);
            transform: translate3d(250px,0,0);
            overflow: hidden
        }
}

.o-page--center {
    padding-top: 100px
}

@media (max-width:576px) {
    .o-page--center {
        padding-top: 30px
    }
}

.o-page__sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    height: 100%;
    max-height: 100%
}

.o-page__content {
    position: absolute;
    right: 0;
    left: 250px;
    min-height: 100%;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    background-color: #f4f6f9
}

@media (max-width:992px) {
    .o-page__content {
        left: 0
    }
}

.o-page__card {
    width: 400px;
    margin: 0 auto 50px
}

@media (max-width:576px) {
    .o-page__card {
        width: 90%
    }
}

.o-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.o-media__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.o-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-alert {
    position: relative;
    width: 100%;
    padding: 30px;
    border-top: 1px solid transparent;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)
}

    .c-alert .c-close {
        position: absolute;
        top: 15px;
        right: 30px;
        color: #99a5bd
    }

.c-alert__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 100%;
    background-color: #2083fe;
    color: #fff
}

.c-alert__content {
    padding-left: 30px
}

.c-alert__title {
    margin-bottom: 15px;
    font-size: 1.125rem
}

.c-alert--info {
    border-color: #2083fe
}

    .c-alert--info .c-alert__icon {
        background-color: #2083fe
    }

.c-alert--success {
    border-color: #2fca74
}

    .c-alert--success .c-alert__icon {
        background-color: #2fca74
    }

.c-alert--warning {
    border-color: #f5b848
}

    .c-alert--warning .c-alert__icon {
        background-color: #f5b848
    }

.c-alert--danger {
    border-color: #ed4d4d
}

    .c-alert--danger .c-alert__icon {
        background-color: #ed4d4d
    }

.c-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c-avatar__img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden
}

.c-avatar--xsmall .c-avatar__img {
    width: 36px;
    min-width: 36px;
    height: 36px
}

.c-avatar--small .c-avatar__img {
    width: 50px;
    min-width: 50px;
    height: 50px
}

.c-avatar--medium .c-avatar__img {
    width: 60px;
    min-width: 60px;
    height: 60px
}

.c-avatar--large .c-avatar__img {
    width: 90px;
    min-width: 90px;
    height: 90px
}

.c-avatar--xlarge .c-avatar__img {
    width: 110px;
    min-width: 110px;
    height: 110px
}

.c-avatar--huge .c-avatar__img {
    width: 130px;
    min-width: 130px;
    height: 130px
}

.c-badge {
    display: inline-block;
    padding: .5rem 15px;
    border: 1px solid #ecedf2;
    border-radius: 1.25rem;
    background-color: transparent;
    color: #2083fe;
    font-size: .75rem
}

.c-badge--small {
    padding: .1875rem .75rem
}

.c-badge--large {
    padding: .625rem 1.25rem
}

.c-badge--info {
    border-color: #2083fe;
    color: #2083fe
}

    .c-badge--info:hover {
        background-color: #e0ebff;
        color: #2083fe
    }

.c-badge--success {
    border-color: #2fca74;
    color: #2fca74
}

    .c-badge--success:hover {
        background-color: #daf4e6;
        color: #2fca74
    }

.c-badge--warning {
    border-color: #f5b848;
    color: #f5b848
}

    .c-badge--warning:hover {
        background-color: #ffecda;
        color: #f5b848
    }

.c-badge--danger {
    border-color: #ed4d4d;
    color: #ed4d4d
}

    .c-badge--danger:hover {
        background-color: #ffe2e2;
        color: #ed4d4d
    }

.c-badge--primary {
    border-color: #252529;
    color: #768093
}

    .c-badge--primary:hover {
        background-color: #e9ecf2;
        color: #768093
    }

.c-badge--fancy {
    border-color: #6f35f0;
    color: #6f35f0
}

    .c-badge--fancy:hover {
        background-color: #e9e0ff;
        color: #6f35f0
    }

.c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-breadcrumb__item {
    color: #252529
}

    .c-breadcrumb__item:not(:last-child):after {
        margin: 0 10px;
        color: #99a5bd;
        content: "/"
    }

.c-breadcrumb__link {
    color: #99a5bd
}

.c-btn {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .625rem 1.25rem;
    transition: all .15s ease-in-out;
    border: 0;
    border-radius: 4px;
    background-color: #2083fe;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 5px 10px 0 rgba(29,29,31,.09);
    cursor: pointer;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .c-btn:focus, .c-btn:hover {
        outline: 0;
        text-decoration: none
    }

    .c-btn:hover {
        color: #fff;
        box-shadow: 0 5px 20px 0 rgba(29,29,31,.09);
        opacity: .9
    }

    .c-btn:focus {
        box-shadow: 0 0 0 3.5px rgba(32,131,254,.3)
    }

    .c-btn:active {
        -webkit-transform: scale(.92);
        transform: scale(.92)
    }

    .c-btn.is-disabled, .c-btn:disabled {
        background-color: #99a5bd;
        box-shadow: none;
        cursor: default;
        opacity: .5
    }

        .c-btn.is-disabled:active, .c-btn.is-disabled:focus, .c-btn.is-disabled:hover, .c-btn:disabled:active, .c-btn:disabled:focus, .c-btn:disabled:hover {
            -webkit-transform: none;
            transform: none;
            box-shadow: none;
            opacity: .5
        }

    .c-btn.has-arrow i {
        display: inline-block;
        position: relative;
        bottom: -2px;
        transition: -webkit-transform .15s;
        transition: transform .15s;
        transition: transform .15s,-webkit-transform .15s;
        font-size: 18px
    }

    .c-btn.has-arrow:hover i {
        -webkit-transform: translateX(5px);
        transform: translateX(5px)
    }

    .c-btn.c-btn--outline {
        background-color: transparent;
        color: #2083fe;
        box-shadow: none
    }

        .c-btn.c-btn--outline:hover {
            color: #2083fe
        }

.c-btn__icon {
    position: relative;
    right: -2px;
    bottom: -2px;
    font-size: 18px
}

.c-btn--small {
    padding: .25rem 1.125rem;
    font-size: .75rem
}

.c-btn--large {
    padding: .75rem 1.875rem;
    font-size: 1rem
}

.c-btn--info {
    border-color: #2083fe;
    background-color: #2083fe
}

    .c-btn--info.c-btn--outline {
        background-color: transparent;
        color: #2083fe
    }

        .c-btn--info.c-btn--outline:hover {
            color: #2083fe
        }

.c-btn--success {
    border-color: #2fca74;
    background-color: #2fca74
}

    .c-btn--success.c-btn--outline {
        background-color: transparent;
        color: #2fca74
    }

        .c-btn--success.c-btn--outline:hover {
            color: #2fca74
        }

.c-btn--warning {
    border-color: #f5b848;
    background-color: #f5b848
}

    .c-btn--warning.c-btn--outline {
        background-color: transparent;
        color: #f5b848
    }

        .c-btn--warning.c-btn--outline:hover {
            color: #f5b848
        }


.c-btn--warningYello {
    border-color: #f5b848;
    background-color: #ffcb05
}

    .c-btn--warningYello.c-btn--outline {
        background-color: transparent;
        color: #000
    }

        .c-btn--warningYello.c-btn--outline:hover {
            color: #000
        }

.c-btn--danger {
    border-color: #ed4d4d;
    background-color: #ed4d4d
}

    .c-btn--danger.c-btn--outline {
        background-color: transparent;
        color: #ed4d4d
    }

        .c-btn--danger.c-btn--outline:hover {
            color: #ed4d4d
        }

.c-btn--primary {
    border-color: #252529;
    background-color: #252529
}

    .c-btn--primary.c-btn--outline {
        background-color: transparent;
        color: #252529
    }

        .c-btn--primary.c-btn--outline:hover {
            color: #252529
        }

.c-btn--secondary {
    border-color: #768093;
    background-color: #768093
}

    .c-btn--secondary.c-btn--outline {
        background-color: transparent;
        color: #768093
    }

        .c-btn--secondary.c-btn--outline:hover {
            color: #768093
        }

.c-btn--fullwidth {
    width: 100%
}

.c-btn--outline {
    border: 1px solid
}

.c-card {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)
}

    .c-card.is-animated {
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s
    }

        .c-card.is-animated:hover {
            -webkit-transform: scale(1.03);
            transform: scale(1.03)
        }

.c-card--center {
    text-align: center
}

.c-card__title {
    margin-bottom: 10px
}

.c-choice {
    margin: 0 0 15px;
    color: #768093;
    font-size: 0;
    font-weight: 400
}

    .c-choice.is-disabled .c-choice__label {
        color: rgba(37,37,41,.5);
        cursor: default
    }

        .c-choice.is-disabled .c-choice__label:before {
            border-color: #e1e2e8;
            background-color: #ecedf2
        }

.c-choice__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%)
}

    .c-choice__input + .c-choice__label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #768093;
        font-size: .875rem;
        cursor: pointer
    }

        .c-choice__input + .c-choice__label:before {
            display: inline-block;
            position: relative;
            top: 0;
            width: 16px;
            height: 16px;
            margin: 0 15px 0 0;
            transition: all .3s;
            border: 1px solid #99a5bd;
            background-color: #fff;
            color: #fff;
            line-height: 15px;
            text-align: center;
            content: "";
            visibility: visible
        }

.c-choice--checkbox .c-choice__input + .c-choice__label:before {
    border-radius: 4px
}

.c-choice--checkbox .c-choice__input:checked + .c-choice__label:before {
    border-color: #2083fe;
    background-color: #2083fe;
    font-family: feather;
    font-size: 10px;
    content: "\e83f"
}

.c-choice--radio .c-choice__input + .c-choice__label:before {
    border-radius: 100%
}

.c-choice--radio .c-choice__input:checked + .c-choice__label:before {
    border: 4px solid #2083fe;
    background-color: #fff;
    box-shadow: 0 0 0 1px #2083fe
}

.c-divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ecedf2
}

.c-dropdown {
    display: inline-block;
    position: relative
}

.dropdown-toggle {
    cursor: pointer
}

.c-dropdown__menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 9.375rem;
    margin: 15px 0 0;
    transition: opacity .15s ease,visibility .15s ease;
    border: 1px solid #ecedf2;
    border-radius: 4px;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 10px 40px 0 rgba(29,29,31,.2);
    z-index: 9
}

.c-dropdown .c-dropdown__menu, .dropdown .c-dropdown__menu {
    opacity: 0;
    visibility: hidden
}

.c-dropdown.show .c-dropdown__menu, .dropdown.show .c-dropdown__menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.c-dropdown__menu.has-arrow {
    margin-top: 15px
}

    .c-dropdown__menu.has-arrow:before {
        display: inline-block;
        position: absolute;
        top: -7px;
        right: 4px;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ecedf2;
        border-left: 7px solid transparent;
        border-bottom-color: #fff;
        box-shadow: 0 10px 60px 0 rgba(29,29,31,.09);
        content: ""
    }

@media (max-width:768px) {
    .c-dropdown__menu.has-arrow:before {
        display: none
    }
}

.c-dropdown__menu--large {
    width: 21.875rem
}

    .c-dropdown__menu--large .c-dropdown__item {
        padding: 10px 15px
    }

.c-dropdown__menu-header {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e2e8
}

.c-dropdown__menu-footer {
    display: block;
    padding: 10px 15px;
    background-color: #f4f6f9;
    font-size: 14px;
    text-align: center
}

.c-dropdown__item {
    display: block;
    padding: .5rem 15px;
    border-bottom: 1px solid #ecedf2;
    color: #768093;
    font-size: .875rem;
    font-weight: 400
}

    .c-dropdown__item:hover {
        background-color: #f4f6f9;
        color: #2083fe;
        text-decoration: none
    }

    .c-dropdown__item:last-child {
        border-bottom: 0
    }

.c-field {
    position: relative;
    width: 100%;
    text-align: left
}

    .c-field.has-icon-left > .c-field__icon, .c-field.has-icon-right > .c-field__icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #768093;
        font-size: 1.125rem
    }

    .c-field.has-icon-left > .c-input {
        padding-left: 40px
    }

    .c-field.has-icon-left > .c-field__icon {
        left: 15px
    }

    .c-field.has-icon-right > .c-input {
        padding-right: 40px
    }

    .c-field.has-icon-right > .c-field__icon {
        right: 15px
    }

.c-field--inline {
    width: 270px
}

.c-field__label {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 .3125rem;
    color: #768093;
    font-size: .875rem;
    font-weight: 400
}

.c-field__message {
    display: inline-block;
    margin: 0 .3125rem 0 0;
    padding: 0;
    color: rgba(118,128,147,.5);
    font-size: .75rem
}

    .c-field__message > i {
        margin-right: .3125rem
    }

.c-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid #000
}

.c-footer__divider {
    margin: 0 15px;
    color: #000
}

.c-footer__link {
    margin-right: 15px;
    color: #000;
    font-size: 1.5rem
}

.c-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #f4f6f9
}

    .c-icon i {
        color: #2083fe;
        font-size: 18px
    }

.c-icon--transparent {
    background: transparent
}

.c-icon--xsmall {
    width: 20px;
    height: 20px
}

    .c-icon--xsmall i {
        font-size: 10px
    }

.c-icon--small {
    width: 30px;
    height: 30px
}

    .c-icon--small i {
        font-size: 14px
    }

.c-icon--large {
    width: 50px;
    height: 50px
}

    .c-icon--large i {
        font-size: 22px
    }

.c-icon--info {
    background: #1d7bf0;
    background: linear-gradient(180deg,#1d7bf0,#2083fe)
}

.c-icon--success {
    background: #28c76f;
    background: linear-gradient(180deg,#28c76f,#2ccf75)
}

.c-icon--warning {
    background: #f5a155;
    background: linear-gradient(180deg,#f5a155,#f5b855)
}

.c-icon--danger {
    background: #ee4343;
    background: linear-gradient(180deg,#ee4343,#ec5f5f)
}

.c-icon--primary {
    background: #252529;
    background: linear-gradient(180deg,#252529,#444449)
}

.c-icon--secondary {
    background: #768093;
    background: linear-gradient(180deg,#768093,#969fb0)
}

.c-icon--fancy {
    background: #4f5ef5;
    background: linear-gradient(180deg,#4f5ef5,#6a77ff)
}

    .c-icon--danger i, .c-icon--fancy i, .c-icon--info i, .c-icon--primary i, .c-icon--secondary i, .c-icon--success i, .c-icon--warning i {
        color: #fff
    }

.c-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: .625rem .9375rem;
    transition: all .3s;
    border: 1px solid #99a5bd;
    border-radius: 4px;
    background-color: #fff;
    color: #252529;
    font-size: .75rem;
    font-weight: 400;
    resize: none
}

    .c-input::-webkit-input-placeholder {
        transition: opacity .3s;
        color: rgba(118,128,147,.5);
        font-weight: 400;
        opacity: .7
    }

    .c-input:-ms-input-placeholder, .c-input::-ms-input-placeholder {
        transition: opacity .3s;
        color: rgba(118,128,147,.5);
        font-weight: 400;
        opacity: .7
    }

    .c-input::placeholder {
        transition: opacity .3s;
        color: rgba(118,128,147,.5);
        font-weight: 400;
        opacity: .7
    }

    .c-input:focus {
        border-color: #2083fe;
        outline: none
    }

        .c-input:focus::-webkit-input-placeholder {
            opacity: .2
        }

        .c-input:focus:-ms-input-placeholder, .c-input:focus::-ms-input-placeholder {
            opacity: .2
        }

        .c-input:focus::placeholder {
            opacity: .2
        }

    .c-input.is-disabled, .c-input:disabled {
        border-color: #e1e2e8;
        background-color: #ecedf2;
        color: rgba(37,37,41,.5);
        cursor: not-allowed
    }

textarea.c-input {
    min-height: 90px;
    font-size: .875rem;
    font-weight: 400
}

.c-input--success, .c-input--success:focus {
    border-color: #2fca74
}

.c-input--warning, .c-input--warning:focus {
    border-color: #f5b848
}

.c-input--danger, .c-input--danger:focus {
    border-color: #ed4d4d;
    color: #ed4d4d
}

.modal-open {
    overflow: hidden
}

.c-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    outline: 0;
    z-index: 10
}

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

.c-modal__dialog {
    position: relative;
    max-width: 550px;
    margin: 50px auto
}

.c-modal.fade .c-modal__dialog {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.c-modal.show .c-modal__dialog {
    -webkit-animation-name: a;
    animation-name: a
}

.c-modal .c-modal__dialog {
    max-width: 550px
}

.c-modal--xsmall .c-modal__dialog {
    max-width: 350px
}

.c-modal--small .c-modal__dialog {
    max-width: 450px
}

.c-modal--medium .c-modal__dialog {
    max-width: 550px
}

.c-modal--large .c-modal__dialog {
    max-width: 650px
}

.c-modal--xlarge .c-modal__dialog {
    max-width: 750px
}

.c-modal--huge .c-modal__dialog {
    max-width: 950px
}

.c-modal__content {
    position: relative;
    width: 100%;
    border-radius: 4px;
    outline: 0;
    text-align: center;
    overflow: hidden
}

.c-modal__header {
    padding: 20px 30px;
    background-color: #fff
}

.c-modal__close {
    position: absolute;
    top: 1.25rem;
    right: 30px;
    color: #768093;
    font-size: 1.25rem;
    cursor: pointer;
    opacity: .8
}

    .c-modal__close:hover {
        color: #252529
    }

.c-modal__close--absolute {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10
}

@media (max-width:768px) {
    .c-modal__close--absolute {
        top: 15px
    }
}

.c-modal__body {
    padding: 30px;
    background-color: #fff;
    overflow: hidden
}

.c-modal__body--maximized {
    max-height: 450px;
    overflow: auto
}

.c-modal__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 30px;
    border-top: 1px solid #ecedf2;
    background-color: #f4f6f9
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(37,37,41,.9);
    z-index: 8
}

    .modal-backdrop.fade {
        opacity: 0
    }

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

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

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes a {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.c-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding: 20px 40px;
    border-bottom: 1px solid #e1e2e8;
    background-color: #1A456B;
}

@media (max-width:992px) {
    .c-navbar {
        padding: 20px 15px
    }
}

.c-navbar--small {
    padding: 1.25rem
}

.c-navbar__brand {
    margin-right: 30px;
    font-size: 0
}

@media (max-width:768px) {
    .c-navbar__brand {
        margin-right: auto
    }
}

.c-navbar__title {
    margin-right: auto;
    color: #252529;
    font-size: 1.25rem
}

    .c-navbar__title a {
        color: inherit;
        font-weight: 700
    }

.c-navbar__nav {
    display: block
}

@media (max-width:768px) {
    .c-navbar__nav {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px;
        margin-right: -15px !important;
        margin-left: -15px;
        border-top: 1px solid #ecedf2
    }

        .c-navbar__nav.collapse {
            display: none
        }

        .c-navbar__nav.show {
            display: block
        }

        .c-navbar__nav.collapsing {
            position: relative;
            height: 0;
            transition: height .6s;
            overflow: hidden
        }
}

.c-navbar__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-navbar__nav-item {
    position: relative;
    margin: 0 2.5rem 0 0
}

@media (max-width:768px) {
    .c-navbar__nav-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        padding: 15px;
        border-bottom: 1px solid #ecedf2
    }
}

.c-navbar__nav-item:last-child {
    margin-right: 0
}

@media (max-width:768px) {
    .c-navbar__nav-item:last-child {
        padding-bottom: 5px;
        border-bottom: 0
    }
}

.c-navbar__nav-link {
    color: #768093;
    font-size: 1rem;
    font-weight: 400
}

    .c-navbar__nav-link:hover {
        text-decoration: none
    }

    .c-navbar__nav-link.is-active {
        color: #2083fe
    }

@media (max-width:768px) {
    .c-navbar__nav-link {
        display: block;
        color: #252529;
        font-size: 1rem
    }
}

.c-navbar__nav-toggle {
    display: none;
    position: relative;
    margin: 0 0 0 15px;
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
    color: #252529;
    font-size: 36px;
    cursor: pointer
}

@media (max-width:768px) {
    .c-navbar__nav-toggle {
        display: block
    }
}

.c-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-radius: 4px;
    background-color: #f4f6f9;
    text-align: left
}

.c-note__icon {
    margin-right: 10px
}

.c-notification {
    color: #768093;
    font-size: 0
}

    .c-notification.has-indicator {
        position: relative
    }

        .c-notification.has-indicator:before {
            position: absolute;
            top: -10px;
            right: 0;
            left: 0;
            width: 5px;
            height: 5px;
            margin: 0 auto;
            border-radius: 100%;
            background-color: #2083fe;
            box-shadow: 0 0 10px 0 rgba(32,131,254,.9);
            content: ""
        }

    .c-notification:hover {
        color: #252529
    }

.c-notification__icon {
    font-size: 24px
}

.c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-pagination__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 100%;
    background-color: #fff;
    color: #768093;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)
}

    .c-pagination__link:hover {
        color: #252529
    }

    .c-pagination__link.is-active {
        color: #2083fe
    }

.c-pipeline {
    margin-bottom: 30px;
    border-radius: 4px
}

.c-pipeline__card {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)
}

    .c-pipeline__card:hover {
        cursor: -webkit-grab;
        cursor: grab
    }

    .c-pipeline__card:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

.c-pipeline__card-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #768093
}

    .c-pipeline__card-actions:hover {
        color: #252529
    }

.c-pipeline__card-title {
    margin: 0;
    font-size: 1rem
}

.c-pipeline__card-footer {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ecedf2
}

.c-progress {
    display: block;
    width: 100%;
    height: 20px;
    margin: 0 0 15px;
    border-radius: 20px;
    background-color: #ecedf2
}

.c-progress__bar {
    position: relative;
    height: 100%;
    border-radius: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #1d7bf0;
    background: linear-gradient(180deg,#1d7bf0,#2083fe)
}

.c-progress--xsmall {
    height: 2px
}

.c-progress--small {
    height: 4px
}

.c-progress--medium {
    height: 8px
}

.c-progress--info .c-progress__bar {
    background: #1d7bf0;
    background: linear-gradient(180deg,#1d7bf0,#2083fe)
}

.c-progress--success .c-progress__bar {
    background: #28c76f;
    background: linear-gradient(180deg,#28c76f,#2ccf75)
}

.c-progress--warning .c-progress__bar {
    background: #f5a155;
    background: linear-gradient(180deg,#f5a155,#f5b855)
}

.c-progress--danger .c-progress__bar {
    background: #ee4343;
    background: linear-gradient(180deg,#ee4343,#ec5f5f)
}

.c-progress--primary .c-progress__bar {
    background: #252529;
    background: linear-gradient(180deg,#252529,#444449)
}

.c-select {
    position: relative
}

    .c-select:after {
        position: absolute;
        top: 4px;
        right: 10px;
        color: #768093;
        font-family: feather;
        font-size: 20px;
        content: "\e842"
    }

    .c-select.is-disabled:after {
        opacity: .5
    }

.c-select__input {
    display: block;
    width: 100%;
    margin: 0;
    padding: .625rem .9375rem;
    transition: all .3s;
    border: 1px solid #99a5bd;
    border-radius: 4px;
    background-color: #fff;
    color: #252529;
    font-size: .75rem;
    font-weight: 400;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .c-select__input:focus {
        border-color: #2083fe;
        outline: 0
    }

    .c-select.is-disabled .c-select__input, .c-select__input:disabled {
        border-color: #e1e2e8;
        background-color: #ecedf2;
        color: rgba(118,128,147,.5)
    }

.c-sidebar {
    position: relative;
    width: 100%;
    height: 100%;
    border-right: 1px solid #e1e2e8;
    background-color: #1A456B;
}

.c-sidebar__body {
    height: calc(100vh - 140px);
    overflow-y: auto
}

    .c-sidebar__body::-webkit-scrollbar {
        width: 6px;
        background-color: transparent
    }

    .c-sidebar__body::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: #99a5bd
    }

.c-sidebar__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    padding: .3125rem 15px .3125rem 30px;
    color: #252529;
    font-size: 1.25rem
}

    .c-sidebar__brand a {
        color: inherit;
        font-size: 0;
        font-weight: 500
    }

.c-sidebar__list {
    margin-bottom: 30px
}

    .c-sidebar__list .c-sidebar__list {
        margin-left: 30px
    }

        .c-sidebar__list .c-sidebar__list .c-sidebar__link.is-active {
            border: 0;
            color: #252529
        }

.c-sidebar__item {
    position: relative
}

.c-sidebar__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    padding: .3125rem 10px .3125rem 30px;
    border-left: 3px solid transparent;
    color: #768093;
    font-size: .875rem
}

    .c-sidebar__link.is-active {
        border-left-color: #252529;
        color: #252529
    }

.c-sidebar__icon {
    margin-right: 15px;
    font-size: 22px
}

.c-sidebar__link.is-active .c-sidebar__icon {
    color: #2083fe
}

.c-sidebar__title {
    display: block;
    margin: 0;
    padding: .5rem 15px .5rem 30px;
    color: #99a5bd;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.c-sidebar__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 1.25rem 30px;
    border-top: 1px solid #e1e2e8;
    background-color: #f4f6f9;
    color: #768093
}

    .c-sidebar__footer:hover {
        color: #252529
    }

.c-sidebar__footer-icon {
    font-size: 20px
}

.c-sidebar__item.has-submenu > .c-sidebar__link {
    position: relative;
    margin: 0
}

    .c-sidebar__item.has-submenu > .c-sidebar__link:after {
        display: inline-block;
        position: absolute;
        top: 3px;
        right: 30px;
        color: #768093;
        font-family: feather;
        font-size: 18px;
        content: "\e842"
    }

.c-sidebar__item.has-submenu .c-sidebar__list.collapse {
    display: none
}

.c-sidebar__item.has-submenu .c-sidebar__list.show {
    display: block
}

.c-sidebar__item.has-submenu .c-sidebar__list.collapsing {
    position: relative;
    height: 0;
    transition: height .3s;
    overflow: hidden
}

.c-sidebar-toggle {
    display: none;
    margin-right: 15px;
    border: 0;
    background: transparent;
    font-size: 28px
}

    .c-sidebar-toggle:hover {
        color: #252529
    }

@media (max-width:992px) {
    .c-sidebar-toggle {
        display: block
    }
}

.c-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.c-switch__input {
    display: none
}

.c-switch__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #768093;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .c-switch__label:before {
        display: inline-block;
        position: relative;
        width: 48px;
        height: 26px;
        margin-right: 10px;
        background-color: #99a5bd
    }

    .c-switch__label:after, .c-switch__label:before {
        transition: all .3s;
        border-radius: 83px;
        content: " "
    }

    .c-switch__label:after {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 20px;
        height: 20px;
        background-color: #fff
    }

.c-switch__input:checked ~ .c-switch__label:before {
    background-color: #2083fe
}

.c-switch__input:checked ~ .c-switch__label:after {
    left: 25px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.25)
}

.c-switch__input:disabled ~ .c-switch__label:before {
    background-color: #e1e2e8
}

.c-switch__input:disabled ~ .c-switch__label:after {
    box-shadow: none
}

.c-table {
    display: table;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ecedf2;
    border-radius: 4px;
    background-color: #fff;
    border-collapse: collapse;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)
}

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

    .c-table-responsive .c-table {
        display: block;
        overflow-y: hidden
    }

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

        .c-table-responsive\@mobile .c-table {
            display: block;
            overflow-y: hidden
        }
}

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

        .c-table-responsive\@tablet .c-table {
            display: block;
            overflow-y: hidden
        }
}

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

        .c-table-responsive\@desktop .c-table {
            display: block;
            overflow-y: hidden
        }
}

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

        .c-table-responsive\@wide .c-table {
            display: block;
            overflow-y: hidden
        }
}

.c-table--highlight tbody tr:hover, .c-table--zebra tbody tr:nth-of-type(odd) {
    background-color: rgba(236,237,242,.3)
}

.c-table--fixed {
    table-layout: fixed
}

.c-table__title {
    position: relative;
    padding: 25px 30px;
    border: 1px solid #99a5bd;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    color: #252529;
    font-size: 24px;
    text-align: left
}

    .c-table__title small {
        display: inline-block;
        margin-left: 10px;
        color: #768093;
        font-size: 14px
    }

        .c-table__title small:before {
            display: inline-block;
            position: relative;
            bottom: -2px;
            width: 1px;
            height: 14px;
            margin-right: 12px;
            background-color: #dfe3e9;
            content: ""
        }

.c-table__title-action {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #afb4bb;
    font-size: 22px
}

.c-table__head {
    padding: 0;
    background-color: #f4f6f9
}

    .c-table__head .c-table__cell--head {
        padding: 10px 0 10px 30px;
        color: #768093
    }

.c-table__row {
    border-top: 1px solid #ecedf2;
    border-bottom: 1px solid #ecedf2
}

    .c-table__row:last-child {
        border-bottom: 0
    }

.c-table__row--danger, .c-table__row--info, .c-table__row--success, .c-table__row--warning {
    border-left: 3px solid
}

.c-table__row--success {
    border-left-color: #2fca74
}

.c-table__row--danger {
    border-left-color: #ed4d4d
}

.c-table__row--info {
    border-left-color: #2083fe
}

.c-table__row--warning {
    border-left-color: #f5b848
}

.c-table__cell {
    padding: 1.25rem 0 1.25rem 30px;
    color: #768093;
    font-size: .875rem;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle
}

    .c-table__cell:last-child {
        padding-right: 30px
    }

.c-table__cell--head {
    color: #768093;
    font-size: .875rem;
    font-weight: 500
}

.c-table__cell--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-tabs {
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)
}

.c-tabs__list {
    padding: 0 30px;
    border: 1px solid #ecedf2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff
}

    .c-tabs__link, .c-tabs__list li {
        display: inline-block
    }

.c-tabs__link {
    margin: 0 30px 0 0;
    padding: 1.25rem 0 1.3125rem;
    color: #768093;
    font-size: 1rem
}

    .c-tabs__link:hover {
        color: #252529;
        text-decoration: none
    }

    .c-tabs__link.active, .c-tabs__link.is-active {
        border-bottom: 2px solid #2083fe;
        color: #252529;
        font-weight: 600
    }

.c-tabs__link-icon {
    margin-right: .3125rem
}

.c-tabs__link.active .c-tabs__link-icon {
    color: #2083fe
}

@media (max-width:576px) {
    .c-tabs__link-icon {
        display: none
    }
}

.c-tabs__pane {
    display: none;
    margin: 0;
    padding: 30px;
    border: 1px solid #ecedf2;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #fff;
    color: #768093
}

    .c-tabs__pane.active, .c-tabs__pane.is-active {
        display: block
    }

.c-text--subtitle {
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .9px;
    text-transform: uppercase
}

.c-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 30px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)
}

@media (max-width:768px) {
    .c-toolbar {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .c-toolbar-responsive {
        overflow-x: auto
    }

        .c-toolbar-responsive .c-toolbar {
            width: 768px;
            margin-bottom: 0
        }
}

.c-toolbar__nav-link {
    display: inline-block;
    margin: 0 15px;
    padding: 20px 4px;
    color: #768093;
    font-weight: 500
}

    .c-toolbar__nav-link.is-active {
        border-bottom: 3px solid #2083fe;
        color: #252529
    }

.c-tooltip {
    position: relative
}

    .c-tooltip:after {
        max-height: 5rem;
        padding: .625rem .9375rem;
        border-radius: 4px;
        background-color: #252529;
        color: #fff;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-transform: none;
        white-space: nowrap;
        content: attr(aria-label);
        overflow: hidden
    }

    .c-tooltip:after, .c-tooltip:before {
        position: absolute;
        transition: opacity .3s;
        opacity: 0;
        visibility: hidden;
        z-index: 7
    }

    .c-tooltip:before {
        border: 6px solid transparent;
        content: " "
    }

    .c-tooltip:hover:after, .c-tooltip:hover:before {
        opacity: 1;
        visibility: visible
    }

.c-tooltip--top:after {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-12px);
    transform: translate(-50%,-12px)
}

.c-tooltip--top:before {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-top-color: #252529
}

.c-tooltip--bottom:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,12px);
    transform: translate(-50%,12px)
}

.c-tooltip--bottom:before {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    border-bottom-color: #252529
}

.c-tooltip--right:after {
    top: 50%;
    left: 100%;
    -webkit-transform: translate(12px,-50%);
    transform: translate(12px,-50%)
}

.c-tooltip--right:before {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: #252529
}

.c-tooltip--left:after {
    top: 50%;
    right: 100%;
    -webkit-transform: translate(-12px,-50%);
    transform: translate(-12px,-50%)
}

.c-tooltip--left:before {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color: #252529
}

.c-close {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 1.625rem;
    line-height: 1;
    opacity: .7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .c-close:focus, .c-close:hover {
        opacity: 1
    }

    .c-close:focus, .c-range {
        outline: 0
    }

.c-range {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.c-range--inline {
    width: 96px
}

.c-range::-webkit-slider-thumb {
    position: relative;
    top: -6px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #1d7bf0;
    background: linear-gradient(180deg,#1d7bf0,#2083fe)
}

.c-range::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 1px;
    background-color: #e1e2e8
}

.c-state-card {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 4px;
    background: #768093;
    background: linear-gradient(180deg,#768093,#969fb0)
}

.c-state-card__title {
    margin-bottom: 10px;
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase
}

.c-state-card__number {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 2.25rem
}

.c-state-card__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

    .c-state-card__status i {
        margin-right: 10px;
        font-size: 20px
    }

.c-state-card__actions {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 1.25rem
}

.c-state-card--info {
    background: #1d7bf0;
    background: linear-gradient(180deg,#1d7bf0,#2083fe)
}

.c-state-card--success {
    background: #28c76f;
    background: linear-gradient(180deg,#28c76f,#2ccf75)
}

.c-state-card--fancy {
    background: #4f5ef5;
    background: linear-gradient(180deg,#4f5ef5,#6a77ff)
}

.c-feed {
    position: relative
}

    .c-feed:before {
        position: absolute;
        top: 0;
        left: 3px;
        width: 2px;
        height: 100%;
        background-color: #ecedf2;
        content: ""
    }

.c-feed__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 20px;
    padding: 10px 0
}

    .c-feed__item:before {
        position: absolute;
        top: 17px;
        left: -20px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        content: "";
        background: #1d7bf0;
        background: linear-gradient(180deg,#1d7bf0,#2083fe)
    }

.c-feed__item--success:before {
    background: #28c76f;
    background: linear-gradient(180deg,#28c76f,#2ccf75)
}

.c-feed__item--warning:before {
    background: #f5a155;
    background: linear-gradient(180deg,#f5a155,#f5b855)
}

.c-feed__item--danger:before {
    background: #ee4343;
    background: linear-gradient(180deg,#ee4343,#ec5f5f)
}

.c-feed__item--fancy:before {
    background: #4f5ef5;
    background: linear-gradient(180deg,#4f5ef5,#6a77ff)
}

.c-chart {
    position: relative
}

.c-chart__body {
    margin-bottom: 15px
}

.c-chart__legend {
    display: block;
    margin-bottom: 10px;
    color: #768093;
    font-size: .875rem;
    text-align: left
}

.c-chart__legend-icon {
    display: inline-block;
    width: 15px;
    height: 8px;
    margin-right: 5px;
    border-radius: 4px;
    background-color: #252529
}

.c-plan {
    margin-bottom: 30px;
    padding: 30px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09)
}

    .c-plan:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

.c-plan__icon {
    margin-bottom: 30px
}

.c-plan__title {
    font-size: 1.75rem
}

.c-plan__price {
    margin-bottom: 15px;
    font-size: 1.5rem
}

.c-plan__duration {
    color: #768093;
    font-size: .875rem
}

.c-plan__list {
    margin-bottom: 30px
}

.c-plan__list-item {
    margin-bottom: 5px;
    color: #768093
}

.c-invoice {
    position: relative;
    border: 1px solid #ecedf2;
    border-radius: 4px;
    background-color: #fff;
    color: #252529;
    box-shadow: 0 10px 60px 0 rgba(29,29,31,.09);
    overflow: hidden
}

@media (max-width:768px) {
    .c-invoice {
        padding: 30px
    }
}

.c-invoice__wrapper {
    padding: 100px 100px 0
}

@media (max-width:768px) {
    .c-invoice__wrapper {
        padding: 15px 15px 0
    }
}

.c-invoice__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

@media (max-width:768px) {
    .c-invoice__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.c-invoice__brand {
    margin-bottom: 30px
}

@media (max-width:768px) {
    .c-invoice__brand {
        margin: 0
    }
}

.c-invoice__brand-img {
    max-width: 40px;
    margin-bottom: 15px
}

.c-invoice__brand-name {
    font-size: 1.5rem
}

.c-invoice__title {
    margin-bottom: 15px;
    font-size: 1.5rem
}

.c-invoice__date {
    display: block;
    color: #99a5bd;
    font-size: .875rem;
    text-transform: uppercase
}

.c-invoice__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px
}

.c-invoice__company-name {
    margin-bottom: 15px;
    font-size: 1.25rem
}

.c-invoice__company-address {
    margin-bottom: 15px;
    color: #99a5bd
}

.c-invoice__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px
}

@media (max-width:768px) {
    .c-invoice__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

.c-invoice__number {
    color: #99a5bd;
    font-size: .875rem
}

.c-invoice__table {
    width: 100%
}

    .c-invoice__table .c-table {
        margin-bottom: 10px;
        box-shadow: none
    }

        .c-invoice__table .c-table strong {
            color: #252529
        }

@media (max-width:768px) {
    .c-invoice__table .c-table {
        display: table;
        width: 100%
    }
}

.c-invoice__terms {
    color: #99a5bd;
    font-size: .875rem
}

.c-invoice__note {
    margin-bottom: 30px
}

.c-invoice__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
    padding: 30px 100px;
    color: #fff;
    background: #768093;
    background: linear-gradient(180deg,#768093,#969fb0)
}

@media (max-width:576px) {
    .c-invoice__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        text-align: center
    }
}

.c-invoice__footer-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:576px) {
    .c-invoice__footer-brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.c-404 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.c-404__content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 350px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center
}

@media (max-width:768px) {
    .c-404__content {
        width: 80%
    }
}

.c-404__title {
    font-size: 96px;
    font-weight: 700
}

.c-404__des {
    margin-bottom: 30px;
    font-size: 1rem
}

.c-404__shape1 {
    position: absolute;
    top: 20px;
    right: -50px;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: #ee4343;
    background: linear-gradient(180deg,#ee4343,#ec5f5f)
}

@media (max-width:768px) {
    .c-404__shape1 {
        right: -70px;
        width: 150px;
        height: 150px
    }
}

.c-404__shape2 {
    position: absolute;
    bottom: 50px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background: #1d7bf0;
    background: linear-gradient(180deg,#1d7bf0,#2083fe)
}

@media (max-width:768px) {
    .c-404__shape2 {
        bottom: 20px;
        width: 150px;
        height: 150px
    }
}

.u-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.u-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.u-justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.u-justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.u-justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.u-justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.u-justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.u-align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.u-align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.u-align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.u-align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.u-align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.u-align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.u-align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.u-align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.u-align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.u-align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.u-flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.u-flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.u-m-zero {
    margin: 0 !important
}

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

.u-mr-zero {
    margin-right: 0 !important
}

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

.u-ml-zero {
    margin-left: 0 !important
}

.u-mv-zero {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.u-mh-zero {
    margin-right: 0 !important;
    margin-left: 0 !important
}

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

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

.u-mr-auto {
    margin-right: auto !important
}

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

.u-ml-auto {
    margin-left: auto !important
}

.u-mv-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

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

.u-m-xsmall {
    margin: 10px !important
}

.u-mt-xsmall {
    margin-top: 10px !important
}

.u-mr-xsmall {
    margin-right: 10px !important
}

.u-mb-xsmall {
    margin-bottom: 10px !important
}

.u-ml-xsmall {
    margin-left: 10px !important
}

.u-mv-xsmall {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.u-mh-xsmall {
    margin-right: 10px !important;
    margin-left: 10px !important
}

.u-m-small {
    margin: 15px !important
}

.u-mt-small {
    margin-top: 15px !important
}

.u-mr-small {
    margin-right: 15px !important
}

.u-mb-small {
    margin-bottom: 15px !important
}

.u-ml-small {
    margin-left: 15px !important
}

.u-mv-small {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.u-mh-small {
    margin-right: 15px !important;
    margin-left: 15px !important
}

.u-m-medium {
    margin: 30px !important
}

.u-mt-medium {
    margin-top: 30px !important
}

.u-mr-medium {
    margin-right: 30px !important
}

.u-mb-medium {
    margin-bottom: 30px !important
}

.u-ml-medium {
    margin-left: 30px !important
}

.u-mv-medium {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.u-mh-medium {
    margin-right: 30px !important;
    margin-left: 30px !important
}

.u-m-large {
    margin: 50px !important
}

.u-mt-large {
    margin-top: 50px !important
}

.u-mr-large {
    margin-right: 50px !important
}

.u-mb-large {
    margin-bottom: 50px !important
}

.u-ml-large {
    margin-left: 50px !important
}

.u-mv-large {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.u-mh-large {
    margin-right: 50px !important;
    margin-left: 50px !important
}

.u-m-xlarge {
    margin: 100px !important
}

.u-mt-xlarge {
    margin-top: 100px !important
}

.u-mr-xlarge {
    margin-right: 100px !important
}

.u-mb-xlarge {
    margin-bottom: 100px !important
}

.u-ml-xlarge {
    margin-left: 100px !important
}

.u-mv-xlarge {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.u-mh-xlarge {
    margin-right: 100px !important;
    margin-left: 100px !important
}

.u-p-zero {
    padding: 0 !important
}

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

.u-pr-zero {
    padding-right: 0 !important
}

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

.u-pl-zero {
    padding-left: 0 !important
}

.u-pv-zero {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.u-ph-zero {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.u-p-auto {
    padding: auto !important
}

.u-pt-auto {
    padding-top: auto !important
}

.u-pr-auto {
    padding-right: auto !important
}

.u-pb-auto {
    padding-bottom: auto !important
}

.u-pl-auto {
    padding-left: auto !important
}

.u-pv-auto {
    padding-top: auto !important;
    padding-bottom: auto !important
}

.u-ph-auto {
    padding-right: auto !important;
    padding-left: auto !important
}

.u-p-xsmall {
    padding: 10px !important
}

.u-pt-xsmall {
    padding-top: 10px !important
}

.u-pr-xsmall {
    padding-right: 10px !important
}

.u-pb-xsmall {
    padding-bottom: 10px !important
}

.u-pl-xsmall {
    padding-left: 10px !important
}

.u-pv-xsmall {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.u-ph-xsmall {
    padding-right: 10px !important;
    padding-left: 10px !important
}

.u-p-small {
    padding: 15px !important
}

.u-pt-small {
    padding-top: 15px !important
}

.u-pr-small {
    padding-right: 15px !important
}

.u-pb-small {
    padding-bottom: 15px !important
}

.u-pl-small {
    padding-left: 15px !important
}

.u-pv-small {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.u-ph-small {
    padding-right: 15px !important;
    padding-left: 15px !important
}

.u-p-medium {
    padding: 30px !important
}

.u-pt-medium {
    padding-top: 30px !important
}

.u-pr-medium {
    padding-right: 30px !important
}

.u-pb-medium {
    padding-bottom: 30px !important
}

.u-pl-medium {
    padding-left: 30px !important
}

.u-pv-medium {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.u-ph-medium {
    padding-right: 30px !important;
    padding-left: 30px !important
}

.u-p-large {
    padding: 50px !important
}

.u-pt-large {
    padding-top: 50px !important
}

.u-pr-large {
    padding-right: 50px !important
}

.u-pb-large {
    padding-bottom: 50px !important
}

.u-pl-large {
    padding-left: 50px !important
}

.u-pv-large {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.u-ph-large {
    padding-right: 50px !important;
    padding-left: 50px !important
}

.u-p-xlarge {
    padding: 100px !important
}

.u-pt-xlarge {
    padding-top: 100px !important
}

.u-pr-xlarge {
    padding-right: 100px !important
}

.u-pb-xlarge {
    padding-bottom: 100px !important
}

.u-pl-xlarge {
    padding-left: 100px !important
}

.u-pv-xlarge {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.u-ph-xlarge {
    padding-right: 100px !important;
    padding-left: 100px !important
}

.u-h1 {
    font-size: 2.25rem
}

.u-h2 {
    font-size: 1.75rem
}

.u-h3 {
    font-size: 1.5rem
}

.u-h4 {
    font-size: 1.25rem
}

.u-h5 {
    font-size: 1.125rem
}

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

.u-text-danger {
    color: #ed4d4d !important
}

.u-text-success {
    color: #2fca74 !important
}

.u-text-dark {
    color: #252529 !important
}

.u-text-white {
    color: #fff !important
}

.u-text-xsmall {
    font-size: .75rem !important
}

.u-text-small {
    font-size: .875rem !important
}

.u-text-large {
    font-size: 1rem !important
}

.u-text-bold {
    font-weight: 600 !important
}

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

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

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

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

.u-text-lowercase {
    text-transform: lowercase !important
}

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

.u-color-success {
    color: #2fca74 !important
}

.u-color-info {
    color: #2083fe !important
}

.u-color-danger {
    color: #ed4d4d !important
}

.u-color-warning {
    color: #f5b848 !important
}

.u-color-primary {
    color: #252529 !important
}

.u-color-secondary {
    color: #768093 !important
}

.u-color-white {
    color: #fff !important
}

.u-bg-success {
    background: #2fca74 !important;
    background-color: #2fca74 !important
}

.u-bg-info {
    background: #2083fe !important;
    background-color: #2083fe !important
}

.u-bg-danger {
    background: #ed4d4d !important;
    background-color: #ed4d4d !important
}

.u-bg-fancy {
    background: #6f35f0 !important;
    background-color: #6f35f0 !important
}

.u-bg-warning {
    background: #f5b848 !important;
    background-color: #f5b848 !important
}

.u-bg-primary {
    background: #252529 !important;
    background-color: #252529 !important
}

.u-bg-pink {
    background: #f44c67 !important;
    background-color: #f44c67 !important
}

.u-bg-secondary {
    background: #768093 !important;
    background-color: #768093 !important
}

.u-bg-white {
    background: #fff !important;
    background-color: #fff !important
}

.u-block {
    display: block !important
}

.u-inline-block {
    display: inline-block !important
}

.u-inline {
    display: inline !important
}

.u-border-top {
    border-top: 1px solid #ecedf2 !important
}

.u-border-right {
    border-right: 1px solid #ecedf2 !important
}

.u-border-bottom {
    border-bottom: 1px solid #ecedf2 !important
}

.u-border-left {
    border-left: 1px solid #ecedf2 !important
}

.u-border-zero {
    border: 0 !important
}

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

.u-border-right-zero {
    border-right: 0 !important
}

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

.u-border-left-zero {
    border-left: 0 !important
}

.u-border-rounded {
    border-radius: 4px;
    overflow: hidden
}

.u-border-circle {
    border-radius: 100%;
    overflow: hidden
}

.u-hidden {
    display: none !important
}

.u-hidden-visually {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important
}

@media (max-width:576px) {
    .u-hidden-down\@mobile {
        display: none !important
    }
}

@media (max-width:768px) {
    .u-hidden-down\@tablet {
        display: none !important
    }
}

@media (max-width:992px) {
    .u-hidden-down\@desktop {
        display: none !important
    }
}

@media (max-width:1200px) {
    .u-hidden-down\@wide {
        display: none !important
    }
}

@media (min-width:576px) {
    .u-hidden-up\@mobile {
        display: none !important
    }
}

@media (min-width:768px) {
    .u-hidden-up\@tablet {
        display: none !important
    }
}

@media (min-width:992px) {
    .u-hidden-up\@desktop {
        display: none !important
    }
}

@media (min-width:1200px) {
    .u-hidden-up\@wide {
        display: none !important
    }
}

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

.u-opacity-medium {
    opacity: .5 !important
}

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

.u-opacity-zero {
    opacity: 0
}

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

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

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

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

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

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

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

.u-height-100 {
    height: 100% !important
}
/*# sourceMappingURL=neat.min.css.map */
