/*!

=========================================================
* Argon Dashboard - v1.1.0
=========================================================

* Product Page: https://www.creative-tim.com/product/argon-dashboard
* Copyright 2018 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/creativetimofficial/argon-dashboard/blob/master/LICENSE.md)

* Coded by Creative Tim

=========================================================

* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/

:root {
    --blue: #5e72e4;
    --indigo: #5603ad;
    --purple: #8965e0;
    --pink: #f3a4b5;
    --red: #f5365c;
    --orange: #fb6340;
    --yellow: #ffd600;
    --green: #2dce89;
    --teal: #11cdef;
    --cyan: #2bffc6;
    --white: #fff;
    --gray: #8898aa;
    --gray-dark: #32325d;
    --light: #ced4da;
    --lighter: #e9ecef;
    --primary: #2b7691;
    --secondary: #f7fafc;
    --success: #2dce89;
    --info: #11cdef;
    --warning: #fb6340;
    --danger: #f5365c;
    --light: #adb5bd;
    --dark: #212529;
    --default: #172b4d;
    --white: #fff;
    --neutral: #fff;
    --darker: black;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Open Sans,sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

header, section {
    display: block
}

body {
    margin: 0;
    font-family: Open Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #525f7f;
    text-align: left;
    background-color: #f8f9fe
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

small {
    font-size: 80%
}

a {
    color: #5e72e4;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #233dd2;
        text-decoration: none
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item;
    cursor: pointer
}

[hidden] {
    display: none !important
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.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
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    /*    color: #8898aa;*/
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cad1d7;
    border-radius: .375rem;
    box-shadow: none;
    transition: all .2s cubic-bezier(.68,-.55,.265,1.55);
    font-weight: 600;
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    /*    color: #8898aa;*/
    background-color: #fff;
    border-color: rgba(50,151,211,.25);
    outline: 0;
    box-shadow: none,none
}

.form-control::placeholder {
    color: #adb5bd;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control-lg {
    height: calc(3.625rem + 2px);
    padding: .875rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .4375rem
}

.form-group {
    margin-bottom: 1.5rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .625rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .375rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08)
}

.btn:disabled {
    opacity: .65;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

    .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
        box-shadow: none
    }

        .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08),none
        }

.btn-primary {
    color: #fff;
    background-color: #2b7691;
    border-color: #2b7691;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    .btn-primary:hover {
        color: #fff;
        background-color: #2a3444;
        border-color: #2a3444
    }

    .btn-primary:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(94,114,228,.5)
    }

    .btn-primary:disabled {
        color: #fff;
        background-color: #5e72e4;
        border-color: #5e72e4
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #2a3444;
        border-color: #2a3444
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
            box-shadow: none,0 0 0 0 rgba(94,114,228,.5)
        }

.btn-secondary {
    color: #212529;
    background-color: #f7fafc;
    border-color: #f7fafc;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #f7fafc;
        border-color: #f7fafc
    }

    .btn-secondary:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(247,250,252,.5)
    }

    .btn-secondary:disabled {
        color: #212529;
        background-color: #f7fafc;
        border-color: #f7fafc
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
        color: #212529;
        background-color: #d2e3ee;
        border-color: #f7fafc
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
            box-shadow: none,0 0 0 0 rgba(247,250,252,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f5365c;
        border-color: #f5365c
    }

    .btn-danger:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(245,54,92,.5)
    }

    .btn-danger:disabled {
        color: #fff;
        background-color: #f5365c;
        border-color: #f5365c
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #ec0c38;
        border-color: #f5365c
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
            box-shadow: none,0 0 0 0 rgba(245,54,92,.5)
        }

.btn-light {
    color: #fff;
    background-color: #adb5bd;
    border-color: #adb5bd;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    .btn-light:hover {
        color: #fff;
        background-color: #adb5bd;
        border-color: #adb5bd
    }

    .btn-light:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(173,181,189,.5)
    }

    .btn-light:disabled {
        color: #fff;
        background-color: #adb5bd;
        border-color: #adb5bd
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #919ca6;
        border-color: #adb5bd
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
            box-shadow: none,0 0 0 0 rgba(173,181,189,.5)
        }

.btn-default {
    color: #fff;
    background-color: #172b4d;
    border-color: #172b4d;
    box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
}

    .btn-default:hover {
        color: #fff;
        background-color: #172b4d;
        border-color: #172b4d
    }

    .btn-default:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08),0 0 0 0 rgba(23,43,77,.5)
    }

    .btn-default:disabled {
        color: #fff;
        background-color: #172b4d;
        border-color: #172b4d
    }

    .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #0b1526;
        border-color: #172b4d
    }

        .btn-default:not(:disabled):not(.disabled).active:focus, .btn-default:not(:disabled):not(.disabled):active:focus {
            box-shadow: none,0 0 0 0 rgba(23,43,77,.5)
        }

.btn-link {
    font-weight: 400;
    color: #5e72e4;
    background-color: transparent
}

    .btn-link:hover {
        color: #233dd2;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link:focus {
        text-decoration: none;
        border-color: transparent;
        box-shadow: none
    }

    .btn-link:disabled {
        color: #8898aa;
        pointer-events: none
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .875rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .4375rem
}

.btn-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn {
        position: relative;
        flex: 0 1 auto
    }

        .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

    .btn-group > .btn:first-child {
        margin-left: 0
    }

    .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-prepend {
    display: flex
}

    .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .625rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #adb5bd;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #cad1d7;
    border-radius: .375rem
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(3.625rem + 2px);
    padding: .875rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .4375rem
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 3px solid rgba(0,0,0,.09);
    border-radius: .375rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem
}

.card-title {
    margin-bottom: 1.25rem
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.5rem
}

.card-header {
    padding: .25rem 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

    .card-header:first-child {
        border-radius: calc(.375rem - 1px) calc(.375rem - 1px) 0 0
    }

.card-img {
    width: 100%;
    border-radius: calc(.375rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.375rem - 1px);
    border-bottom-left-radius: calc(.375rem - 1px)
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .375rem
            }

                .card-group > .card:only-child .card-header {
                    border-top-left-radius: .375rem;
                    border-top-right-radius: .375rem
                }

                .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .375rem;
                    border-bottom-left-radius: .375rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
                    border-radius: 0
                }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translate3d(0,0,0)
    }
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%,0,0)
    }
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%,0,0)
    }
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        transform: translate3d(0,0,0)
    }
}

.bg-primary {
    background-color: #5e72e4 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #324cdd !important
}

.bg-secondary {
    background-color: #f7fafc !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #d2e3ee !important
}

.bg-danger {
    background-color: #f5365c !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #ec0c38 !important
}

.bg-light {
    background-color: #adb5bd !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #919ca6 !important
}

.bg-default {
    background-color: #172b4d !important
}

a.bg-default:focus, a.bg-default:hover, button.bg-default:focus, button.bg-default:hover {
    background-color: #0b1526 !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-primary {
    border-color: #5e72e4 !important
}

.border-secondary {
    border-color: #f7fafc !important
}

.border-danger {
    border-color: #f5365c !important
}

.border-light {
    border-color: #adb5bd !important
}

.border-default {
    border-color: #172b4d !important
}

.justify-content-center {
    justify-content: center !important
}

@media (min-width:768px) {
    .justify-content-md-center {
        justify-content: center !important
    }
}

@media (min-width:992px) {
    .justify-content-lg-center {
        justify-content: center !important
    }
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.shadow {
    box-shadow: 0 0 2rem 0 rgba(136,152,170,.15) !important
}

.shadow-lg {
    box-shadow: 0 0 3rem rgba(136,152,170,.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.mt--9, .my--9 {
    margin-top: -10rem !important
}

.mb--9, .my--9 {
    margin-bottom: -10rem !important
}

.mt--8, .my--8 {
    margin-top: -8rem !important
}

.mb--8, .my--8 {
    margin-bottom: -8rem !important
}

.mt--7, .my--7 {
    margin-top: -7rem !important
}

.mb--7, .my--7 {
    margin-bottom: -6rem !important
}

.mt--6, .my--6 {
    margin-top: -4.5rem !important
}

.mb--6, .my--6 {
    margin-bottom: -4.5rem !important
}

.mt--5, .my--5 {
    margin-top: -3rem !important
}

.mb--5, .my--5 {
    margin-bottom: -3rem !important
}

.mt--4, .my--4 {
    margin-top: -1.5rem !important
}

.mb--4, .my--4 {
    margin-bottom: -1.5rem !important
}

.mt--3, .my--3 {
    margin-top: -1rem !important
}

.mb--3, .my--3 {
    margin-bottom: -1rem !important
}

.mt--2, .my--2 {
    margin-top: -.5rem !important
}

.mb--2, .my--2 {
    margin-bottom: -.5rem !important
}

.mt--1, .my--1 {
    margin-top: -.25rem !important
}

.mb--1, .my--1 {
    margin-bottom: -.25rem !important
}

.mt-6, .my-6 {
    margin-top: 4.5rem !important
}

.mb-6, .my-6 {
    margin-bottom: 4.5rem !important
}

.mt-7, .my-7 {
    margin-top: 6rem !important
}

.mb-7, .my-7 {
    margin-bottom: 6rem !important
}

.mt-8, .my-8 {
    margin-top: 8rem !important
}

.mb-8, .my-8 {
    margin-bottom: 8rem !important
}

.mt-9, .my-9 {
    margin-top: 10rem !important
}

.mb-9, .my-9 {
    margin-bottom: 10rem !important
}

.py-0 {
    padding-top: 0 !important
}

.px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.px-0 {
    padding-left: 0 !important
}

.py-1 {
    padding-top: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.px-1 {
    padding-left: .25rem !important
}

.py-2 {
    padding-top: .5rem !important
}

.px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.px-2 {
    padding-left: .5rem !important
}

.py-3 {
    padding-top: 1rem !important
}

.px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.px-3 {
    padding-left: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.px-4 {
    padding-left: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.px-5 {
    padding-left: 3rem !important
}

.py-6 {
    padding-top: 4.5rem !important
}

.px-6 {
    padding-right: 4.5rem !important
}

.pb-6, .py-6 {
    padding-bottom: 4.5rem !important
}

.px-6 {
    padding-left: 4.5rem !important
}

.py-7 {
    padding-top: 6rem !important
}

.px-7 {
    padding-right: 6rem !important
}

.pb-7, .py-7 {
    padding-bottom: 6rem !important
}

.px-7 {
    padding-left: 6rem !important
}

.py-8 {
    padding-top: 8rem !important
}

.px-8 {
    padding-right: 8rem !important
}

.pb-8, .py-8 {
    padding-bottom: 8rem !important
}

.px-8 {
    padding-left: 8rem !important
}

.py-9 {
    padding-top: 10rem !important
}

.px-9 {
    padding-right: 10rem !important
}

.pb-9, .py-9 {
    padding-bottom: 10rem !important
}

.px-9 {
    padding-left: 10rem !important
}

@media (min-width:768px) {
    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .mt-md--9, .my-md--9 {
        margin-top: -10rem !important
    }

    .mb-md--9, .my-md--9 {
        margin-bottom: -10rem !important
    }

    .mt-md--8, .my-md--8 {
        margin-top: -8rem !important
    }

    .mb-md--8, .my-md--8 {
        margin-bottom: -8rem !important
    }

    .mt-md--7, .my-md--7 {
        margin-top: -6rem !important
    }

    .mb-md--7, .my-md--7 {
        margin-bottom: -6rem !important
    }

    .mt-md--6, .my-md--6 {
        margin-top: -4.5rem !important
    }

    .mb-md--6, .my-md--6 {
        margin-bottom: -4.5rem !important
    }

    .mt-md--5, .my-md--5 {
        margin-top: -3rem !important
    }

    .mb-md--5, .my-md--5 {
        margin-bottom: -3rem !important
    }

    .mt-md--4, .my-md--4 {
        margin-top: -1.5rem !important
    }

    .mb-md--4, .my-md--4 {
        margin-bottom: -1.5rem !important
    }

    .mt-md--3, .my-md--3 {
        margin-top: -1rem !important
    }

    .mb-md--3, .my-md--3 {
        margin-bottom: -1rem !important
    }

    .mt-md--2, .my-md--2 {
        margin-top: -.5rem !important
    }

    .mb-md--2, .my-md--2 {
        margin-bottom: -.5rem !important
    }

    .mt-md--1, .my-md--1 {
        margin-top: -.25rem !important
    }

    .mb-md--1, .my-md--1 {
        margin-bottom: -.25rem !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 4.5rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 4.5rem !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 6rem !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 6rem !important
    }

    .mt-md-8, .my-md-8 {
        margin-top: 8rem !important
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 8rem !important
    }

    .mt-md-9, .my-md-9 {
        margin-top: 10rem !important
    }

    .mb-md-9, .my-md-9 {
        margin-bottom: 10rem !important
    }

    .py-md-0 {
        padding-top: 0 !important
    }

    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .px-md-0 {
        padding-left: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important
    }

    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .px-md-1 {
        padding-left: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important
    }

    .py-md-6 {
        padding-top: 4.5rem !important
    }

    .px-md-6 {
        padding-right: 4.5rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 4.5rem !important
    }

    .px-md-6 {
        padding-left: 4.5rem !important
    }

    .py-md-7 {
        padding-top: 6rem !important
    }

    .px-md-7 {
        padding-right: 6rem !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 6rem !important
    }

    .px-md-7 {
        padding-left: 6rem !important
    }

    .py-md-8 {
        padding-top: 8rem !important;
        margin-top: -45px
    }

    .px-md-8 {
        padding-right: 8rem !important
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 8rem !important
    }

    .px-md-8 {
        padding-left: 8rem !important
    }

    .py-md-9 {
        padding-top: 10rem !important
    }

    .px-md-9 {
        padding-right: 10rem !important
    }

    .pb-md-9, .py-md-9 {
        padding-bottom: 10rem !important
    }

    .px-md-9 {
        padding-left: 10rem !important
    }
}

@media (min-width:992px) {
    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .mt-lg--9, .my-lg--9 {
        margin-top: -10rem !important
    }

    .mb-lg--9, .my-lg--9 {
        margin-bottom: -10rem !important
    }

    .mt-lg--8, .my-lg--8 {
        margin-top: -8rem !important
    }

    .mb-lg--8, .my-lg--8 {
        margin-bottom: -8rem !important
    }

    .mt-lg--7, .my-lg--7 {
        margin-top: -6rem !important
    }

    .mb-lg--7, .my-lg--7 {
        margin-bottom: -6rem !important
    }

    .mt-lg--6, .my-lg--6 {
        margin-top: -4.5rem !important
    }

    .mb-lg--6, .my-lg--6 {
        margin-bottom: -4.5rem !important
    }

    .mt-lg--5, .my-lg--5 {
        margin-top: -3rem !important
    }

    .mb-lg--5, .my-lg--5 {
        margin-bottom: -3rem !important
    }

    .mt-lg--4, .my-lg--4 {
        margin-top: -1.5rem !important
    }

    .mb-lg--4, .my-lg--4 {
        margin-bottom: -1.5rem !important
    }

    .mt-lg--3, .my-lg--3 {
        margin-top: -1rem !important
    }

    .mb-lg--3, .my-lg--3 {
        margin-bottom: -1rem !important
    }

    .mt-lg--2, .my-lg--2 {
        margin-top: -.5rem !important
    }

    .mb-lg--2, .my-lg--2 {
        margin-bottom: -.5rem !important
    }

    .mt-lg--1, .my-lg--1 {
        margin-top: -.25rem !important
    }

    .mb-lg--1, .my-lg--1 {
        margin-bottom: -.25rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 4.5rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 4.5rem !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 6rem !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 6rem !important
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 8rem !important
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 8rem !important
    }

    .mt-lg-9, .my-lg-9 {
        margin-top: 10rem !important
    }

    .mb-lg-9, .my-lg-9 {
        margin-bottom: 10rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important
    }

    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .px-lg-0 {
        padding-left: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important
    }

    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .px-lg-1 {
        padding-left: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important
    }

    .py-lg-6 {
        padding-top: 4.5rem !important
    }

    .px-lg-6 {
        padding-right: 4.5rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 4.5rem !important
    }

    .px-lg-6 {
        padding-left: 4.5rem !important
    }

    .py-lg-7 {
        padding-top: 6rem !important
    }

    .px-lg-7 {
        padding-right: 6rem !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 6rem !important
    }

    .px-lg-7 {
        padding-left: 6rem !important
    }

    .py-lg-8 {
        padding-top: 8rem !important
    }

    .px-lg-8 {
        padding-right: 8rem !important
    }

    .pb-lg-8, .py-lg-8 {
        padding-bottom: 8rem !important
    }

    .px-lg-8 {
        padding-left: 8rem !important
    }

    .py-lg-9 {
        padding-top: 10rem !important
    }

    .px-lg-9 {
        padding-right: 10rem !important
    }

    .pb-lg-9, .py-lg-9 {
        padding-bottom: 10rem !important
    }

    .px-lg-9 {
        padding-left: 10rem !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-center {
    text-align: center !important
}

@media (min-width:768px) {
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-center {
        text-align: center !important
    }
}

.text-primary {
    color: #2b7691 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #324cdd !important
}

.text-secondary {
    color: #f7fafc !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #d2e3ee !important
}

.text-danger {
    color: #f5365c !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #ec0c38 !important
}

.text-light {
    color: #adb5bd !important
}

a.text-light:focus, a.text-light:hover {
    color: #919ca6 !important
}

.text-default {
    color: #172b4d !important
}

a.text-default:focus, a.text-default:hover {
    color: #0b1526 !important
}

.text-body {
    color: #525f7f !important
}

.text-muted {
    color: #8898aa !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }
}

.bg-light {
    background-color: #ced4da !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #b1bbc4 !important
}

.bg-gradient-primary {
    background: linear-gradient(87deg,#5e72e4 0,#825ee4 100%) !important
}

.bg-gradient-secondary {
    background: linear-gradient(87deg,#f7fafc 0,#f7f8fc 100%) !important
}

.bg-gradient-danger {
    background: linear-gradient(87deg,#f5365c 0,#f56036 100%) !important
}

.bg-gradient-light {
    background: linear-gradient(87deg,#adb5bd 0,#adaebd 100%) !important
}

.bg-gradient-default {
    background: linear-gradient(87deg,#172b4d 0,#1a174d 100%) !important
}

.bg-gradient-light {
    background: linear-gradient(87deg,#ced4da 0,#cecfda 100%) !important
}

.section-primary {
    background-color: #f8f9fe !important
}

a.section-primary:focus, a.section-primary:hover, button.section-primary:focus, button.section-primary:hover {
    background-color: #cbd3f8 !important
}

.section-secondary {
    background-color: #f7fafc !important
}

a.section-secondary:focus, a.section-secondary:hover, button.section-secondary:focus, button.section-secondary:hover {
    background-color: #d2e3ee !important
}

.section-light {
    background-color: #ced4da !important
}

a.section-light:focus, a.section-light:hover, button.section-light:focus, button.section-light:hover {
    background-color: #b1bbc4 !important
}

.bg-gradient-primary {
    background: linear-gradient(0deg,#2b7691 0,#2a3444 100%) !important
}

.bg-gradient-secondary {
    background: linear-gradient(87deg,#f7fafc 0,#f7f8fc 100%) !important
}

.bg-gradient-danger {
    background: linear-gradient(87deg,#f5365c 0,#f56036 100%) !important
}

.bg-gradient-light {
    background: linear-gradient(87deg,#adb5bd 0,#adaebd 100%) !important
}

.bg-gradient-default {
    background: linear-gradient(87deg,#172b4d 0,#1a174d 100%) !important
}

.fill-primary {
    fill: #5e72e4
}

.fill-secondary {
    fill: #f7fafc
}

.fill-danger {
    fill: #f5365c
}

.fill-light {
    fill: #adb5bd
}

.fill-default {
    fill: #172b4d
}

@keyframes floating-lg {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(15px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes floating {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes floating-sm {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bottom-0 {
    bottom: 0
}

.bottom-1 {
    bottom: .25rem
}

.bottom-2 {
    bottom: .5rem
}

.bottom-3 {
    bottom: 1rem
}

.bottom-4 {
    bottom: 1.5rem
}

.bottom-5 {
    bottom: 3rem
}

.bottom--9 {
    bottom: -10rem
}

.bottom--8 {
    bottom: -8rem
}

.bottom--7 {
    bottom: -6rem
}

.bottom--6 {
    bottom: -4.5rem
}

.bottom--5 {
    bottom: -3rem
}

.bottom--4 {
    bottom: -1.5rem
}

.bottom--3 {
    bottom: -1rem
}

.bottom--2 {
    bottom: -.5rem
}

.bottom--1 {
    bottom: -.25rem
}

.bottom-6 {
    bottom: 4.5rem
}

.bottom-7 {
    bottom: 6rem
}

.bottom-8 {
    bottom: 8rem
}

.bottom-9 {
    bottom: 10rem
}

.center {
    left: 50%;
    transform: translateX(-50%)
}

@media (min-width:992px) {
    .mt--100 {
        margin-top: -100px !important
    }

    .mb--100 {
        margin-bottom: -100px !important
    }

    .mt--150 {
        margin-top: -150px !important
    }

    .mb--150 {
        margin-bottom: -150px !important
    }

    .mt--200 {
        margin-top: -200px !important
    }

    .mb--200 {
        margin-bottom: -200px !important
    }

    .mt--300 {
        margin-top: -300px !important
    }

    .mb--300 {
        margin-bottom: -300px !important
    }

    .pb-100 {
        padding-bottom: 100px !important
    }

    .pb-150 {
        padding-bottom: 150px !important
    }

    .pb-200 {
        padding-bottom: 200px !important
    }

    .pb-250 {
        padding-bottom: 250px !important
    }

    .pb-300 {
        padding-bottom: 300px !important
    }
}

[class*=shadow] {
    transition: all .15s ease
}

.text-lg {
    font-size: 1.25rem !important
}

.text-light {
    color: #ced4da !important
}

a.text-light:focus, a.text-light:hover {
    color: #b1bbc4 !important
}

.btn {
    position: relative;
    text-transform: none;
    transition: all .15s ease;
    letter-spacing: .025em;
    font-size: .875rem;
    will-change: transform
}

    .btn:hover {
        box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
        transform: translateY(-1px)
    }

    .btn:not(:last-child) {
        margin-right: .5rem
    }

    .btn i:not(:first-child), .btn svg:not(:first-child) {
        margin-left: .5rem
    }

    .btn i:not(:last-child), .btn svg:not(:last-child) {
        margin-right: .5rem
    }

.btn-group .btn, .input-group .btn {
    margin-right: 0;
    transform: translateY(0)
}

.btn-group-lg > .btn, .btn-lg {
    font-size: .875rem
}

[class*=btn-outline-] {
    border-width: 1px
}

.btn-link {
    font-weight: 600;
    box-shadow: none
}

    .btn-link:hover {
        box-shadow: none;
        transform: none
    }

.form-control {
    font-size: .875rem
}

    .form-control:focus::placeholder {
        color: #adb5bd
    }

.form-control-muted {
    background-color: #f7fafe;
    border-color: #f7fafe;
    box-shadow: none
}

    .form-control-muted:focus {
        background-color: #fcfdff
    }

.form-control-alternative {
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
    border: 0;
    transition: box-shadow .15s ease
}

    .form-control-alternative:focus {
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08)
    }

.form-control-lg {
    font-size: 1rem
}

.input-group {
    box-shadow: none;
    border-radius: .375rem;
    transition: all .15s ease
}

    .input-group .form-control {
        box-shadow: none
    }

        .input-group .form-control:not(:first-child) {
            border-left: 0;
            padding-left: 0
        }

        .input-group .form-control:not(:last-child) {
            border-right: 0;
            padding-right: 0
        }

        .input-group .form-control:focus {
            box-shadow: none
        }

.input-group-text {
    transition: all .2s cubic-bezier(.68,-.55,.265,1.55)
}

.input-group-alternative {
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
    border: 0;
    transition: box-shadow .15s ease
}

    .input-group-alternative .form-control, .input-group-alternative .input-group-text {
        border: 0;
        box-shadow: none
    }

.header {
    position: relative
}

.icon {
    width: 3rem;
    height: 3rem
}

    .icon i, .icon svg {
        font-size: 2.25rem
    }

    .icon + .icon-text {
        padding-left: 1rem;
        width: calc(100% - 3rem - 1)
    }

.icon-lg {
    width: 4rem;
    height: 4rem
}

    .icon-lg i, .icon-lg svg {
        font-size: 3.25rem
    }

    .icon-lg + .icon-text {
        width: calc(100% - $icon-size-lg - 1)
    }

.input-group {
    box-shadow: none;
    border-radius: .375rem;
    transition: all .15s ease
}

    .input-group .form-control {
        box-shadow: none
    }

        .input-group .form-control:not(:first-child) {
            border-left: 0;
            padding-left: 0
        }

        .input-group .form-control:not(:last-child) {
            border-right: 0;
            padding-right: 0
        }

        .input-group .form-control:focus {
            box-shadow: none
        }

.input-group-text {
    transition: all .2s cubic-bezier(.68,-.55,.265,1.55)
}

.input-group-alternative {
    box-shadow: 0 1px 3px rgba(50,50,93,.15),0 1px 0 rgba(0,0,0,.02);
    border: 0;
    transition: box-shadow .15s ease
}

    .input-group-alternative .form-control, .input-group-alternative .input-group-text {
        border: 0;
        box-shadow: none
    }

@media (min-width:768px) {
    @keyframes show-navbar-dropdown {
        0% {
            opacity: 0;
            transform: translate(0,10px) perspective(200px) rotateX(-2deg);
            transition: visibility .25s,opacity .25s,transform .25s
        }

        100% {
            transform: translate(0,0);
            opacity: 1
        }
    }

    @keyframes hide-navbar-dropdown {
        from {
            opacity: 1
        }

        to {
            opacity: 0;
            transform: translate(0,10px)
        }
    }
}

@keyframes show-navbar-collapse {
    0% {
        opacity: 0;
        transform: scale(.95);
        transform-origin: 100% 0
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes hide-navbar-collapse {
    from {
        opacity: 1;
        transform: scale(1);
        transform-origin: 100% 0
    }

    to {
        opacity: 0;
        transform: scale(.95)
    }
}

.separator {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    transform: translateZ(0);
    overflow: hidden;
    pointer-events: none
}

    .separator svg {
        position: absolute;
        pointer-events: none
    }

.separator-bottom {
    top: auto;
    bottom: 0
}

    .separator-bottom svg {
        bottom: 0
    }

.separator-skew {
    height: 60px
}

@media (min-width:1200px) {
    .separator-skew {
        height: 70px
    }
}
/*! nouislider - 14.0.1 - 6/21/2019 */

@media (min-width:768px) {
    @supports (position:sticky) {
        .ct-navbar {
            position: sticky;
            top: 0;
            z-index: 1071
        }
    }
}

@keyframes octocat-wave {
    0%,100% {
        transform: rotate(0)
    }

    20%,60% {
        transform: rotate(-25deg)
    }

    40%,80% {
        transform: rotate(10deg)
    }
}

@supports (position:sticky) {
    .ct-toc {
        position: sticky;
        top: 4rem;
        height: calc(100vh - 4rem);
        overflow-y: auto
    }
}

@media (min-width:768px) {
    @supports (position:sticky) {
        .ct-sidebar {
            position: sticky;
            top: 4rem;
            z-index: 1000;
            height: calc(100vh - 4rem)
        }
    }
}

@media (min-width:768px) {
    @supports (position:sticky) {
        .ct-links {
            max-height: calc(100vh - 5rem);
            overflow-y: auto
        }
    }
}

.ImgLogin {
    width: 320px;
    height: 130px
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #39ac31;
    margin: 20px 0;
    display: inline-block
}

button {
    float: right;
    color: $blue;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: 700;
    background: #f2f5f8
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555
    }
