:root {
    --blue: #006ee3;
    --indigo: #4e1c71;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ff3030;
    --orange: #ef4e25;
    --yellow: #ff9600;
    --green: #3b951a;
    --teal: #20c997;
    --cyan: #01abc7;
    --white: #fff;
    --gray: #666;
    --gray-dark: #333;
    --default: #ef4e25;
    --primary: #006ee3;
    --secondary: #ef4e25;
    --success: #3b951a;
    --info: #01abc7;
    --warning: #ff9600;
    --danger: #ff3030;
    --light: #fcfcfc;
    --dark: #333;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1025px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Arial, "Helvetica Neue", "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue, Segoe UI, Roboto, sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #666;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #006ee3;
        text-decoration: none
    }

    a:not([href]):not([tabindex]),
    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
        }

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #666;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.fp-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .25rem;
    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) {
    .fp-btn {
        transition: none
    }
}

.fp-btn:focus,
.fp-btn:hover {
    text-decoration: none
}

.fp-btn.focus,
.fp-btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .125rem rgba(0, 110, 227, .1)
}

.fp-btn.disabled,
.fp-btn:disabled {
    opacity: .65;
    box-shadow: none
}

.fp-btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

    .fp-btn:not(:disabled):not(.disabled).active,
    .fp-btn:not(:disabled):not(.disabled):active {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

        .fp-btn:not(:disabled):not(.disabled).active:focus,
        .fp-btn:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 .125rem rgba(0, 110, 227, .1), inset 0 3px 5px rgba(0, 0, 0, .125)
        }

a.fp-btn.disabled,
fieldset:disabled a.fp-btn {
    pointer-events: none
}

.fp-btn-default {
    color: #fff;
    background-color: #ef4e25;
    border-color: #ef4e25;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-default:hover {
        color: #fff;
        background-color: #dd3a10;
        border-color: #d2370f
    }

    .fp-btn-default.focus,
    .fp-btn-default:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem rgba(239, 78, 37, .5)
    }

    .fp-btn-default.disabled,
    .fp-btn-default:disabled {
        color: #fff;
        background-color: #ef4e25;
        border-color: #ef4e25
    }

    .fp-btn-default:not(:disabled):not(.disabled).active,
    .fp-btn-default:not(:disabled):not(.disabled):active,
    .show > .fp-btn-default.dropdown-toggle {
        color: #fff;
        background-color: #d2370f;
        border-color: #c6340f
    }

        .fp-btn-default:not(:disabled):not(.disabled).active:focus,
        .fp-btn-default:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-default.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(239, 78, 37, .5)
        }

.fp-btn-primary {
    color: #fff;
    background-color: #006ee3;
    border-color: #006ee3;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-primary:hover {
        color: #fff;
        background-color: #005bbd;
        border-color: #0055b0
    }

    .fp-btn-primary.focus,
    .fp-btn-primary:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem rgba(0, 110, 227, .5)
    }

    .fp-btn-primary.disabled,
    .fp-btn-primary:disabled {
        color: #fff;
        background-color: #006ee3;
        border-color: #006ee3
    }

    .fp-btn-primary:not(:disabled):not(.disabled).active,
    .fp-btn-primary:not(:disabled):not(.disabled):active,
    .show > .fp-btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0055b0;
        border-color: #004fa3
    }

        .fp-btn-primary:not(:disabled):not(.disabled).active:focus,
        .fp-btn-primary:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-primary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(0, 110, 227, .5)
        }

.fp-btn-secondary {
    color: #fff;
    background-color: #ef4e25;
    border-color: #ef4e25;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-secondary:hover {
        color: #fff;
        background-color: #dd3a10;
        border-color: #d2370f
    }

    .fp-btn-secondary.focus,
    .fp-btn-secondary:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem rgba(239, 78, 37, .5)
    }

    .fp-btn-secondary.disabled,
    .fp-btn-secondary:disabled {
        color: #fff;
        background-color: #ef4e25;
        border-color: #ef4e25
    }

    .fp-btn-secondary:not(:disabled):not(.disabled).active,
    .fp-btn-secondary:not(:disabled):not(.disabled):active,
    .show > .fp-btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #d2370f;
        border-color: #c6340f
    }

        .fp-btn-secondary:not(:disabled):not(.disabled).active:focus,
        .fp-btn-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-secondary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(239, 78, 37, .5)
        }

.fp-btn-success {
    color: #fff;
    background-color: #3b951a;
    border-color: #3b951a;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-success:hover {
        color: #fff;
        background-color: #2e7414;
        border-color: #2a6a12
    }

    .fp-btn-success.focus,
    .fp-btn-success:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem rgba(59, 149, 26, .5)
    }

    .fp-btn-success.disabled,
    .fp-btn-success:disabled {
        color: #fff;
        background-color: #3b951a;
        border-color: #3b951a
    }

    .fp-btn-success:not(:disabled):not(.disabled).active,
    .fp-btn-success:not(:disabled):not(.disabled):active,
    .show > .fp-btn-success.dropdown-toggle {
        color: #fff;
        background-color: #2a6a12;
        border-color: #265f11
    }

        .fp-btn-success:not(:disabled):not(.disabled).active:focus,
        .fp-btn-success:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-success.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(59, 149, 26, .5)
        }

.fp-btn-info {
    color: #fff;
    background-color: #01abc7;
    border-color: #01abc7;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-info:hover {
        color: #fff;
        background-color: #018aa1;
        border-color: #017f94
    }

    .fp-btn-info.focus,
    .fp-btn-info:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem rgba(1, 171, 199, .5)
    }

    .fp-btn-info.disabled,
    .fp-btn-info:disabled {
        color: #fff;
        background-color: #01abc7;
        border-color: #01abc7
    }

    .fp-btn-info:not(:disabled):not(.disabled).active,
    .fp-btn-info:not(:disabled):not(.disabled):active,
    .show > .fp-btn-info.dropdown-toggle {
        color: #fff;
        background-color: #017f94;
        border-color: #017488
    }

        .fp-btn-info:not(:disabled):not(.disabled).active:focus,
        .fp-btn-info:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-info.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(1, 171, 199, .5)
        }

.fp-btn-warning {
    color: #212121;
    background-color: #ff9600;
    border-color: #ff9600;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-warning:hover {
        color: #fff;
        background-color: #d98000;
        border-color: #cc7800
    }

    .fp-btn-warning.focus,
    .fp-btn-warning:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem rgba(255, 150, 0, .5)
    }

    .fp-btn-warning.disabled,
    .fp-btn-warning:disabled {
        color: #212121;
        background-color: #ff9600;
        border-color: #ff9600
    }

    .fp-btn-warning:not(:disabled):not(.disabled).active,
    .fp-btn-warning:not(:disabled):not(.disabled):active,
    .show > .fp-btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #cc7800;
        border-color: #bf7100
    }

        .fp-btn-warning:not(:disabled):not(.disabled).active:focus,
        .fp-btn-warning:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-warning.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(255, 150, 0, .5)
        }

.fp-btn-danger {
    color: #fff;
    background-color: #ff3030;
    border-color: #ff3030;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-danger:hover {
        color: #fff;
        background-color: #ff0a0a;
        border-color: #fc0000
    }

    .fp-btn-danger.focus,
    .fp-btn-danger:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem rgba(255, 48, 48, .5)
    }

    .fp-btn-danger.disabled,
    .fp-btn-danger:disabled {
        color: #fff;
        background-color: #ff3030;
        border-color: #ff3030
    }

    .fp-btn-danger:not(:disabled):not(.disabled).active,
    .fp-btn-danger:not(:disabled):not(.disabled):active,
    .show > .fp-btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #fc0000;
        border-color: #ef0000
    }

        .fp-btn-danger:not(:disabled):not(.disabled).active:focus,
        .fp-btn-danger:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-danger.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(255, 48, 48, .5)
        }

.fp-btn-light {
    color: #212121;
    background-color: #fcfcfc;
    border-color: #fcfcfc;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-light:hover {
        color: #212121;
        background-color: #e9e9e9;
        border-color: #e3e3e3
    }

    .fp-btn-light.focus,
    .fp-btn-light:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem hsla(0, 0%, 99%, .5)
    }

    .fp-btn-light.disabled,
    .fp-btn-light:disabled {
        color: #212121;
        background-color: #fcfcfc;
        border-color: #fcfcfc
    }

    .fp-btn-light:not(:disabled):not(.disabled).active,
    .fp-btn-light:not(:disabled):not(.disabled):active,
    .show > .fp-btn-light.dropdown-toggle {
        color: #212121;
        background-color: #e3e3e3;
        border-color: #dcdcdc
    }

        .fp-btn-light:not(:disabled):not(.disabled).active:focus,
        .fp-btn-light:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-light.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem hsla(0, 0%, 99%, .5)
        }

.fp-btn-dark {
    color: #fff;
    background-color: #333;
    border-color: #333;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
}

    .fp-btn-dark:hover {
        color: #fff;
        background-color: #202020;
        border-color: #1a1a1a
    }

    .fp-btn-dark.focus,
    .fp-btn-dark:focus {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3), 0 0 0 .125rem rgba(51, 51, 51, .5)
    }

    .fp-btn-dark.disabled,
    .fp-btn-dark:disabled {
        color: #fff;
        background-color: #333;
        border-color: #333
    }

    .fp-btn-dark:not(:disabled):not(.disabled).active,
    .fp-btn-dark:not(:disabled):not(.disabled):active,
    .show > .fp-btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1a1a;
        border-color: #131313
    }

        .fp-btn-dark:not(:disabled):not(.disabled).active:focus,
        .fp-btn-dark:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-dark.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(51, 51, 51, .5)
        }

.fp-btn-outline-default {
    color: #ef4e25;
    background-color: transparent;
    background-image: none;
    border-color: #ef4e25
}

    .fp-btn-outline-default:hover {
        color: #fff;
        background-color: #ef4e25;
        border-color: #ef4e25
    }

    .fp-btn-outline-default.focus,
    .fp-btn-outline-default:focus {
        box-shadow: 0 0 0 .125rem rgba(239, 78, 37, .5)
    }

    .fp-btn-outline-default.disabled,
    .fp-btn-outline-default:disabled {
        color: #ef4e25;
        background-color: transparent
    }

    .fp-btn-outline-default:not(:disabled):not(.disabled).active,
    .fp-btn-outline-default:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-default.dropdown-toggle {
        color: #fff;
        background-color: #ef4e25;
        border-color: #ef4e25
    }

        .fp-btn-outline-default:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-default:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-default.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(239, 78, 37, .5)
        }

.fp-btn-outline-primary {
    color: #006ee3;
    background-color: transparent;
    background-image: none;
    border-color: #006ee3
}

    .fp-btn-outline-primary:hover {
        color: #fff;
        background-color: #006ee3;
        border-color: #006ee3
    }

    .fp-btn-outline-primary.focus,
    .fp-btn-outline-primary:focus {
        box-shadow: 0 0 0 .125rem rgba(0, 110, 227, .5)
    }

    .fp-btn-outline-primary.disabled,
    .fp-btn-outline-primary:disabled {
        color: #006ee3;
        background-color: transparent
    }

    .fp-btn-outline-primary:not(:disabled):not(.disabled).active,
    .fp-btn-outline-primary:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #006ee3;
        border-color: #006ee3
    }

        .fp-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-primary:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-primary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(0, 110, 227, .5)
        }

.fp-btn-outline-secondary {
    color: #ef4e25;
    background-color: transparent;
    background-image: none;
    border-color: #ef4e25
}

    .fp-btn-outline-secondary:hover {
        color: #fff;
        background-color: #ef4e25;
        border-color: #ef4e25
    }

    .fp-btn-outline-secondary.focus,
    .fp-btn-outline-secondary:focus {
        box-shadow: 0 0 0 .125rem rgba(239, 78, 37, .5)
    }

    .fp-btn-outline-secondary.disabled,
    .fp-btn-outline-secondary:disabled {
        color: #ef4e25;
        background-color: transparent
    }

    .fp-btn-outline-secondary:not(:disabled):not(.disabled).active,
    .fp-btn-outline-secondary:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ef4e25;
        border-color: #ef4e25
    }

        .fp-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(239, 78, 37, .5)
        }

.fp-btn-outline-success {
    color: #3b951a;
    background-color: transparent;
    background-image: none;
    border-color: #3b951a
}

    .fp-btn-outline-success:hover {
        color: #fff;
        background-color: #3b951a;
        border-color: #3b951a
    }

    .fp-btn-outline-success.focus,
    .fp-btn-outline-success:focus {
        box-shadow: 0 0 0 .125rem rgba(59, 149, 26, .5)
    }

    .fp-btn-outline-success.disabled,
    .fp-btn-outline-success:disabled {
        color: #3b951a;
        background-color: transparent
    }

    .fp-btn-outline-success:not(:disabled):not(.disabled).active,
    .fp-btn-outline-success:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #3b951a;
        border-color: #3b951a
    }

        .fp-btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-success:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-success.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(59, 149, 26, .5)
        }

.fp-btn-outline-info {
    color: #01abc7;
    background-color: transparent;
    background-image: none;
    border-color: #01abc7
}

    .fp-btn-outline-info:hover {
        color: #fff;
        background-color: #01abc7;
        border-color: #01abc7
    }

    .fp-btn-outline-info.focus,
    .fp-btn-outline-info:focus {
        box-shadow: 0 0 0 .125rem rgba(1, 171, 199, .5)
    }

    .fp-btn-outline-info.disabled,
    .fp-btn-outline-info:disabled {
        color: #01abc7;
        background-color: transparent
    }

    .fp-btn-outline-info:not(:disabled):not(.disabled).active,
    .fp-btn-outline-info:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #01abc7;
        border-color: #01abc7
    }

        .fp-btn-outline-info:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-info:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-info.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(1, 171, 199, .5)
        }

.fp-btn-outline-warning {
    color: #ff9600;
    background-color: transparent;
    background-image: none;
    border-color: #ff9600
}

    .fp-btn-outline-warning:hover {
        color: #212121;
        background-color: #ff9600;
        border-color: #ff9600
    }

    .fp-btn-outline-warning.focus,
    .fp-btn-outline-warning:focus {
        box-shadow: 0 0 0 .125rem rgba(255, 150, 0, .5)
    }

    .fp-btn-outline-warning.disabled,
    .fp-btn-outline-warning:disabled {
        color: #ff9600;
        background-color: transparent
    }

    .fp-btn-outline-warning:not(:disabled):not(.disabled).active,
    .fp-btn-outline-warning:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-warning.dropdown-toggle {
        color: #212121;
        background-color: #ff9600;
        border-color: #ff9600
    }

        .fp-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-warning:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-warning.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(255, 150, 0, .5)
        }

.fp-btn-outline-danger {
    color: #ff3030;
    background-color: transparent;
    background-image: none;
    border-color: #ff3030
}

    .fp-btn-outline-danger:hover {
        color: #fff;
        background-color: #ff3030;
        border-color: #ff3030
    }

    .fp-btn-outline-danger.focus,
    .fp-btn-outline-danger:focus {
        box-shadow: 0 0 0 .125rem rgba(255, 48, 48, .5)
    }

    .fp-btn-outline-danger.disabled,
    .fp-btn-outline-danger:disabled {
        color: #ff3030;
        background-color: transparent
    }

    .fp-btn-outline-danger:not(:disabled):not(.disabled).active,
    .fp-btn-outline-danger:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff3030;
        border-color: #ff3030
    }

        .fp-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-danger:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-danger.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(255, 48, 48, .5)
        }

.fp-btn-outline-light {
    color: #fcfcfc;
    background-color: transparent;
    background-image: none;
    border-color: #fcfcfc
}

    .fp-btn-outline-light:hover {
        color: #212121;
        background-color: #fcfcfc;
        border-color: #fcfcfc
    }

    .fp-btn-outline-light.focus,
    .fp-btn-outline-light:focus {
        box-shadow: 0 0 0 .125rem hsla(0, 0%, 99%, .5)
    }

    .fp-btn-outline-light.disabled,
    .fp-btn-outline-light:disabled {
        color: #fcfcfc;
        background-color: transparent
    }

    .fp-btn-outline-light:not(:disabled):not(.disabled).active,
    .fp-btn-outline-light:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-light.dropdown-toggle {
        color: #212121;
        background-color: #fcfcfc;
        border-color: #fcfcfc
    }

        .fp-btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-light:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-light.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem hsla(0, 0%, 99%, .5)
        }

.fp-btn-outline-dark {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #333
}

    .fp-btn-outline-dark:hover {
        color: #fff;
        background-color: #333;
        border-color: #333
    }

    .fp-btn-outline-dark.focus,
    .fp-btn-outline-dark:focus {
        box-shadow: 0 0 0 .125rem rgba(51, 51, 51, .5)
    }

    .fp-btn-outline-dark.disabled,
    .fp-btn-outline-dark:disabled {
        color: #333;
        background-color: transparent
    }

    .fp-btn-outline-dark:not(:disabled):not(.disabled).active,
    .fp-btn-outline-dark:not(:disabled):not(.disabled):active,
    .show > .fp-btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #333;
        border-color: #333
    }

        .fp-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
        .fp-btn-outline-dark:not(:disabled):not(.disabled):active:focus,
        .show > .fp-btn-outline-dark.dropdown-toggle:focus {
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .125rem rgba(51, 51, 51, .5)
        }

.fp-btn-link {
    font-weight: 400;
    color: #666;
    background-color: transparent
}

    .fp-btn-link:hover {
        color: #006ee3;
        text-decoration: none;
        background-color: transparent;
        border-color: transparent
    }

    .fp-btn-link.focus,
    .fp-btn-link:focus {
        text-decoration: none;
        border-color: transparent;
        box-shadow: none
    }

    .fp-btn-link.disabled,
    .fp-btn-link:disabled {
        color: #666;
        pointer-events: none
    }

.fp-btn-lg {
    padding: .7rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3125rem
}

.fp-btn-sm {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .375rem
}

.fp-btn-block {
    display: block;
    width: 100%
}

    .fp-btn-block + .fp-btn-block {
        margin-top: .5rem
    }

input[type=button].fp-btn-block,
input[type=reset].fp-btn-block,
input[type=submit].fp-btn-block {
    width: 100%
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075)
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #666
}

.fp-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:576px) {
    .fp-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .fp-container {
        max-width: 750px
    }
}

@media (min-width:1025px) {
    .fp-container {
        max-width: 960px
    }
}

.fp-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.fp-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col,
    .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.fp-col,
.fp-col-1,
.fp-col-2,
.fp-col-3,
.fp-col-4,
.fp-col-5,
.fp-col-6,
.fp-col-7,
.fp-col-8,
.fp-col-9,
.fp-col-10,
.fp-col-11,
.fp-col-12,
.fp-col-auto,
.fp-col-lg,
.fp-col-lg-1,
.fp-col-lg-2,
.fp-col-lg-3,
.fp-col-lg-4,
.fp-col-lg-5,
.fp-col-lg-6,
.fp-col-lg-7,
.fp-col-lg-8,
.fp-col-lg-9,
.fp-col-lg-10,
.fp-col-lg-11,
.fp-col-lg-12,
.fp-col-lg-auto,
.fp-col-md,
.fp-col-md-1,
.fp-col-md-2,
.fp-col-md-3,
.fp-col-md-4,
.fp-col-md-5,
.fp-col-md-6,
.fp-col-md-7,
.fp-col-md-8,
.fp-col-md-9,
.fp-col-md-10,
.fp-col-md-11,
.fp-col-md-12,
.fp-col-md-auto,
.fp-col-sm,
.fp-col-sm-1,
.fp-col-sm-2,
.fp-col-sm-3,
.fp-col-sm-4,
.fp-col-sm-5,
.fp-col-sm-6,
.fp-col-sm-7,
.fp-col-sm-8,
.fp-col-sm-9,
.fp-col-sm-10,
.fp-col-sm-11,
.fp-col-sm-12,
.fp-col-sm-auto,
.fp-col-xl,
.fp-col-xl-1,
.fp-col-xl-2,
.fp-col-xl-3,
.fp-col-xl-4,
.fp-col-xl-5,
.fp-col-xl-6,
.fp-col-xl-7,
.fp-col-xl-8,
.fp-col-xl-9,
.fp-col-xl-10,
.fp-col-xl-11,
.fp-col-xl-12,
.fp-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.fp-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.fp-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.fp-col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.fp-col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.fp-col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.fp-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.fp-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.fp-col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.fp-col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.fp-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.fp-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.fp-col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.fp-col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.fp-col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .fp-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .fp-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .fp-col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .fp-col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .fp-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .fp-col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .fp-col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .fp-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .fp-col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .fp-col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .fp-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .fp-col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .fp-col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .fp-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .fp-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .fp-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .fp-col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .fp-col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .fp-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .fp-col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .fp-col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .fp-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .fp-col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .fp-col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .fp-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .fp-col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .fp-col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .fp-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1025px) {
    .fp-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .fp-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .fp-col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .fp-col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .fp-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .fp-col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .fp-col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .fp-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .fp-col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .fp-col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .fp-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .fp-col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .fp-col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .fp-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .fp-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .fp-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .fp-col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .fp-col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .fp-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .fp-col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .fp-col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .fp-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .fp-col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .fp-col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .fp-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .fp-col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .fp-col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .fp-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.fp-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #212121;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .fp-form-control {
        transition: none
    }
}

.fp-form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.fp-form-control:focus {
    color: #212121;
    background-color: #fff;
    border-color: #64afff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .125rem rgba(0, 110, 227, .1)
}

.fp-form-control::placeholder {
    color: #999;
    opacity: 1
}

.fp-form-control:disabled,
.fp-form-control[readonly] {
    background-color: #fff;
    opacity: 1
}

select.fp-form-control:not([size]):not([multiple]) {
    height: calc(1.96875rem + 2px)
}

select.fp-form-control:focus::-ms-value {
    color: #212121;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.7rem + 1px);
    padding-bottom: calc(.7rem + 1px);
    font-size: .9375rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .75rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #666;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg,
    .form-control-plaintext.form-control-sm,
    .input-group-lg > .form-control-plaintext.form-control,
    .input-group-lg > .input-group-append > .form-control-plaintext.btn,
    .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
    .input-group-sm > .form-control-plaintext.form-control,
    .input-group-sm > .input-group-append > .form-control-plaintext.btn,
    .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
    .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.625rem + 2px)
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .7rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.61625rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col,
    .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input:disabled ~ .form-check-label {
        color: #666
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #3b951a
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(59, 149, 26, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.fp-form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .fp-form-control:valid {
    border-color: #3b951a
}

    .custom-select.is-valid:focus,
    .fp-form-control.is-valid:focus,
    .was-validated .custom-select:valid:focus,
    .was-validated .fp-form-control:valid:focus {
        border-color: #3b951a;
        box-shadow: 0 0 0 .125rem rgba(59, 149, 26, .25)
    }

    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip,
    .fp-form-control-file.is-valid ~ .valid-feedback,
    .fp-form-control-file.is-valid ~ .valid-tooltip,
    .fp-form-control.is-valid ~ .valid-feedback,
    .fp-form-control.is-valid ~ .valid-tooltip,
    .was-validated .custom-select:valid ~ .valid-feedback,
    .was-validated .custom-select:valid ~ .valid-tooltip,
    .was-validated .fp-form-control-file:valid ~ .valid-feedback,
    .was-validated .fp-form-control-file:valid ~ .valid-tooltip,
    .was-validated .fp-form-control:valid ~ .valid-feedback,
    .was-validated .fp-form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #3b951a
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.fp-custom-control-input.is-valid ~ .fp-custom-control-label,
.was-validated .fp-custom-control-input:valid ~ .fp-custom-control-label {
    color: #3b951a
}

    .fp-custom-control-input.is-valid ~ .fp-custom-control-label:before,
    .was-validated .fp-custom-control-input:valid ~ .fp-custom-control-label:before {
        background-color: #75e04e
    }

.fp-custom-control-input.is-valid ~ .valid-feedback,
.fp-custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .fp-custom-control-input:valid ~ .valid-feedback,
.was-validated .fp-custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.fp-custom-control-input.is-valid:checked ~ .fp-custom-control-label:before,
.was-validated .fp-custom-control-input:valid:checked ~ .fp-custom-control-label:before {
    background-color: #4cc022
}

.fp-custom-control-input.is-valid:focus ~ .fp-custom-control-label:before,
.was-validated .fp-custom-control-input:valid:focus ~ .fp-custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .125rem rgba(59, 149, 26, .25)
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #3b951a
}

    .custom-file-input.is-valid ~ .custom-file-label:before,
    .was-validated .custom-file-input:valid ~ .custom-file-label:before {
        border-color: inherit
    }

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .125rem rgba(59, 149, 26, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .75rem;
    color: #ff3030
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(255, 48, 48, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.fp-form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .fp-form-control:invalid {
    border-color: #ff3030
}

    .custom-select.is-invalid:focus,
    .fp-form-control.is-invalid:focus,
    .was-validated .custom-select:invalid:focus,
    .was-validated .fp-form-control:invalid:focus {
        border-color: #ff3030;
        box-shadow: 0 0 0 .125rem rgba(255, 48, 48, .25)
    }

    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip,
    .fp-form-control-file.is-invalid ~ .invalid-feedback,
    .fp-form-control-file.is-invalid ~ .invalid-tooltip,
    .fp-form-control.is-invalid ~ .invalid-feedback,
    .fp-form-control.is-invalid ~ .invalid-tooltip,
    .was-validated .custom-select:invalid ~ .invalid-feedback,
    .was-validated .custom-select:invalid ~ .invalid-tooltip,
    .was-validated .fp-form-control-file:invalid ~ .invalid-feedback,
    .was-validated .fp-form-control-file:invalid ~ .invalid-tooltip,
    .was-validated .fp-form-control:invalid ~ .invalid-feedback,
    .was-validated .fp-form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #ff3030
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.fp-custom-control-input.is-invalid ~ .fp-custom-control-label,
.was-validated .fp-custom-control-input:invalid ~ .fp-custom-control-label {
    color: #ff3030
}

    .fp-custom-control-input.is-invalid ~ .fp-custom-control-label:before,
    .was-validated .fp-custom-control-input:invalid ~ .fp-custom-control-label:before {
        background-color: #ffb0b0
    }

.fp-custom-control-input.is-invalid ~ .invalid-feedback,
.fp-custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .fp-custom-control-input:invalid ~ .invalid-feedback,
.was-validated .fp-custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.fp-custom-control-input.is-invalid:checked ~ .fp-custom-control-label:before,
.was-validated .fp-custom-control-input:invalid:checked ~ .fp-custom-control-label:before {
    background-color: #ff6363
}

.fp-custom-control-input.is-invalid:focus ~ .fp-custom-control-label:before,
.was-validated .fp-custom-control-input:invalid:focus ~ .fp-custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .125rem rgba(255, 48, 48, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #ff3030
}

    .custom-file-input.is-invalid ~ .custom-file-label:before,
    .was-validated .custom-file-input:invalid ~ .custom-file-label:before {
        border-color: inherit
    }

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .125rem rgba(255, 48, 48, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .fp-form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .fp-custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .fp-custom-control-label {
        margin-bottom: 0
    }
}

.fade {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .8125rem;
    color: #666;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: .25rem;
    box-shadow: .125rem .125rem .125rem 0 rgba(0, 0, 0, .1)
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #eee
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212121;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #141414;
        text-decoration: none;
        background-color: #fcfcfc
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #006ee3
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #666;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #666;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212121
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file,
    .input-group > .custom-select,
    .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file:focus,
        .input-group > .custom-select:focus,
        .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file + .custom-file,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .form-control,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-select:not(:last-child),
        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child),
        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: flex;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label:after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append,
.input-group-prepend {
    display: flex
}

    .input-group-append .btn,
    .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .btn,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212121;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #fff;
    border-radius: .25rem
}

    .input-group-text input[type=checkbox],
    .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fp-custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.fp-custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.fp-custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

    .fp-custom-control-input:checked ~ .fp-custom-control-label:before {
        color: #333;
        background-color: #006ee3;
        box-shadow: none
    }

    .fp-custom-control-input:focus ~ .fp-custom-control-label:before {
        box-shadow: none
    }

    .fp-custom-control-input:active ~ .fp-custom-control-label:before {
        color: #fff;
        background-color: #fff;
        box-shadow: none
    }

    .fp-custom-control-input:disabled ~ .fp-custom-control-label {
        color: #666
    }

        .fp-custom-control-input:disabled ~ .fp-custom-control-label:before {
            background-color: #eee
        }

.fp-custom-control-label {
    position: relative;
    margin-bottom: 0
}

    .fp-custom-control-label:before {
        pointer-events: none;
        user-select: none;
        background-color: none;
        box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
    }

    .fp-custom-control-label:after,
    .fp-custom-control-label:before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: ""
    }

    .fp-custom-control-label:after {
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 50% 50%
    }

.custom-checkbox .fp-custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .fp-custom-control-input:checked ~ .fp-custom-control-label:before {
    background-color: #006ee3
}

.custom-checkbox .fp-custom-control-input:checked ~ .fp-custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23333333' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .fp-custom-control-input:indeterminate ~ .fp-custom-control-label:before {
    background-color: #006ee3;
    box-shadow: none
}

.custom-checkbox .fp-custom-control-input:indeterminate ~ .fp-custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23333333' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .fp-custom-control-input:disabled:checked ~ .fp-custom-control-label:before {
    background-color: rgba(0, 110, 227, .5)
}

.custom-checkbox .fp-custom-control-input:disabled:indeterminate ~ .fp-custom-control-label:before {
    background-color: rgba(0, 110, 227, .5)
}

.custom-radio .fp-custom-control-label:before {
    border-radius: 50%
}

.custom-radio .fp-custom-control-input:checked ~ .fp-custom-control-label:before {
    background-color: #006ee3
}

.custom-radio .fp-custom-control-input:checked ~ .fp-custom-control-label:after {
    background-image: none
}

.custom-radio .fp-custom-control-input:disabled:checked ~ .fp-custom-control-label:before {
    background-color: rgba(0, 110, 227, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.96875rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #212121;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #fff;
    border-radius: .25rem;
    appearance: none
}

    .custom-select:focus {
        border-color: #64afff;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(100, 175, 255, .5)
    }

        .custom-select:focus::-ms-value {
            color: #212121;
            background-color: #fff
        }

    .custom-select[multiple],
    .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #666;
        background-color: #eee
    }

    .custom-select::-ms-expand {
        opacity: 0
    }

.custom-select-sm {
    height: calc(1.625rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(2.61625rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.96875rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #64afff;
        box-shadow: 0 0 0 .125rem rgba(0, 110, 227, .1)
    }

        .custom-file-input:focus ~ .custom-file-label:after {
            border-color: #64afff
        }

    .custom-file-input:lang(en) ~ .custom-file-label:after {
        content: "Browse"
    }

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.96875rem + 2px);
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .custom-file-label,
    .custom-file-label:after {
        position: absolute;
        top: 0;
        right: 0;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #212121
    }

        .custom-file-label:after {
            bottom: 0;
            z-index: 3;
            display: block;
            height: 1.96875rem;
            content: "Browse";
            background-color: #eee;
            border-left: 1px solid #fff;
            border-radius: 0 .25rem .25rem 0
        }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none
}

    .custom-range:focus {
        outline: none
    }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #006ee3;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
        appearance: none
    }

        .custom-range::-webkit-slider-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 .125rem rgba(0, 110, 227, .1)
        }

        .custom-range::-webkit-slider-thumb:active {
            background-color: #97c9ff
        }

    .custom-range::-webkit-slider-runnable-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #ddd;
        border-color: transparent;
        border-radius: 1rem;
        box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
    }

    .custom-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #006ee3;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
        appearance: none
    }

        .custom-range::-moz-range-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 .125rem rgba(0, 110, 227, .1)
        }

        .custom-range::-moz-range-thumb:active {
            background-color: #97c9ff
        }

    .custom-range::-moz-range-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #ddd;
        border-color: transparent;
        border-radius: 1rem;
        box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
    }

    .custom-range::-ms-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #006ee3;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 .1rem .25rem rgba(0, 0, 0, .1);
        appearance: none
    }

        .custom-range::-ms-thumb:focus {
            outline: none;
            box-shadow: 0 0 0 1px #fff, 0 0 0 .125rem rgba(0, 110, 227, .1)
        }

        .custom-range::-ms-thumb:active {
            background-color: #97c9ff
        }

    .custom-range::-ms-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: transparent;
        border-color: transparent;
        border-width: .5rem;
        box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, .1)
    }

    .custom-range::-ms-fill-lower,
    .custom-range::-ms-fill-upper {
        background-color: #ddd;
        border-radius: 1rem
    }

    .custom-range::-ms-fill-upper {
        margin-right: 15px
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td,
    .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd
}

    .table-bordered thead td,
    .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-default,
.table-default > td,
.table-default > th {
    background-color: #fbcdc2
}

.table-hover .table-default:hover,
.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
    background-color: #f9b9aa
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8d6f7
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #a1c9f4
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #fbcdc2
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #f9b9aa
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c8e1bf
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b9d9ae
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #b8e7ef
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #a3e0ea
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffe2b8
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffd89f
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #ffc5c5
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #ffacac
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fefefe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #f1f1f1
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c6c6
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9b9b9
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212121;
    border-color: #343434
}

.table .thead-light th {
    color: #495057;
    background-color: #eee;
    border-color: #ddd
}

.table-dark {
    color: #fff;
    background-color: #212121
}

    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #343434
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: hsla(0, 0%, 100%, .05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: hsla(0, 0%, 100%, .075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width:1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

    .table-responsive > .table-bordered {
        border: 0
    }

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-default {
    background-color: #ef4e25 !important
}

a.bg-default:focus,
a.bg-default:hover,
button.bg-default:focus,
button.bg-default:hover {
    background-color: #d2370f !important
}

.bg-primary {
    background-color: #006ee3 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0055b0 !important
}

.bg-secondary {
    background-color: #ef4e25 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #d2370f !important
}

.bg-success {
    background-color: #3b951a !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #2a6a12 !important
}

.bg-info {
    background-color: #01abc7 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #017f94 !important
}

.bg-warning {
    background-color: #ff9600 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #cc7800 !important
}

.bg-danger {
    background-color: #ff3030 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #fc0000 !important
}

.bg-light {
    background-color: #fcfcfc !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #e3e3e3 !important
}

.bg-dark {
    background-color: #333 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1a1a1a !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #ddd !important
}

.border-top {
    border-top: 1px solid #ddd !important
}

.border-right {
    border-right: 1px solid #ddd !important
}

.border-bottom {
    border-bottom: 1px solid #ddd !important
}

.border-left {
    border-left: 1px solid #ddd !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-default {
    border-color: #ef4e25 !important
}

.border-primary {
    border-color: #006ee3 !important
}

.border-secondary {
    border-color: #ef4e25 !important
}

.border-success {
    border-color: #3b951a !important
}

.border-info {
    border-color: #01abc7 !important
}

.border-warning {
    border-color: #ff9600 !important
}

.border-danger {
    border-color: #ff3030 !important
}

.border-light {
    border-color: #fcfcfc !important
}

.border-dark {
    border-color: #333 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1025px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive:before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1025px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:1025px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(2, 34, 67, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(2, 34, 67, .25) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(2, 34, 67, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:1025px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #757575;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 1025px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark tbody + tbody,
        .table-dark td,
        .table-dark th,
        .table-dark thead th {
            border-color: #ddd
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #ddd
    }
}

html {
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

.flex {
    zoom: 1
}

.flex__body,
.flex__cell {
    display: table-cell;
    vertical-align: top
}

.flex__body {
    width: 10000px;
    zoom: 1
}

.list-unstyled {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1
}

input[type=password]::-ms-reveal {
    display: none
}

@keyframes animate-top {
    0% {
        opacity: 0;
        transform: translateY(.5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes animate-bottom {
    0% {
        opacity: 0;
        transform: translateY(-.5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes animate-left {
    0% {
        opacity: 0;
        transform: translateX(20%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animate-fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes bounce {
    0%, 50%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    25%, 75% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0)
    }
}

@keyframes animate-blink {
    0% {
        opacity: 0
    }

    50% {
        opacity: .4
    }

    to {
        opacity: 0
    }
}

@keyframes animate-height {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes progress {
    0% {
        transform: translate3d(-100%, 0, 0)
    }

    to {
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes loading {
    0% {
        opacity: .6;
        left: -100%
    }

    to {
        opacity: .6;
        left: 100%
    }
}

@keyframes progress-overlay {
    0% {
        left: 0
    }

    10% {
        left: 50%
    }

    20% {
        left: 60%
    }

    30% {
        left: 90%
    }

    40% {
        left: 92%
    }

    60% {
        left: 94%
    }

    90% {
        left: 96%
    }

    to {
        left: 100%
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 2rem 0
    }

    to {
        background-position: 0 0
    }
}

.inline-block {
    display: inline-block
}

.cursor-pointer {
    cursor: pointer
}

.table td,
.table th {
    padding: .5rem 1rem
}

.fp-form-control-lg {
    font-size: .875rem
}

.fp-form-control-info {
    background: transparent;
    border: 1px solid transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-shadow: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.border-blue {
    border: 1px solid #006ee3 !important
}

.border-top-dashed {
    border-top: 1px dashed #fff !important
}

.fp-custom-control-label {
    cursor: pointer
}

.fp-custom-checkbox {
    color: #333;
    font-size: .75rem;
    font-weight: 400;
    line-height: 2.25
}

    .fp-custom-checkbox label {
        font-weight: 400
    }

    .fp-custom-checkbox .fp-custom-control-label:before {
        border: 1px solid #999;
        background-color: #fff
    }

    .fp-custom-checkbox .fp-custom-control-input:checked ~ .fp-custom-control-label:before {
        background-color: #fff
    }

.fp-custom-radio {
    font-size: .75rem
}

    .fp-custom-radio label {
        font-weight: 400
    }

    .fp-custom-radio .fp-custom-control-label:before {
        border: .125rem solid #fff !important;
        background-color: none !important;
        background: none;
        border-radius: 50%
    }

    .fp-custom-radio .fp-custom-control-input:checked ~ .fp-custom-control-label:before {
        background-color: none
    }

    .fp-custom-radio .fp-custom-control-input:checked ~ .fp-custom-control-label:after {
        background-image: none
    }

.v-align-top {
    vertical-align: top
}

.mt--1 {
    margin-top: -1px !important
}

.mt--2 {
    margin-top: -.5rem !important
}

.mt--3 {
    margin-top: -1rem !important
}

.mb--1 {
    margin-bottom: -1px !important
}

.z-index-1 {
    z-index: 1 !important
}

a {
    transition: all .2s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    a {
        transition: none
    }
}

.a-link {
    cursor: pointer;
    display: inline-block;
    position: relative
}

    .a-link:after {
        content: "";
        background: #666;
        height: 1px;
        bottom: 1px;
        left: 0;
        position: absolute;
        right: 0;
        transition: all .2s linear
    }

@media screen and (prefers-reduced-motion:reduce) {
    .a-link:after {
        transition: none
    }
}

.a-link:hover:after {
    color: #006ee3;
    left: 50%;
    right: 50%
}

.a-link-reverse {
    cursor: pointer;
    display: inline-block;
    position: relative
}

    .a-link-reverse:after {
        content: "";
        background: #666;
        height: 1px;
        bottom: 1px;
        left: 50%;
        position: absolute;
        right: 50%;
        transition: all .2s linear
    }

@media screen and (prefers-reduced-motion:reduce) {
    .a-link-reverse:after {
        transition: none
    }
}

.a-link-reverse:hover:after {
    left: 0;
    right: 0
}

.a-link-reverse.text-primary:after,
.a-link.text-primary:after {
    background: #006ee3
}

.a-link-reverse.text-gray-900:after,
.a-link.text-gray-900:after {
    background: #212121
}

.a-link-reverse.text-gray-600:after,
.a-link.text-gray-600:after {
    background: #666
}

.a-link-reverse.text-white:after,
.a-link.text-white:after {
    background: #fff
}

.height-auto {
    height: auto !important
}

.text-primary .sv .fill {
    fill: #006ee3 !important
}

.text-facebook .sv-icon {
    fill: #3a5695
}

.text-google .sv-icon {
    fill: #dd4b39 !important
}

.text-yellow {
    color: #ff9600
}

.text-blue {
    color: #006ee3
}

.text-blue-light {
    color: #2c83b6 !important
}

.text-blue-lighter3 {
    color: #0185bd !important
}

.text-blue-fade {
    color: #c1dbea
}

.text-red {
    color: #ff3030
}

.text-red-dark {
    color: #b1320a
}

.text-orange {
    color: #ef4e25
}

.text-blue-lighter {
    color: #159de7 !important
}

.text-gray {
    color: #999 !important
}

.text-gray-200 {
    color: #eee !important
}

.text-gray-300 {
    color: #ddd !important
}

.text-gray-500 {
    color: #757575 !important
}

.text-gray-700 {
    color: #495057 !important
}

.text-gray-600 {
    color: #666 !important
}

.text-gray-800 {
    color: #333 !important
}

.text-gray-900 {
    color: #212121 !important
}

.text-orange-dark {
    color: #dd4b39 !important
}

.text-steel {
    color: #587497 !important
}

.font-lineheight-normal {
    line-height: normal !important
}

.bg-indigo {
    background: #4e1c71 !important
}

.bg-offwhite {
    background: #f5f6f7 !important
}

.bg-navy {
    background: #022243 !important
}

.rotate-135 {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.mw-5 {
    min-width: 5rem
}

.mw-7 {
    min-width: 7rem
}

.mw-9 {
    min-width: 9rem
}

.select.fp-form-control-lg:not([size]):not([multiple]) {
    height: calc(2rem + 2px)
}

.input-group-lg > .input-group-prepend > .input-group-text {
    line-height: 1.4
}

input::-ms-clear,
input[type=email]::-ms-clear {
    display: none
}

.input-danger {
    background: #f8d7da;
    color: #a94442
}

.icon.text-gray.cursor-pointer {
    line-height: .875rem
}

.mx-140 {
    max-width: 8.75rem
}

.mw-150 {
    min-width: 9.375rem
}

.mw-300 {
    min-width: 18.75rem
}

.z-index-1 {
    z-index: 1
}

.list-icon {
    margin: 0;
    padding: 0 0 .5rem
}

    .list-icon li {
        font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica Neue, Segoe UI, Roboto, sans-serif;
        display: block;
        padding: .5rem 0 .5rem 1.5rem;
        position: relative
    }

        .list-icon li svg {
            position: absolute;
            left: 0;
            top: .2rem
        }

        .list-icon li.ic-blue:before {
            color: #006ee3
        }

        .list-icon li.py-0:before {
            top: 0
        }

        .list-icon li.py-1:before {
            top: .25rem
        }

        .list-icon li.ic-bullet:before {
            background: #333;
            border-radius: 50%;
            content: "";
            height: .25rem;
            left: .25rem;
            position: absolute;
            top: .75rem;
            width: .25rem
        }

        .list-icon li:before {
            font-family: COA-font-icon !important;
            position: absolute;
            left: 0;
            top: .5rem
        }

.close-icon {
    cursor: pointer;
    background: #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    z-index: 9;
    right: -.25rem;
    text-align: center;
    top: -.25rem
}

    .close-icon:hover {
        color: #fff
    }

.component-loader {
    -webkit-animation: progress-bar-stripes .2s linear infinite reverse;
    animation: progress-bar-stripes .2s linear infinite reverse;
    background-color: #01c6d8;
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .5) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
    display: block;
    height: .25rem;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

.select-wrap {
    position: relative
}

    .select-wrap select.fp-form-control {
        padding-right: 1.375rem
    }

    .select-wrap:before {
        border-top: .375rem solid #666;
        margin-top: -.1875rem;
        z-index: 1
    }

    .select-wrap:after,
    .select-wrap:before {
        border-right: .375rem solid transparent;
        border-bottom: 0;
        border-left: .375rem solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        right: .5rem;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transition: all .2s linear;
        width: 0
    }

    .select-wrap:after {
        border-top: .375rem solid #fff;
        margin-top: -.3125rem;
        z-index: 2
    }

.select-empty {
    display: block;
    float: left;
    position: relative
}

    .select-empty select {
        background: none;
        border: none;
        color: #fff;
        font-size: .75rem;
        font-weight: 400;
        cursor: pointer;
        display: inline-block;
        height: 1.875rem;
        padding: .25rem 1.375rem .25rem .5rem
    }

        .select-empty select optgroup {
            color: #212121;
            display: block;
            font-weight: 700;
            padding: 0 .25rem
        }

        .select-empty select option {
            color: #212121;
            display: block;
            font-size: .75rem;
            padding: 0 .25rem;
            text-indent: .25rem
        }

    .select-empty .select__arrow {
        display: inline-block;
        margin-top: -.375rem;
        right: .375rem;
        pointer-events: none;
        position: absolute;
        top: 50%
    }

@keyframes button-loading {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 3.125rem 3.125rem
    }
}

.button {
    background: #f5f6f7;
    color: #666;
    padding: .375rem 1.25rem;
    font-size: .875rem;
    font-weight: 400;
    border-radius: .25rem;
    transition: all .2s linear;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

    .button:hover {
        background-color: #e7e9ec;
        color: #666;
        box-shadow: 0 0 0 .625rem rgba(245, 246, 247, .25)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .button {
        transition: none
    }
}

.button.focus,
.button:focus {
    outline: 0
}

.button-block {
    display: block;
    width: 100%
}

.button-done {
    padding: .3rem 2.6rem;
    border: .0625rem solid #159de7;
    border-radius: 0;
    background-color: #fff;
    font-size: .875rem;
    color: #159de7;
    font-weight: 400;
    text-decoration: none solid #118acb;
    line-height: 1.0625rem;
    text-align: center
}

.button-sm {
    padding: .25rem 1rem;
    font-size: .75rem;
    font-weight: 400;
    border-radius: .25rem
}

.button-lg {
    padding: .5rem 1.5rem;
    font-size: 1.25rem
}

.button-lg,
.button-xl {
    font-weight: 700;
    border-radius: .25rem
}

.button-xl {
    padding: .5rem 1.625rem;
    font-size: 1.5rem
}

.btn-primary.btn-loading {
    background-image: linear-gradient(-45deg, #0185bd 25%, transparent 0, transparent 50%, #0185bd 0, #0185bd 75%, transparent 0, transparent);
    background-color: #006ee3;
    background-size: 50px 50px;
    animation: button-loading 1s infinite
}

    .btn-primary.btn-loading:hover {
        background-color: none
    }

.button-secondary {
    background: #006ee3;
    color: #fff
}

    .button-secondary:hover {
        background-color: #0062ca;
        color: #fff;
        box-shadow: 0 0 0 .625rem rgba(0, 110, 227, .25)
    }

    .button-secondary.button-loading {
        background-image: linear-gradient(-45deg, #0185bd 25%, transparent 0, transparent 50%, #0185bd 0, #0185bd 75%, transparent 0, transparent);
        background-color: #006ee3;
        background-size: 50px 50px;
        animation: button-loading 1s infinite
    }

        .button-secondary.button-loading:hover {
            background-color: none
        }

.button-info {
    background: #006ee3;
    color: #fff
}

    .button-info:hover {
        background-color: #0062ca;
        color: #fff;
        box-shadow: 0 0 0 .625rem rgba(0, 110, 227, .25)
    }

.button-outline {
    background: #fff;
    border: 1px solid #d9dde0;
    color: #666
}

    .button-outline:hover {
        background: #f5f6f7;
        color: #666
    }

.button-primary-outline {
    background: transparent;
    border: 1px solid #ef4e25;
    color: #ef4e25
}

    .button-primary-outline:hover {
        background: #ef4e25;
        color: #fff
    }

.button-secondary-outline {
    background: transparent;
    border: 1px solid #006ee3;
    color: #006ee3
}

    .button-secondary-outline:hover {
        background: #006ee3;
        color: #fff
    }

.button-info-outline {
    background: transparent;
    border: 1px solid #006ee3;
    color: #006ee3
}

    .button-info-outline:hover {
        background: #006ee3;
        color: #fff
    }

.button-gradient {
    background-image: linear-gradient(169deg, #fff, #e7e9ec);
    background-color: #f5f6f7;
    border: 1px solid #d9dde0
}

    .button-gradient,
    .button-gradient:hover {
        box-shadow: 0 .0625rem 0 0 rgba(0, 0, 0, .25);
        color: #666
    }

        .button-gradient:hover {
            background: linear-gradient(169deg, #e7e9ec, #fff)
        }

.button-primary-gradient {
    background-image: linear-gradient(169deg, #f1613d, #e93d11);
    background-color: #ef4e25;
    box-shadow: 0 .0625rem 0 0 rgba(0, 0, 0, .25);
    color: #fff
}

    .button-primary-gradient:hover {
        background: linear-gradient(169deg, #e93d11, #f1613d);
        color: #fff;
        box-shadow: 0 .0625rem 0 0 rgba(0, 0, 0, .25)
    }

    .button-primary-gradient.button-loading {
        background-image: linear-gradient(-45deg, #b83b26 25%, transparent 0, transparent 50%, #b83b26 0, #b83b26 75%, transparent 0, transparent);
        background-color: #ef4e25;
        background-size: 50px 50px;
        animation: button-loading 1s infinite
    }

        .button-primary-gradient.button-loading:hover {
            background-color: none
        }

.button-secondary-gradient {
    background-image: linear-gradient(169deg, #159de7, #0d9ae6);
    background-color: #006ee3;
    box-shadow: 0 .0625rem 0 0 rgba(0, 0, 0, .25);
    color: #fff
}

    .button-secondary-gradient:hover {
        background: linear-gradient(169deg, #0d9ae6, #159de7);
        color: #fff;
        box-shadow: 0 .0625rem 0 0 rgba(0, 0, 0, .25)
    }

    .button-secondary-gradient.button-loading {
        background-image: linear-gradient(-45deg, #0185bd 25%, transparent 0, transparent 50%, #0185bd 0, #0185bd 75%, transparent 0, transparent);
        background-color: #006ee3;
        background-size: 50px 50px;
        animation: button-loading 1s infinite
    }

        .button-secondary-gradient.button-loading:hover {
            background-color: none
        }

.button-info-gradient {
    background-image: linear-gradient(169deg, #007afd, #0062ca);
    background-color: #006ee3
}

    .button-info-gradient,
    .button-info-gradient:hover {
        box-shadow: 0 .0625rem 0 0 rgba(0, 0, 0, .25);
        color: #fff
    }

        .button-info-gradient:hover {
            background: linear-gradient(169deg, #0062ca, #007afd)
        }

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

    button.button-block,
    input[type=button].button-block,
    input[type=reset].button-block,
    input[type=submit].button-block {
        width: 100%
    }

.alerts {
    background: #eee;
    color: #666;
    font-size: .75rem;
    padding: .75rem;
    text-align: left;
    z-index: 1;
    border-radius: .25rem
}

    .alerts.alerts-bubble.alerts-bubble-bottom:before {
        border-bottom-color: #e1e1e1
    }

    .alerts.alerts-bubble.alerts-bubble-bottom:after {
        border-bottom-color: #eee
    }

    .alerts.alerts-bubble.alerts-bubble-top:before {
        border-top-color: #e1e1e1
    }

    .alerts.alerts-bubble.alerts-bubble-top:after {
        border-top-color: #eee
    }

    .alerts.alerts-bubble.alerts-bubble-left:before {
        border-left-color: #e1e1e1
    }

    .alerts.alerts-bubble.alerts-bubble-left:after {
        border-left-color: #eee
    }

    .alerts.alerts-bubble.alerts-bubble-right:before {
        border-right-color: #e1e1e1
    }

    .alerts.alerts-bubble.alerts-bubble-right:after {
        border-right-color: #eee
    }

    .alerts.alerts-arrow.arrow-bottom:before {
        border-top-color: #bbb
    }

    .alerts.alerts-arrow.arrow-bottom:after {
        border-top-color: #eee
    }

    .alerts.alerts-arrow.arrow-top:before {
        border-bottom-color: #bbb
    }

    .alerts.alerts-arrow.arrow-top:after {
        border-bottom-color: #eee
    }

    .alerts .alerts__item:before {
        background: #666
    }

.alerts-sm {
    padding: .25rem 1rem
}

.alerts-info {
    background: #fff1cc;
    color: #b83b26
}

    .alerts-info.alerts-bubble.alerts-bubble-bottom:before {
        border-bottom-color: #ffe399
    }

    .alerts-info.alerts-bubble.alerts-bubble-bottom:after {
        border-bottom-color: #fff1cc
    }

    .alerts-info.alerts-bubble.alerts-bubble-top:before {
        border-top-color: #ffe399
    }

    .alerts-info.alerts-bubble.alerts-bubble-top:after {
        border-top-color: #fff1cc
    }

    .alerts-info.alerts-bubble.alerts-bubble-left:before {
        border-left-color: #ffe399
    }

    .alerts-info.alerts-bubble.alerts-bubble-left:after {
        border-left-color: #fff1cc
    }

    .alerts-info.alerts-bubble.alerts-bubble-right:before {
        border-right-color: #ffe399
    }

    .alerts-info.alerts-bubble.alerts-bubble-right:after {
        border-right-color: #fff1cc
    }

    .alerts-info.alerts-arrow.arrow-bottom:before {
        border-top-color: #cc9400
    }

    .alerts-info.alerts-arrow.arrow-bottom:after {
        border-top-color: #fff1cc
    }

    .alerts-info.alerts-arrow.arrow-top:before {
        border-bottom-color: #cc9400
    }

    .alerts-info.alerts-arrow.arrow-top:after {
        border-bottom-color: #fff1cc
    }

    .alerts-info .alerts__item:before {
        background: #b83b26
    }

.alerts-error {
    background: #f8d7da;
    color: #a94442
}

    .alerts-error.alerts-bubble.alerts-bubble-bottom:before {
        border-bottom-color: #f4c1c6
    }

    .alerts-error.alerts-bubble.alerts-bubble-bottom:after {
        border-bottom-color: #f8d7da
    }

    .alerts-error.alerts-bubble.alerts-bubble-top:before {
        border-top-color: #f4c1c6
    }

    .alerts-error.alerts-bubble.alerts-bubble-top:after {
        border-top-color: #f8d7da
    }

    .alerts-error.alerts-bubble.alerts-bubble-left:before {
        border-left-color: #f4c1c6
    }

    .alerts-error.alerts-bubble.alerts-bubble-left:after {
        border-left-color: #f8d7da
    }

    .alerts-error.alerts-bubble.alerts-bubble-right:before {
        border-right-color: #f4c1c6
    }

    .alerts-error.alerts-bubble.alerts-bubble-right:after {
        border-right-color: #f8d7da
    }

    .alerts-error.alerts-arrow.arrow-bottom:before {
        border-top-color: #e9808a
    }

    .alerts-error.alerts-arrow.arrow-bottom:after {
        border-top-color: #f8d7da
    }

    .alerts-error.alerts-arrow.arrow-top:before {
        border-bottom-color: #e9808a
    }

    .alerts-error.alerts-arrow.arrow-top:after {
        border-bottom-color: #f8d7da
    }

    .alerts-error .alerts__item:before {
        background: #a94442
    }

.alerts-success {
    background: #d4edda;
    color: #3c763d
}

    .alerts-success.alerts-bubble.alerts-bubble-bottom:before {
        border-bottom-color: #b0debb
    }

    .alerts-success.alerts-bubble.alerts-bubble-bottom:after {
        border-bottom-color: #d4edda
    }

    .alerts-success.alerts-bubble.alerts-bubble-top:before {
        border-top-color: #b0debb
    }

    .alerts-success.alerts-bubble.alerts-bubble-top:after {
        border-top-color: #d4edda
    }

    .alerts-success.alerts-bubble.alerts-bubble-left:before {
        border-left-color: #b0debb
    }

    .alerts-success.alerts-bubble.alerts-bubble-left:after {
        border-left-color: #d4edda
    }

    .alerts-success.alerts-bubble.alerts-bubble-right:before {
        border-right-color: #b0debb
    }

    .alerts-success.alerts-bubble.alerts-bubble-right:after {
        border-right-color: #d4edda
    }

    .alerts-success.alerts-arrow.arrow-bottom:before {
        border-top-color: #8ccf9c
    }

    .alerts-success.alerts-arrow.arrow-bottom:after {
        border-top-color: #d4edda
    }

    .alerts-success.alerts-arrow.arrow-top:before {
        border-bottom-color: #8ccf9c
    }

    .alerts-success.alerts-arrow.arrow-top:after {
        border-bottom-color: #d4edda
    }

    .alerts-success .alerts__item:before {
        background: #3c763d
    }

.alerts-bubble {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 .25rem 0 rgba(0, 0, 0, .1);
    display: inline-block;
    left: 0;
    opacity: .98;
    padding: .5rem 1rem;
    position: absolute
}

    .alerts-bubble:after,
    .alerts-bubble:before {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .alerts-bubble:after {
        border-width: .5rem
    }

    .alerts-bubble:before {
        border-width: .625rem
    }

.alerts-bubble-top {
    bottom: 100%;
    margin-bottom: .5rem
}

    .alerts-bubble-top:before {
        left: 1.25rem;
        top: 100%;
        margin-left: -.625rem
    }

    .alerts-bubble-top:after {
        left: 1.25rem;
        top: 100%;
        margin-left: -.5rem
    }

.alerts-bubble-bottom {
    top: 100%;
    margin-top: .5rem
}

    .alerts-bubble-bottom:before {
        left: 1.25rem;
        bottom: 100%;
        margin-left: -.625rem
    }

    .alerts-bubble-bottom:after {
        left: 1.25rem;
        bottom: 100%;
        margin-left: -.5rem
    }

.alerts-bubble-left {
    left: -14.5rem;
    top: 0;
    width: 16rem
}

    .alerts-bubble-left:before {
        top: .375rem;
        left: 100%;
        margin-right: -.5rem
    }

    .alerts-bubble-left:after {
        top: .5rem;
        left: 100%;
        margin-right: -.5rem
    }

.alerts-bubble-right {
    left: 100%;
    margin-left: .5rem;
    top: 0;
    width: 16rem
}

    .alerts-bubble-right:before {
        top: .375rem;
        right: 100%;
        margin-left: -.5rem
    }

    .alerts-bubble-right:after {
        top: .5rem;
        right: 100%;
        margin-left: -.5rem
    }

.alerts-arrow {
    bottom: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 0 .25rem 0 rgba(0, 0, 0, .1);
    display: block;
    left: 0;
    opacity: .98;
    padding: .5rem 1rem;
    position: relative
}

    .alerts-arrow:after,
    .alerts-arrow:before {
        left: 1.25rem;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .alerts-arrow:after {
        border-color: transparent;
        border-width: 8px;
        margin-left: -8px
    }

    .alerts-arrow:before {
        border-color: transparent;
        border-width: 9px;
        margin-left: -9px
    }

    .alerts-arrow.arrow-bottom {
        margin-bottom: .5rem
    }

        .alerts-arrow.arrow-bottom:after,
        .alerts-arrow.arrow-bottom:before {
            top: 100%
        }

    .alerts-arrow.arrow-top {
        margin-top: .5rem
    }

        .alerts-arrow.arrow-top:after,
        .alerts-arrow.arrow-top:before {
            bottom: 100%
        }

.alerts__list {
    margin: 0;
    padding: 0
}

.alerts__item {
    display: block;
    margin: .25rem 0;
    padding: 0 0 0 1rem;
    position: relative
}

    .alerts__item:before {
        border-radius: 50%;
        content: "";
        left: 0;
        position: absolute;
        top: .175rem;
        background: none !important;
        padding: .3rem;
        border: .0825rem solid #b83b26
    }

    .alerts__item:after {
        border-radius: 50%;
        border: 0;
        content: "!";
        left: .285rem;
        position: absolute;
        top: .094rem;
        font-size: .65rem
    }

    .alerts__item .a-link {
        color: #b83b26
    }

        .alerts__item .a-link:after {
            background: none
        }

.alerts-control {
    position: relative
}

    .alerts-control .icon {
        background: #fff;
        border-radius: 50%;
        display: none;
        font-size: 1rem;
        line-height: 1rem;
        margin-top: -.5rem;
        position: absolute;
        right: -.5rem;
        top: 1rem
    }

    .alerts-control.alerts-control-error .fp-form-control {
        border: 1px solid #ff3030
    }

    .alerts-control.alerts-control-error .ic-cancel-fill {
        color: #ff3030;
        display: inline-block
    }

    .alerts-control.alerts-control-success .fp-form-control {
        border: 1px solid #3b951a
    }

    .alerts-control.alerts-control-success .ic-check-fill {
        color: #3b951a;
        display: inline-block
    }

.alerts-notification {
    transition: all .2s linear;
    border-style: solid;
    box-shadow: 0 .125rem .25rem rgba(2, 34, 67, .075);
    font-size: .875rem;
    max-width: 18.75rem;
    padding: 1rem 1rem 1rem 3rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 99
}

@media screen and (prefers-reduced-motion:reduce) {
    .alerts-notification {
        transition: none
    }
}

.alerts-notification__icon {
    font-size: 2rem;
    left: .75rem;
    position: absolute;
    top: .625rem
}

.alerts-notification__close {
    transition: all .2s linear;
    cursor: pointer;
    position: absolute;
    right: .25rem;
    top: .25rem;
    opacity: .5
}

@media screen and (prefers-reduced-motion:reduce) {
    .alerts-notification__close {
        transition: none
    }
}

.alerts-notification__close:hover {
    opacity: .8
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ddd
}

.card__title {
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 1.21875rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: .5rem;
    padding: 1rem;
    text-align: center
}

.card__toggle {
    color: #587497;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    margin: .5rem 0;
    padding-left: 1rem;
    position: relative
}

    .card__toggle:before {
        transition: all .2s linear;
        border-top: 7px solid #587497;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        content: "";
        position: absolute;
        left: 0;
        top: .5rem;
        width: 0;
        height: 0
    }

@media screen and (prefers-reduced-motion:reduce) {
    .card__toggle:before {
        transition: none
    }
}

.card__toggle.collapsed:before {
    transform: rotate(-90deg)
}

.card__content {
    padding: .5rem 1rem 1rem
}

.card__hr {
    border-top: none;
    border-bottom: 1px solid #ddd;
    margin: 1rem -1rem
}

.card__svg {
    fill: #006ee3;
    height: 4rem;
    width: 10rem
}

.card__svg-sm {
    fill: #006ee3;
    height: 3rem;
    width: 7.5rem
}

.panel {
    display: block;
    position: relative;
    min-height: 9rem
}

.panel__header {
    background: #006ee3;
    color: #fff;
    font-size: .9375rem;
    font-weight: 700;
    padding: .5rem 1rem
}

    .panel__header.panel__toggle {
        cursor: pointer;
        padding-right: 2rem;
        position: relative
    }

        .panel__header.panel__toggle.collapsed:before {
            transform: rotate(-90deg)
        }

        .panel__header.panel__toggle:before {
            transition: all .2s linear;
            content: "\E685";
            font-family: COA-font-icon;
            font-size: 1.25rem;
            position: absolute;
            right: 1rem;
            top: .375rem
        }

@media screen and (prefers-reduced-motion:reduce) {
    .panel__header.panel__toggle:before {
        transition: none
    }
}

.panel__content {
    border: 1px solid #006ee3;
    margin-top: -1px;
    padding: 1rem;
    position: relative
}

    .panel__content.panel__info {
        border-bottom: 1px solid #006ee3
    }

    .panel__content.panel__info,
    .panel__info {
        border-top: 1px solid #ccc;
        padding: .625rem 1rem
    }

.panel__info {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #006ee3;
    border-right: 1px solid #006ee3;
    margin-top: -1px;
    position: relative;
    z-index: 1
}

    .panel__info .list-icon {
        font-size: .75rem
    }

        .panel__info .list-icon li {
            padding: .5rem 0 0 1.5rem
        }

.panel__title {
    color: #006ee3;
    display: block;
    line-height: normal;
    font-weight: 700
}

    .panel__title.panel__toggle {
        cursor: pointer;
        padding-right: 2rem;
        position: relative
    }

        .panel__title.panel__toggle.collapsed:before {
            transform: rotate(-90deg)
        }

        .panel__title.panel__toggle:before {
            transition: all .2s linear;
            content: "\E685";
            font-family: COA-font-icon;
            font-size: 1.25rem;
            position: absolute;
            right: 0;
            top: -.125rem
        }

@media screen and (prefers-reduced-motion:reduce) {
    .panel__title.panel__toggle:before {
        transition: none
    }
}

.panel__hr {
    border-bottom: 1px solid #ccc;
    border-top: none;
    margin: 1rem -1rem
}

.panel__icon {
    background: #005282;
    max-width: 10rem;
    padding: 1rem 2rem
}

.panel__icon,
.panel__svg {
    display: block;
    margin: 0 auto
}

.panel__svg {
    height: 9rem
}

@media (min-width:768px) {
    .fp-col-sm-20 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .panel__header {
        font-size: 1rem
    }

    .panel__title.text-xxl {
        font-size: 1rem;
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .panel__header,
    .panel__title.text-xxl {
        font-size: 1.125rem
    }
}

.tags {
    display: block;
    margin: 1rem 0
}

.tags__item {
    transition: all .2s linear;
    background: #f5f6f7;
    border: 1px solid #ddd;
    border-radius: 1rem;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: .75rem;
    margin-right: .5rem;
    padding: .25rem .5rem .25rem 1rem;
    position: relative
}

@media screen and (prefers-reduced-motion:reduce) {
    .tags__item {
        transition: none
    }
}

.tags__item:hover {
    background: #fff;
    border: 1px solid #006ee3
}

    .tags__item:hover .tags__close {
        color: #006ee3
    }

.tags__close {
    transition: all .2s linear;
    display: inline-block;
    padding: 0 .25rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .tags__close {
        transition: none
    }
}

.progress {
    background-color: #eee;
    border-top: .0625rem solid #ccc;
    border-bottom: .0625rem solid #ccc;
    display: flex;
    height: .5rem;
    margin-top: -.0625rem;
    overflow: hidden;
    position: relative
}

    .progress:after {
        animation: progress-overlay 5s linear;
        background-color: #01abc7;
        content: "";
        display: #000;
        height: .5rem;
        right: 0;
        position: absolute
    }

.progress-bar {
    animation: progress-bar-stripes .1s linear infinite;
    background-color: #a9daf6;
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .5) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, .5) 75%, transparent 0, transparent);
    background-size: 2rem 2rem;
    width: 100%;
    transition: width .3s ease
}

.loading.contract {
    color: #999 !important;
    position: relative
}

    .loading.contract:before {
        background: hsla(0, 0%, 100%, .25);
        content: "";
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

.loading .contract__head-amount,
.loading .contract__head-total,
.loading .contract__info-stop,
.loading .text-primary {
    color: #999 !important
}

.loading .contract__airline-logo,
.loading .contract__head {
    border: 1px solid #ccc
}

.loading .contract__segment {
    border: 1px solid #ccc;
    border-top: none
}

.loading .contract__airline-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.loading .contract__segment.border-top--dashed {
    border-top: 1px dashed #ccc
}

.loading .a-link.text-primary:after,
.loading .a-link:after {
    background: #006ee3
}

.block-loader {
    background-color: #fff;
    bottom: .0625rem;
    left: .0625rem;
    opacity: .8;
    position: absolute;
    right: .0625rem;
    top: .0625rem;
    z-index: 2
}

.block-loader__icon {
    background: url(//c.fareportal.com/n/portals/air/loader_small.gif);
    height: 2.75rem;
    left: 50%;
    margin: -1.375rem 0 0 -2rem;
    position: absolute;
    top: 50%;
    width: 4rem
}

.block-loader__text {
    left: 0;
    margin-top: .5rem;
    top: 100%;
    position: absolute;
    text-align: center;
    white-space: nowrap
}

.panel__info__bottom {
    height: 150px;
    margin-right: -1px;
    margin-left: -1px
}

.panel__info__full {
    height: 100%
}

div[data-viewmode=touch][data-state=emotion] {
    height: auto !important;
    top: auto !important
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.pagination__item {
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    margin: 0 0 0 -.0625rem;
    padding: .375rem .75rem;
    text-align: center;
    cursor: pointer
}

    .pagination__item:hover {
        transition: all .2s linear;
        border: 1px solid #2c83b6;
        color: #2c83b6;
        position: relative
    }

@media screen and (prefers-reduced-motion:reduce) {
    .pagination__item:hover {
        transition: none
    }
}

.pagination__item.active {
    border: 1px solid #2c83b6;
    background-color: #2c83b6;
    color: #fff
}

.ie-11 #_hj_feedback_container {
    position: absolute;
    z-index: 9999
}

.ie-11 .icon.text-gray.cursor-pointer {
    display: inline-block
}

.nav {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav:after {
        content: "";
        clear: both;
        display: block
    }

.nav-link {
    display: block;
    padding: .5625rem 1rem
}

    .nav-link:focus,
    .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #666
    }

.filter-tabs .nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem
}

    .filter-tabs .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .filter-tabs .nav-tabs .nav-link {
        background: #eee;
        border: 1px solid transparent;
        border-bottom-color: #ddd;
        color: #666;
        padding: .25rem 0;
        text-align: center
    }

        .filter-tabs .nav-tabs .nav-link:hover {
            color: #666
        }

        .filter-tabs .nav-tabs .nav-link.active {
            background-color: #fff;
            border-color: #ddd #ddd #fff
        }

.widget__wrap .nav-tabs {
    background: #1474ad;
    background: linear-gradient(0deg, #045a8f, #1474ad);
    border: transparent
}

    .widget__wrap .nav-tabs .nav-item {
        margin-bottom: -1px;
        float: left;
        width: 25%
    }

    .widget__wrap .nav-tabs .nav-link {
        border-color: transparent;
        border-color: transparent rgba(1, 33, 66, .25) #012142 #2c83b6;
        border-style: solid;
        border-width: 1px;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 400;
        text-align: center;
        position: relative;
        cursor: pointer;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .widget__wrap .nav-tabs .nav-link:focus,
        .widget__wrap .nav-tabs .nav-link:hover {
            border-color: transparent rgba(1, 33, 66, .25) #012142 #2c83b6
        }

        .widget__wrap .nav-tabs .nav-link:hover {
            background: linear-gradient(0deg, #006ee3, #5aa9d7);
            background-color: #006ee3;
            color: #fff
        }

        .widget__wrap .nav-tabs .nav-link.disabled {
            color: #666;
            background-color: transparent;
            border-color: transparent
        }

        .widget__wrap .nav-tabs .nav-item.show .nav-link,
        .widget__wrap .nav-tabs .nav-link.active {
            background: #006ee3;
            background: linear-gradient(0deg, #006ee3, #5aa9d7);
            color: #fff;
            border-color: transparent;
            border-color: transparent rgba(1, 33, 66, .1) #012142;
            border-style: solid;
            border-width: 1px
        }

            .widget__wrap .nav-tabs .nav-item.show .nav-link:after,
            .widget__wrap .nav-tabs .nav-item.show .nav-link:before,
            .widget__wrap .nav-tabs .nav-link.active:after,
            .widget__wrap .nav-tabs .nav-link.active:before {
                top: 100%;
                right: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                margin-left: -5px
            }

            .widget__wrap .nav-tabs .nav-item.show .nav-link:after,
            .widget__wrap .nav-tabs .nav-link.active:after {
                border-color: #006ee3 transparent transparent;
                border-width: 11px;
                margin-right: -11px
            }

            .widget__wrap .nav-tabs .nav-item.show .nav-link:before,
            .widget__wrap .nav-tabs .nav-link.active:before {
                border-color: #006ee3 transparent transparent;
                border-width: 12px;
                margin-right: -12px
            }

    .widget__wrap .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #006ee3
    }

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

@media (min-width:1025px) and (max-height:767px) {
    .widget__wrap .nav-link {
        font-size: .875rem !important;
        font-weight: 700 !important;
        padding: .5rem 1rem
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:1025px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-green {
    color: #3b951a !important
}

.text-default {
    color: #ef4e25 !important
}

a.text-default:focus,
a.text-default:hover {
    color: #d2370f !important
}

.text-primary {
    color: #006ee3 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0055b0 !important
}

.text-secondary {
    color: #ef4e25 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #d2370f !important
}

.text-success {
    color: #3b951a !important
}

a.text-success:focus,
a.text-success:hover {
    color: #2a6a12 !important
}

.text-info {
    color: #01abc7 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #017f94 !important
}

.text-warning {
    color: #ff9600 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #cc7800 !important
}

.text-danger {
    color: #ff3030 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #fc0000 !important
}

.text-light {
    color: #fcfcfc !important
}

a.text-light:focus,
a.text-light:hover {
    color: #e3e3e3 !important
}

.text-dark {
    color: #333 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1a1a1a !important
}

.text-body,
.text-muted {
    color: #666 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-xs {
    font-size: .6875rem !important
}

.text-sm {
    font-size: .75rem !important
}

.text-base {
    font-size: .8125rem !important
}

.text-md {
    font-size: .875rem !important
}

.text-lg {
    font-size: .9375rem !important
}

.text-xl {
    font-size: 1rem !important
}

.text-xxl {
    font-size: 1.125rem
}

.text-xxxl {
    font-size: 1.5rem
}

.line-height {
    line-height: normal !important
}

.suggestion-box {
    display: block;
    position: relative;
    width: 100%
}

.suggestion-box__content {
    animation: animate-top .1s ease-in-out;
    border: 1px solid #ddd;
    box-shadow: 0 0 .375rem .125rem rgba(2, 34, 67, .25);
    background: #fff;
    display: contents;
    position: absolute;
    left: 0;
    z-index: 9999;
    margin-top: -.0625rem;
    display: none;
    width: 152% !important;
    border-radius: .25rem
}

    .suggestion-box__content.hotel {
        width: 100% !important
    }

    .suggestion-box__content.is-visible {
        display: block
    }

.suggestion-box__list {
    margin: 0 0 1.5rem;
    padding: .5rem
}

    .suggestion-box__list .sv {
        width: 1.25rem;
        position: absolute;
        left: .5rem;
        top: .2rem
    }

    .suggestion-box__list .sv-flight {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg)
    }

    .suggestion-box__list .sv_arwbend {
        left: 1.2rem
    }

.suggestion-box__item {
    transition: all .2s linear;
    color: #212121;
    cursor: pointer;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    height: 1.75rem;
    line-height: 1.75rem;
    margin: .375rem 0;
    overflow: hidden;
    padding-left: 2.25rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (prefers-reduced-motion:reduce) {
    .suggestion-box__item {
        transition: none
    }
}

.suggestion-box__item.childsuggest {
    padding-left: 2.8125rem
}

    .suggestion-box__item.childsuggest:before {
        left: 1rem
    }

.suggestion-box__item.is--focused,
.suggestion-box__item:focus,
.suggestion-box__item:hover {
    cursor: pointer;
    background-color: #e5f0fc;
    color: #006ee3;
    font-weight: 700
}

    .suggestion-box__item.is--focused:before,
    .suggestion-box__item:focus:before,
    .suggestion-box__item:hover:before {
        color: #212121
    }

.suggestion-box__item.is-expanded {
    border-bottom: 1px solid #ccc;
    color: #666;
    cursor: default;
    display: block;
    font-size: .75rem;
    margin-bottom: .75rem;
    text-overflow: ellipsis;
    text-transform: capitalize;
    padding: 0 .625rem;
    position: relative
}

    .suggestion-box__item.is-expanded:focus,
    .suggestion-box__item.is-expanded:hover {
        background-color: #fff;
        border-bottom: 1px solid #ccc;
        font-weight: 400
    }

.suggestion-box__item.is-warning {
    background: #fafab2;
    border: 1px solid #f1f122;
    color: #4d2973;
    cursor: default;
    min-height: 40px;
    height: auto;
    left: -.0625rem;
    right: -.0625rem;
    line-height: normal;
    margin: 0;
    padding-bottom: .5rem;
    padding-right: 3.75rem;
    padding-top: .575rem;
    position: absolute;
    top: 0;
    white-space: normal;
    border-radius: .25rem
}

    .suggestion-box__item.is-warning .sv {
        top: .5rem;
        animation: animate-blink 1s ease-in-out infinite
    }

    .suggestion-box__item.is-warning:focus,
    .suggestion-box__item.is-warning:hover {
        font-weight: 400
    }

    .suggestion-box__item.is-warning + .is--anywhere {
        margin: 2rem -.5625rem 0
    }

.suggestion-box__item.is--anywhere {
    border-top: 1px solid #ccc;
    margin-top: .75rem
}

    .suggestion-box__item.is--anywhere:first-child {
        border-top: 0;
        margin-top: 0
    }

    .suggestion-box__item.is--anywhere > a {
        color: #006ee3;
        font-weight: 700;
        position: absolute;
        left: 0;
        padding-left: 2rem;
        width: 100%
    }

    .suggestion-box__item.is--anywhere > svg {
        width: 1.15rem;
        height: 1.15rem;
        margin-top: .12rem
    }

.suggestion-box__item .auto-highlight {
    background-color: #e5f0fc;
    color: #005282
}

.ic-flight:before {
    transform: rotate(135deg)
}

.is-all:before {
    content: "\E626"
}

.suggestion-box__close {
    color: #006ee3;
    cursor: pointer;
    bottom: .625rem;
    right: .625rem;
    position: absolute;
    z-index: 999
}

.suggestion-box__clear {
    color: #012142 !important;
    cursor: pointer;
    opacity: .375;
    position: absolute;
    right: .25rem;
    top: 1.1875rem
}

    .suggestion-box__clear .sv {
        height: 1rem !important;
        width: 1rem !important;
        fill: #012142 !important
    }

    .suggestion-box__clear:hover {
        opacity: .75
    }

.form-multicity .suggestion-box__content {
    min-width: 17.9375rem
}

.autosuggest-domain {
    animation: animate-top .1s ease-in-out;
    background: #fcfcfc;
    border: 1px solid #ddd;
    box-shadow: 0 .5rem 1rem rgba(2, 34, 67, .25);
    display: block;
    margin-top: -.0625rem;
    padding: .5rem .5rem 0;
    position: absolute;
    right: .9375rem;
    top: 100%;
    width: calc(100% - 6.875rem);
    z-index: 3
}

.autosuggest-domain__list {
    margin: 0;
    padding: 0
}

.autosuggest-domain__item {
    transition: all .2s linear;
    color: #212121;
    font-size: .75rem;
    font-weight: 400;
    list-style: none;
    text-transform: lowercase;
    padding: .25rem .5rem;
    text-align: right;
    width: 100%;
    display: inline-block
}

@media screen and (prefers-reduced-motion:reduce) {
    .autosuggest-domain__item {
        transition: none
    }
}

.autosuggest-domain__item.is-hover,
.autosuggest-domain__item:hover {
    cursor: pointer;
    background-color: #e5f0fc;
    color: #006ee3;
    font-weight: 700;
    width: 100%;
    display: inline-block
}

.autosuggest-domain__close {
    background: #fff;
    border-top: 1px solid #eee;
    color: #006ee3;
    display: block;
    margin: .5rem -.5rem 0;
    padding: .5rem 1rem;
    text-align: right
}

.header .autosuggest-domain {
    right: 1.25rem;
    width: calc(100% - 7.5rem)
}

@media (max-width:1024.98px) {
    .suggestion-box__content {
        width: 100% !important
    }
}

.edge svg,
.ie-11 svg,
.msie-10 svg {
    pointer-events: none
}

svg {
    fill: #495057
}

.text-white {
    fill: #fff !important
}

.text-green {
    fill: #3b951a !important
}

.text-orange {
    fill: #ef4e25 !important
}

.text-body,
.text-muted {
    fill: #666 !important
}

.text-black-50 {
    fill: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    fill: hsla(0, 0%, 100%, .5) !important
}

.text-primary {
    fill: #006ee3 !important
}

.text-secondary {
    fill: #ef4e25 !important
}

.text-success {
    fill: #3b951a !important
}

.text-info {
    fill: #01abc7 !important
}

.text-warning {
    fill: #ff9600 !important
}

.text-indigo {
    fill: #4e1c71 !important
}

.text-danger {
    fill: #ff3030 !important
}

.text-light {
    fill: #fcfcfc !important
}

.text-dark {
    fill: #333 !important
}

.text-gray-900 {
    fill: #212121 !important
}

.text-gray-700 {
    fill: #495057 !important
}

.text-gray-500 {
    fill: #757575 !important
}

.text-gray-400 {
    fill: #ccc !important
}

.text-gray-450 {
    fill: #999 !important
}

.text-gray-600 {
    fill: #666 !important
}

.text-blue-lightup {
    fill: #5aa9d7 !important
}

.text-blue-lighter {
    fill: #159de7 !important
}

.text-blue-sky {
    fill: #006ee3 !important
}

    .text-blue-sky.hotel {
        fill: #fff !important;
        stroke: #006ee3
    }

.text-red-light {
    fill: #dd4b39 !important
}

.text-password {
    fill: #7fa4cc !important
}

.svg-0-5 {
    height: .5rem;
    width: .5rem
}

.svg-0-6 {
    height: .6rem;
    width: .6rem
}

.svg-0-7 {
    height: .7rem;
    width: .7rem
}

.svg-0-75 {
    height: .75rem;
    width: .75rem
}

.svg-0-8 {
    height: .8rem;
    width: .8rem
}

.svg-0-9 {
    height: .9rem;
    width: .9rem
}

.svg-1 {
    height: 1rem;
    width: 1rem
}

.svg-1-1 {
    height: 1.1rem;
    width: 1.1rem
}

.svg-1-2 {
    height: 1.2rem;
    width: 1.2rem
}

.svg-1-25 {
    height: 1.25rem;
    width: 1.25rem
}

.svg-1-3 {
    height: 1.3rem;
    width: 1.3rem
}

.svg-1-35 {
    height: 1.35rem;
    width: 1.35rem
}

.svg-1-4 {
    height: 1.4rem;
    width: 1.4rem
}

.svg-1-5 {
    height: 1.5rem;
    width: 1.5rem
}

.svg-1-6 {
    height: 1.6rem;
    width: 1.6rem
}

.svg-1-7 {
    height: 1.7rem;
    width: 1.7rem
}

.svg-1-75 {
    height: 1.75rem;
    width: 1.75rem
}

.svg-2 {
    height: 2rem;
    width: 2rem
}

.svg-2-2 {
    height: 2.2rem;
    width: 2.2rem
}

.svg-2-5 {
    height: 2.5rem;
    width: 2.5rem
}

.svg-2-75 {
    height: 2.75rem;
    width: 2.75rem
}

.svg-3 {
    height: 3rem;
    width: 3rem
}

.svg-3-5 {
    height: 3.5rem;
    width: 3.5rem
}

.svg-3-75 {
    height: 3.75rem;
    width: 3.75rem
}

.svg-4 {
    height: 4rem;
    width: 4rem
}

.svg-4-5 {
    height: 4.5rem;
    width: 4.5rem
}

.svg-5 {
    height: 5rem;
    width: 5rem
}

.svg-5-2 {
    height: 5.2rem;
    width: 5.2rem
}

.svg-5-5 {
    height: 5.5rem;
    width: 5.5rem
}

.svg-6 {
    height: 6rem;
    width: 6rem
}

.svg-6-5 {
    height: 6.5rem;
    width: 6.5rem
}

.svg-7 {
    height: 7rem;
    width: 7rem
}

.svg-8 {
    height: 8rem;
    width: 8rem
}

.svg-10 {
    height: 10rem;
    width: 10rem
}

@keyframes animate-arrow {
    0% {
        margin-top: .5rem;
        opacity: 0;
        transform: translateY(.5rem)
    }

    50% {
        opacity: 0
    }

    to {
        margin-top: 0;
        opacity: 1;
        transform: translateY(0)
    }
}

.tooltips__arrow {
    border-bottom: 10px solid #006ee3;
    left: 0;
    top: 20px;
    z-index: 1005;
    animation: animate-arrow .2s ease-in-out
}

    .tooltips__arrow,
    .tooltips__arrow:before {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        display: block;
        height: 10px;
        position: absolute;
        width: 20px
    }

        .tooltips__arrow:before {
            content: "";
            border-bottom: 10px solid #fff;
            left: -10px;
            top: 2px
        }

.tooltips__close {
    cursor: pointer;
    position: absolute;
    right: -7px;
    top: -7px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    z-index: 9
}

.tooltips__inner {
    animation: animate-top .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #006ee3;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .25);
    color: #333;
    cursor: auto;
    font-size: .75rem;
    margin-top: 0;
    padding: .5rem .5rem .25rem;
    position: absolute;
    width: 290px;
    z-index: 1004
}

    .tooltips__inner.sm {
        width: 200px
    }

    .tooltips__inner.lg {
        width: 500px
    }

.calendar {
    border: 1px solid #ddd;
    box-shadow: 0 0 .375rem .125rem rgba(2, 34, 67, .25);
    background: #fff;
    height: auto;
    margin-top: -.0625rem;
    left: 0;
    top: 100%;
    position: absolute;
    padding: 20px 15px 15px;
    width: 42rem;
    z-index: 1080;
    border-radius: .25rem
}

.calendarDepart input {
    cursor: pointer
}

.calendar__header {
    color: #006ee3;
    display: block;
    text-align: center;
    padding: 0 .5rem .5rem;
    font-size: 1rem;
    font-weight: 700
}

.calendar__nav {
    display: block;
    height: 34px;
    padding: 0 .5rem;
    position: relative;
    z-index: 1081;
    margin-top: 0
}

    .calendar__nav .sv {
        cursor: pointer;
        fill: #006ee3 !important
    }

    .calendar__nav .calendar-nav__pre {
        left: 1rem;
        position: absolute;
        top: .25rem
    }

    .calendar__nav .calendar-nav__next {
        right: 1rem;
        position: absolute;
        top: .25rem
    }

.calendar .selected {
    background: #ff0;
    color: red
}

.calendar__wrapper {
    margin: -34px 0 0;
    position: relative
}

    .calendar__wrapper:after {
        clear: both;
        content: "";
        display: block
    }

.cal {
    background: #fff;
    width: 100%;
    height: 600px;
    overflow: scroll;
    position: fixed;
    cursor: pointer;
    border: 1px solid;
    padding: 20px
}

.dateinput {
    height: 30px;
    padding: 10px
}

.calendar__single-month,
.month {
    float: left;
    text-align: center;
    width: 50%;
    padding: 0 .5rem;
    display: block;
    vertical-align: top
}

.calendar__month,
.month-header {
    font-weight: 700;
    background: #fff;
    overflow: hidden;
    color: #212121;
    line-height: 33px;
    position: relative;
    height: 45px;
    font-size: 1rem
}

    .calendar__month::selection,
    .month-header::selection {
        background: transparent
    }

.date-price {
    font-size: .8rem;
    color: green;
    font-size: .7rem;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 4px;
    line-height: .5rem;
    font-weight: 400
}

    .date-price.appear {
        color: grey
    }

    .date-price.cheap-price {
        color: green
    }

.calendar__weekdays {
    display: table;
    width: 100%
}

.month-date,
.month-legend {
    color: #212121;
    float: left;
    font-size: .9rem;
    display: table-cell;
    text-align: center;
    width: 14.25%
}

.month-legend {
    font-size: 1rem;
    font-weight: 700
}

.month-date {
    color: #333;
    font-weight: 400;
    line-height: 2rem;
    min-height: 40px;
    vertical-align: middle;
    position: relative;
    cursor: pointer
}

    .month-date:hover {
        border-right: 0;
        border-bottom: 0;
        box-shadow: inset 2px 2px 0 #006ee3, inset -2px -2px 0 #006ee3
    }

    .month-date:focus,
    .month-date:hover {
        background: #c7e0fa;
        cursor: pointer;
        z-index: 3
    }

    .month-date:focus {
        border: 0;
        box-shadow: inset 1px 1px 0 #006ee3, inset -1px -1px 0 #006ee3
    }

.between {
    background: #e5f0fc !important
}

.is--today {
    color: #006ee3
}

.is--depart {
    border-radius: .25rem 0 0 .25rem
}

.is--depart,
.is--return {
    background: #006ee3 !important;
    color: #fff;
    cursor: pointer
}

.is--return {
    border-radius: 0 .25rem .25rem 0
}

    .is--depart:hover,
    .is--return:hover {
        background: #4c99eb !important;
        color: #fff;
        box-shadow: none !important
    }

.is--multicity .is--depart:before {
    border: 0
}

.is--multicity .is--disabled.is--depart {
    color: #a2a2a2 !important;
    background: #ffdec8 !important
}

.is--selected {
    background: #006ee3;
    color: #fff;
    cursor: pointer
}

    .is--selected:hover {
        background: #b83b26 !important;
        box-shadow: none !important
    }

.is--disabled {
    color: #b9b9b9 !important;
    background: #f0f0f0 !important;
    cursor: not-allowed
}

    .is--disabled.is--selected {
        color: #a2a2a2 !important;
        background: #ffdec8 !important
    }

        .is--disabled.is--selected:hover {
            border: 2px solid #b83b26 !important;
            background: #ffdec8 !important
        }

.is--depart .date-price,
.is--return .date-price {
    color: #fff
}

.is-empty {
    background: #fff !important;
    cursor: default
}

.is--disabled:hover {
    background: #f0f0f0 !important;
    cursor: not-allowed
}

.is--disabled:hover,
.is-empty:hover {
    border-right: 0;
    border-bottom: 0;
    box-shadow: none
}

.is-empty:hover {
    background: #fff !important;
    cursor: default
}

.calendar__close {
    background: #fff !important;
    position: absolute;
    right: -7px;
    top: -7px;
    background: #fff;
    cursor: pointer
}

    .calendar__close .fill {
        fill: #118acb
    }

    .calendar__close.circled {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 1.25rem;
        height: 1.25rem
    }

    .calendar__close:hover .fill {
        fill: #1d538c
    }

.calendar__tooltip {
    background: #333;
    color: #fff;
    left: 0;
    z-index: 9;
    font-size: smaller;
    font-weight: 400;
    width: auto;
    min-width: 172px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    padding: 5px;
    position: absolute;
    bottom: -50px;
    margin-left: -60px;
    white-space: nowrap
}

    .calendar__tooltip:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #2f2f2f;
        position: absolute;
        top: -6px;
        left: 45%
    }

    .calendar__tooltip:hover {
        opacity: 0
    }

.calendar__fare-range-loader {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92%;
    font-size: large;
    display: inline-block;
    overflow: hidden;
    margin: 0 4%;
    height: 40px
}

    .calendar__fare-range-loader:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .8;
        z-index: 1
    }

    .calendar__fare-range-loader .load-line {
        position: absolute;
        z-index: 100;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        height: 2px;
        display: inline-block;
        background: #118acb;
        -webkit-animation: loading 1s ease-in-out infinite;
        -moz-animation: loading 1s infinite ease-in-out;
        -ms-animation: loading 1s infinite ease-in-out;
        -animation: loading 1s infinite ease-in-out;
        -webkit-animation-delay: 3s ease;
        -moz-animation-delay: 3s ease;
        -ms-animation-delay: 3s ease;
        animation-delay: 3s ease
    }

.calendar__footer.appear {
    min-height: 40px
}

.calendar__footer a {
    cursor: pointer
}

.calendar__fare-range {
    font-size: 13px;
    text-align: left;
    padding: 5px 10px;
    margin: 15px 2% 0;
    background-color: #f9f9f9;
    border-top: 1px #ebebeb;
    position: relative;
    display: inline-block;
    width: 96%;
    color: #333
}

    .calendar__fare-range .sv {
        border: 1px solid #1d538c;
        border-radius: 50%;
        position: relative;
        top: 2px;
        margin: 0 2px
    }

.calendar__fare-disclaimer {
    font-size: x-small;
    margin: 10px 2% 0;
    width: 96%;
    color: #737373
}

.lowest-price {
    background: #3b951a;
    margin: .5px
}

.avg-price {
    background: #ffba30;
    margin: .5px
}

.high-price {
    background: #9e76b4;
    margin: .5px
}

.date-space {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff
}

.cal .calendar__fare-range {
    position: fixed;
    bottom: 0
}

.fare__range-container {
    bottom: 0;
    position: absolute;
    font-size: 13px;
    text-align: left;
    padding: 5px 10px;
    margin: 15px 2% 0;
    background: #f9f9f9;
    border-top: 1px #ebebeb;
    position: relative;
    display: inline-block;
    width: 96%
}

.calendar__confirm {
    position: absolute;
    right: 0;
    bottom: 0
}

.calendar__clearall {
    position: absolute;
    right: 100px;
    bottom: 0
}

.cal .calendar__clearall,
.cal .calendar__confirm {
    position: fixed
}

.suggestion {
    list-style: none
}

.hidden {
    display: none
}

.calendar-nav__pre:before {
    float: left
}

.ic-arw-l:before {
    content: "\E679"
}

.calendar-nav__next:before {
    float: right
}

.ic-arw-r:before {
    content: "\E67D"
}

.deals__widget .multicity-remove {
    top: .75rem
}

.flightStatus .calendar__header {
    width: 100%;
    margin: 0 0 10px
}

.flightStatus .calendar {
    left: 6.9375rem;
    width: 100%;
    min-width: 18.75rem
}

.flightStatus .calendar__single-month {
    margin: 0;
    width: 100%
}

.byAirport .flightStatus .calendar {
    left: 3.125rem
}

.byRoute .flightStatus .calendar {
    left: 6.9375rem
}

@media (min-width:1024px) {
    .featured-deals .calendar,
    .flight-deals .calendar {
        left: 6.25rem
    }
}

@media (max-width:1280px) {
    .featured-deals .calendar {
        left: 0
    }
}

@media (max-width:1199px) {
    .featured-deals .calendar {
        left: -50%
    }

    .featured__section .calendar {
        left: 50%;
        margin-left: -21rem
    }
}

@media (max-width:1024px) {
    .flight-deals .calendar {
        left: 2.875rem
    }

    .featured-deals .calendar {
        left: -100%
    }

    .byAirport .flightStatus .calendar {
        left: .3125rem
    }

    .byFlight .flightStatus .calendar,
    .byRoute .flightStatus .calendar {
        left: auto;
        right: .3125rem
    }
}

@media (min-width:1025px) and (max-width:1499px) {
    .widget .calendar {
        left: -17rem
    }
}

@media (max-width:1024.98px) {
    .widget .widget__flight .calendar {
        left: auto;
        right: 0
    }

    .widget .widget__flight .is-roundtrip .calendarDepart .calendar {
        margin-right: 0
    }

    .widget .widget__flight .is-roundtrip .calendarswapbtn .calendarDepart .calendar {
        margin-right: -7.5rem
    }

    .widget .widget__hotel .calendarReturn .calendar {
        margin-left: -9.625rem
    }

    .widget .widget__car .calendarReturn .calendar {
        margin-left: -13.75rem
    }

    .widget .widget__vacation .calendarReturn .calendar {
        margin-left: -11.5rem
    }
}

@media (max-width:767.98px) {
    .widget .calendarDepart .calendar {
        left: 0
    }

    .widget .widget__car .calendarReturn .calendar {
        margin: auto
    }

    .calendar {
        min-width: 20rem;
        min-width: 32rem
    }

        .calendar,
        .calendar .calendar__single-month {
            width: 100%
        }
}

@media (max-width:575.98px) {
    .widget .calendarDepart .calendar {
        left: 0
    }

    .widget .widget__car .calendarReturn .calendar {
        margin: auto
    }

    .calendar {
        min-width: 18rem
    }

        .calendar,
        .calendar .calendar__single-month {
            width: 100%
        }
}

.ie-11 .fare-range__btn,
.msie-10 .fare-range__btn {
    display: inline-table
}

input[type=button],
input[type=text] {
    margin: 0 !important
}

.poweredby-block {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    padding-right: 20px;
}

    .poweredby-block svg {
        height: 35px;
        width: 100%;
        fill: #fff
    }

.edge .poweredby-block,
.firefox .poweredby-block {
    right: 0px
}

.widget__flight .poweredby-block {
    top: 60px
}

.widget__vacation .poweredby-block {
    top: 160px
}

.fp-tabs {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    background: ##092140;
}

.fp-tabs__item {
    display: inline
}

    .fp-tabs__item:first-child .fp-tabs__link {
        border-top-left-radius: .25rem
    }

    .fp-tabs__item:last-child .fp-tabs__link {
        border-top-right-radius: .25rem
    }

.ie-11 .fp-tabs__link,
.msie-10 .fp-tabs__link {
    position: relative;
    top: 1px
}

.fp-tabs__link {
    transition: all .2s linear;
    background: #092140;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: .75rem 1.5rem .25rem 1rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(9, 33, 64, .1)
}

@media screen and (prefers-reduced-motion:reduce) {
    .fp-tabs__link {
        transition: none
    }
}

.fp-tabs__link .sv {
    transition: all .2s linear;
    display: inline-block;
    margin: 0 .5rem 0 0;
    fill: #fff;
    vertical-align: top
}

@media screen and (prefers-reduced-motion:reduce) {
    .fp-tabs__link .sv {
        transition: none
    }
}

.fp-tabs__link:active,
.fp-tabs__link:hover {
    background: #006ee3 !important;
    color: #fff;
    text-decoration: none
}

    .fp-tabs__link:active .sv,
    .fp-tabs__link:hover .sv {
        fill: #fff !important
    }

.fp-tabs__link.is-fp-active {
    background: #006ee3;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .35), inset 0 0 0 rgba(0, 0, 0, .35)
}

.promocode {
    color: #fff;
    float: right;
    padding: 5px 10px 5px 0
}

.promocode,
.promocode__header {
    display: block;
    text-align: right
}

.promocode__header {
    font-size: .8125rem;
    padding: .5rem 0
}

.promocode__info {
    display: block;
    line-height: 1.2;
    font-size: .675rem !important
}

@media (max-width:1199.98px) {
    .promocode__header {
        padding: .25rem 0
    }

    .promocode__info {
        padding-left: .5rem;
        line-height: 1.1;
        font-size: .625rem !important
    }
}

.fp-custom-control-label:before {
    border: .125rem solid #ef4e25
}

.widget .has-error input {
    border: .094rem solid #ff3030
}

.widget .travelers.is-fp-active .has-error {
    border: .094rem solid #ff3030 !important;
    border-bottom: none !important
}

.widget .travelers .has-error {
    border: .094rem solid #ff3030 !important
}

.widget__loader {
    padding-bottom: .5rem
}

.widget__loader-item {
    background: #ccc;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
    display: block;
    height: 55px
}

    .widget__loader-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #ccc, #dedede, #d7d7d7);
        animation: progress .6s ease-in-out infinite
    }

.widget__loader-btn {
    background: #ef4e25;
    border-radius: .25rem;
    height: 55px;
    margin: 0;
    width: 100%
}

.widget {
    background: #092140;
    border-radius: .25rem;
    display: block;
    padding: 1rem 1rem .5rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25), inset 0 0 -1px rgba(0, 0, 0, .25);
    position: relative
}

    .widget .fp-row {
        margin-right: -.25rem;
        margin-left: -.25rem
    }

    .widget [class*=fp-col-] {
        padding-right: .25rem;
        padding-left: .25rem
    }

    .widget .fp-custom-control-label {
        cursor: pointer;
        padding-top: .1875rem
    }

    .widget .widget__triptype {
        color: #fff
    }

        .widget .widget__triptype fieldset {
            text-align: left !important;
            margin-bottom: .5rem !important
        }

.widget__input {
    display: block;
    position: relative
}

    .widget__input .fp-form-control {
        font-size: .875rem;
        font-weight: 700;
        height: 3.4375rem !important;
        padding: 1rem 2rem
    }

        .widget__input .fp-form-control::placeholder {
            color: #fff
        }

        .widget__input .fp-form-control:focus {
            position: relative;
            z-index: 1
        }

    .widget__input select.fp-form-control {
        padding: 1rem 1rem 1rem 2rem
    }

    .widget__input.calendarTime {
        margin-top: .625rem
    }

        .widget__input.calendarTime .widget__label {
            display: none
        }

        .widget__input.calendarTime .sv {
            left: .25rem;
            position: absolute;
            pointer-events: none;
            top: .1875rem;
            z-index: 1
        }

        .widget__input.calendarTime select.fp-form-control {
            height: 1.9375rem !important;
            padding: .25rem .5rem .25rem 2rem
        }

    .widget__input.is-fp-active .widget__field {
        color: #757575;
        font-size: .75rem;
        font-weight: 400;
        display: none
    }

    .widget__input.is-fp-active .fp-form-control:focus {
        position: inherit;
        z-index: inherit
    }

.widget__input--swap {
    background: #fff;
    border: 1px solid #b9bec2;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 1.75rem;
    margin-right: 0;
    position: absolute;
    text-align: center;
    width: 1.75rem;
    right: -.875rem;
    top: .84375rem;
    z-index: 3
}

    .widget__input--swap .sv {
        margin: .125rem 0;
        fill: #006ee3;
        transform: rotate(0deg);
        transition: transform .2s ease-out
    }

    .widget__input--swap.active .sv {
        margin: -.1875rem 0 .125rem;
        transform: rotate(180deg);
        transition: transform .2s ease-out
    }

.widget__label {
    display: inline;
    margin: 0;
    pointer-events: none
}

    .widget__label .widget__field {
        color: #757575;
        cursor: pointer;
        font-weight: 700;
        left: 2rem;
        top: 1.175rem;
        position: absolute;
        pointer-events: none;
        transition: all .2s linear
    }

    .widget__label .widget__icon {
        cursor: pointer;
        left: .25rem;
        position: absolute;
        top: 1rem;
        z-index: 2
    }

.btn-info {
    color: #3b951a;
    cursor: pointer;
    text-align: center;
    margin-top: .5rem
}

.widget__car:focus,
.widget__flight:focus,
.widget__hotel:focus,
.widget__vacation:focus {
    outline: 0
}

.widget__input-from .suggestion-box__clear {
    right: 1rem
}

.widget__input-from .fp-form-control {
    padding-right: 2.25rem !important
}

.widget__input-to .widget__label .widget__icon {
    left: 1rem
}

.widget__input-to .widget__label .widget__field {
    left: 2.75rem
}

.widget__input-to .fp-form-control {
    padding-left: 2.75rem !important
}

.click-control {
    display: inline-block;
    position: relative
}

    .click-control .suggestion-box__clear {
        top: .375rem
    }

        .click-control .suggestion-box__clear .sv {
            fill: #fff !important
        }

.fp-click-control__input {
    background: none !important;
    border-radius: !important;
    border: none !important;
    border-bottom: .0625rem solid #fff !important;
    color: #fff !important;
    height: 1.875rem !important;
    padding: .5rem 1.5rem;
    width: 100%
}

    .fp-click-control__input::-webkit-input-placeholder {
        color: #ccc
    }

    .fp-click-control__input:focus {
        box-shadow: none !important;
        border-color: none;
        -webkit-box-shadow: none !important
    }

.click-control__icon {
    left: 0;
    position: absolute;
    top: .25rem
}

.click-control__icon--search {
    left: 0;
    position: absolute;
    top: .4375rem
}

.click-control__text {
    color: #fff;
    font-size: .6875rem;
    line-height: normal;
    padding: .5rem 0 0 .5rem
}

.fp-switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 14px;
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
    margin-right: .5rem
}

    .fp-switch + .fp-custom-control-label {
        color: #fff;
        font-size: 12px;
        line-height: normal;
        padding: 0
    }

        .fp-switch + .fp-custom-control-label:after,
        .fp-switch + .fp-custom-control-label:before,
        .fp-switch input[type=checkbox] {
            opacity: 0
        }

.fp-switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 14px;
    z-index: 9;
    cursor: pointer
}

.fp-switch-input,
.fp-switch-label {
    box-sizing: content-box;
    display: block
}

.fp-switch-label {
    position: relative;
    height: inherit;
    font-size: 12px;
    text-transform: uppercase;
    background: hsla(0, 0%, 85%, .5);
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12), inset 0 0 2px rgba(0, 0, 0, .15);
    height: 14px
}

.fp-switch-input:focus ~ .fp-switch-label {
    box-shadow: 0 0 .25rem #006ee3
}

.fp-switch-label:after,
.fp-switch-label:before {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box
}

.fp-switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px hsla(0, 0%, 100%, .5)
}

.fp-switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, .2);
    opacity: 0
}

.fp-switch-input:checked ~ .fp-switch-label {
    background: #24be00;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15), inset 0 0 3px rgba(0, 0, 0, .2)
}

.fp-switch-input:checked:focus ~ .fp-switch-label {
    box-shadow: 0 0 .25rem #006ee3
}

.fp-switch-input:checked ~ .fp-switch-label:before {
    opacity: 0
}

.fp-switch-input:checked ~ .fp-switch-label:after {
    opacity: 1
}

.fp-switch-handle {
    position: absolute;
    top: -2px;
    left: 0;
    width: 18px;
    height: 18px;
    background: linear-gradient(180deg, #fff 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #fff 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

    .fp-switch-handle:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -6px 0 0 -6px;
        width: 12px;
        height: 12px;
        background: linear-gradient(180deg, #eee, #fff);
        background-image: -webkit-linear-gradient(top, #eee, #fff);
        border-radius: 6px;
        box-shadow: inset 0 1px rgba(0, 0, 0, .02)
    }

.fp-switch-input:checked ~ .fp-switch-handle {
    left: 18px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, .2)
}

.fp-switch-handle,
.fp-switch-label {
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease
}

.widget__drop-off {
    background: #fff;
    border-radius: 0 .25rem .25rem 0;
    color: #757575;
    cursor: pointer;
    display: block;
    height: 3.4375rem;
    font-size: .75rem;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: .75rem 1.8125rem .5rem 2rem;
    position: relative;
    width: 100%
}

    .widget__drop-off:before {
        background: #fff;
        bottom: 0;
        content: "";
        left: -.6875rem;
        position: absolute;
        pointer-events: none;
        top: 0;
        width: .6875rem
    }

    .widget__drop-off:after {
        transition: all .2s linear
    }

    .widget__drop-off .widget__drop-input,
    .widget__drop-off:after {
        border: .125rem solid #757575;
        border-radius: .125rem;
        content: "";
        height: 1rem;
        left: .5rem;
        position: absolute;
        top: 1.125rem;
        width: 1rem
    }

    .widget__drop-off .widget__drop-input {
        opacity: 1
    }

        .widget__drop-off .widget__drop-input .widget__drop-text {
            width: 110px;
            display: block;
            text-align: left;
            margin-left: 22px;
            margin-top: -10px
        }

        .widget__drop-off .widget__drop-input:hover {
            color: #666;
            text-decoration: none
        }

.widget__drop-close {
    opacity: 1 !important;
    right: -.1875rem;
    top: -.1875rem;
    z-index: 2
}

    .widget__drop-close .sv {
        fill: #006ee3 !important;
        height: 1.125rem !important;
        width: 1.125rem !important
    }

.travelers {
    font-size: .75rem;
    position: relative
}

    .travelers a.fp-form-control {
        color: #212121;
        font-size: .875rem;
        font-weight: 700;
        height: 3.4375rem !important;
        line-height: 1.5;
        margin-bottom: 0;
        cursor: pointer;
        padding: 1rem 1.125rem 1rem 2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none;
        border: 1px solid #fff
    }

        .travelers a.fp-form-control:before {
            transition: all .2s linear;
            border-top: .375rem solid #666;
            border-right: .375rem solid transparent;
            border-bottom: 0;
            border-left: .375rem solid transparent;
            content: "";
            display: inline-block;
            height: 0;
            right: .5rem;
            position: absolute;
            top: 1.5rem;
            width: 0
        }

@media screen and (prefers-reduced-motion:reduce) {
    .travelers a.fp-form-control:before {
        transition: none
    }
}

.travelers a.fp-form-control:after {
    transition: all .2s linear;
    border-top: .375rem solid #fff;
    border-right: .375rem solid transparent;
    border-bottom: 0;
    border-left: .375rem solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    right: .5rem;
    position: absolute;
    top: 1.375rem;
    width: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .travelers a.fp-form-control:after {
        transition: none
    }
}

.travelers a.fp-form-control:focus {
    background: #fff;
    border: 1px solid #64afff
}

.travelers.is-fp-active a.fp-form-control:focus {
    border-bottom: none
}

.travelers select {
    border: .0625rem solid #ccc;
    cursor: pointer;
    font-size: .875rem;
    padding-left: .25rem;
    box-shadow: none
}

.travelers.is-fp-active:before {
    background: #fff;
    border-left: 1px solid #b9bec2;
    border-right: 1px solid #b9bec2;
    content: "";
    height: .625rem;
    left: 0;
    margin-top: -.0625rem;
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 100%;
    z-index: 11
}

.travelers.is-fp-active a.fp-form-control.fp-form-control {
    border-radius: .25rem .25rem 0 0;
    border-bottom: 0
}

.travelers.is-fp-active a.fp-form-control:before {
    border-top: 0;
    border-bottom: .375rem solid #666
}

.travelers.is-fp-active a.fp-form-control:after {
    border-top: 0;
    border-bottom: .375rem solid #fff;
    top: 1.625rem
}

.travelers.is-fp-active .travelers__box,
.travelers.is-fp-active .travelers__horizontal {
    display: block
}

.travelers .alerts-info {
    background: none;
    padding-left: 0
}

.travelers__box,
.travelers__horizontal {
    border: 1px solid #b9bec2;
    border-radius: .25rem 0 .25rem .25rem;
    box-shadow: 0 .5rem 1rem rgba(2, 34, 67, .25);
    background: #fff;
    display: none;
    margin-top: .5rem;
    width: 19.5rem;
    padding: .75rem 1rem;
    position: absolute;
    top: 100%;
    z-index: 10
}

.travelers__class {
    border-bottom: .0625rem solid #b9bec2;
    display: block;
    margin: 0 -1rem .75rem;
    padding: 0 1rem .75rem
}

    .travelers__class:after {
        content: "";
        clear: both;
        display: block
    }

.travelers__info {
    display: block;
    float: left;
    font-size: .875rem;
    font-weight: 700;
    padding: .675rem 0;
    width: 41.66667%
}

.travelers--vacation .travelers__box .travelers__info {
    margin-bottom: 0
}

.travelers__selection {
    display: block;
    float: left;
    position: relative;
    width: 58.33333%
}

    .travelers__selection:before {
        transition: all .2s linear;
        border-top: .375rem solid #666;
        border-right: .375rem solid transparent;
        border-bottom: 0;
        border-left: .375rem solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        right: .5rem;
        position: absolute;
        pointer-events: none;
        top: .875rem;
        width: 0
    }

@media screen and (prefers-reduced-motion:reduce) {
    .travelers__selection:before {
        transition: none
    }
}

.travelers__selection:after {
    transition: all .2s linear;
    border-top: .375rem solid #fff;
    border-right: .375rem solid transparent;
    border-bottom: 0;
    border-left: .375rem solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    right: .5rem;
    position: absolute;
    pointer-events: none;
    top: .8125rem;
    width: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .travelers__selection:after {
        transition: none
    }
}

.travelers__title {
    color: #212121;
    display: block;
    font-size: .8125rem;
    font-weight: 700;
    padding: .375rem 0 .25rem
}

    .travelers__title.children {
        margin-bottom: .5rem
    }

    .travelers__title .age-brackets {
        color: #666;
        font-weight: 400
    }

.travelers__options {
    cursor: pointer;
    font-size: .875rem;
    font-weight: 700;
    text-align: center
}

    .travelers__options:after {
        content: "";
        clear: both;
        display: block
    }

.travelers__minus,
.travelers__plus {
    border: none;
    background: #e6e6e6;
    color: #212121;
    display: block;
    float: left;
    font-weight: 700;
    padding: .375rem 0;
    text-decoration: none;
    transition: all .2s linear;
    width: 30%
}

    .travelers__minus:hover,
    .travelers__plus:hover {
        background: #006ee3;
        color: #fff
    }

    .travelers__minus.is-disabled,
    .travelers__plus.is-disabled {
        color: #666;
        cursor: default
    }

        .travelers__minus.is-disabled:hover,
        .travelers__plus.is-disabled:hover {
            background: #e6e6e6;
            color: #666
        }

.travelers--flight .widget__children {
    background: #e8eaec;
    margin: 2px -15px 5px;
    padding: 10px
}

.travelers__value {
    background: #f5f6f7;
    color: #212121;
    display: block;
    float: left;
    padding: .375rem 0;
    width: 40%
}

    .travelers__value .text-gray-200 {
        color: #757575 !important
    }

.children {
    margin: -.5625rem -1rem 0;
    padding: 1rem 1rem 0
}

.travelers--flight .children {
    background: #fefefe;
    border-bottom: .0625rem solid #dfdfdf;
    border-top: .0625rem solid #dfdfdf;
    margin-bottom: .5rem;
    padding-bottom: .5rem
}

.deals__widget .travelers__box,
.deals__widget .travelers__horizontal {
    margin-top: -.0625rem;
    padding: .75rem 1rem;
    position: relative;
    top: auto;
    width: auto !important;
    z-index: auto
}

.deals__widget .travelers .is-fp-active:before {
    display: none
}

.deals__widget .widget__input .widget__label .widget__icon {
    display: inline-block !important
}

.deals__widget .deals__widget .widget__field {
    left: 3rem !important
}

.deals__widget .travelers__horizontal .order-sm-2 {
    display: none
}

.deals__widget .travelers__horizontal .order-sm-1 {
    flex: 0 0 100%;
    max-width: 100%
}

.deals__widget .travelers__horizontal .travelers__title {
    height: auto;
    margin: 0;
    padding: .375rem 0
}

.deals__widget .travelers__horizontal .age-brackets {
    display: inline;
    white-space: nowrap
}

.travelers--hotel .travelers__title {
    text-align: center
}

.travelers--hotel .travelers__horizontal {
    width: 26.25rem
}

.travelers--vacation .travelers__title {
    text-align: center
}

.travelers--vacation .travelers__horizontal {
    width: 30rem
}

.widget__children .num-child .select-wrap {
    margin-bottom: .5rem;
    position: relative
}

.travelers--vacation .font-weight-bold {
    font-weight: 400 !important
}

.travelers__horizontal {
    right: 0;
    padding: .75rem 1rem 1rem;
    width: 56.8rem
}

    .travelers__horizontal .widget__children {
        background: #e8eaec;
        padding: .5rem .5rem 0;
        display: inline-block;
        position: relative;
        margin: 0 auto 0 5.75rem
    }

        .travelers__horizontal .widget__children select {
            font-size: .8125rem
        }

        .travelers__horizontal .widget__children:before {
            transition: all .2s ease-in-out;
            content: "";
            border-right: .625rem solid transparent;
            border-left: .625rem solid transparent;
            border-bottom: .625rem solid #e8eaec;
            left: 50%;
            top: -.5rem;
            position: absolute;
            margin-left: -.3125rem
        }

        .travelers__horizontal .widget__children .child-age {
            display: inline-block
        }

    .travelers__horizontal .widget__children--custom {
        margin: 0 1rem
    }

        .travelers__horizontal .widget__children--custom:before {
            left: auto;
            margin-left: 0;
            right: 2rem;
            top: -.5rem
        }

    .travelers__horizontal .travelers__class {
        border-bottom: none;
        margin: 0;
        padding: 0
    }

.travelers--vacation .travelers__class {
    border-bottom: .0625rem solid #ccc;
    margin-bottom: .5rem
}

.widget__collapse {
    color: #006ee3;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding-right: 1.25rem;
    position: relative;
    text-decoration: none
}

    .widget__collapse:hover {
        color: #006ee3
    }

    .widget__collapse:active,
    .widget__collapse:focus,
    .widget__collapse:visited {
        box-shadow: none
    }

    .widget__collapse:before {
        transition: all .2s linear;
        border-top: .375rem solid #006ee3;
        border-right: .375rem solid transparent;
        border-bottom: 0;
        border-left: .375rem solid transparent;
        content: "";
        display: inline-block;
        height: 0;
        right: 0;
        position: absolute;
        top: .375rem;
        width: 0
    }

@media screen and (prefers-reduced-motion:reduce) {
    .widget__collapse:before {
        transition: none
    }
}

.widget__collapse.is-fp-active:before {
    border-top: 0;
    border-bottom: .375rem solid #006ee3
}

.widget__options {
    transition: all .2s linear;
    display: none;
    color: #fff;
    font-size: 12px;
    line-height: normal
}

@media screen and (prefers-reduced-motion:reduce) {
    .widget__options {
        transition: none
    }
}

.widget__options.is-fp-active {
    display: block
}

.widget__options .fp-custom-control-inline {
    float: left
}

.widget__multicity {
    transition: all .2s linear;
    color: #fff;
    display: block;
    font-size: .75rem;
    min-width: 9.5rem;
    padding: .5rem 0 0;
    position: absolute;
    right: .25rem;
    top: 0
}

@media screen and (prefers-reduced-motion:reduce) {
    .widget__multicity {
        transition: none
    }
}

.widget__multicity:before {
    content: "";
    clear: both;
    display: block
}

.widget__multicity-link {
    transition: all .2s linear;
    color: #fff;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    margin: 0;
    position: relative
}

@media screen and (prefers-reduced-motion:reduce) {
    .widget__multicity-link {
        transition: none
    }
}

.widget__multicity-link:before {
    content: "";
    background: #fff;
    height: .0625rem;
    bottom: 0;
    left: 60%;
    right: 60%;
    position: absolute;
    transition: all .2s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .widget__multicity-link:before {
        transition: none
    }
}

.widget__multicity-link:hover {
    color: #fff
}

    .widget__multicity-link:hover:before {
        left: 0;
        right: 0
    }

.widget__multicity-close {
    margin-top: -.5rem;
    position: absolute;
    right: -1.375rem;
    top: 50%;
    z-index: 1
}

    .widget__multicity-close:hover {
        opacity: .5
    }

.widget__link {
    transition: all .2s linear;
    color: #006ee3;
    display: inline-block;
    cursor: pointer;
    margin: 0 .5rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .widget__link {
        transition: none
    }
}

.widget__link .sv {
    transition: all .2s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .widget__link .sv {
        transition: none
    }
}

.widget__link:hover {
    color: #006ee3
}

    .widget__link:hover .sv {
        fill: #006ee3 !important
    }

.widget__car .click-control__text {
    max-width: 240px
}

@media (min-width:768px) {
    .fp-search-btn {
        display: block;
        font-size: 1.125rem;
        height: 3.4375rem;
        padding: .5rem 0;
        margin-bottom: .125rem
    }

        .fp-search-btn.fp-btn {
            transition: none;
            font-weight: 700;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            user-select: none;
            border: 1px solid transparent;
            margin: 0
        }

        .fp-search-btn.fp-btn-default {
            color: #fff;
            background-color: #ef4e25;
            border-color: #ef4e25;
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, .3)
        }

        .fp-search-btn:hover,
        .fp-search-btn active {
            color: #fff;
            background-color: #d2370f;
            border-color: #c6340f
        }

    .fp-btn-outline-primary {
        color: #006ee3;
        background-color: transparent;
        background-image: none;
        border-color: #006ee3
    }

    .btn-search {
        font-size: 1.125rem;
        height: 3.4375rem;
        padding: .5rem 0;
        margin-bottom: .125rem
    }

    .btn-info {
        position: absolute;
        left: 0;
        margin-top: 0;
        right: 0;
        top: 3.875rem;
        z-index: 1
    }

    .travelers div.fp-form-control {
        margin-bottom: .25rem
    }

    .travelers.is-fp-active div.fp-form-control {
        height: 3.6875rem !important;
        margin-bottom: 0
    }

    .travelers--vacation .travelers__box {
        width: 21.5rem
    }

    .tooltip__promocode .tooltips__inner {
        margin-left: 65px
    }
}

@media (min-width:1025px) {
    .btn-search {
        font-size: 1rem
    }

    .travelers--vacation .travelers__box {
        width: 26.25rem
    }

    .tooltip__promocode .tooltips__inner {
        margin-left: 65px
    }

    .tooltip__childage .tooltips__inner {
        margin-left: -70px
    }
}

@media (min-width:1200px) {
    .widget__multicity {
        min-width: 11.25rem
    }

    .travelers__box {
        width: 21rem
    }

    .btn-search {
        font-size: 1.25rem
    }

    .travelers.is-fp-active div.fp-form-control {
        padding: 1rem 1.125rem 1.25rem 2rem
    }

    .tooltip__promocode .tooltips__inner {
        margin-left: -130px
    }

    .tooltip__childage .tooltips__inner {
        margin-left: -20px
    }

    .widget__flight .calendarDepart .widget__input .fp-form-control,
    .widget__flight .calendarReturn .widget__input .fp-form-control {
        padding: 1rem .05rem 1rem 1.9rem
    }

    .widget__flight .calendarDepart .widget__input .widget__field,
    .widget__flight .calendarReturn .widget__input .widget__field {
        left: 1.8rem
    }
}

@media (max-width:1199.98px) {
    .widget__input .fp-form-control {
        font-size: .75rem
    }

    .travelers div.fp-form-control {
        font-size: .75rem;
        padding: 1.125rem 1.125rem 1.125rem 2rem
    }
}

@media (min-width:1025px) and (max-width:1199.98px) {
    .widget__input .fp-form-control {
        padding-left: .5rem !important
    }

    .widget__input .widget__label .widget__field {
        left: .5rem
    }

    .widget__input .widget__label .widget__icon {
        display: none
    }

    .widget__input-to .widget__input .fp-form-control {
        padding-left: 1.25rem !important
    }

    .widget__input-to .widget__input .widget__label .widget__field {
        left: 1.25rem
    }

    .widget__drop-off {
        padding: .75rem 0 .5rem 2rem
    }

    .deals__widget .widget__field {
        left: 3rem !important
    }
}

@media (max-width:1024.98px) {
    .widget__car .click-control__text {
        max-width: none
    }

    .widget__input {
        margin-bottom: .625rem
    }

    .widget__multicity {
        margin-bottom: .5rem;
        margin-top: 0
    }

    .widget__multicity-close {
        margin-top: -1rem;
        right: -1rem
    }

    .travelers--flight .travelers__horizontal {
        margin-top: 0;
        padding: 0 1rem 1rem
    }

        .travelers--flight .travelers__horizontal .widget__children {
            margin: 0 1rem
        }

            .travelers--flight .travelers__horizontal .widget__children:before {
                left: 2.25rem
            }

    .travelers--flight.is-fp-active:before {
        height: .75rem
    }

    .travelers__box,
    .travelers__horizontal {
        width: 100%
    }

        .travelers__horizontal .travelers__title {
            margin: .75rem 0 .25rem;
            padding: 0
        }

    .is-roundtrip .calendarDepart .widget__input .fp-form-control,
    .is-roundtrip .calendarReturn .widget__input .fp-form-control {
        padding-right: .4rem
    }
}

@media (min-width:768px) and (max-width:1024.98px) {
    .poweredby-block {
        bottom: 0;
        /*right: -76px;*/
        float: right
    }

        .poweredby-block svg {
            height: 30px;
            width: 70%
        }

    .widget__vacation .btn-search {
        font-size: 1rem
    }

    .travelers--hotel .travelers__box {
        width: 25.25rem
    }
}

@media (max-width:767.98px) {
    .widget {
        border-radius: unset
    }

    .fp-tabs__item,
    .widget {
        float: left
    }

        .fp-tabs__item .fp-tabs__link {
            padding: .75rem 1.5rem .25rem 1rem
        }

            .fp-tabs__item .fp-tabs__link .sv {
                display: block;
                margin: 0 auto !important
            }

    .poweredby-block {
        position: relative;
        bottom: -2px !important;
        right: 0
    }

        .poweredby-block svg {
            height: 35px;
            width: 100%
        }

    .widget__options .click-control {
        margin-bottom: .5rem
    }

    .widget__options .fp-custom-control-inline {
        float: none
    }

    .travelers {
        margin-bottom: 1rem
    }

    .travelers__horizontal .fp-row > .fp-col-3 {
        float: left
    }

    .travelers__horizontal .travelers__title {
        height: 1.8rem
    }

    .widget__flight .calendarDepart .calendar,
    .widget__flight .calendarReturn .calendar {
        right: 0;
        left: auto
    }

    .widget__car .calendarDepart .calendar,
    .widget__hotel .calendarDepart .calendar,
    .widget__vacation .calendarDepart .calendar {
        right: auto;
        left: 0
    }

    .widget__car .calendarReturn .calendar,
    .widget__hotel .calendarReturn .calendar,
    .widget__vacation .calendarReturn .calendar {
        right: 0;
        left: auto
    }

    .is-roundtrip .calendarDepart .calendar {
        left: 0;
        right: auto
    }

    .is-roundtrip .fp-custom-checkbox + .fp-row .calendarReturn .calendar {
        right: 0;
        left: auto
    }
}

@media (max-width:575.98px) {
    .widget__input-to .widget__label .widget__field {
        left: 1.9rem
    }

    .widget__input-to .widget__label .widget__icon {
        left: .25rem
    }

    .fp-tabs__item {
        float: left
    }

        .fp-tabs__item .fp-tabs__link {
            font-size: .75rem;
            padding: .75rem 1.4rem .25rem
        }

            .fp-tabs__item .fp-tabs__link .sv {
                display: block;
                margin: 0 auto !important
            }

    .select-empty,
    .widget__options {
        width: 100%;
        min-width: 280px
    }

    .select-empty {
        padding-left: 0;
        margin-left: 0 !important
    }

        .select-empty select {
            width: 100%
        }

    .widget__car .widget__drop-off {
        margin-bottom: 10px
    }

        .widget__car .widget__drop-off:before {
            left: 0
        }

    .widget__car .select-empty.mx-140 .fp-click-control__input {
        padding-left: 0
    }

    .widget__input--swap {
        display: none
    }

    .is-roundtrip .fp-custom-checkbox + .fp-row .calendarReturn .calendar {
        left: 0;
        right: auto
    }

    .widget .widget__car .calendarReturn .calendar {
        margin: auto;
        left: 0
    }

    .widget__flight .is-multicity .calendar,
    .widget__flight .is-oneway .calendar {
        left: 0;
        right: auto
    }
}

@media (max-width:440px) {
    .travelers__horizontal {
        max-width: 320px
    }

    .fp-tabs__link {
        padding: .75rem .8rem .25rem !important
    }
}

@media (max-width:360px) {
    .fp-tabs__link {
        padding: .75rem .52rem .25rem !important
    }
}

.widget__input ::-ms-input-placeholder,
.widget__options ::-ms-input-placeholder {
    color: #fff
}

.click-control ::-ms-input-placeholder {
    color: #fff
}

.ie-11 select.fp-form-control,
.msie-10 select.fp-form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.ie-11 select::-ms-expand,
.msie-10 select::-ms-expand {
    display: none
}

.calendar__nav div.calendar-nav__next,
.calendar__nav div.calendar-nav__pre {
    cursor: pointer
}

.edge .travelers__horizontal .widget__children .child-age {
    margin: 0 .125rem !important
}

.body {
    padding-right: 5px !important;
    padding-left: 5px !important
}

.fp-container {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.main {
    background: #e3e5e7;
    padding: 4rem 0 0;
    position: relative
}

.fp-banner__info {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    padding: 1.875rem 0;
    text-align: center
}

.fp-banner__title {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 auto
}

.grecaptcha-badge {
    display: none
}

.travel-form-container {
    max-width: 1150px;
    margin: 42px auto;
    width: 100%;
}

@media (min-width:1025px) {
    .fp-container {
        max-width: 960px
    }

    .home-page .footer .collapse {
        display: block !important
    }
}

@media (min-width:1200px) {
    .fp-container {
        max-width: 1170px
    }
}

@media (max-width:1230px) {
    .utility__phone .icon {
        display: none
    }
}

@media (max-width:1199.98px) {
    .fp-banner__title {
        font-size: 1.5rem
    }
}

@media (max-width:1024.98px) {
    .fp-banner {
        padding: 0 0 3rem
    }

    .fp-banner__title {
        font-size: 1.25rem
    }
}
