﻿/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --blue: #0099d8;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ff9016;
    --yellow: #ff9016;
    --green: #147ce5;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #147ce5;
    --secondary: #6c757d;
    --success: #147ce5;
    --info: #147ce5;
    --warning: #ff9016;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

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: #147ce5;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #52704b;
        text-decoration: underline
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none
        }

pre, code, kbd, 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 {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
        cursor: pointer
    }

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

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-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .dl-features dt, .dl-features-reversed dt, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4, .dl-features dt, .dl-features-reversed dt {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

    .blockquote-footer::before {
        content: "\2014\00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.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.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .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.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table th, .table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,0.075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #d8e3d6
}

    .table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
        border-color: #b7ccb3
    }

.table-hover .table-primary:hover {
    background-color: #cad9c7
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #cad9c7
    }

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #d6d8db
}

    .table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > th, .table-success > td {
    background-color: #d8e3d6
}

    .table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
        border-color: #b7ccb3
    }

.table-hover .table-success:hover {
    background-color: #cad9c7
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #cad9c7
    }

.table-info, .table-info > th, .table-info > td {
    background-color: #d8e3d6
}

    .table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
        border-color: #b7ccb3
    }

.table-hover .table-info:hover {
    background-color: #cad9c7
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #cad9c7
    }

.table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffe0be
}

    .table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
        border-color: #ffc586
    }

.table-hover .table-warning:hover {
    background-color: #ffd4a5
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffd4a5
    }

.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb
}

    .table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe
}

    .table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > th, .table-dark > td {
    background-color: #c6c8ca
}

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,0.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark th, .table-dark td, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,0.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,0.075)
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bdcfb8;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    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(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[size], select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 8px;
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

    .form-row > .col, .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

    .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
        color: #6c757d
    }

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #147ce5
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(117,156,108,0.9);
    border-radius: .25rem
}

.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}


    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #147ce5;
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #147ce5;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23759C6C' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #147ce5;
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
    }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #147ce5
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #147ce5
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #147ce5
    }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #92b18a;
    background-color: #92b18a
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #147ce5
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #147ce5
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #147ce5;
    box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,0.9);
    border-radius: .25rem
}

.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

    .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545
    }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group, .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #147ce5;
    border-color: #147ce5
}

    .btn-primary:hover {
        color: #fff;
        background-color: #63875b;
        border-color: #5e7f56
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #63875b;
        border-color: #5e7f56;
        box-shadow: 0 0 0 .2rem rgba(138,171,130,0.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #5e7f56;
        border-color: #587851
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(138,171,130,0.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 .2rem rgba(130,138,145,0.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(130,138,145,0.5)
        }

.btn-success {
    color: #fff;
    background-color: #147ce5;
    border-color: #147ce5
}

    .btn-success:hover {
        color: #fff;
        background-color: #63875b;
        border-color: #5e7f56
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #63875b;
        border-color: #5e7f56;
        box-shadow: 0 0 0 .2rem rgba(138,171,130,0.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #5e7f56;
        border-color: #587851
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(138,171,130,0.5)
        }

.btn-info {
    color: #fff;
    background-color: #147ce5;
    border-color: #147ce5
}

    .btn-info:hover {
        color: #fff;
        background-color: #63875b;
        border-color: #5e7f56
    }

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #63875b;
        border-color: #5e7f56;
        box-shadow: 0 0 0 .2rem rgba(138,171,130,0.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #5e7f56;
        border-color: #587851
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(138,171,130,0.5)
        }

.btn-warning {
    color: #212529;
    background-color: #2e9ea6;
    border-color: #2e9ea6
}

    .btn-warning:hover {
        color: #fff;
        background-color: #2e9ea6;
        border-color: #2e9ea6
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #2e9ea6;
        border-color: #2e9ea6;
        box-shadow: #03d86591;
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #2e9ea6;
        background-color: #2e9ea6;
        border-color: #2e9ea6
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #2e9ea6;
        border-color: #2e9ea6
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: #03d86591;
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 .2rem rgba(225,83,97,0.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(225,83,97,0.5)
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-light:focus, .btn-light.focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 .2rem rgba(216,217,219,0.5)
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(216,217,219,0.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark:focus, .btn-dark.focus {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
        box-shadow: 0 0 0 .2rem rgba(82,88,93,0.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(82,88,93,0.5)
        }

.btn-outline-primary {
    color: #147ce5;
    border-color: #147ce5
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #147ce5;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
        }

.btn-outline-success {
    color: #147ce5;
    border-color: #147ce5
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #147ce5;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
        }

.btn-outline-info {
    color: #147ce5;
    border-color: #147ce5
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #147ce5;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
        }

.btn-outline-warning {
    color: #ff9016;
    border-color: #ff9016
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ff9016;
        border-color: #ff9016
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 .2rem rgba(255,144,22,0.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ff9016;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ff9016;
        border-color: #ff9016
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,144,22,0.5)
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
        }

.btn-link {
    font-weight: 400;
    color: #147ce5;
    text-decoration: none
}

    .btn-link:hover {
        color: #52704b;
        text-decoration: underline
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none
    }

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: .5rem
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (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 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle::after {
        display: inline-block;
        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: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-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;
    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;
    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;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    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^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #147ce5
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
            z-index: 1
        }

        .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -2px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
        margin-left: 0
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
            margin-top: -2px
        }

        .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

    .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
        margin-bottom: 0
    }

        .input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
            margin-left: -1px
        }

        .input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .form-control:not(:first-child), .input-group > .custom-select: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(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.input-group-prepend, .input-group-append {
    display: flex
}

    .input-group-prepend .btn, .input-group-append .btn {
        position: relative;
        z-index: 2
    }

        .input-group-prepend .btn:focus, .input-group-append .btn:focus {
            z-index: 3
        }

        .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
            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: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
        margin-top: 0
    }

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .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) {
    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:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #147ce5;
        background-color: #147ce5
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #bdcfb8
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #d9e4d7;
        border-color: #d9e4d7
    }

    .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d
    }

        .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: 50% / 50% 50% no-repeat
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #147ce5;
    background-color: #147ce5
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(117,156,108,0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(117,156,108,0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(117,156,108,0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

    .custom-switch .custom-control-label::before {
        left: -2.25rem;
        width: 1.75rem;
        pointer-events: all;
        border-radius: .5rem
    }

    .custom-switch .custom-control-label::after {
        top: calc(.25rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #adb5bd;
        border-radius: .5rem;
        transition: transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
    }

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(117,156,108,0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

    .custom-select:focus {
        border-color: #bdcfb8;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef
    }

    .custom-select::-ms-expand {
        display: none
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #495057
    }

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #bdcfb8;
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
    }

    .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

    .custom-file-input ~ .custom-file-label[data-browse]::after {
        content: attr(data-browse)
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + .75rem);
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        border-radius: 0 .25rem .25rem 0
    }

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

    .custom-range:focus {
        outline: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(117,156,108,0.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(117,156,108,0.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(117,156,108,0.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #147ce5;
        border: 0;
        border-radius: 1rem;
        transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
        appearance: none
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #d9e4d7
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #147ce5;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #d9e4d7
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #147ce5;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #d9e4d7
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .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: #147ce5
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,0.9)
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0,0,0,0.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,0.5)
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0,0,0,0.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,0.3)
    }

    .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0,0,0,0.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0.5);
    border-color: rgba(0,0,0,0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,0.5)
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,0.9)
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0,0,0,0.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,0.5)
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255,255,255,0.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,0.25)
    }

    .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,0.5);
    border-color: rgba(255,255,255,0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,0.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff
        }

.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 rgba(0,0,0,0.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -0.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            flex: 1 0 0%;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
}

.accordion {
    overflow-anchor: none
}

    .accordion > .card {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

    .breadcrumb-item + .breadcrumb-item, .breadcrumb li + .breadcrumb-item, .breadcrumb .breadcrumb-item + li, .breadcrumb li + li {
        padding-left: .5rem
    }

        .breadcrumb-item + .breadcrumb-item::before, .breadcrumb li + .breadcrumb-item::before, .breadcrumb .breadcrumb-item + li::before, .breadcrumb li + li::before {
            float: left;
            padding-right: .5rem;
            color: #6c757d;
            content: "/"
        }

        .breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb li + .breadcrumb-item:hover::before, .breadcrumb .breadcrumb-item + li:hover::before, .breadcrumb li + li:hover::before {
            text-decoration: underline
        }

        .breadcrumb-item + .breadcrumb-item:hover::before, .breadcrumb li + .breadcrumb-item:hover::before, .breadcrumb .breadcrumb-item + li:hover::before, .breadcrumb li + li:hover::before {
            text-decoration: none
        }

    .breadcrumb-item.active, .breadcrumb li.active {
        color: #000
    }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #147ce5;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #52704b;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(117,156,108,0.25)
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #147ce5;
    border-color: #147ce5
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #147ce5
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #5e7f56
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
}

.badge-success {
    color: #fff;
    background-color: #147ce5
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #5e7f56
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
}

.badge-info {
    color: #fff;
    background-color: #147ce5
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #5e7f56
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(117,156,108,0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ff9016
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #e27600
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,144,22,0.5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: .75rem 1.25rem;
        color: inherit
    }

.alert-primary {
    color: #3d5138;
    background-color: #e3ebe2;
    border-color: #d8e3d6
}

    .alert-primary hr {
        border-top-color: #cad9c7
    }

    .alert-primary .alert-link {
        color: #263323
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #3d5138;
    background-color: #e3ebe2;
    border-color: #d8e3d6
}

    .alert-success hr {
        border-top-color: #cad9c7
    }

    .alert-success .alert-link {
        color: #263323
    }

.alert-info {
    color: #3d5138;
    background-color: #e3ebe2;
    border-color: #d8e3d6
}

    .alert-info hr {
        border-top-color: #cad9c7
    }

    .alert-info .alert-link {
        color: #263323
    }

.alert-warning {
    color: #854b0b;
    background-color: #ffe9d0;
    border-color: #ffe0be
}

    .alert-warning hr {
        border-top-color: #ffd4a5
    }

    .alert-warning .alert-link {
        color: #563007
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

    .alert-light hr {
        border-top-color: #ececf6
    }

    .alert-light .alert-link {
        color: #686868
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #147ce5;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #147ce5;
        border-color: #147ce5
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #3d5138;
    background-color: #d8e3d6
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #3d5138;
        background-color: #cad9c7
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #3d5138;
        border-color: #3d5138
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #3d5138;
    background-color: #d8e3d6
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #3d5138;
        background-color: #cad9c7
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #3d5138;
        border-color: #3d5138
    }

.list-group-item-info {
    color: #3d5138;
    background-color: #d8e3d6
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #3d5138;
        background-color: #cad9c7
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #3d5138;
        border-color: #3d5138
    }

.list-group-item-warning {
    color: #854b0b;
    background-color: #ffe0be
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #854b0b;
        background-color: #ffd4a5
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #854b0b;
        border-color: #854b0b
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #818182;
        background-color: #ececf6
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

    .close:hover {
        color: #000;
        text-decoration: none
    }

    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
        opacity: .75
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
    opacity: 0;
    border-radius: .25rem
}

    .toast:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast.showing {
        opacity: 1
    }

    .toast.show {
        display: block;
        opacity: 1
    }

    .toast.hide {
        display: none
    }

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important
}

    .modal-open header {
        z-index: 999
    }

    .modal-open .fixed-top, .modal-open .fixed-bottom, .modal-open .is-fixed, .modal-open .sticky-top {
        padding-right: 0 !important
    }

    .modal-open .sticky-top {
        margin-right: 0 !important
    }

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
		background-color: #0065684a;
        padding-right: 0 !important

    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid rgba(0,0,0,0.2); */
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 32px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 5.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: min-content
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

    .tooltip.show {
        opacity: .9
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

    .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0
    }

        .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

    .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0
    }

        .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: .3rem
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

    .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
        bottom: calc(-0.5rem - 1px)
    }

        .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
            bottom: 0;
            border-width: .5rem .5rem 0;
            border-top-color: rgba(0,0,0,0.25)
        }

        .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
            bottom: 1px;
            border-width: .5rem .5rem 0;
            border-top-color: #fff
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

    .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc(-0.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: rgba(0,0,0,0.25)
        }

        .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
            left: 1px;
            border-width: .5rem .5rem .5rem 0;
            border-right-color: #fff
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

    .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
        top: calc(-0.5rem - 1px)
    }

        .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
            top: 0;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: rgba(0,0,0,0.25)
        }

        .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
            top: 1px;
            border-width: 0 .5rem .5rem .5rem;
            border-bottom-color: #fff
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

    .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc(-0.5rem - 1px);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0
    }

        .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: rgba(0,0,0,0.25)
        }

        .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
            right: 1px;
            border-width: .5rem 0 .5rem .5rem;
            border-left-color: #fff
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .popover-header:empty {
        display: none
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

    .carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
        transform: translateX(100%)
    }

    .carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity 0.6s ease
    }

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #147ce5 !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #5e7f56 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #147ce5 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #5e7f56 !important
}

.bg-info {
    background-color: #147ce5 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #5e7f56 !important
}

.bg-warning {
    background-color: #ff9016 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #e27600 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #147ce5 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #147ce5 !important
}

.border-info {
    border-color: #147ce5 !important
}

.border-warning {
    border-color: #ff9016 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0, ul.nav li.dropdown:hover > ul.dropdown-menu {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .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.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !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-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-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-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-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-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .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-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-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-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-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
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 300 !important
}

.font-weight-bold {
    font-weight: 600 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #147ce !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #52704b !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #147ce5 !important
}

a.text-success:hover, a.text-success:focus {
    color: #52704b !important
}

.text-info {
    color: #147ce5 !important
}

a.text-info:hover, a.text-info:focus {
    color: #52704b !important
}

.text-warning {
    color: #ff9016 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #c96900 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        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
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

        .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
            border-color: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

@font-face {
    font-family: "Oracle Sans";
    src: url(../fonts/OracleSans_W_Lt-webfont.woff) format("woff"),url(../fonts/OracleSans_Lt.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Oracle Sans";
    src: url(../fonts/OracleSans_W_Rg-webfont.woff) format("woff"),url(../fonts/OracleSans_Rg.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Oracle Sans";
    src: url(../fonts/OracleSans_W_SBd-webfont.woff) format("woff"),url(../fonts/OracleSans_SBd.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Oracle Sans";
    src: url(../fonts/OracleSans_W_Bd-webfont.woff) format("woff"),url(../fonts/OracleSans_Bd.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Oracle Sans";
    src: url(../fonts/OracleSans_W_XBd.woff) format("woff"),url(../fonts/OracleSans_XBd.ttf) format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Oracle Sans Cd";
    src: url(../fonts/OracleSansCd_W_Rg-webfont.woff) format("woff"),url(../fonts/OracleSansCd_Rg.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "OJUX Icon";
    src: url(../fonts/ojuxIconFont_Rg.woff2) format("woff2"),url(../fonts/ojuxIconFont_Rg.woff) format("woff"),url(../fonts/ojuxIconFont_Rg.ttf) format("truetype");
    font-weight: 400;
    font-display: swap
}

.oj-ux-icon, [class*="oj-ux-"], [class^="oj-ux-"] {
    font-family: "OJUX Icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none
}

.oj-ux-ico-multiply:before {
    content: "\f55d"
}

.oj-ux-ico-asterisk:before {
    content: "\f5d2"
}

.oj-ux-ico-play-circle:before {
    content: "\f319"
}

.oj-ux-ico-arrow-up:before {
    content: "\f12b"
}

.oj-ux-ico-arrow-circle-up:before {
    content: "\f45d"
}

.oj-ux-ico-caret-down:before {
    content: "\f17f"
}

.oj-ux-ico-phone:before {
    content: "\f313"
}

.oj-ux-ico-avatar:before {
    content: "\f138"
}

.oj-ux-ico-check:before {
    content: "\f1be"
}

.oj-ux-ico-facebook:before {
    content: "\f250"
}

.oj-ux-ico-truck:before {
    content: "\f387"
}

.oj-ux-ico-twitter:before {
    content: "\f38a"
}

.oj-ux-ico-arrow-left:before {
    content: "\f127"
}

.oj-ux-ico-arrow-up:before {
    content: "\f12b"
}

.oj-ux-ico-email:before {
    content: "\f239"
}

.oj-ux-ico-documents:before {
    content: "\f225"
}

.oj-ux-ico-domain:before {
    content: "\f226"
}

.oj-ux-ico-contact-group:before {
    content: "\f1fa"
}

.oj-ux-ico-chevron-right:before {
    content: "\f1cf"
}

.oj-ux-ico-chevron-left:before {
    content: "\f1cd"
}

.oj-ux-ico-chevron-down:before {
    content: "\f1cb"
}

.oj-ux-ico-chevron-up:before {
    content: "\f1d1"
}

.oj-ux-ico-chevron-double-left:before {
    content: "\f1c7"
}

.oj-ux-ico-chevron-double-right:before {
    content: "\f1c8"
}

.oj-ux-ico-cell-phone:before {
    content: "\f18c"
}

.oj-ux-ico-building:before {
    content: "\f163"
}

.oj-ux-ico-weather-cloudy:before {
    content: "\f6c3"
}

.oj-ux-ico-deploy:before {
    content: "\f615"
}

.oj-ux-ico-youtube:before {
    content: "\f4d2"
}

.oj-ux-ico-linkedin:before {
    content: "\f4b1"
}

.oj-ux-ico-customer-request:before {
    content: "\f433"
}

.oj-ux-ico-play:before {
    content: "\f31a"
}

.oj-ux-ico-laptop:before {
    content: "\f2b1"
}

.oj-ux-ico-instagram:before {
    content: "\f2a8"
}

.oj-ux-ico-close-circle:before {
    content: "\f1df"
}

.oj-ux-ico-check-circle:before {
    content: "\f1bc"
}

.oj-ux-ico-plus:before {
    content: "\f320"
}

.oj-ux-ico-file-pdf:before {
    content: "\f25a"
}

.oj-ux-ico-envelope-open:before {
    content: "\f23f"
}

.oj-ux-ico-rss:before {
    content: "\f341"
}

.oj-ux-ico-home:before {
    content: "\f298"
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot") format("embedded-opentype"),url("../fonts/icomoon.ttf") format("truetype"),url("../fonts/icomoon.woff") format("woff"),url("../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
	font-size: 48px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
	
}

.icon-theme-ext-devt:before {
    content: "\e901"
}

.icon-wbk-srch:before {
    content: "\e970"
}

.icon-adv-pdf-html:before {
    content: "\e96f"
}

.icon-printer:before {
    content: "\e92d"
}

.icon-play-ns:before {
    content: "\edef"
}

.icon-icn0001:before {
    content: "\e7cb"
}

.icon-icn0002:before {
    content: "\e7cc"
}

.icon-icn0003:before {
    content: "\e7cd"
}

.icon-icn0004:before {
    content: "\e7ce"
}

.icon-icn0005:before {
    content: "\e7cf"
}

.icon-icn0006:before {
    content: "\e7d0"
}

.icon-icn0007:before {
    content: "\e7d1"
}

.icon-icn0008:before {
    content: "\e7d2"
}

.icon-icn0009:before {
    content: "\e7d3"
}

.icon-icn0010:before {
    content: "\e7d4"
}

.icon-icn0011:before {
    content: "\e7d5"
}

.icon-icn0012:before {
    content: "\e7d6"
}

.icon-icn0013:before {
    content: "\e7d7"
}

.icon-icn0014:before {
    content: "\e7d8"
}

.icon-icn0015:before {
    content: "\e7d9"
}

.icon-icn0016:before {
    content: "\e7da"
}

.icon-icn0017:before {
    content: "\e7db"
}

.icon-icn0018:before {
    content: "\e7dc"
}

.icon-icn0019:before {
    content: "\e7dd"
}

.icon-icn0020:before {
    content: "\e7de"
}

.icon-icn0021:before {
    content: "\e7df"
}

.icon-icn0022:before {
    content: "\e7e0"
}

.icon-icn0023:before {
    content: "\e7e1"
}

.icon-icn0024:before {
    content: "\e7e2"
}

.icon-icn0025:before {
    content: "\e7e3"
}

.icon-icn0026:before {
    content: "\e7e4"
}

.icon-icn0027:before {
    content: "\e7e5"
}

.icon-icn0028:before {
    content: "\e7e6"
}

.icon-icn0029:before {
    content: "\e7e7"
}

.icon-icn0030:before {
    content: "\e7e8"
}

.icon-icn0031:before {
    content: "\e7e9"
}

.icon-icn0032:before {
    content: "\e7ea"
}

.icon-icn0033:before {
    content: "\e7eb"
}

.icon-icn0034:before {
    content: "\e7ec"
}

.icon-icn0035:before {
    content: "\e7ed"
}

.icon-icn0036:before {
    content: "\e7ee"
}

.icon-icn0037:before {
    content: "\e7ef"
}

.icon-icn0038:before {
    content: "\e7f0"
}

.icon-icn0039:before {
    content: "\e7f1"
}

.icon-icn0040:before {
    content: "\e7f2"
}

.icon-icn0041:before {
    content: "\e7f3"
}

.icon-icn0042:before {
    content: "\e7f4"
}

.icon-icn0043:before {
    content: "\e7f5"
}

.icon-icn0044:before {
    content: "\e7f6"
}

.icon-icn0045:before {
    content: "\e7f7"
}

.icon-icn0046:before {
    content: "\e7f8"
}

.icon-icn0047:before {
    content: "\e7f9"
}

.icon-icn0048:before {
    content: "\e7fa"
}

.icon-icn0049:before {
    content: "\e7fb"
}

.icon-icn0050:before {
    content: "\e7fc"
}

.icon-icn0051:before {
    content: "\e7fd"
}

.icon-icn0052:before {
    content: "\e7fe"
}

.icon-icn0053:before {
    content: "\e7ff"
}

.icon-icn0054:before {
    content: "\e800"
}

.icon-icn0055:before {
    content: "\e801"
}

.icon-icn0056:before {
    content: "\e802"
}

.icon-icn0057:before {
    content: "\e803"
}

.icon-icn0058:before {
    content: "\e804"
}

.icon-icn0059:before {
    content: "\e805"
}

.icon-icn0060:before {
    content: "\e806"
}

.icon-icn0061:before {
    content: "\e807"
}

.icon-icn0062:before {
    content: "\e808"
}

.icon-icn0063:before {
    content: "\e809"
}

.icon-icn0064:before {
    content: "\e80a"
}

.icon-icn0065:before {
    content: "\e80b"
}

.icon-icn0066:before {
    content: "\e80c"
}

.icon-icn0067:before {
    content: "\e80d"
}

.icon-icn0068:before {
    content: "\e80e"
}

.icon-icn0069:before {
    content: "\e80f"
}

.icon-icn0070:before {
    content: "\e810"
}

.icon-icn0071:before {
    content: "\e811"
}

.icon-icn0072:before {
    content: "\e812"
}

.icon-icn0073:before {
    content: "\e813"
}

.icon-icn0074:before {
    content: "\e814"
}

.icon-icn0075:before {
    content: "\e815"
}

.icon-icn0076:before {
    content: "\e816"
}

.icon-icn0077:before {
    content: "\e817"
}

.icon-icn0078:before {
    content: "\e818"
}

.icon-icn0079:before {
    content: "\e819"
}

.icon-icn0080:before {
    content: "\e81a"
}

.icon-icn0081:before {
    content: "\e81b"
}

.icon-icn0082:before {
    content: "\e81c"
}

.icon-icn0083:before {
    content: "\e81d"
}

.icon-icn0084:before {
    content: "\e81e"
}

.icon-icn0085:before {
    content: "\e81f"
}

.icon-icn0086:before {
    content: "\e820"
}

.icon-icn0087:before {
    content: "\e821"
}

.icon-icn0088:before {
    content: "\e822"
}

.icon-icn0089:before {
    content: "\e823"
}

.icon-icn0090:before {
    content: "\e824"
}

.icon-icn0091:before {
    content: "\e825"
}

.icon-icn0092:before {
    content: "\e826"
}

.icon-icn0093:before {
    content: "\e827"
}

.icon-icn0094:before {
    content: "\e828"
}

.icon-icn0095:before {
    content: "\e829"
}

.icon-icn0096:before {
    content: "\e82a"
}

.icon-icn0097:before {
    content: "\e82b"
}

.icon-icn0098:before {
    content: "\e82c"
}

.icon-icn0099:before {
    content: "\e82d"
}

.icon-icn0100:before {
    content: "\e82e"
}

.icon-icn0101:before {
    content: "\e82f"
}

.icon-icn0102:before {
    content: "\e830"
}

.icon-icn0103:before {
    content: "\e831"
}

.icon-icn0104:before {
    content: "\e832"
}

.icon-icn0105:before {
    content: "\e833"
}

.icon-icn0106:before {
    content: "\e834"
}

.icon-icn0107:before {
    content: "\e835"
}

.icon-icn0108:before {
    content: "\e836"
}

.icon-icn0109:before {
    content: "\e837"
}

.icon-icn0110:before {
    content: "\e838"
}

.icon-icn0111:before {
    content: "\e839"
}

.icon-icn0112:before {
    content: "\e83a"
}

.icon-icn0113:before {
    content: "\e83b"
}

.icon-icn0114:before {
    content: "\e83c"
}

.icon-icn0115:before {
    content: "\e83d"
}

.icon-icn0116:before {
    content: "\e83e"
}

.icon-icn0117:before {
    content: "\e83f"
}

.icon-icn0118:before {
    content: "\e840"
}

.icon-icn0119:before {
    content: "\e841"
}

.icon-icn0120:before {
    content: "\e842"
}

.icon-icn0121:before {
    content: "\e843"
}

.icon-icn0122:before {
    content: "\e844"
}

.icon-icn0123:before {
    content: "\e845"
}

.icon-icn0124:before {
    content: "\e846"
}

.icon-icn0125:before {
    content: "\e847"
}

.icon-icn0126:before {
    content: "\e848"
}

.icon-icn0127:before {
    content: "\e849"
}

.icon-icn0128:before {
    content: "\e84a"
}

.icon-icn0129:before {
    content: "\e84b"
}

.icon-icn0130:before {
    content: "\e84c"
}

.icon-icn0131:before {
    content: "\e84d"
}

.icon-icn0132:before {
    content: "\e84e"
}

.icon-icn0133:before {
    content: "\e84f"
}

.icon-icn0134:before {
    content: "\e850"
}

.icon-icn0135:before {
    content: "\e851"
}

.icon-icn0136:before {
    content: "\e852"
}

.icon-icn0137:before {
    content: "\e853"
}

.icon-icn0138:before {
    content: "\e854"
}

.icon-icn0139:before {
    content: "\e855"
}

.icon-icn0140:before {
    content: "\e856"
}

.icon-icn0141:before {
    content: "\e857"
}

.icon-icn0142:before {
    content: "\e858"
}

.icon-icn0143:before {
    content: "\e859"
}

.icon-icn0144:before {
    content: "\e85a"
}

.icon-icn0145:before {
    content: "\e85b"
}

.icon-icn0146:before {
    content: "\e85c"
}

.icon-icn0147:before {
    content: "\e85d"
}

.icon-icn0148:before {
    content: "\e85e"
}

.icon-icn0149:before {
    content: "\e85f"
}

.icon-icn0150:before {
    content: "\e860"
}

.icon-icn0151:before {
    content: "\e861"
}

.icon-icn0152:before {
    content: "\e862"
}

.icon-icn0153:before {
    content: "\e863"
}

.icon-icn0154:before {
    content: "\e864"
}

.icon-icn0155:before {
    content: "\e865"
}

.icon-icn0156:before {
    content: "\e866"
}

.icon-icn0157:before {
    content: "\e867"
}

.icon-icn0158:before {
    content: "\e868"
}

.icon-icn0159:before {
    content: "\e869"
}

.icon-icn0160:before {
    content: "\e86a"
}

.icon-icn0161:before {
    content: "\e86b"
}

.icon-icn0162:before {
    content: "\e86c"
}

.icon-icn0163:before {
    content: "\e86d"
}

.icon-icn0164:before {
    content: "\e86e"
}

.icon-icn0165:before {
    content: "\e86f"
}

.icon-icn0166:before {
    content: "\e870"
}

.icon-icn0167:before {
    content: "\e871"
}

.icon-icn0168:before {
    content: "\e872"
}

.icon-icn0169:before {
    content: "\e873"
}

.icon-icn0170:before {
    content: "\e874"
}

.icon-icn0171:before {
    content: "\e875"
}

.icon-icn0172:before {
    content: "\e876"
}

.icon-icn0173:before {
    content: "\e877"
}

.icon-icn0174:before {
    content: "\e878"
}

.icon-icn0175:before {
    content: "\e879"
}

.icon-icn0176:before {
    content: "\e87a"
}

.icon-icn0177:before {
    content: "\e87b"
}

.icon-icn0178:before {
    content: "\e87c"
}

.icon-icn0179:before {
    content: "\e87d"
}

.icon-icn0180:before {
    content: "\e87e"
}

.icon-icn0181:before {
    content: "\e87f"
}

.icon-icn0182:before {
    content: "\e880"
}

.icon-icn0183:before {
    content: "\e881"
}

.icon-icn0184:before {
    content: "\e882"
}

.icon-icn0185:before {
    content: "\e883"
}

.icon-icn0186:before {
    content: "\e884"
}

.icon-icn0187:before {
    content: "\e885"
}

.icon-icn00012:before {
    content: "\eaeb"
}

.icon-icn00022:before {
    content: "\eaec"
}

.icon-icn00032:before {
    content: "\eaed"
}

.icon-icn00042:before {
    content: "\eaee"
}

.icon-icn00052:before {
    content: "\eaef"
}

.icon-icn00062:before {
    content: "\eaf0"
}

.icon-icn00072:before {
    content: "\eaf1"
}

.icon-icn00082:before {
    content: "\eaf2"
}

.icon-icn00092:before {
    content: "\eaf3"
}

.icon-icn00102:before {
    content: "\eaf4"
}

.icon-icn00112:before {
    content: "\eaf5"
}

.icon-icn00122:before {
    content: "\eaf6"
}

.icon-icn00132:before {
    content: "\eaf7"
}

.icon-icn00142:before {
    content: "\eaf8"
}

.icon-icn00152:before {
    content: "\eaf9"
}

.icon-icn00162:before {
    content: "\eafa"
}

.icon-icn00172:before {
    content: "\eafb"
}

.icon-icn00182:before {
    content: "\eafc"
}

.icon-icn00192:before {
    content: "\eafd"
}

.icon-icn00202:before {
    content: "\eafe"
}

.icon-icn00212:before {
    content: "\eaff"
}

.icon-icn00222:before {
    content: "\eb00"
}

.icon-icn00232:before {
    content: "\eb01"
}

.icon-icn00242:before {
    content: "\eb02"
}

.icon-icn00252:before {
    content: "\eb03"
}

.icon-icn00262:before {
    content: "\eb04"
}

.icon-icn00272:before {
    content: "\eb05"
}

.icon-icn00282:before {
    content: "\eb06"
}

.icon-icn00292:before {
    content: "\eb07"
}

.icon-icn00302:before {
    content: "\eb08"
}

.icon-icn00312:before {
    content: "\eb09"
}

.icon-icn00322:before {
    content: "\eb0a"
}

.icon-icn00332:before {
    content: "\eb0b"
}

.icon-icn00342:before {
    content: "\eb0c"
}

.icon-icn00352:before {
    content: "\eb0d"
}

.icon-icn00362:before {
    content: "\eb0e"
}

.icon-icn00372:before {
    content: "\eb0f"
}

.icon-icn00382:before {
    content: "\eb10"
}

.icon-icn00392:before {
    content: "\eb11"
}

.icon-icn00402:before {
    content: "\eb12"
}

.icon-icn00412:before {
    content: "\eb13"
}

.icon-icn00422:before {
    content: "\eb14"
}

.icon-icn00432:before {
    content: "\eb15"
}

.icon-icn00442:before {
    content: "\eb16"
}

.icon-icn00452:before {
    content: "\eb17"
}

.icon-icn00462:before {
    content: "\eb18"
}

.icon-icn00472:before {
    content: "\eb19"
}

.icon-icn00482:before {
    content: "\eb1a"
}

.icon-icn00492:before {
    content: "\eb1b"
}

.icon-icn00502:before {
    content: "\eb1c"
}

.icon-icn00512:before {
    content: "\eb1d"
}

.icon-icn00522:before {
    content: "\eb1e"
}

.icon-icn00532:before {
    content: "\eb1f"
}

.icon-icn00542:before {
    content: "\eb20"
}

.icon-icn00552:before {
    content: "\eb21"
}

.icon-icn00562:before {
    content: "\eb22"
}

.icon-icn00572:before {
    content: "\eb23"
}

.icon-icn00582:before {
    content: "\eb24"
}

.icon-icn00592:before {
    content: "\eb25"
}

.icon-icn00602:before {
    content: "\eb26"
}

.icon-icn00612:before {
    content: "\eb27"
}

.icon-icn00622:before {
    content: "\eb28"
}

.icon-icn00632:before {
    content: "\eb29"
}

.icon-icn00642:before {
    content: "\eb2a"
}

.icon-icn00652:before {
    content: "\eb2b"
}

.icon-icn00662:before {
    content: "\eb2c"
}

.icon-icn00672:before {
    content: "\eb2d"
}

.icon-icn00682:before {
    content: "\eb2e"
}

.icon-icn00692:before {
    content: "\eb2f"
}

.icon-icn00702:before {
    content: "\eb30"
}

.icon-icn00712:before {
    content: "\eb31"
}

.icon-icn00722:before {
    content: "\eb32"
}

.icon-icn00732:before {
    content: "\eb33"
}

.icon-icn00742:before {
    content: "\eb34"
}

.icon-icn00752:before {
    content: "\eb35"
}

.icon-icn00762:before {
    content: "\eb36"
}

.icon-icn00772:before {
    content: "\eb37"
}

.icon-icn00782:before {
    content: "\eb38"
}

.icon-icn00792:before {
    content: "\eb39"
}

.icon-icn00802:before {
    content: "\eb3a"
}

.icon-icn00812:before {
    content: "\eb3b"
}

.icon-icn00822:before {
    content: "\eb3c"
}

.icon-icn00832:before {
    content: "\eb3d"
}

.icon-icn00842:before {
    content: "\eb3e"
}

.icon-icn00852:before {
    content: "\eb3f"
}

.icon-icn00862:before {
    content: "\eb40"
}

.icon-icn00872:before {
    content: "\eb41"
}

.icon-icn00882:before {
    content: "\eb42"
}

.icon-icn00892:before {
    content: "\eb43"
}

.icon-icn00902:before {
    content: "\eb44"
}

.icon-icn00912:before {
    content: "\eb45"
}

.icon-icn00922:before {
    content: "\eb46"
}

.icon-icn00932:before {
    content: "\eb47"
}

.icon-icn00942:before {
    content: "\eb48"
}

.icon-icn00952:before {
    content: "\eb49"
}

.icon-icn00962:before {
    content: "\eb4a"
}

.icon-icn00972:before {
    content: "\eb4b"
}

.icon-icn00982:before {
    content: "\eb4c"
}

.icon-icn00992:before {
    content: "\eb4d"
}

.icon-icn01002:before {
    content: "\eb4e"
}

.icon-icn01012:before {
    content: "\eb4f"
}

.icon-icn01022:before {
    content: "\eb50"
}

.icon-icn01032:before {
    content: "\eb51"
}

.icon-icn01042:before {
    content: "\eb52"
}

.icon-icn01052:before {
    content: "\eb53"
}

.icon-icn01062:before {
    content: "\eb54"
}

.icon-icn01072:before {
    content: "\eb55"
}

.icon-icn01082:before {
    content: "\eb56"
}

.icon-icn01092:before {
    content: "\eb57"
}

.icon-icn01102:before {
    content: "\eb58"
}

.icon-icn01112:before {
    content: "\eb59"
}

.icon-icn01122:before {
    content: "\eb5a"
}

.icon-icn01132:before {
    content: "\eb5b"
}

.icon-icn01142:before {
    content: "\eb5c"
}

.icon-icn01152:before {
    content: "\eb5d"
}

.icon-icn01162:before {
    content: "\eb5e"
}

.icon-icn01172:before {
    content: "\eb5f"
}

.icon-icn01182:before {
    content: "\eb60"
}

.icon-icn01192:before {
    content: "\eb61"
}

.icon-icn01202:before {
    content: "\eb62"
}

.icon-icn01212:before {
    content: "\eb63"
}

.icon-icn01222:before {
    content: "\eb64"
}

.icon-icn01232:before {
    content: "\eb65"
}

.icon-icn01242:before {
    content: "\eb66"
}

.icon-icn01252:before {
    content: "\eb67"
}

.icon-icn01262:before {
    content: "\eb68"
}

.icon-icn01272:before {
    content: "\eb69"
}

.icon-icn01282:before {
    content: "\eb6a"
}

.icon-icn01292:before {
    content: "\eb6b"
}

.icon-icn01302:before {
    content: "\eb6c"
}

.icon-icn01312:before {
    content: "\eb6d"
}

.icon-icn01322:before {
    content: "\eb6e"
}

.icon-icn01332:before {
    content: "\eb6f"
}

.icon-icn01342:before {
    content: "\eb70"
}

.icon-icn01352:before {
    content: "\eb71"
}

.icon-icn01362:before {
    content: "\eb72"
}

.icon-icn01372:before {
    content: "\eb73"
}

.icon-icn01382:before {
    content: "\eb74"
}

.icon-icn01392:before {
    content: "\eb75"
}

.icon-icn01402:before {
    content: "\eb76"
}

.icon-icn01412:before {
    content: "\eb77"
}

.icon-icn01422:before {
    content: "\eb78"
}

.icon-icn01432:before {
    content: "\eb79"
}

.icon-icn01442:before {
    content: "\eb7a"
}

.icon-icn01452:before {
    content: "\eb7b"
}

.icon-icn01462:before {
    content: "\eb7c"
}

.icon-icn01472:before {
    content: "\eb7d"
}

.icon-icn01482:before {
    content: "\eb7e"
}

.icon-icn01492:before {
    content: "\eb7f"
}

.icon-icn01502:before {
    content: "\eb80"
}

.icon-icn01512:before {
    content: "\eb81"
}

.icon-icn01522:before {
    content: "\eb82"
}

.icon-icn01532:before {
    content: "\eb83"
}

.icon-icn01542:before {
    content: "\eb84"
}

.icon-icn01552:before {
    content: "\eb85"
}

.icon-icn01562:before {
    content: "\eb86"
}

.icon-icn01572:before {
    content: "\eb87"
}

.icon-icn01582:before {
    content: "\eb88"
}

.icon-icn01592:before {
    content: "\eb89"
}

.icon-icn01602:before {
    content: "\eb8a"
}

.icon-icn01612:before {
    content: "\eb8b"
}

.icon-icn01622:before {
    content: "\eb8c"
}

.icon-icn01632:before {
    content: "\eb8d"
}

.icon-icn01642:before {
    content: "\eb8e"
}

.icon-icn01652:before {
    content: "\eb8f"
}

.icon-icn01662:before {
    content: "\eb90"
}

.icon-icn01672:before {
    content: "\eb91"
}

.icon-icn01682:before {
    content: "\eb92"
}

.icon-icn01692:before {
    content: "\eb93"
}

.icon-icn01702:before {
    content: "\eb94"
}

.icon-icn01712:before {
    content: "\eb95"
}

.icon-icn01722:before {
    content: "\eb96"
}

.icon-icn01732:before {
    content: "\eb97"
}

.icon-icn01742:before {
    content: "\eb98"
}

.icon-icn01752:before {
    content: "\eb99"
}

.icon-icn01762:before {
    content: "\eb9a"
}

.icon-icn01772:before {
    content: "\eb9b"
}

.icon-icn01782:before {
    content: "\eb9c"
}

.icon-icn01792:before {
    content: "\eb9d"
}

.icon-icn01802:before {
    content: "\eb9e"
}

.icon-icn01812:before {
    content: "\eb9f"
}

.icon-icn01822:before {
    content: "\eba0"
}

.icon-icn01832:before {
    content: "\eba1"
}

.icon-icn01842:before {
    content: "\eba2"
}

.icon-icn01852:before {
    content: "\eba3"
}

.icon-icn01862:before {
    content: "\eba4"
}

.icon-icn01872:before {
    content: "\eba5"
}

.icon-align-the-organization:before {
    content: "\edd2"
}

.icon-attract-retain-employees:before {
    content: "\edd3"
}

.icon-boosts-sales-productivity:before {
    content: "\edd4"
}

.icon-control-spend:before {
    content: "\edd5"
}

.icon-effecient-account-management:before {
    content: "\edd6"
}

.icon-engage-users:before {
    content: "\edd7"
}

.icon-ensure-compliance:before {
    content: "\edd8"
}

.icon-forecast-confidence:before {
    content: "\ede3"
}

.icon-improve-customer-relationship:before {
    content: "\ede4"
}

.icon-improve-marketing-effectiveness:before {
    content: "\ede5"
}

.icon-leverage-information-insight:before {
    content: "\ede6"
}

.icon-minimize-payroll-headaches:before {
    content: "\ede7"
}

.icon-reduce-planning-cycle-time:before {
    content: "\ede8"
}

.icon-run-lean-operation:before {
    content: "\ede9"
}

.icon-speed-decision-making:before {
    content: "\edea"
}

.icon-streamline-back-office:before {
    content: "\edeb"
}

.icon-streamline-process:before {
    content: "\edec"
}

.icon-strengthen-vendor-relationship:before {
    content: "\eded"
}

.icon-timely-info-insight:before {
    content: "\edee"
}

.icon-revenue-recognition:before {
    content: "\ed96"
}

.icon-real-time-visibility:before {
    content: "\edc8"
}

.icon-project-mngt:before {
    content: "\edc9"
}

.icon-media-procurement:before {
    content: "\edca"
}

.icon-insertion-order:before {
    content: "\edcb"
}

.icon-increase-vendor-effectiveness:before {
    content: "\edcc"
}

.icon-financial-consolidation:before {
    content: "\edcd"
}

.icon-ecommerce-cloud:before {
    content: "\edce"
}

.icon-delivery-cost:before {
    content: "\edcf"
}

.icon-cost-management:before {
    content: "\edd0"
}

.icon-cash-management:before {
    content: "\edd1"
}

.icon-store:before {
    content: "\ed95"
}

.icon-reduce-inventory-carrying-cost:before {
    content: "\ed97"
}

.icon-account-management:before {
    content: "\e8e1"
}

.icon-analytics:before {
    content: "\e8e2"
}

.icon-asset-staff-management:before {
    content: "\e8e3"
}

.icon-average-customer-revenue:before {
    content: "\e8e4"
}

.icon-billing-revenue:before {
    content: "\e8e5"
}

.icon-bill-receive:before {
    content: "\e8e6"
}

.icon-burn-demand:before {
    content: "\e8e7"
}

.icon-capture-manufacturing:before {
    content: "\e8e8"
}

.icon-cash-conversion:before {
    content: "\e8e9"
}

.icon-client-status:before {
    content: "\e8ea"
}

.icon-content-sourcing:before {
    content: "\e8eb"
}

.icon-contract-management:before {
    content: "\e8ec"
}

.icon-cost-per-lead:before {
    content: "\e8ed"
}

.icon-cross-selling:before {
    content: "\e8ee"
}

.icon-customer-engagement:before {
    content: "\e8ef"
}

.icon-decrease-fulfillment-cost:before {
    content: "\e8f0"
}

.icon-deffered-revenue:before {
    content: "\e8f1"
}

.icon-delivery-positioning:before {
    content: "\e8f2"
}

.icon-discount:before {
    content: "\e8f3"
}

.icon-earned-value:before {
    content: "\e8f4"
}

.icon-ecommerce:before {
    content: "\e8f5"
}

.icon-engineering:before {
    content: "\e8f6"
}

.icon-execution-delivery:before {
    content: "\e8f7"
}

.icon-financial-analysis:before {
    content: "\e8f8"
}

.icon-forecast:before {
    content: "\e8f9"
}

.icon-forecasted-probability:before {
    content: "\e8fa"
}

.icon-increase-audience-reach:before {
    content: "\e8fb"
}

.icon-increase-customer-satisfaction:before {
    content: "\e8fc"
}

.icon-increase-margin:before {
    content: "\e8fd"
}

.icon-increase-revenue:before {
    content: "\e8fe"
}

.icon-industry-turn-over-sell-through:before {
    content: "\e8ff"
}

.icon-inventory-utilization:before {
    content: "\ed71"
}

.icon-invoice-accuracy:before {
    content: "\ed72"
}

.icon-lifetime-value-customer:before {
    content: "\ed73"
}

.icon-merchandising:before {
    content: "\ed74"
}

.icon-mrr-churn:before {
    content: "\ed75"
}

.icon-must:before {
    content: "\ed76"
}

.icon-omnichannelcommerce:before {
    content: "\ed77"
}

.icon-order:before {
    content: "\ed78"
}

.icon-order-fulfillment-cycle-time:before {
    content: "\ed79"
}

.icon-order-management:before {
    content: "\ed7a"
}

.icon-order-sourcing:before {
    content: "\ed7b"
}

.icon-probability-stage:before {
    content: "\ed7c"
}

.icon-profesional-services:before {
    content: "\ed7d"
}

.icon-project-cost-variance:before {
    content: "\ed7e"
}

.icon-project-delivery:before {
    content: "\ed7f"
}

.icon-project-management:before {
    content: "\ed80"
}

.icon-project-status:before {
    content: "\ed81"
}

.icon-purchase-history:before {
    content: "\ed82"
}

.icon-reduced-invoicing-errors:before {
    content: "\ed83"
}

.icon-reduction-markdown:before {
    content: "\ed84"
}

.icon-reduction-store-ops-cost:before {
    content: "\ed85"
}

.icon-resource-availability:before {
    content: "\ed86"
}

.icon-revenue-compliance:before {
    content: "\ed87"
}

.icon-sales-forecasting:before {
    content: "\ed88"
}

.icon-sales-marketing:before {
    content: "\ed89"
}

.icon-sales-productivity:before {
    content: "\ed8a"
}

.icon-same-store-sales:before {
    content: "\ed8b"
}

.icon-selling:before {
    content: "\ed8c"
}

.icon-skills-inventory:before {
    content: "\ed8d"
}

.icon-staff-productivity:before {
    content: "\ed8e"
}

.icon-supply-chain-identification:before {
    content: "\ed8f"
}

.icon-supply-chain-management:before {
    content: "\ed90"
}

.icon-supply-vs-demand:before {
    content: "\ed91"
}

.icon-unbilled-aging:before {
    content: "\ed92"
}

.icon-utilization:before {
    content: "\ed93"
}

.icon-vsoe:before {
    content: "\ed94"
}

.icon-icn-allocation-accuracy:before {
    content: "\e886"
}

.icon-icn-analytics-reporting:before {
    content: "\e887"
}

.icon-icn-asset-capital-management:before {
    content: "\e888"
}

.icon-icn-average-deal-size:before {
    content: "\e889"
}

.icon-icn-average-gift-size:before {
    content: "\e88a"
}

.icon-icn-back-office-efficiency:before {
    content: "\e88b"
}

.icon-icn-baseline-variance:before {
    content: "\e88c"
}

.icon-icn-billing-accuracy:before {
    content: "\e88d"
}

.icon-icn-budgeting-forcasting:before {
    content: "\e88e"
}

.icon-icn-business-operation:before {
    content: "\e88f"
}

.icon-icn-cash-flow-management:before {
    content: "\e890"
}

.icon-icn-client-status:before {
    content: "\e891"
}

.icon-icn-collectionn-effeciency:before {
    content: "\e892"
}

.icon-icn-compliance:before {
    content: "\e893"
}

.icon-icn-cost-control:before {
    content: "\e894"
}

.icon-icn-cost-to-acquire:before {
    content: "\e895"
}

.icon-icn-cost-to-close:before {
    content: "\e896"
}

.icon-icn-cost-to-save:before {
    content: "\e897"
}

.icon-icn-crm-marketing:before {
    content: "\e898"
}

.icon-icn-customer-acquisition-cost:before {
    content: "\e899"
}

.icon-icn-customer-churn:before {
    content: "\e89a"
}

.icon-icn-customer-experience:before {
    content: "\e89b"
}

.icon-icn-customer-probability:before {
    content: "\e89c"
}

.icon-icn-customer-productivity:before {
    content: "\e89d"
}

.icon-icn-customer-satisfaction:before {
    content: "\e89e"
}

.icon-icn-customer-value:before {
    content: "\e89f"
}

.icon-icn-cycle-time:before {
    content: "\e8a0"
}

.icon-icn-decision-support:before {
    content: "\e8a1"
}

.icon-icn-donor-acquisation-cost:before {
    content: "\e8a2"
}

.icon-icn-donor-experience:before {
    content: "\e8a3"
}

.icon-icn-donor-value-segment:before {
    content: "\e8a4"
}

.icon-icn-dso:before {
    content: "\e8a5"
}

.icon-icn-earned-value:before {
    content: "\e8a6"
}

.icon-icn-estimated-margin:before {
    content: "\e8a7"
}

.icon-icn-faster-decision-making:before {
    content: "\e8a8"
}

.icon-icn-finance-accounting:before {
    content: "\e8a9"
}

.icon-icn-forecasted-probability:before {
    content: "\e8aa"
}

.icon-icn-forecasted-revenue:before {
    content: "\e8ab"
}

.icon-icn-fulfillment:before {
    content: "\e8ac"
}

.icon-icn-fulfillment-cost:before {
    content: "\e8ad"
}

.icon-icn-fundraising-revenue:before {
    content: "\e8ae"
}

.icon-icn-gross-margin:before {
    content: "\e8af"
}

.icon-icn-inventory-controls:before {
    content: "\e8b0"
}

.icon-icn-inventory-cost-management:before {
    content: "\e8b1"
}

.icon-icn-inventory-turnover:before {
    content: "\e8b2"
}

.icon-icn-invoice-accuracy:before {
    content: "\e8b3"
}

.icon-icn-lead-time:before {
    content: "\e8b4"
}

.icon-icn-margins:before {
    content: "\e8b5"
}

.icon-icn-marketing:before {
    content: "\e8b6"
}

.icon-icn-marketing-effectiveness:before {
    content: "\e8b7"
}

.icon-icn-on-time-delivery:before {
    content: "\e8b8"
}

.icon-icn-operation-efficiencies:before {
    content: "\e8b9"
}

.icon-icn-order:before {
    content: "\e8ba"
}

.icon-icn-pipeline-management:before {
    content: "\e8bb"
}

.icon-icn-pipeline-velocity:before {
    content: "\e8bc"
}

.icon-icn-probality-by-segment:before {
    content: "\e8bd"
}

.icon-icn-process-leadership:before {
    content: "\e8be"
}

.icon-icn-product-issues:before {
    content: "\e8bf"
}

.icon-icn-product-support-cost:before {
    content: "\e8c0"
}

.icon-icn-profitability:before {
    content: "\e8c1"
}

.icon-icn-profitability-by-segment:before {
    content: "\e8c2"
}

.icon-icn-projected-inventory-demand:before {
    content: "\e8c3"
}

.icon-icn-project-profitability:before {
    content: "\e8c4"
}

.icon-icn-project-status:before {
    content: "\e8c5"
}

.icon-icn-purchase-history:before {
    content: "\e8c6"
}

.icon-icn-purchasing-compliance:before {
    content: "\e8c7"
}

.icon-icn-receivables:before {
    content: "\e8c8"
}

.icon-icn-reduction-in-dso:before {
    content: "\e8c9"
}

.icon-icn-rep-productivity:before {
    content: "\e8ca"
}

.icon-icn-revenue:before {
    content: "\e8cb"
}

.icon-icn-revenue-compliance:before {
    content: "\e8cc"
}

.icon-icn-roi-promotional-value:before {
    content: "\e8cd"
}

.icon-icn-roi-promotion-value:before {
    content: "\e8ce"
}

.icon-icn-sales-effectiveness:before {
    content: "\e8cf"
}

.icon-icn-selling:before {
    content: "\e8d0"
}

.icon-icn-service-support:before {
    content: "\e8d1"
}

.icon-icn-shipping-cost:before {
    content: "\e8d2"
}

.icon-icn-skills-inventory:before {
    content: "\e8d3"
}

.icon-icn-sourcing:before {
    content: "\e8d4"
}

.icon-icn-spend-management:before {
    content: "\e8d5"
}

.icon-icn-stewardship:before {
    content: "\e8d6"
}

.icon-icn-supply-vs-demand:before {
    content: "\e8d7"
}

.icon-icn-support-cost:before {
    content: "\e8d8"
}

.icon-icn-time-expense-compliance:before {
    content: "\e8d9"
}

.icon-icn-time-to-close:before {
    content: "\e8da"
}

.icon-icn-transparency:before {
    content: "\e8db"
}

.icon-icn-unbilled-aging:before {
    content: "\e8dc"
}

.icon-icn-utilization:before {
    content: "\e8dd"
}

.icon-icn-warehouse:before {
    content: "\e8de"
}

.icon-icn-win-rate:before {
    content: "\e8df"
}

.icon-icn-working-capital:before {
    content: "\e8e0"
}

.icon-sc-suitescript:before {
    content: "\e900"
}

.icon-ns-wd-marketing:before {
    content: "\e7c9"
}

.icon-ns-wd-sourcing:before {
    content: "\e7ca"
}

.icon-ns-wd-marketing-effectiveness:before {
    content: "\e600"
}

.icon-ns-wd-warehouse:before {
    content: "\e601"
}

.icon-ns-wd-service-and-support:before {
    content: "\e602"
}

.icon-ns-wd-fulfillment:before {
    content: "\e603"
}

.icon-ns-wd-order:before {
    content: "\e604"
}

.icon-ns-wd-rol:before {
    content: "\e605"
}

.icon-ns-wd-selling:before {
    content: "\e606"
}

.icon-home:before {
    content: "\e976"
}

.icon-home2:before {
    content: "\e977"
}

.icon-home3:before {
    content: "\e978"
}

.icon-office:before {
    content: "\e979"
}

.icon-newspaper:before {
    content: "\e97a"
}

.icon-pencil:before {
    content: "\e97b"
}

.icon-pencil2:before {
    content: "\e97c"
}

.icon-quill:before {
    content: "\e97d"
}

.icon-pen:before {
    content: "\e97e"
}

.icon-blog:before {
    content: "\e97f"
}

.icon-eyedropper:before {
    content: "\e980"
}

.icon-droplet:before {
    content: "\e981"
}

.icon-paint-format:before {
    content: "\e982"
}

.icon-image:before {
    content: "\e983"
}

.icon-images:before {
    content: "\e984"
}

.icon-camera:before {
    content: "\e985"
}

.icon-headphones:before {
    content: "\e986"
}

.icon-music:before {
    content: "\e987"
}

.icon-play:before {
    content: "\e988"
}

.icon-film:before {
    content: "\e989"
}

.icon-video-camera:before {
    content: "\e98a"
}

.icon-dice:before {
    content: "\e98b"
}

.icon-pacman:before {
    content: "\e98c"
}

.icon-spades:before {
    content: "\e98d"
}

.icon-clubs:before {
    content: "\e98e"
}

.icon-diamonds:before {
    content: "\e98f"
}

.icon-bullhorn:before {
    content: "\e990"
}

.icon-connection:before {
    content: "\e991"
}

.icon-podcast:before {
    content: "\e992"
}

.icon-feed:before {
    content: "\e993"
}

.icon-mic:before {
    content: "\e994"
}

.icon-book:before {
    content: "\e995"
}

.icon-books:before {
    content: "\e996"
}

.icon-library:before {
    content: "\e997"
}

.icon-file-text:before {
    content: "\e998"
}

.icon-profile:before {
    content: "\e999"
}

.icon-file-empty:before {
    content: "\e99a"
}

.icon-files-empty:before {
    content: "\e99b"
}

.icon-file-text2:before {
    content: "\e99c"
}

.icon-file-picture:before {
    content: "\e99d"
}

.icon-file-music:before {
    content: "\e99e"
}

.icon-file-play:before {
    content: "\e99f"
}

.icon-file-video:before {
    content: "\e9a0"
}

.icon-file-zip:before {
    content: "\e9a1"
}

.icon-copy:before {
    content: "\e9a2"
}

.icon-paste:before {
    content: "\e9a3"
}

.icon-stack:before {
    content: "\e9a4"
}

.icon-folder:before {
    content: "\e9a5"
}

.icon-folder-open:before {
    content: "\e9a6"
}

.icon-folder-plus:before {
    content: "\e9a7"
}

.icon-folder-minus:before {
    content: "\e9a8"
}

.icon-folder-download:before {
    content: "\e9a9"
}

.icon-folder-upload:before {
    content: "\e9aa"
}

.icon-price-tag:before {
    content: "\e9ab"
}

.icon-price-tags:before {
    content: "\e9ac"
}

.icon-barcode:before {
    content: "\e9ad"
}

.icon-qrcode:before {
    content: "\e9ae"
}

.icon-ticket:before {
    content: "\e9af"
}

.icon-cart:before {
    content: "\e9b0"
}

.icon-coin-dollar:before {
    content: "\e9b1"
}

.icon-coin-euro:before {
    content: "\e9b2"
}

.icon-coin-pound:before {
    content: "\e9b3"
}

.icon-coin-yen:before {
    content: "\e9b4"
}

.icon-credit-card:before {
    content: "\e9b5"
}

.icon-calculator:before {
    content: "\e9b6"
}

.icon-lifebuoy:before {
    content: "\e9b7"
}

.icon-phone:before {
    content: "\e9b8"
}

.icon-phone-hang-up:before {
    content: "\e9b9"
}

.icon-address-book:before {
    content: "\e9ba"
}

.icon-envelop:before {
    content: "\e9bb"
}

.icon-pushpin:before {
    content: "\e9bc"
}

.icon-location:before {
    content: "\e9bd"
}

.icon-location2:before {
    content: "\e9be"
}

.icon-compass:before {
    content: "\e9bf"
}

.icon-compass2:before {
    content: "\e9c0"
}

.icon-map:before {
    content: "\e9c1"
}

.icon-map2:before {
    content: "\e9c2"
}

.icon-history:before {
    content: "\e9c3"
}

.icon-clock:before {
    content: "\e9c4"
}

.icon-clock2:before {
    content: "\e9c5"
}

.icon-alarm:before {
    content: "\e9c6"
}

.icon-bell:before {
    content: "\e9c7"
}

.icon-stopwatch:before {
    content: "\e9c8"
}

.icon-calendar:before {
    content: "\e9c9"
}

.icon-printer1:before {
    content: "\e9ca"
}

.icon-keyboard:before {
    content: "\e9cb"
}

.icon-display:before {
    content: "\e9cc"
}

.icon-laptop:before {
    content: "\e9cd"
}

.icon-mobile:before {
    content: "\e9ce"
}

.icon-mobile2:before {
    content: "\e9cf"
}

.icon-tablet:before {
    content: "\e9d0"
}

.icon-tv:before {
    content: "\e9d1"
}

.icon-drawer:before {
    content: "\e9d2"
}

.icon-drawer2:before {
    content: "\e9d3"
}

.icon-box-add:before {
    content: "\e9d4"
}

.icon-box-remove:before {
    content: "\e9d5"
}

.icon-download:before {
    content: "\e9d6"
}

.icon-upload:before {
    content: "\e9d7"
}

.icon-floppy-disk:before {
    content: "\e9d8"
}

.icon-drive:before {
    content: "\e9d9"
}

.icon-database:before {
    content: "\e9da"
}

.icon-undo:before {
    content: "\e9db"
}

.icon-redo:before {
    content: "\e9dc"
}

.icon-undo2:before {
    content: "\e9dd"
}

.icon-redo2:before {
    content: "\e9de"
}

.icon-forward:before {
    content: "\e9df"
}

.icon-reply:before {
    content: "\e9e0"
}

.icon-bubble:before {
    content: "\e9e1"
}

.icon-bubbles:before {
    content: "\e9e2"
}

.icon-bubbles2:before {
    content: "\e9e3"
}

.icon-bubble2:before {
    content: "\e9e4"
}

.icon-bubbles3:before {
    content: "\e9e5"
}

.icon-bubbles4:before {
    content: "\e9e6"
}

.icon-user:before {
    content: "\e9e7"
}

.icon-users:before {
    content: "\e9e8"
}

.icon-user-plus:before {
    content: "\e9e9"
}

.icon-user-minus:before {
    content: "\e9ea"
}

.icon-user-check:before {
    content: "\e9eb"
}

.icon-user-tie:before {
    content: "\e9ec"
}

.icon-quotes-left:before {
    content: "\e9ed"
}

.icon-quotes-right:before {
    content: "\e9ee"
}

.icon-hour-glass:before {
    content: "\e9ef"
}

.icon-spinner:before {
    content: "\e9f0"
}

.icon-spinner2:before {
    content: "\e9f1"
}

.icon-spinner3:before {
    content: "\e9f2"
}

.icon-spinner4:before {
    content: "\e9f3"
}

.icon-spinner5:before {
    content: "\e9f4"
}

.icon-spinner6:before {
    content: "\e9f5"
}

.icon-spinner7:before {
    content: "\e9f6"
}

.icon-spinner8:before {
    content: "\e9f7"
}

.icon-spinner9:before {
    content: "\e9f8"
}

.icon-spinner10:before {
    content: "\e9f9"
}

.icon-spinner11:before {
    content: "\e9fa"
}

.icon-binoculars:before {
    content: "\e9fb"
}

.icon-search:before {
    content: "\e9fc"
}

.icon-zoom-in:before {
    content: "\e9fd"
}

.icon-zoom-out:before {
    content: "\e9fe"
}

.icon-enlarge:before {
    content: "\e9ff"
}

.icon-shrink:before {
    content: "\ea00"
}

.icon-enlarge2:before {
    content: "\ea01"
}

.icon-shrink2:before {
    content: "\ea02"
}

.icon-key:before {
    content: "\ea03"
}

.icon-key2:before {
    content: "\ea04"
}

.icon-lock:before {
    content: "\ea05"
}

.icon-unlocked:before {
    content: "\ea06"
}

.icon-wrench:before {
    content: "\ea07"
}

.icon-equalizer:before {
    content: "\ea08"
}

.icon-equalizer2:before {
    content: "\ea09"
}

.icon-cog:before {
    content: "\ea0a"
}

.icon-cogs:before {
    content: "\ea0b"
}

.icon-hammer:before {
    content: "\ea0c"
}

.icon-magic-wand:before {
    content: "\ea0d"
}

.icon-aid-kit:before {
    content: "\ea0e"
}

.icon-bug:before {
    content: "\ea0f"
}

.icon-pie-chart:before {
    content: "\ea10"
}

.icon-stats-dots:before {
    content: "\ea11"
}

.icon-stats-bars:before {
    content: "\ea12"
}

.icon-stats-bars2:before {
    content: "\ea13"
}

.icon-trophy:before {
    content: "\ea14"
}

.icon-gift:before {
    content: "\ea15"
}

.icon-glass:before {
    content: "\ea16"
}

.icon-glass2:before {
    content: "\ea17"
}

.icon-mug:before {
    content: "\ea18"
}

.icon-spoon-knife:before {
    content: "\ea19"
}

.icon-leaf:before {
    content: "\ea1a"
}

.icon-rocket:before {
    content: "\ea1b"
}

.icon-meter:before {
    content: "\ea1c"
}

.icon-meter2:before {
    content: "\ea1d"
}

.icon-hammer2:before {
    content: "\ea1e"
}

.icon-fire:before {
    content: "\ea1f"
}

.icon-lab:before {
    content: "\ea20"
}

.icon-magnet:before {
    content: "\ea21"
}

.icon-bin:before {
    content: "\ea22"
}

.icon-bin2:before {
    content: "\ea23"
}

.icon-briefcase:before {
    content: "\ea24"
}

.icon-airplane:before {
    content: "\ea25"
}

.icon-truck:before {
    content: "\ea26"
}

.icon-road:before {
    content: "\ea27"
}

.icon-accessibility:before {
    content: "\ea28"
}

.icon-target:before {
    content: "\ea29"
}

.icon-shield:before {
    content: "\ea2a"
}

.icon-power:before {
    content: "\ea2b"
}

.icon-switch:before {
    content: "\ea2c"
}

.icon-power-cord:before {
    content: "\ea2d"
}

.icon-clipboard:before {
    content: "\ea2e"
}

.icon-list-numbered:before {
    content: "\ea2f"
}

.icon-list:before {
    content: "\ea30"
}

.icon-list2:before {
    content: "\ea31"
}

.icon-tree:before {
    content: "\ea32"
}

.icon-menu:before {
    content: "\ea33"
}

.icon-menu2:before {
    content: "\ea34"
}

.icon-menu3:before {
    content: "\ea35"
}

.icon-menu4:before {
    content: "\ea36"
}

.icon-cloud:before {
    content: "\ea37"
}

.icon-cloud-download:before {
    content: "\ea38"
}

.icon-cloud-upload:before {
    content: "\ea39"
}

.icon-cloud-check:before {
    content: "\ea3a"
}

.icon-download2:before {
    content: "\ea3b"
}

.icon-upload2:before {
    content: "\ea3c"
}

.icon-download3:before {
    content: "\ea3d"
}

.icon-upload3:before {
    content: "\ea3e"
}

.icon-sphere:before {
    content: "\ea3f"
}

.icon-earth:before {
    content: "\ea40"
}

.icon-link:before {
    content: "\ea41"
}

.icon-flag:before {
    content: "\ea42"
}

.icon-attachment:before {
    content: "\ea43"
}

.icon-eye:before {
    content: "\ea44"
}

.icon-eye-plus:before {
    content: "\ea45"
}

.icon-eye-minus:before {
    content: "\ea46"
}

.icon-eye-blocked:before {
    content: "\ea47"
}

.icon-bookmark:before {
    content: "\ea48"
}

.icon-bookmarks:before {
    content: "\ea49"
}

.icon-sun:before {
    content: "\ea4a"
}

.icon-contrast:before {
    content: "\ea4b"
}

.icon-brightness-contrast:before {
    content: "\ea4c"
}

.icon-star-empty:before {
    content: "\ea4d"
}

.icon-star-half:before {
    content: "\ea4e"
}

.icon-star-full:before {
    content: "\ea4f"
}

.icon-heart:before {
    content: "\ea50"
}

.icon-heart-broken:before {
    content: "\ea51"
}

.icon-man:before {
    content: "\ea52"
}

.icon-woman:before {
    content: "\ea53"
}

.icon-man-woman:before {
    content: "\ea54"
}

.icon-happy:before {
    content: "\ea55"
}

.icon-happy2:before {
    content: "\ea56"
}

.icon-smile:before {
    content: "\ea57"
}

.icon-smile2:before {
    content: "\ea58"
}

.icon-tongue:before {
    content: "\ea59"
}

.icon-tongue2:before {
    content: "\ea5a"
}

.icon-sad:before {
    content: "\ea5b"
}

.icon-sad2:before {
    content: "\ea5c"
}

.icon-wink:before {
    content: "\ea5d"
}

.icon-wink2:before {
    content: "\ea5e"
}

.icon-grin:before {
    content: "\ea5f"
}

.icon-grin2:before {
    content: "\ea60"
}

.icon-cool:before {
    content: "\ea61"
}

.icon-cool2:before {
    content: "\ea62"
}

.icon-angry:before {
    content: "\ea63"
}

.icon-angry2:before {
    content: "\ea64"
}

.icon-evil:before {
    content: "\ea65"
}

.icon-evil2:before {
    content: "\ea66"
}

.icon-shocked:before {
    content: "\ea67"
}

.icon-shocked2:before {
    content: "\ea68"
}

.icon-baffled:before {
    content: "\ea69"
}

.icon-baffled2:before {
    content: "\ea6a"
}

.icon-confused:before {
    content: "\ea6b"
}

.icon-confused2:before {
    content: "\ea6c"
}

.icon-neutral:before {
    content: "\ea6d"
}

.icon-neutral2:before {
    content: "\ea6e"
}

.icon-hipster:before {
    content: "\ea6f"
}

.icon-hipster2:before {
    content: "\ea70"
}

.icon-wondering:before {
    content: "\ea71"
}

.icon-wondering2:before {
    content: "\ea72"
}

.icon-sleepy:before {
    content: "\ea73"
}

.icon-sleepy2:before {
    content: "\ea74"
}

.icon-frustrated:before {
    content: "\ea75"
}

.icon-frustrated2:before {
    content: "\ea76"
}

.icon-crying:before {
    content: "\ea77"
}

.icon-crying2:before {
    content: "\ea78"
}

.icon-point-up:before {
    content: "\ea79"
}

.icon-point-right:before {
    content: "\ea7a"
}

.icon-point-down:before {
    content: "\ea7b"
}

.icon-point-left:before {
    content: "\ea7c"
}

.icon-warning:before {
    content: "\ea7d"
}

.icon-notification:before {
    content: "\ea7e"
}

.icon-question:before {
    content: "\ea7f"
}

.icon-plus:before {
    content: "\ea80"
}

.icon-minus:before {
    content: "\ea81"
}

.icon-info:before {
    content: "\ea82"
}

.icon-cancel-circle:before {
    content: "\ea83"
}

.icon-blocked:before {
    content: "\ea84"
}

.icon-cross:before {
    content: "\ea85"
}

.icon-checkmark:before {
    content: "\ea86"
}

.icon-checkmark2:before {
    content: "\ea87"
}

.icon-spell-check:before {
    content: "\ea88"
}

.icon-enter:before {
    content: "\ea89"
}

.icon-exit:before {
    content: "\ea8a"
}

.icon-play2:before {
    content: "\ea8b"
}

.icon-pause:before {
    content: "\ea8c"
}

.icon-stop:before {
    content: "\ea8d"
}

.icon-previous:before {
    content: "\ea8e"
}

.icon-next:before {
    content: "\ea8f"
}

.icon-backward:before {
    content: "\ea90"
}

.icon-forward2:before {
    content: "\ea91"
}

.icon-play3:before {
    content: "\ea92"
}

.icon-pause2:before {
    content: "\ea93"
}

.icon-stop2:before {
    content: "\ea94"
}

.icon-backward2:before {
    content: "\ea95"
}

.icon-forward3:before {
    content: "\ea96"
}

.icon-first:before {
    content: "\ea97"
}

.icon-last:before {
    content: "\ea98"
}

.icon-previous2:before {
    content: "\ea99"
}

.icon-next2:before {
    content: "\ea9a"
}

.icon-eject:before {
    content: "\ea9b"
}

.icon-volume-high:before {
    content: "\ea9c"
}

.icon-volume-medium:before {
    content: "\ea9d"
}

.icon-volume-low:before {
    content: "\ea9e"
}

.icon-volume-mute:before {
    content: "\ea9f"
}

.icon-volume-mute2:before {
    content: "\eaa0"
}

.icon-volume-increase:before {
    content: "\eaa1"
}

.icon-volume-decrease:before {
    content: "\eaa2"
}

.icon-loop:before {
    content: "\eaa3"
}

.icon-loop2:before {
    content: "\eaa4"
}

.icon-infinite:before {
    content: "\eaa5"
}

.icon-shuffle:before {
    content: "\eaa6"
}

.icon-arrow-up-left:before {
    content: "\eaa7"
}

.icon-arrow-up:before {
    content: "\eaa8"
}

.icon-arrow-up-right:before {
    content: "\eaa9"
}

.icon-arrow-right:before {
    content: "\eaaa"
}

.icon-arrow-down-right:before {
    content: "\eaab"
}

.icon-arrow-down:before {
    content: "\eaac"
}

.icon-arrow-down-left:before {
    content: "\eaad"
}

.icon-arrow-left:before {
    content: "\eaae"
}

.icon-arrow-up-left2:before {
    content: "\eaaf"
}

.icon-arrow-up2:before {
    content: "\eab0"
}

.icon-arrow-up-right2:before {
    content: "\eab1"
}

.icon-arrow-right2:before {
    content: "\eab2"
}

.icon-arrow-down-right2:before {
    content: "\eab3"
}

.icon-arrow-down2:before {
    content: "\eab4"
}

.icon-arrow-down-left2:before {
    content: "\eab5"
}

.icon-arrow-left2:before {
    content: "\eab6"
}

.icon-circle-up:before {
    content: "\eab7"
}

.icon-circle-right:before {
    content: "\eab8"
}

.icon-circle-down:before {
    content: "\eab9"
}

.icon-circle-left:before {
    content: "\eaba"
}

.icon-tab:before {
    content: "\eabb"
}

.icon-move-up:before {
    content: "\eabc"
}

.icon-move-down:before {
    content: "\eabd"
}

.icon-sort-alpha-asc:before {
    content: "\eabe"
}

.icon-sort-alpha-desc:before {
    content: "\eabf"
}

.icon-sort-numeric-asc:before {
    content: "\eac0"
}

.icon-sort-numberic-desc:before {
    content: "\eac1"
}

.icon-sort-amount-asc:before {
    content: "\eac2"
}

.icon-sort-amount-desc:before {
    content: "\eac3"
}

.icon-command:before {
    content: "\eac4"
}

.icon-shift:before {
    content: "\eac5"
}

.icon-ctrl:before {
    content: "\eac6"
}

.icon-opt:before {
    content: "\eac7"
}

.icon-checkbox-checked:before {
    content: "\eac8"
}

.icon-checkbox-unchecked:before {
    content: "\eac9"
}

.icon-radio-checked:before {
    content: "\eaca"
}

.icon-radio-checked2:before {
    content: "\eacb"
}

.icon-radio-unchecked:before {
    content: "\eacc"
}

.icon-crop:before {
    content: "\eacd"
}

.icon-make-group:before {
    content: "\eace"
}

.icon-ungroup:before {
    content: "\eacf"
}

.icon-scissors:before {
    content: "\ead0"
}

.icon-filter:before {
    content: "\ead1"
}

.icon-font:before {
    content: "\ead2"
}

.icon-ligature:before {
    content: "\ead3"
}

.icon-ligature2:before {
    content: "\ead4"
}

.icon-text-height:before {
    content: "\ead5"
}

.icon-text-width:before {
    content: "\ead6"
}

.icon-font-size:before {
    content: "\ead7"
}

.icon-bold:before {
    content: "\ead8"
}

.icon-underline:before {
    content: "\ead9"
}

.icon-italic:before {
    content: "\eada"
}

.icon-strikethrough:before {
    content: "\eadb"
}

.icon-omega:before {
    content: "\eadc"
}

.icon-sigma:before {
    content: "\eadd"
}

.icon-page-break:before {
    content: "\eade"
}

.icon-superscript:before {
    content: "\eadf"
}

.icon-subscript:before {
    content: "\eae0"
}

.icon-superscript2:before {
    content: "\eae1"
}

.icon-subscript2:before {
    content: "\eae2"
}

.icon-text-color:before {
    content: "\eae3"
}

.icon-pagebreak:before {
    content: "\eae4"
}

.icon-clear-formatting:before {
    content: "\eae5"
}

.icon-table:before {
    content: "\eae6"
}

.icon-table2:before {
    content: "\eae7"
}

.icon-insert-template:before {
    content: "\eae8"
}

.icon-pilcrow:before {
    content: "\eae9"
}

.icon-ltr:before {
    content: "\eaea"
}

.icon-rtl:before {
    content: "\eba6"
}

.icon-section:before {
    content: "\eba7"
}

.icon-paragraph-left:before {
    content: "\eba8"
}

.icon-paragraph-center:before {
    content: "\eba9"
}

.icon-paragraph-right:before {
    content: "\ebaa"
}

.icon-paragraph-justify:before {
    content: "\ebab"
}

.icon-indent-increase:before {
    content: "\ebac"
}

.icon-indent-decrease:before {
    content: "\ebad"
}

.icon-share:before {
    content: "\ebae"
}

.icon-new-tab:before {
    content: "\ebaf"
}

.icon-embed:before {
    content: "\ebb0"
}

.icon-embed2:before {
    content: "\ebb1"
}

.icon-terminal:before {
    content: "\ebb2"
}

.icon-share2:before {
    content: "\ebb3"
}

.icon-mail:before {
    content: "\ebb4"
}

.icon-mail2:before {
    content: "\ebb5"
}

.icon-mail3:before {
    content: "\ebb6"
}

.icon-mail4:before {
    content: "\ebb7"
}

.icon-amazon:before {
    content: "\ebb8"
}

.icon-google:before {
    content: "\ebb9"
}

.icon-google2:before {
    content: "\ebba"
}

.icon-google3:before {
    content: "\ebbb"
}

.icon-google-plus:before {
    content: "\ebbc"
}

.icon-google-plus2:before {
    content: "\ebbd"
}

.icon-google-plus3:before {
    content: "\ebbe"
}

.icon-hangouts:before {
    content: "\ebbf"
}

.icon-google-drive:before {
    content: "\ebc0"
}

.icon-facebook:before {
    content: "\ebc1"
}

.icon-facebook2:before {
    content: "\ebc2"
}

.icon-instagram:before {
    content: "\ebc3"
}

.icon-whatsapp:before {
    content: "\ebc4"
}

.icon-spotify:before {
    content: "\ebc5"
}

.icon-telegram:before {
    content: "\ebc6"
}

.icon-twitter:before {
    content: "\ebc7"
}

.icon-vine:before {
    content: "\ebc8"
}

.icon-vk:before {
    content: "\ebc9"
}

.icon-renren:before {
    content: "\ebca"
}

.icon-sina-weibo:before {
    content: "\ebcb"
}

.icon-rss:before {
    content: "\ebcc"
}

.icon-rss2:before {
    content: "\ebcd"
}

.icon-youtube:before {
    content: "\ebce"
}

.icon-youtube2:before {
    content: "\ebcf"
}

.icon-twitch:before {
    content: "\ebd0"
}

.icon-vimeo:before {
    content: "\ebd1"
}

.icon-vimeo2:before {
    content: "\ebd2"
}

.icon-lanyrd:before {
    content: "\ebd3"
}

.icon-flickr:before {
    content: "\ebd4"
}

.icon-flickr2:before {
    content: "\ebd5"
}

.icon-flickr3:before {
    content: "\ebd6"
}

.icon-flickr4:before {
    content: "\ebd7"
}

.icon-dribbble:before {
    content: "\ebd8"
}

.icon-behance:before {
    content: "\ebd9"
}

.icon-behance2:before {
    content: "\ebda"
}

.icon-deviantart:before {
    content: "\ebdb"
}

.icon-500px:before {
    content: "\ebdc"
}

.icon-steam:before {
    content: "\ebdd"
}

.icon-steam2:before {
    content: "\ebde"
}

.icon-dropbox:before {
    content: "\ebdf"
}

.icon-onedrive:before {
    content: "\ebe0"
}

.icon-github:before {
    content: "\ebe1"
}

.icon-npm:before {
    content: "\ebe2"
}

.icon-basecamp:before {
    content: "\ebe3"
}

.icon-trello:before {
    content: "\ebe4"
}

.icon-wordpress:before {
    content: "\ebe5"
}

.icon-joomla:before {
    content: "\ebe6"
}

.icon-ello:before {
    content: "\ebe7"
}

.icon-blogger:before {
    content: "\ebe8"
}

.icon-blogger2:before {
    content: "\ebe9"
}

.icon-tumblr:before {
    content: "\ebea"
}

.icon-tumblr2:before {
    content: "\ebeb"
}

.icon-yahoo:before {
    content: "\ebec"
}

.icon-yahoo2:before {
    content: "\ebed"
}

.icon-tux:before {
    content: "\ebee"
}

.icon-appleinc:before {
    content: "\ebef"
}

.icon-finder:before {
    content: "\ebf0"
}

.icon-android:before {
    content: "\ebf1"
}

.icon-windows:before {
    content: "\ebf2"
}

.icon-windows8:before {
    content: "\ebf3"
}

.icon-soundcloud:before {
    content: "\ebf4"
}

.icon-soundcloud2:before {
    content: "\ebf5"
}

.icon-skype:before {
    content: "\ebf6"
}

.icon-reddit:before {
    content: "\ebf7"
}

.icon-hackernews:before {
    content: "\ebf8"
}

.icon-wikipedia:before {
    content: "\ebf9"
}

.icon-linkedin:before {
    content: "\ebfa"
}

.icon-linkedin2:before {
    content: "\ebfb"
}

.icon-lastfm:before {
    content: "\ebfc"
}

.icon-lastfm2:before {
    content: "\ebfd"
}

.icon-delicious:before {
    content: "\ebfe"
}

.icon-stumbleupon:before {
    content: "\ebff"
}

.icon-stumbleupon2:before {
    content: "\ec00"
}

.icon-stackoverflow:before {
    content: "\ec01"
}

.icon-pinterest:before {
    content: "\ec02"
}

.icon-pinterest2:before {
    content: "\ec03"
}

.icon-xing:before {
    content: "\ec04"
}

.icon-xing2:before {
    content: "\ec05"
}

.icon-flattr:before {
    content: "\ec06"
}

.icon-foursquare:before {
    content: "\ec07"
}

.icon-yelp:before {
    content: "\ec08"
}

.icon-paypal:before {
    content: "\ec09"
}

.icon-chrome:before {
    content: "\ec0a"
}

.icon-firefox:before {
    content: "\ec0b"
}

.icon-IE:before {
    content: "\ec0c"
}

.icon-edge:before {
    content: "\ec0d"
}

.icon-safari:before {
    content: "\ec0e"
}

.icon-opera:before {
    content: "\ec0f"
}

.icon-file-pdf:before {
    content: "\ec10"
}

.icon-file-openoffice:before {
    content: "\ec11"
}

.icon-file-word:before {
    content: "\ec12"
}

.icon-file-excel:before {
    content: "\ec13"
}

.icon-libreoffice:before {
    content: "\ec14"
}

.icon-html-five:before {
    content: "\ec15"
}

.icon-html-five2:before {
    content: "\ec16"
}

.icon-css3:before {
    content: "\ec17"
}

.icon-git:before {
    content: "\ec18"
}

.icon-codepen:before {
    content: "\ec19"
}

.icon-svg:before {
    content: "\ec1a"
}

.icon-IcoMoon:before {
    content: "\ec1b"
}

.txt-black {
    color: #1c2127
}

.txt-dkrgray {
    color: #333
}

.txt-dkgray {
    color: #333
}

.txt-gray {
    color: #999
}

.txt-mdgray {
    color: #999
}

.txt-ltgray {
    color: #cccccc
}

.txt-ltrgray {
    color: #f3f3f3
}

.txt-white {
    color: #fff
}

.txt-primary {
    color: #147ce5
}

.txt-success {
    color: #147ce5
}

.txt-info {
    color: #147ce5
}

.txt-warning {
    color: #ff9016
}

.txt-danger {
    color: #dc3545
}

.bg-black {
    background-color: #1c2127
}

.bg-dkrgray {
    background-color: #333
}

.bg-dkgray {
    background-color: #555
}

.bg-gray {
    background-color: #6f7680
}

.bg-mdgray {
    background-color: #999
}

.bg-ltgray {
    background-color: #cccccc
}

.bg-ltrgray {
    background-color: #f3f3f3
}

.bg-white {
    background-color: #fff
}

.bg-primary {
    background-color: #147ce5
}

.bg-success {
    background-color: #147ce5
}

.bg-info {
    background-color: #147ce5
}

.bg-warning {
    background-color: #ff9016
}

.bg-danger {
    background-color: #dc3545
}

.bg-teal {
    background-color: #00b2ba
}

.no-padding {
    padding: 0
}

.no-padding-top {
    padding-top: 0
}

.no-padding-right {
    padding-right: 0
}

.no-padding-bottom {
    padding-bottom: 0
}

.no-padding-left {
    padding-left: 0
}

.padding-vertical-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.padding-vertical-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.padding-vertical-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.padding-vertical-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.padding-vertical-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.padding-vertical-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.padding-vertical-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.padding-vertical-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.padding-vertical-90 {
    padding-top: 90px;
    padding-bottom: 90px
}

.padding-vertical-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.padding-top-10 {
    padding-top: 10px
}

.padding-top-20 {
    padding-top: 20px
}

.padding-top-30 {
    padding-top: 30px
}

.padding-top-40 {
    padding-top: 40px
}

.padding-top-50 {
    padding-top: 50px
}

.padding-top-60 {
    padding-top: 60px
}

.padding-top-70 {
    padding-top: 70px
}

.padding-top-80 {
    padding-top: 80px
}

.padding-top-90 {
    padding-top: 90px
}

.padding-top-100 {
    padding-top: 100px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-30 {
    padding-bottom: 30px
}

.padding-bottom-40 {
    padding-bottom: 40px
}

.padding-bottom-50 {
    padding-bottom: 50px
}

.padding-bottom-60 {
    padding-bottom: 60px
}

.padding-bottom-70 {
    padding-bottom: 70px
}

.padding-bottom-80 {
    padding-bottom: 80px
}

.padding-bottom-90 {
    padding-bottom: 90px
}

.padding-bottom-100 {
    padding-bottom: 100px
}

.padding-bottom10 {
    padding-bottom: 10px
}

.padding-bottom20 {
    padding-bottom: 20px
}

.padding-bottom30 {
    padding-bottom: 30px
}

.padding-bottom40 {
    padding-bottom: 40px
}

.padding-bottom50 {
    padding-bottom: 50px
}

.padding-bottom60 {
    padding-bottom: 60px
}

.padding-left-10 {
    padding-left: 10px
}

.padding-left-20 {
    padding-left: 20px
}

.padding-left-30 {
    padding-left: 30px
}

.padding-left-40 {
    padding-left: 40px
}

.padding-left-50 {
    padding-left: 50px
}

.padding-left-60 {
    padding-left: 60px
}

.padding-left-70 {
    padding-left: 70px
}

.padding-left-80 {
    padding-left: 80px
}

.padding-left-90 {
    padding-left: 90px
}

.padding-left-100 {
    padding-left: 100px
}

.padding-right-10 {
    padding-right: 10px
}

.padding-right-20 {
    padding-right: 20px
}

.padding-right-30 {
    padding-right: 30px
}

.padding-right-40 {
    padding-right: 40px
}

.padding-right-50 {
    padding-right: 50px
}

.padding-right-60 {
    padding-right: 60px
}

.padding-right-70 {
    padding-right: 70px
}

.padding-right-80 {
    padding-right: 80px
}

.padding-right-90 {
    padding-right: 90px
}

.padding-right-100 {
    padding-right: 100px
}

.no-margin {
    margin: 0
}

.no-margin-top {
    margin-top: 0
}

.no-margin-right {
    margin-right: 0
}

.no-margin-bottom {
    margin-bottom: 0
}

.no-margin-left {
    margin-left: 0
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.margin-vertical-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.margin-vertical-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.margin-vertical-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.margin-vertical-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.margin-vertical-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.margin-vertical-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.margin-vertical-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.margin-vertical-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.margin-vertical-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.margin-vertical-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-25 {
    margin-top: 25px
}

.margin-top-27 {
    margin-top: 27px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-50 {
    margin-top: 50px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-top-70 {
    margin-top: 70px
}

.margin-top-80 {
    margin-top: 80px
}

.margin-top-90 {
    margin-top: 90px
}

.margin-top-100 {
    margin-top: 100px
}

.margin-top10 {
    margin-top: 10px
}

.margin-top20 {
    margin-top: 20px
}

.margin-top30 {
    margin-top: 30px
}

.margin-top40 {
    margin-top: 40px
}

.margin-top50 {
    margin-top: 50px
}

.margin-top60 {
    margin-top: 60px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.margin-bottom-70 {
    margin-bottom: 70px
}

.margin-bottom-80 {
    margin-bottom: 80px
}

.margin-bottom-90 {
    margin-bottom: 90px
}

.margin-bottom-100 {
    margin-bottom: 100px
}

.margin-bottom10 {
    margin-bottom: 10px
}

.margin-bottom20 {
    margin-bottom: 20px
}

.margin-bottom30 {
    margin-bottom: 30px
}

.margin-bottom40 {
    margin-bottom: 40px
}

.margin-bottom50 {
    margin-bottom: 50px
}

.margin-bottom60 {
    margin-bottom: 60px
}

.margin-left-10 {
    margin-left: 10px
}

.margin-left-20 {
    margin-left: 20px
}

.margin-left-30 {
    margin-left: 30px
}

.margin-left-40 {
    margin-left: 40px
}

.margin-left-50 {
    margin-left: 50px
}

.margin-left-60 {
    margin-left: 60px
}

.margin-left-70 {
    margin-left: 70px
}

.margin-left-80 {
    margin-left: 80px
}

.margin-left-90 {
    margin-left: 90px
}

.margin-left-100 {
    margin-left: 100px
}

.margin-right-10 {
    margin-right: 10px
}

.margin-right-20 {
    margin-right: 20px
}

.margin-right-30 {
    margin-right: 30px
}

.margin-right-40 {
    margin-right: 40px
}

.margin-right-50 {
    margin-right: 50px
}

.margin-right-60 {
    margin-right: 60px
}

.margin-right-70 {
    margin-right: 70px
}

.margin-right-80 {
    margin-right: 80px
}

.margin-right-90 {
    margin-right: 90px
}

.margin-right-100 {
    margin-right: 100px
}

.border-top {
    border-top: 1px solid #777
}

.border-bottom {
    border-bottom: 1px solid #777
}

.border-left {
    border-left: 1px solid #777
}

.border-right {
    border-right: 1px solid #777
}

@media screen and (max-width: 767.98px) {
    .border-right, .border-left {
        border: none !important
    }
}

html {
    font-size: 18px;
    line-height: 27px
}

body {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #212529;
    overflow-x: hidden
}

a {
    color: #028b95;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    font-size: 16px;
    font-weight: normal
}

    a div, a p, a figcaption, a span {
        color: #111B22
    }

    a:hover {
        color: #000
    }

    a:focus-visible {
        outline: 3px dotted #fff
    }

@media print {
    a[href]:after {
        content: none !important
    }
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em
}

    p a, li a {
        -webkit-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
        color: #00688C;
        overflow-wrap: break-word
    }

        p a:hover, li a:hover {
            color: #000
        }

b, strong {
    font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .dl-features dt, .dl-features-reversed dt, h5, .h5, h6, .h6 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 1.3
}

#homepage h1, #homepage .h1, #homepage h2, #homepage .h2, #homepage h3, #homepage .h3, #homepage h4, #homepage .h4, #homepage .dl-features dt, .dl-features #homepage dt, #homepage .dl-features-reversed dt, .dl-features-reversed #homepage dt, #homepage h5, #homepage .h5, #homepage h6, #homepage .h6 {
    line-height: 1
}

h2, .h2, h3, .h3 {
    margin-top: 0;
    margin-bottom: 20px
}

#homepage h2, #homepage .h2, #homepage h3, #homepage .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1, .h1, .carouselCaption {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 300;
    color: inherit
}

    h1 a:hover, .h1 a:hover, .carouselCaption a:hover {
        color: inherit
    }

    h1 small, .h1 small, .carouselCaption small {
        font-size: 30px;
        font-weight: normal;
        color: inherit;
        text-transform: none;
        line-height: 1.2em;
        padding-top: 10px
    }

        h1 small.subhead, .h1 small.subhead, .carouselCaption small.subhead {
            font-size: 30px;
            line-height: 1.2em;
            font-weight: normal
        }

@media screen and (max-width: 600px) {
    h1, .h1, .carouselCaption {
        font-size: 36px;
        font-weight: 300;
        line-height: 1.11em
    }

        h1 small, .h1 small, .carouselCaption small {
            font-size: 20px;
            line-height: 1.3em;
            font-weight: normal
        }
}

@media screen and (min-width: 600px) {
    h1, .h1, .carouselCaption {
        font-size: 60px;
        line-height: 1.1em;
        font-weight: 300
    }

        h1 small, .h1 small, .carouselCaption small {
            font-size: 30px;
            line-height: 1.2em;
            font-weight: normal;
            padding-top: 10px
        }
}

@media screen and (min-width: 900px) {
    h1, .h1, .carouselCaption {
        font-size: 60px;
        line-height: 1.1em;
        font-weight: 300
    }

        h1 small, .h1 small, .carouselCaption small {
            font-size: 30px;
            line-height: 1.2em;
            font-weight: normal;
            padding-top: 10px
        }
}

h2, .h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.17em;
    color: inherit
}

    h2 small, .h2 small {
        font-size: 16px
    }

@media screen and (max-width: 600px) {
    h2, .h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: .875em
    }

        h2 small, .h2 small {
            font-size: 18px
        }
}

@media screen and (min-width: 600px) {
    h2, .h2 {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.17em
    }

        h2 small, .h2 small {
            font-size: 18px
        }
}

@media screen and (min-width: 900px) {
    h2, .h2 {
        font-size: 34px;
        font-weight: 700;
        line-height: 1.17em
    }

        h2 small, .h2 small {
            font-size: 20px
        }
}

@media screen and (min-width: 1200px) {
    h2, .h2 {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.17em
    }
}

h3, .h3 {
    font-size: 28px;
    line-height: 1.21em;
    font-weight: 300;
    color: inherit
}

#homepage h3, #homepage .h3 {
    margin-bottom: 8px
}

h3 a, .h3 a {
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #00688C;
    overflow-wrap: break-word;
    font-size: 28px !important;
    font-weight: 300;
    line-height: 1.21em
}

h3 small, .h3 small {
    font-size: 18px
}

@media (max-width: 900px) {
    h3, .h3 {
        font-size: 28px;
        line-height: 1.21em;
        font-weight: 300
    }
}

@media screen and (min-width: 1200px) {
    h3, .h3 {
        font-size: 28px;
        line-height: 1.21em;
        font-weight: 300
    }
}

@media screen and (max-width: 600px) {
    h3, .h3 {
        font-size: 28px;
        line-height: 1.21em;
        font-weight: 300
    }
}

h4, .h4, .dl-features dt, .dl-features-reversed dt {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    color: inherit
}

#homepage h4, #homepage .h4, #homepage .dl-features dt, .dl-features #homepage dt, #homepage .dl-features-reversed dt, .dl-features-reversed #homepage dt {
    font-weight: normal
}

h4 a, .h4 a, .dl-features dt a, .dl-features-reversed dt a {
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: #00688C;
    overflow-wrap: break-word;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em
}

h5, .h5, h6, .h6 {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 700;
    color: inherit
}

.pageTitle {
    margin-top: 0;
    margin-bottom: 0
}

small {
    display: block
}

small, span, cite {
    color: inherit !important
}

blockquote, .blockquote {
    border: 0;
    font-size: 28px;
    line-height: 1.28em;
    font-weight: 300;
    color: inherit;
    text-align: center
}

@media screen and (max-width: 767px) {
    blockquote, .blockquote {
        font-size: 22px !important
    }
}

blockquote small, .blockquote small {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.8;
    font-weight: bold;
    color: inherit
}

    blockquote small::before, .blockquote small::before {
        content: '— '
    }

.lead {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300
}

figure.iconHolder {
    width: 100px;
    margin: 0 auto 20px
}

a > figure > img {
    opacity: 1;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

a:hover > figure > img {
    opacity: 0.8
}

figcaption {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
    display: block
}

@media screen and (max-width: 768px) {
    .col-xs-6 figure figcaption {
        overflow: hidden
    }
}

.txt-shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6)
}

ul {
    list-style: square;
    margin: 0
}

    ul ul {
        list-style: circle
    }

.dl-features {
    display: block;
    width: 100%;
    width: 100%
}

    .dl-features dt {
        display: inline-block;
        float: left;
        width: 25%;
        margin: 0 5% 0 5%;
        padding: 0;
        text-align: right;
        vertical-align: middle
    }

    .dl-features dd {
        display: inline-block;
        float: left;
        width: 60%;
        margin: 0 5% 0 0;
        padding: 0;
        text-align: justify;
        vertical-align: top
    }

.dl-features-reversed {
    display: block;
    width: 100%
}

    .dl-features-reversed dt {
        display: inline-block;
        float: right;
        width: 25%;
        margin: 0 5% 0 5%;
        padding: 0;
        text-align: left;
        vertical-align: middle
    }

    .dl-features-reversed dd {
        display: inline-block;
        float: right;
        width: 60%;
        margin: 0 0 0 5%;
        padding: 0;
        text-align: justify;
        vertical-align: top
    }

@media screen and (max-width: 768px) {
    .dl-features, .dl-features-reversed {
        padding-left: 20px;
        padding-right: 20px
    }

        .dl-features dt, .dl-features dd, .dl-features-reversed dt, .dl-features-reversed dd {
            display: block;
            float: none;
            width: 90%;
            text-align: left;
            margin: 0 auto
        }
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin: 0;
    padding: 0
}

    hr.cust-feature {
        border: 0;
        height: 0;
        border-top: 5px solid #00b2ba;
        border-bottom: 0
    }

.note {
    color: #999;
    font-size: 11px;
    font-style: italic
}

@media screen and (max-width: 992px) {
    .sm-txt-center {
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .xs-txt-center {
        text-align: center
    }
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

    .col-xs-15 figure {
        display: block;
        text-align: center
    }

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

.font-weight-normal {
    font-size: 24px;
    line-height: 1.3em;
}

h2 a, h3 a {
    font-size: inherit;
    line-height: inherit
}

.customerSection .customerHighlights, .customerSection .customerLogo, .customerSection .customerLink, .solutionsColSection, .solutionsColSection figure {
    display: flex
}

html {
    background-color: #bec0c2
}

body {
    max-width: 1600px;
    margin: 60px auto 0;
    background-color: #fff
}

@media screen and (min-width: 992px) {
    body {
        margin: 123px auto 0
    }
}

@media screen and (max-width: 1199px) {
    .noam body {
        margin-top: 60px
    }
}

body.modal-open {
    overflow: auto;
    padding-right: 0 !important
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

    .container::after {
        display: block;
        clear: both;
        content: ""
    }

@media (min-width: 768px) {
    .container {
        width: 768px
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 1210px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 827px) {
    .container {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (min-width: 992px) and (max-width: 1295px) {
    .container {
        padding-left: 60px;
        padding-right: 60px
    }
}

.jumbotron .container {
    max-width: 1180px
}

section, .section {
    padding: 46px 0
}

    section.benefits, section.newsroomSection, .section.benefits, .section.newsroomSection {
        background: url("../img/backgrounds/section-background-benefits.png") no-repeat center top;
        background-size: cover
    }

    section.ctaSection, .section.ctaSection {
        background: url("../img/backgrounds/section-background-cta.png") no-repeat center top;
        background-size: cover
    }

    section.featuredSection, .section.featuredSection {
        background: url("../img/backgrounds/section-background-featured.png.jpg") no-repeat center top;
        background-size: cover
    }

    section.tabContent, .section.tabContent {
        background: url("../img/backgrounds/section-background-tabs.png") no-repeat center top;
        background-size: cover
    }

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    section, .section {
        padding: 36px 0
    }
}

@media screen and (max-width: 768px) {
    .container > section, .container > .section {
        padding-left: 15px;
        padding-right: 15px
    }
}

.overflowHidden {
    overflow: hidden
}

.breadcrumb {
    padding: 5px 0;
    margin: 0;
    font-size: 10px;
    list-style: none;
    background-color: transparent
}

    .breadcrumb a {
        color: #111B22
    }

        .breadcrumb a:hover {
            color: #111B22;
            text-decoration: none
        }

    .breadcrumb li a {
        font-size: 10px
    }

@media screen and (max-width: 767px) {
    .breadcrumb {
        font-size: 12px;
        padding: 10px 0 15px
    }

        .breadcrumb li a {
            font-size: 12px
        }

        .breadcrumb .active {
            display: none
        }
}

.CTA {
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 40px 0
}

.pr-icon {
    width: 100px;
    height: auto;
    float: left
}

.coverPage {
    margin: 0 !important;
    background-image: url("../img/cover.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center
}

    .coverPage .site-wrapper {
        display: table;
        width: 100%;
        height: 100%;
        min-height: 100%;
        -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
        box-shadow: inset 0 0 100px rgba(0,0,0,0.5)
    }

    .coverPage .site-wrapper-inner {
        display: table-cell;
        vertical-align: top
    }

    .coverPage .cover-container {
        margin-right: auto;
        margin-left: auto
    }

    .coverPage .form {
        display: block;
        padding-bottom: 20px
    }

    .coverPage .login-element {
        width: 420px;
        text-align: center;
        margin: 100px auto;
        padding: 30px;
        display: block;
        overflow: hidden;
        background-color: #fff;
        opacity: 0.98;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px
    }

    .coverPage input[type='text'], .coverPage input[type='password'] {
        background: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border: 1px solid #d1dfeb;
        padding: 10px;
        color: #666
    }

    .coverPage .mastfoot {
        color: #eee
    }

@media (min-width: 768px) {
    .coverPage .mastfoot {
        position: fixed;
        bottom: 0
    }

    .coverPage .site-wrapper-inner {
        vertical-align: middle
    }

    .coverPage .masthead, .coverPage .mastfoot, .coverPage .cover-container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .coverPage .masthead, .coverPage .mastfoot, .coverPage .cover-container {
        width: 700px
    }
}

table, .table {
    display: table
}

tr, .tr {
    display: table-row
}

td, .td {
    display: table-cell
}

.valign-top {
    vertical-align: top
}

.valign-middle {
    vertical-align: middle
}

.valign-bottom {
    vertical-align: bottom
}

.ctaRow {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

    .ctaRow .ctaColRight {
        display: flex;
        justify-content: flex-end
    }

@media screen and (min-width: 600px) {
    .ctaRow .ctaColRight img {
        max-height: 310px
    }
}

.customerSection {
    background-image: url("../img/backgrounds/section-background-featured.png.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

    .customerSection .customerHighlights {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
        margin: 0 0 16px 0
    }

@media screen and (min-width: 600px) {
    .customerSection .customerHighlights {
        flex-flow: row wrap;
        justify-content: space-around;
        align-items: initial
    }
}

.customerSection .customer {
    width: 300px;
    margin: 0 0 30px 0;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

@media screen and (min-width: 900px) {
    .customerSection .customer {
        display: flex;
        flex-flow: column;
        margin: initial;
        transition: all 0.2s ease;
        cursor: pointer
    }

        .customerSection .customer:hover {
            transform: scale(1.025);
            box-shadow: 0 6px 24px 12px rgba(0,0,0,0.25)
        }
}

.customerSection .customerLogo {
    justify-content: center;
    align-items: center;
    min-height: 62px;
    margin: 0 0 30px 0
}

    .customerSection .customerLogo img {
        max-height: 62px
    }

.customerSection .customerTestimony {
    text-align: center;
    font-size: 15px
}

.customerSection .customerLink {
    justify-content: flex-end;
    margin: auto 0 0 0
}

.customerSection .customerViewMore {
    float: none;
    max-width: 1150px;
    margin: 0 auto;
    text-align: right
}

.valign-top {
    vertical-align: top
}

.valign-middle {
    vertical-align: middle
}

.valign-bottom {
    vertical-align: bottom
}

.cust-tabs .nav > li > a > img {
    max-width: 100%
}

.cust-tabs .nav-tabs {
    border: none
}

    .cust-tabs .nav-tabs > li > a, .cust-tabs .nav-tabs > .active > a {
        border: none !important;
        padding: 0
    }

.cust-tabs img {
    width: 100%
}

.cust-tabs .nav-tabs li a img:hover {
    opacity: 0.8
}

.cust-tabs .tab-content {
    margin: 30px 0
}

    .cust-tabs .tab-content:before, .cust-tabs .tab-content:after {
        content: '';
        display: block;
        clear: both
    }

.tab-content.container {
    background-color: #fff
}

.pr-0 {
    padding-right: 0
}

.tabContent .cust-tabs.container {
    margin: 0 16px;
    width: calc(100% - 32px);
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 1200px) {
    .tabContent .cust-tabs.container {
        margin: 0 auto;
        width: auto;
        white-space: unset;
        overflow-y: unset;
        overflow-x: unset;
        -webkit-overflow-scrolling: unset
    }
}

@media screen and (max-width: 576px) {
    .text-xs-center {
        text-align: center
    }
}

.customer__page .story-specs__items {
    columns: 1;
    column-rule: 1px solid #ccc;
    column-gap: 30px;
    text-align: center
}

    .customer__page .story-specs__items div {
        break-inside: avoid
    }

        .customer__page .story-specs__items div p {
            margin-bottom: 0;
            padding-bottom: 1rem
        }

@media screen and (min-width: 992px) {
    .customer__page .story-specs__items {
        columns: 3;
        text-align: left
    }
}

.customer__page .container__features .headline__features {
    margin-top: 46px;
    margin-bottom: 0
}

.customer__page .container__features .section .dl-features dd a {
    font-size: inherit
}

.customer__page .container__features .section .dl-features-reversed dd a {
    font-size: inherit;
    text-decoration: underline;
    color: #fff
}

    .customer__page .container__features .section .dl-features-reversed dd a:hover {
        color: #000
    }

.solutionsColSection {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1180px;
    margin: 0 auto
}

@media screen and (min-width: 900px) {
    .solutionsColSection {
        flex-flow: row nowrap
    }
}

.solutionsColSection .solutionsColumn {
    width: 45%;
    margin: 0 0 30px 0
}

    .solutionsColSection .solutionsColumn:first-child {
        margin: 0 27.5% 30px
    }

@media screen and (min-width: 900px) {
    .solutionsColSection .solutionsColumn {
        width: 14.58%;
        margin: initial
    }

        .solutionsColSection .solutionsColumn:first-child {
            margin: initial
        }
}

.solutionsColSection a {
    display: block;
    text-align: center;
    text-decoration: none
}

.solutionsColSection figure {
    justify-content: center;
    align-items: center
}

.solutionsColSection .sectionColumnTitle {
    font-size: 17px;
    font-weight: 600;
    color: #2b2e34
}

.newsroomSection {
    background-color: #f3f3f3
}

.newsroomContainer {
    margin: 0 -15px 16px
}

    .newsroomContainer .newsroomItem, .newsroomContainer .newsroomItemSmall {
        position: relative;
        border-radius: 4px;
        box-shadow: 2px 2px 10px 3px rgba(0,0,0,0.15);
        transition: all 0.2s ease;
        cursor: pointer
    }

        .newsroomContainer .newsroomItem:hover div, .newsroomContainer .newsroomItemSmall:hover div {
            text-decoration: underline
        }

        .newsroomContainer .newsroomItem h6, .newsroomContainer .newsroomItem .h6, .newsroomContainer .newsroomItemSmall h6, .newsroomContainer .newsroomItemSmall .h6 {
            margin: 0 0 8px;
            font-size: 12px;
            line-height: 1;
            font-weight: 700;
            text-transform: uppercase
        }

        .newsroomContainer .newsroomItem .textReveal, .newsroomContainer .newsroomItemSmall .textReveal {
            display: none
        }

@media screen and (min-width: 990px) {
    .newsroomContainer .newsroomItem .textReveal, .newsroomContainer .newsroomItemSmall .textReveal {
        display: block;
        height: 0;
        margin: 0 0 0 0;
        opacity: 0;
        overflow: hidden;
        font-size: 14px;
        transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out
    }
}

@media screen and (min-width: 990px) {
    .newsroomContainer .newsroomItem:hover .textReveal, .newsroomContainer .newsroomItemSmall:hover .textReveal {
        height: auto;
        opacity: 1;
        margin: 8px 0 0 0
    }
}

.newsroomContainer .newsroomItem .titleCustomerStories, .newsroomContainer .newsroomItemSmall .titleCustomerStories {
    color: #00adbb
}

.newsroomContainer .newsroomItem .titleCompanyUpdates, .newsroomContainer .newsroomItemSmall .titleCompanyUpdates {
    color: #8a6988
}

.newsroomContainer .newsroomItem .titleEvent, .newsroomContainer .newsroomItemSmall .titleEvent {
    color: #e55844
}

.newsroomContainer .newsroomItem .titleEcosystem, .newsroomContainer .newsroomItemSmall .titleEcosystem {
    color: #eea357
}

.newsroomContainer .newsroomTextBlock, .newsroomContainer .newsroomSecondCol .newsroomTextBlockSmall {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 16px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #666
}

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomTextBlock, .newsroomContainer .newsroomSecondCol .newsroomTextBlockSmall {
        padding: 30px;
        font-size: 30px
    }
}

.newsroomContainer .newsroomFeature {
    margin: 0 0 30px
}

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomFeature {
        height: 560px;
        margin: initial
    }
}

.newsroomContainer .newsroomFeature .newsroomItem {
    height: 100%
}

    .newsroomContainer .newsroomFeature .newsroomItem img {
        width: 100%;
        max-width: 100%;
        height: auto;
        border-radius: 4px
    }

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomFeature .newsroomItem img {
        width: auto;
        max-width: initial
    }
}

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomSecondCol .row {
        height: 560px
    }
}

.newsroomContainer .newsroomSecondCol .newsroomInnerCol, .newsroomContainer .newsroomSecondCol .newsroomInnerColOffset {
    height: 100%;
    margin: 0 0 30px
}

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomSecondCol .newsroomInnerCol, .newsroomContainer .newsroomSecondCol .newsroomInnerColOffset {
        margin: 0 0
    }
}

.newsroomContainer .newsroomSecondCol .newsroomItemSmall {
    margin: 0 0 30px 0
}

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomSecondCol .newsroomItemSmall {
        height: 265px
    }
}

.newsroomContainer .newsroomSecondCol .newsroomItemSmall img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 4px
}

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomSecondCol .newsroomItemSmall img {
        width: auto;
        max-width: initial
    }
}

.newsroomContainer .newsroomSecondCol .newsroomItemSmall:last-child {
    margin: 0 0
}

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomSecondCol .newsroomInnerColOffset .newsroomItemSmall:first-child {
        height: 340px;
        margin: 0 0 30px 0
    }

    .newsroomContainer .newsroomSecondCol .newsroomInnerColOffset .newsroomItemSmall:last-child {
        height: 190px
    }
}

.newsroomContainer .newsroomSecondCol .newsroomTextBlockSmall {
    width: 100%;
    padding: 30px 16px;
    line-height: 1.2
}

@media screen and (min-width: 992px) {
    .newsroomContainer .newsroomSecondCol .newsroomTextBlockSmall {
        padding: 14px 30px;
        font-size: 15px
    }
}

.newsroomViewMore {
    float: none;
    text-align: right
}

    .newsroomViewMore a {
        margin: 0 -15px
    }

#homepage-sticky-footer-cta {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    left: 0;
    bottom: -44px;
    z-index: 9;
    transition: all 0.25s ease-in-out;
    background-color: rgba(28,33,39,0.7);
    color: #fff;
    font-size: 16px;
    text-align: center
}

    #homepage-sticky-footer-cta a {
        color: #fff;
        text-decoration: underline
    }

@media screen and (max-width: 599px) {
    #homepage-sticky-footer-cta {
        display: none
    }
}

.resourcesSection figure {
    box-shadow: 0px 3px 6px rgba(0,0,0,0.125);
    border-radius: 0 0 6px 6px
}

.resourcesSection figcaption {
    padding: 30px
}

    .resourcesSection figcaption h6 {
        font-weight: bold
    }

.simple-tabs {
    border: none
}

    .simple-tabs li {
        display: inline-block;
        float: none;
        padding: 0 10px !important
    }

        .simple-tabs li:first-child {
            padding: 0 10px 0 0 !important
        }

        .simple-tabs li:last-child {
            padding: 0 0 0 10px !important
        }

        .simple-tabs li a {
            padding: 0 0 4px 0;
            background-color: transparent;
            color: #fff;
            font-size: 0.875rem;
            font-weight: 600;
            border-radius: 0;
            border: none;
            border-bottom: 2px solid transparent
        }

            .simple-tabs li a:hover {
                background-color: transparent;
                color: #1c2127;
                border: none;
                border-bottom: 2px solid #1c2127
            }

        .simple-tabs li.active > a, .simple-tabs li.active > a:hover, .simple-tabs li.active > a:focus, .simple-tabs li > a.active, .simple-tabs li > a.active:hover, .simple-tabs li > a.active:focus {
            background-color: transparent;
            color: #1c2127;
            font-weight: 600;
            border: none;
            border-bottom: 2px solid #1c2127
        }

.simple-tabs-whitebg {
    border: none
}

    .simple-tabs-whitebg li {
        display: inline-block;
        float: none;
        padding: 0 10px !important
    }

        .simple-tabs-whitebg li:first-child {
            padding: 0 10px 0 0 !important
        }

        .simple-tabs-whitebg li:last-child {
            padding: 0 0 0 10px !important
        }

        .simple-tabs-whitebg li a {
            padding: 0 0 4px 0;
            background-color: transparent;
            color: #147ce5;
            font-size: 0.875rem;
            font-weight: 600;
            border-radius: 0;
            border: none;
            border-bottom: 2px solid transparent
        }

            .simple-tabs-whitebg li a:hover {
                background-color: transparent;
                color: #1c2127;
                border: none;
                border-bottom: 2px solid #1c2127
            }

            .simple-tabs-whitebg li a.active, .simple-tabs-whitebg li a.active:hover, .simple-tabs-whitebg li a.active:focus {
                background-color: transparent;
                color: #1c2127;
                font-weight: 600;
                border: none;
                border-bottom: 2px solid #1c2127
            }

.cust-cta {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 0;
    display: table;
    width: 100%
}

    .cust-cta .row {
        display: table-row
    }

    .cust-cta .cta-left {
        display: table-cell;
        width: 30%;
        padding: 30px 2.5%
    }

    .cust-cta .cta-title {
        font-size: 25px;
        line-height: 27px;
        font-family: 'arial black', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 10px
    }

        .cust-cta .cta-title span {
            color: #00adbb !important
        }

    .cust-cta .cta-right {
        display: table-cell;
        padding: 0;
        margin: 0;
        width: 70%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        overflow: hidden
    }

@media screen and (max-width: 768px) {
    .cust-cta .cta-left {
        display: block;
        width: 70%;
        margin: 0 auto;
        padding: 30px;
        text-align: center
    }

    .cust-cta .cta-right {
        display: none
    }
}

@media screen and (max-width: 768px) {
    #customers .cta-left {
        width: 100%
    }
}

.cta-button {
    background-color: transparent;
    border: 3px solid #1c2127;
    color: #1c2127
}

    .cta-button:hover, .cta-button:focus {
        background-color: transparent;
        border-color: #00b2ba;
        color: #00b2ba
    }

.hover-block {
    position: relative;
    width: 25%;
    box-sizing: border-box;
    float: left;
    margin: 30px 0;
    border-left: 1px solid #fff
}

    .hover-block .base {
        display: block;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        text-align: center;
        padding: 30px 20px
    }

    .hover-block .overlay {
        position: absolute;
        top: 0;
        right: -1px;
        bottom: -100px;
        left: -1px;
        padding: 10px;
        color: #555;
        font-size: 12px;
        text-align: left;
        padding-bottom: 30px;
        background-color: #fff;
        visibility: hidden;
        transform: translateY(100%);
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .hover-block:hover .overlay {
        visibility: visible;
        transform: translateY(0)
    }

    .hover-block.first {
        border: none
    }

.customer-container {
    max-width: 100%;
    padding-top: 20px
}

@media (min-width: 768px) {
    .customer-container .form-group {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .customer-container .form-group {
        max-width: 25%;
        width: auto
    }
}

.customer-container .form-control {
    display: block;
    position: relative;
    width: 100%;
    font-size: 13px;
    line-height: 1.5;
    color: #a8a8a8;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    background: url("../img/select-arrow-gray.png") no-repeat right center;
    background-size: 18px 18px;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-text-overflow: '';
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 30px;
    padding-top: 3px;
    padding-right: 20px;
    margin-right: 15px
}

.customer-container .select-holder {
    margin-bottom: 32px
}

.customer-container .result-grid {
    overflow: hidden
}

.customer-container .box {
    display: block;
    float: left;
    width: 24%;
    position: relative;
    overflow: hidden;
    margin: 0 1% 10px 0
}

    .customer-container .box .caption, .customer-container .box .caption2, .customer-container .box .caption3 {
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        display: block;
        position: absolute;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        top: 0px;
        color: #fff;
        text-align: center;
        padding: 8px 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s
    }

        .customer-container .box .caption .course-base .ico-fonts, .customer-container .box .caption2 .course-base .ico-fonts, .customer-container .box .caption3 .course-base .ico-fonts {
            font-size: 40px
        }

    .customer-container .box:hover .caption, .customer-container .box:hover .caption2, .customer-container .box:hover .caption3 {
        background-color: rgba(0,0,0,0.8)
    }

.customer-container img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%
}

.customer-container h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 18px !important;
    font-weight: bold !important
}

.customer-container p {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff
}

select::-ms-expand {
    display: none
}

@media screen and (max-width: 768px) {
    .customer-container .box {
        width: 32%;
        margin-right: 0.5%;
        margin-bottom: 5px
    }

        .customer-container .box .caption, .customer-container .box .caption2, .customer-container .box .caption3 {
            top: 0
        }

    .customer-container p {
        display: none
    }
}

.bg-teal li {
    margin-right: 20px
}

.btn-group:hover ul.dropdown-menu {
    display: block
}

#author-cards {
    font-size: 16px
}

    #author-cards img {
        margin-right: 15px;
        margin-bottom: 10px
    }

    #author-cards .socials a:not(:last-child) {
        padding: 0 7px 0 0
    }

.card-author {
    margin-bottom: 50px
}

    .card-author h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        margin: 0;
        color: #000
    }

        .card-author h2 a {
            color: #000;
            font-size: inherit;
            font-weight: bold
        }

            .card-author h2 a:hover, .card-author h2 a:focus, .card-author h2 a:active {
                color: #6a9d67
            }

.author-title {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: inherit;
    line-height: inherit
}

.author-desc {
    clear: both;
    margin-top: 0;
    padding-top: 5px
}

    .author-desc p {
        font-size: 16px;
        line-height: 1.5em
    }

#finder {
    background-color: #e5e1dd;
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #868685
}

    #finder a {
        color: #868685;
        padding: 0 3px
    }

#pagination, #pagination a {
    color: #46989f;
    font-size: 14px
}

@media screen and (min-width: 992px) {
    #author-cards > .row > .col-md-4:nth-of-type(3n+1) {
        clear: left
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #author-cards > .row > .col-md-4:nth-of-type(2n+1) {
        clear: left
    }
}

@media screen and (max-width: 991px) {
    .text-sm-center {
        text-align: center !important
    }
}

.article-title {
    margin-top: 0
}

.article-item {
    padding: 50px 0
}

    .article-item a {
        display: block
    }

        .article-item a:hover, .article-item a:focus {
            text-decoration: none
        }

            .article-item a:hover h3, .article-item a:focus h3 {
                text-decoration: underline
            }

    .article-item:nth-of-type(even) {
        background: #f2f2f2
    }

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0 !important
}

.pb-0 {
    padding-bottom: 0
}

.sidebar .list-unstyled {
    font-size: 16px
}

    .sidebar .list-unstyled a {
        color: #00b5ef
    }

.sidebar .list-inline {
    padding-left: 0;
    list-style: none
}

    .sidebar .list-inline li:not(:last-child) {
        margin-right: 0.5rem;
        display: inline-block
    }

    .sidebar .list-inline li a {
        border-right: 0
    }

footer {
    background-color: #212429;
    color: #fff
}

.footer-bar-background {
    display: block;
    width: 100%;
    height: 16px;
    background: url("../img/footer-bar.jpg") no-repeat center top;
    border: none
}

.footer-cols {
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width: 600px) {
    .footer-cols {
        width: 20%;
        float: left
    }
}

@media screen and (max-width: 767px) {
    .section-resources .row .col-xs-6:nth-of-type(odd), .clear-xs .row .col-xs-6:nth-of-type(odd) {
        clear: left
    }
}

@media screen and (max-width: 576px) {
    .table-xs-block table, .table-xs-block tbody, .table-xs-block tr, .table-xs-block td {
        display: block;
        width: 100%;
        border: none !important
    }

    .table-xs-block thead {
        display: none
    }

    .table-xs-block td:nth-of-type(2) {
        display: none
    }
}

.product-card {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.13);
    display: block;
    padding: 20px 15px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    font-size: 16px
}

    .product-card:hover, .product-card:focus {
        text-decoration: none;
        box-shadow: 0 0 10px 3px rgba(0,0,0,0.2) !important
    }

    .product-card h3 {
        font-size: 20px;
        font-weight: bold;
        color: #000
    }

    .product-card hr {
        border-top: 3px solid #000;
        border-bottom: none;
        width: 50px
    }

    .product-card p {
        margin-bottom: 0
    }

.cust-video-highlight {
    background-color: #94b0af;
    color: #fff
}

@media screen and (min-width: 1200px) {
    .product-card {
        height: 372px
    }

    .cust-video-highlight .row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center
    }
}

@media screen and (max-width: 767px) {
    .partner-logos > div:nth-of-type(2n+1) {
        clear: left
    }
}

@media screen and (min-width: 768px) {
    .partner-logos > div:nth-of-type(4n+1) {
        clear: left
    }
}

#industry-cards {
    font-size: 14px
}

    #industry-cards:before, #industry-cards:after {
        content: '';
        display: block;
        clear: both
    }

    #industry-cards h3 {
        font-size: 12px;
        font-weight: bold;
        min-height: 30px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center
    }

    #industry-cards hr {
        border-top: 3px solid #000;
        border-bottom: none;
        width: 30px
    }

    #industry-cards a {
        display: block;
        width: calc((100% / 2) - 15px);
        float: left;
        color: #000;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.13);
        padding: 10px;
        margin: 0 7.5px 30px;
        background-color: #fff
    }

        #industry-cards a:hover, #industry-cards a:focus, #industry-cards a:active {
            box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
            text-decoration: none
        }

.cs-card {
    padding: 10px;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.13);
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 50px;
    height: 345px
}

    .cs-card .play-icon {
        position: absolute;
        bottom: 10px;
        right: 10px
    }

@media screen and (min-width: 768px) and (max-width: 991px) {
    #industry-cards a {
        width: calc((100% / 4) - 15px)
    }

        #industry-cards a:nth-of-type(4n+1) {
            clear: left
        }
}

@media screen and (max-width: 991px) {
    .cs-card {
        height: auto
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #industry-cards a {
        width: calc((100% / 6) - 15px)
    }

        #industry-cards a:nth-of-type(6n+1) {
            clear: left
        }
}

@media screen and (min-width: 1200px) {
    #industry-cards a {
        width: calc((100% / 8) - 15px)
    }

        #industry-cards a:nth-of-type(8n+1) {
            clear: left
        }
}

.card-resources h2 a {
    color: inherit
}

.card-resources .card {
    display: block;
    min-height: 364px;
    margin: 0 0 30px 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.13);
    border-radius: 10px;
    text-decoration: none !important
}

    .card-resources .card:hover {
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.3)
    }

.card-resources img {
    border-radius: 10px 10px 0 0
}

.card-resources .card-body {
    padding: 20px 15px;
    border-top: 4px solid #83b6a4
}

.card-resources .card-title {
    font-weight: bold
}

.seeMore {
    text-align: right
}

    .seeMore .btn-link {
        color: black;
        font-size: 14px
    }

.heroBar .list-inline {
    height: 46px;
    margin: 0 0
}

    .heroBar .list-inline li {
        line-height: 46px;
        margin: 0 16px 0 0
    }

        .heroBar .list-inline li a {
            padding: 8px 0;
            border-right: none;
            border-bottom: 4px solid transparent;
            color: #cccccc;
            cursor: pointer
        }

            .heroBar .list-inline li a:hover, .heroBar .list-inline li:hover a, .heroBar .list-inline li.active a {
                color: #ffffff;
                border-bottom: 4px solid #6a9d67;
                text-decoration: none
            }

#alert-bar {
    background-color: #398680;
    padding: 10px 0
}

    #alert-bar a {
        font-size: 0.89rem;
        color: #fff
    }

.row.cols-5 .col-auto {
    flex-basis: 30%;
    width: 30%
}

@media (min-width: 768px) {
    .row.cols-5 .col-auto {
        flex-basis: 20%;
        width: 20%
    }
}

.jumbotron, .hero, .banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    color: #fff;
    text-align: left;
    position: relative;
    overflow: hidden
}

    .jumbotron .inner, .hero .inner, .banner .inner {
        display: table-cell;
        vertical-align: middle;
        position: relative
    }

        .jumbotron .inner .left, .hero .inner .left, .banner .inner .left {
            width: 600px
        }

        .jumbotron .inner .right, .hero .inner .right, .banner .inner .right {
            max-width: 300px
        }

    .jumbotron .overlay, .hero .overlay, .banner .overlay {
        display: table;
        height: 100%;
        min-height: 100%;
        vertical-align: middle;
        background-color: rgba(0,0,0,0.7);
        background-size: 100vw;
        position: absolute;
        top: 0;
        right: 0;
        width: 30%
    }

        .jumbotron .overlay .inner, .hero .overlay .inner, .banner .overlay .inner {
            display: table-cell;
            vertical-align: middle;
            padding: 20px
        }

            .jumbotron .overlay .inner .img-circle, .hero .overlay .inner .img-circle, .banner .overlay .inner .img-circle {
                display: block;
                width: 100px;
                height: auto;
                margin: 10px 20px
            }

@media only screen and (min-device-width: 320px) and (max-width: 600px) {
    .jumbotron .inner .left, .hero .inner .left, .banner .inner .left {
        width: 100%
    }
}

.cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.text-shadow {
    text-shadow: 0px 1px 3px rgba(0,0,0,0.6)
}

.jumbotron {
    height: 400px
}

    .jumbotron .overlay {
        height: 400px
    }

.hero {
    height: 400px
}

    .hero .overlay {
        height: 400px
    }

    .hero h1.smaller {
        font-size: 36px
    }

        .hero h1.smaller small {
            font-size: 30px
        }

@media (min-width: 769px) and (max-width: 929px) {
    .overlay {
        margin-left: 75% !important
    }
}

@media (max-width: 600px) {
    .hero, .overlay {
        height: 160px
    }

        .hero.visible-xs {
            display: table !important
        }

    h1.smaller {
        font-size: 30px
    }

        h1.smaller small {
            font-size: 20px
        }
}

.banner {
    height: 300px
}

    .banner h1 {
        font-size: 60px;
        line-height: 1.1em;
        font-weight: 400
    }

        .banner h1.smaller {
            font-size: 36px
        }

            .banner h1.smaller small {
                font-size: 30px
            }

@media only screen and (min-device-width: 480px) and (max-device-width: 1024px) {
    .banner h1 {
        font-size: 60px;
        line-height: 1.1em;
        font-weight: 300
    }

        .banner h1 small {
            font-size: 30px;
            line-height: 1.1em;
            font-weight: normal
        }
}

@media (max-width: 480px) {
    .banner h1 {
        font-size: 36px;
        font-weight: 500;
        line-height: 1.1em
    }

        .banner h1 small {
            font-size: 20px;
            line-height: 1.3em;
            font-weight: normal
        }
}

.banner .overlay {
    height: 300px
}

#homepage .jumbotron, #homepage .hero, #homepage .banner {
    background-image: url(../img/banners/home-banner.jpg)
}

#products .jumbotron, #products .hero, #products .banner {
    background-image: url(../img/banners/products-banner.jpg)
}

#services .jumbotron, #services .hero, #services .banner {
    background-image: url(../img/banners/services-banner.jpg)
}

#solutions .jumbotron, #solutions .hero, #solutions .banner {
    background-image: url(../img/banners/solutions-banner.jpg)
}

#platform .jumbotron, #platform .hero, #platform .banner {
    background-image: url(../img/banners/platform-banner.jpg)
}

#partners .jumbotron, #partners .hero, #partners .banner {
    background-image: url(../img/banners/partners-banner.jpg)
}

#industries .jumbotron, #industries .hero, #industries .banner {
    background-image: url(../img/banners/industries-banner.jpg)
}

#customers .jumbotron, #customers .hero, #customers .banner {
    background-image: url(../img/banners/customers-banner.jpg)
}

#company .jumbotron, #company .hero, #company .banner {
    background-color: #028b95;
}

#pressReleases .jumbotron, #pressReleases .hero, #pressReleases .banner {
    background-image: url(../img/banners/company-banner.jpg)
}

.no-border {
    border: none
}

@media screen and (min-width: 600px) {
    .carousel {
        margin-top: 60px
    }
}

@media screen and (min-width: 900px) {
    .carousel {
        margin-top: 0
    }
}

.carousel, .carousel .carousel-item, .carousel .carousel-inner {
    height: 400px
}

.carousel--hauto, .carousel--hauto .carousel-item, .carousel--hauto .carousel-inner {
    height: auto !important
}

    .carousel--hauto .carousel-indicators {
        margin: 0;
        bottom: 0 !important;
        left: 50%;
        transform: translate(-50%, 100%)
    }

#homepage .carousel, #homepage .carousel .carousel-item, #homepage .carousel .carousel-inner {
    height: 460px
}

@media screen and (min-width: 600px) {
    #homepage .carousel, #homepage .carousel .carousel-item, #homepage .carousel .carousel-inner {
        height: 560px
    }
}

.carousel h1, .carousel .h1, .carousel h2, .carousel .h2, .carousel h3, .carousel .h3 {
    margin-top: 0px
}

.carousel .carousel-caption h1, .carousel .carouselCaption {
    font-size: 60px
}

@media screen and (min-width: 0px) and (max-width: 480px) {
    .carousel .carousel-caption h1, .carousel .carouselCaption {
        font-size: 36px
    }
}

.carousel .carousel-caption {
    display: flex;
    flex: 1 1 100%;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px 0;
    z-index: 10;
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    color: #fff;
    text-align: left;
    text-shadow: none
}

    .carousel .carousel-caption a {
        text-decoration: none
    }

@media screen and (min-width: 900px) {
    .carousel .carousel-caption {
        padding: 0 0
    }
}

.carousel .carousel-caption blockquote {
    padding-left: 0
}

.carousel .carousel-indicators li + li {
    margin-left: 12px
}

@media screen and (min-width: 600px) {
    .carousel .carousel-indicators {
        bottom: 52px
    }
}

.carousel--light .carousel-indicators li {
    background-color: #666
}

.carousel--light .arrow {
    background-image: url("../img/arrows_dark.svg") !important;
    background-size: auto 50px
}

.carousel .carousel-item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media screen and (max-width: 992px) {
    .carousel .carousel-caption {
        padding: 40px 0
    }
}

@media screen and (min-width: 600px) {
    #homepage .carousel {
        margin-top: 0
    }
}

#homepage #prCarousel, #homepage #prCarousel .carousel-item, #homepage #prCarousel .carousel-inner {
    height: auto
}

.carousel-inner > .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 400px
}

.carousel-indicators {
    width: 100%;
    left: 0;
    margin-left: 0
}

@media screen and (min-width: 600px) {
    .carousel-indicators {
        width: 50%;
        left: 50%;
        margin-left: -25%
    }
}

@media screen and (min-width: 900px) {
    .carousel-indicators {
        width: 20%;
        left: 50%;
        margin-left: -10%
    }
}

.left.carousel-control-prev, .right.carousel-control-next {
    background: 0 0;
    border: 0;
    width: 10%
}

@media screen and (max-width: 767px) {
    .carousel-resources .carousel, .carousel-resources .carousel .carousel-item, .carousel-resources .carousel .carousel-inner {
        height: auto
    }

    .carousel-resources .carousel-indicators {
        bottom: 0
    }

    .carousel-resources .carousel-inner {
        padding-bottom: 50px
    }
}

@media screen and (min-width: 767px) {
    .carousel-resources .col-sm-offset-1 {
        margin-left: 12.5%
    }
}

.carousel-arrows {
    width: 30%;
    z-index: 17;
    position: absolute;
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0
}

@media (max-width: 991.98px) {
    .carousel-arrows {
        width: 50%
    }
}

#prevArrow, #nextArrow {
    border: none;
    text-decoration: none;
    background: url("../img/arrows.svg") no-repeat;
    background-size: 150px 50px;
    color: #111;
    font-weight: 800;
    width: 50px;
    height: 50px;
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

    #prevArrow.arrow-dark, #nextArrow.arrow-dark {
        background: url("../img/arrows_dark.svg") no-repeat;
        background-size: auto 50px;
        width: 50px;
        height: 50px
    }

    #prevArrow:hover, #nextArrow:hover {
        opacity: 1
    }

#prevArrow {
    right: 0;
    background-position: left top
}

    #prevArrow.arrow-dark {
        background-position: left top
    }

#nextArrow {
    background-position: right top;
    left: 0
}

    #nextArrow.arrow-dark {
        background-position: right top
    }

.carousel-arrows #prevArrow {
    left: 0;
    right: initial
}

.carousel-arrows #nextArrow {
    right: 0;
    left: initial
}

.carousel-arrows button:focus-visible {
    transform: scale(1.2, 1.2)
}

.carousel.carousel-b {
    padding-top: 20px;
    padding-bottom: 30px
}

    .carousel.carousel-b, .carousel.carousel-b .carousel-item, .carousel.carousel-b .carousel-inner {
        height: auto
    }

        .carousel.carousel-b .carousel-caption {
            display: block
        }

        .carousel.carousel-b .slide-row:not(.row) {
            display: block
        }

        .carousel.carousel-b .carousel-indicators {
            position: absolute;
            bottom: -20px;
            padding-top: 10px;
            height: 10px;
            z-index: 900
        }

            .carousel.carousel-b .carousel-indicators li {
                border: 1px solid #999
            }

            .carousel.carousel-b .carousel-indicators .active {
                background-color: #999
            }

#customers h4 {
    padding-top: 30px !important;
    text-transform: uppercase
}

.no-shadow {
    text-shadow: none
}

.heroBar {
    position: absolute;
    display: flex;
    flex: 1 1 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    bottom: 0;
    z-index: 1;
    background-color: #ffffff30;
    padding-left: 15px;
    padding-right: 15px;
    backdrop-filter: blur(8px);
}

    .heroBar p {
        margin: 0;
        font-size: 16px
    }

        .heroBar p a {
            color: #fff;
            text-decoration: underline
        }

.logoContainer {
    display: flex;
    flex: 0 0 auto;
    margin: 0 auto 0 0;
    line-height: 16px
}

.logo {
    width: 372px;
    height: 33px;
    margin: 0
}

.mobileLogo {
    margin: 0 auto 0 10px;
    font-size: 0px
}

    .mobileLogo .logo {
        height: 24px;
        width: 244px;
    }

header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1600px;
    box-shadow: 0 0 5px rgba(0,0,0,0.16);
    z-index: 999
}

    header .upperNav {
        display: block;
        width: 100%;
        max-width: 100%
    }

        header .upperNav .container {
            margin: 0 auto;
            padding: 0 4px
        }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header .upperNav .container {
        padding: 0 60px !important
    }
}

header .upperNav #navbar2 {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px
}

header .upperNav .formContainer {
    position: relative
}

header .upperNav #siteSearch {
    padding: 0;
    margin: 0
}

header .upperNav input[type='search'] {
    width: 230px;
    margin: 0 0;
    padding: 10px 18px 10px 44px;
    opacity: 1;
    background: #1a1a1a url(../img/icon-search-white.svg) no-repeat 12px 50%;
    background-size: 20px;
    color: #004C48;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1em;
    border: none;
    border-radius: 50px;
    cursor: text;
    outline: 0 !important
}

header .upperNav ::-webkit-input-placeholder {
    color: #e4e1dd
}

header .upperNav :-ms-input-placeholder {
    color: #e4e1dd
}

header .upperNav ::placeholder {
    color: #e4e1dd
}

header .upperNav .form-btn-search, header .upperNav .form-btn-searchTEMP {
    display: inline-block;
    margin: 0 0 0 4px;
    cursor: pointer
}

header .upperNav #showForm {
    cursor: pointer
}

header .upperNav .navbar {
    display: flex;
    flex: 0 0 auto;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    background-color: #212429;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #fff
}

    header .upperNav .navbar .navbar-nav li {
        padding: 0;
        font-weight: normal
    }

        header .upperNav .navbar .navbar-nav li a {
            margin: 0;
            font-weight: 400;
            line-height: 1;
            font-size: inherit;
            color: inherit;
            display: block;
            padding: 11px 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px
        }

            header .upperNav .navbar .navbar-nav li a:hover, header .upperNav .navbar .navbar-nav li a:focus {
                background-color: #212429
            }

@media screen and (min-width: 900px) {
    header .upperNav .navbar .navbar-nav li a.muted {
        cursor: default
    }

        header .upperNav .navbar .navbar-nav li a.muted:hover {
            background-color: transparent;
            color: inherit
        }
}

header .upperNav .navbar .navbar-nav li a.btn-freeProductTour {
    padding: 11px 20px;
    color: #fff
}

    header .upperNav .navbar .navbar-nav li a.btn-freeProductTour:hover {
        background-color: #af5c00;
        border: 2px solid #af5c00;
        color: #fff
    }

    header .upperNav .navbar .navbar-nav li a.btn-freeProductTour:focus {
        background-color: #ff9016;
        border-color: #ff9016;
        color: #fff
    }

    header .upperNav .navbar .navbar-nav li a.btn-freeProductTour.btn-us:hover, header .upperNav .navbar .navbar-nav li a.btn-freeProductTour.btn-us:focus {
        background-color: #065AB5;
        border: 2px solid #065AB5;
        color: #fff
    }

header .upperNav .navbar .navbar-nav li .fa, header .upperNav .navbar .navbar-nav li .oj-ux-icon, header .upperNav .navbar .navbar-nav li [class*='oj-ux-'], header .upperNav .navbar .navbar-nav li [class^='oj-ux-'] {
    padding: 0 1rem
}

@media screen and (max-width: 1200px) {
    header .upperNav .navbar .navbar-collapse {
        max-height: none;
        margin-bottom: 0;
        overflow: auto
    }

        header .upperNav .navbar .navbar-collapse .navbar-nav {
            margin-bottom: 0
        }

        header .upperNav .navbar .navbar-collapse li {
            padding: 4px;
            border-bottom: 1px solid #ffffff1a;
            margin-bottom: 0
        }
}

header .upperNav #navbar {
    height: calc(100vh - 60px)
}

header .secondary-bar {
    background-color: #fff;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 5px
}

    header .secondary-bar a {
        color: #fff
    }

    header .secondary-bar .navbar-default {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        font-size: 14px;
        font-weight: normal
    }

        header .secondary-bar .navbar-default li a.dropdown-toggle {
            display: block;
            padding: 18px 0;
            margin-right: 24px;
            border-bottom: 4px solid transparent;
            color: #212429;
            font-size: 14px;
            line-height: 1
        }

            header .secondary-bar .navbar-default li a.dropdown-toggle:hover {
                color: #212429;
                border-bottom: 4px solid #2e9ea6;
                text-decoration: none
            }

            header .secondary-bar .navbar-default li a.dropdown-toggle:after {
                display: none
            }

        header .secondary-bar .navbar-default li.open a, header .secondary-bar .navbar-default li.open a:hover, header .secondary-bar .navbar-default li.open a:focus {
            background-color: transparent;
            color: inherit
        }

    header .secondary-bar .navbar {
        padding: 0;
        margin: 0;
        min-height: 60px
    }

        header .secondary-bar .navbar .container {
            padding: 0 15px;
            position: relative
        }

@media screen and (min-width: 992px) and (max-width: 1199px) {
    header .secondary-bar .navbar .container {
        padding: 0 60px !important
    }
}

header .secondary-bar .navbar .nav, header .secondary-bar .navbar .collapse, header .secondary-bar .navbar .dropup, header .secondary-bar .navbar .dropdown {
    position: static
}

header .secondary-bar .navbar .dropdown-menu {
    left: auto;
    margin: 0 0;
    padding: 0 0;
    opacity: 0.98;
    background-color: #212429;
    border: none;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px
}

    header .secondary-bar .navbar .dropdown-menu p {
        padding-left: 8px;
        font-size: 14px;
        line-height: 1.4
    }

        header .secondary-bar .navbar .dropdown-menu p.h4 {
            font-size: 20px
        }

    header .secondary-bar .navbar .dropdown-menu > li {
        margin: 0 0
    }

    header .secondary-bar .navbar .dropdown-menu a {
        color: #fff;
        font-weight: 600
    }

        header .secondary-bar .navbar .dropdown-menu a:hover {
            text-decoration: none
        }

    header .secondary-bar .navbar .dropdown-menu .nav-title {
        font-weight: 300;
        font-size: 18px;
        padding-right: 60px
    }

header .secondary-bar .navbar .dropdown-content {
    font-weight: 300
}

    header .secondary-bar .navbar .dropdown-content h4, header .secondary-bar .navbar .dropdown-content .h4, header .secondary-bar .navbar .dropdown-content .dl-features dt, .dl-features header .secondary-bar .navbar .dropdown-content dt, header .secondary-bar .navbar .dropdown-content .dl-features-reversed dt, .dl-features-reversed header .secondary-bar .navbar .dropdown-content dt, header .secondary-bar .navbar .dropdown-content h5, header .secondary-bar .navbar .dropdown-content .h5, header .secondary-bar .navbar .dropdown-content h6, header .secondary-bar .navbar .dropdown-content .h6 {
        margin: 0 auto 16px;
        padding: 0 0 0 8px;
        line-height: 1
    }

    header .secondary-bar .navbar .dropdown-content h6, header .secondary-bar .navbar .dropdown-content .h6 {
        margin: 0 auto 8px
    }

    header .secondary-bar .navbar .dropdown-content .row {
        margin: 0 0
    }

    header .secondary-bar .navbar .dropdown-content [class*='col-'] {
        padding: 0 0
    }

    header .secondary-bar .navbar .dropdown-content .subsectionHeading {
        margin: 0 0;
        padding: 8px 20px 4px;
        font-size: 14px;
        font-weight: 600
    }

    header .secondary-bar .navbar .dropdown-content a {
        font-weight: 300
    }

    header .secondary-bar .navbar .dropdown-content ul li a {
        display: block;
        margin: 0 0;
        padding: 8px 20px;
        line-height: 1.3;
        font-size: inherit
    }

        header .secondary-bar .navbar .dropdown-content ul li a:hover, header .secondary-bar .navbar .dropdown-content ul li a.active {
            background-color: #2e9ea6;
            border: none
        }

    header .secondary-bar .navbar .dropdown-content .nav-tabs {
        border-bottom: none
    }

        header .secondary-bar .navbar .dropdown-content .nav-tabs li {
            margin: 0 0
        }

            header .secondary-bar .navbar .dropdown-content .nav-tabs li a {
                border-radius: 0 0;
                background: none;
                color: inherit;
                border: none;
                cursor: pointer !important;
                font-size: inherit
            }

            header .secondary-bar .navbar .dropdown-content .nav-tabs li.active a {
                background-color: #6e7173;
                border: none
            }

    header .secondary-bar .navbar .dropdown-content .tab-pane ul li a:hover {
        color: #4e5052;
        background: #e0e2e2
    }

    header .secondary-bar .navbar .dropdown-content .sideBySideNav {
        position: absolute;
        left: 100%;
        top: 0;
        height: 410px;
        background-color: #403C38;
        border-left: 3px solid #403C38
    }

    header .secondary-bar .navbar .dropdown-content .valign, header .secondary-bar .navbar .dropdown-content .valign2, header .secondary-bar .navbar .dropdown-content .valign3, header .secondary-bar .navbar .dropdown-content .valign4, header .secondary-bar .navbar .dropdown-content .valign5 {
        display: flex;
        justify-content: center;
        flex-direction: column
    }

    header .secondary-bar .navbar .dropdown-content .valign {
        height: 300px
    }

    header .secondary-bar .navbar .dropdown-content .valign2 {
        height: 270px;
        margin-left: -10px
    }

    header .secondary-bar .navbar .dropdown-content .valign3 {
        height: 270px
    }

    header .secondary-bar .navbar .dropdown-content .valign4 {
        height: 135px
    }

    header .secondary-bar .navbar .dropdown-content .valign5 {
        height: 135px;
        margin-left: -10px
    }

    header .secondary-bar .navbar .dropdown-content .nav-topalign {
        margin-top: -7px
    }

@media (min-width: 1200px) {
    header .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
        padding-bottom: 0
    }

        header .navbar-collapse.collapse.in {
            display: block !important;
            height: auto !important;
            max-height: none
        }

    header .navbar-header, header .navbar-nav {
        float: none
    }

        header .navbar-nav > li {
            float: none
        }
}

@media (min-width: 1200px) {
    header .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    header .navbar-header, header .navbar-nav {
        float: left
    }

        header .navbar-nav > li {
            float: left
        }
}

@media (max-width: 1199px) {
    .noam header .navbar .navbar-slide {
        height: calc(100vh - 60px)
    }
}

#products a.dropdown-toggle.products {
    border-bottom: 4px solid #028b95
}

#services a.dropdown-toggle.services {
    border-bottom: 4px solid #004c48
}

#solutions a.dropdown-toggle.solutions {
    border-bottom: 4px solid #004c48
}

#platform a.dropdown-toggle.platform {
    border-bottom: 4px solid #004c48
}

#partners a.dropdown-toggle.partners {
    border-bottom: 4px solid #004c48
}

#industries a.dropdown-toggle.industries {
    border-bottom: 4px solid #004c48
}

#customers a.dropdown-toggle.customers {
    border-bottom: 4px solid #004c48
}

#company a.dropdown-toggle.company {
    border-bottom: 4px solid #004c48
}

#pressReleases a.dropdown-toggle.pressReleases {
    border-bottom: 4px solid #004c48
}

.navbar-header {
    color: #111B22;
    height: 60px;
    padding: 0 15px
}

    .navbar-header .icon-bar {
        background-color: #fff
    }

.navbar-header-right {
    position: absolute;
    top: 9px;
    right: 15px
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block
}

.navbar-toggle {
    border: none;
    background: transparent !important;
    float: left;
    margin-right: 5px;
    padding: 0
}

    .navbar-toggle:hover {
        background: transparent !important
    }

    .navbar-toggle .icon-bar {
        width: 22px;
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: block;
        height: 2px
    }

    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 40% 100%
    }

    .navbar-toggle .middle-bar {
        opacity: 0
    }

    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 40% 0%
    }

    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0)
    }

    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
        margin-top: 4px
    }

    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
        margin-top: 4px
    }

.iconSpacer {
    display: inline-block;
    width: 44px;
    height: 2px
}

.list-inline {
    margin: 5px 0
}

    .list-inline li {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }

        .list-inline li a {
            font-weight: normal;
            color: #00688c;
            font-size: 14px;
            line-height: 14px;
            border-right: 1px solid #147ce5;
            padding: 0 6px 0 0;
            margin: 0 5px 0 0
        }

            .list-inline li a:hover {
                color: #002430
            }

        .list-inline li:last-of-type a {
            border: none
        }

.side-nav {
    width: 200px;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 14px;
    line-height: 1;
    position: relative;
    z-index: 597
}

    .side-nav, .side-nav li, .side-nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .side-nav:before {
            content: '';
            display: block
        }

        .side-nav:after {
            content: '';
            display: table;
            clear: both
        }

        .side-nav li {
            min-height: 1px;
            line-height: 1em;
            vertical-align: middle;
            position: relative
        }

            .side-nav li a {
                display: block;
                padding: 5px 10px;
                text-decoration: none;
                text-transform: capitalize;
                font-size: 14px
            }

            .side-nav li.hover, .side-nav li:hover {
                position: relative;
                z-index: 599;
                cursor: default
            }

                .side-nav li.hover > ul, .side-nav li:hover > ul {
                    visibility: visible
                }

        .side-nav ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0px;
            z-index: 598;
            width: 100%;
            top: 1px;
            left: 99%;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            border: 1px solid #ddd;
            background-color: #eee
        }

            .side-nav ul li {
                float: none
            }

                .side-nav ul li a {
                    font-size: 12px
                }

            .side-nav ul ul {
                top: -2px;
                right: 0
            }

        .side-nav > ul > li a:hover, .side-nav > ul > li:hover a {
            background: #eee;
            color: inherit
        }

        .side-nav li.has-sub > a:after {
            content: '+';
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -8px;
            margin-left: 10px
        }

@media (min-width: 768px) {
    header .black-bar .navbar .container {
        padding: 0
    }

    .sidebar-nav .navbar .navbar-collapse {
        padding: 0;
        max-height: none
    }

    .sidebar-nav .navbar ul {
        float: none;
        padding-top: 6px;
        padding-bottom: 6px
    }

        .sidebar-nav .navbar ul:not {
            display: block
        }

    .sidebar-nav .navbar li {
        float: none;
        display: block
    }

        .sidebar-nav .navbar li a {
            padding-top: 6px;
            padding-bottom: 6px;
            font-size: 16px
        }

            .sidebar-nav .navbar li a:hover {
                color: #000
            }

    .sidebar-nav .navbar .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1000
    }

    .sidebar-expand-collapse .sidebar-navbar-collapse .dropdown-toggle {
        white-space: normal
    }

        .sidebar-expand-collapse .sidebar-navbar-collapse .dropdown-toggle::after {
            border-top: 0.3em solid transparent;
            border-left: 0.3em solid;
            border-right: 0;
            border-bottom: 0.3em solid transparent;
            vertical-align: initial;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%)
        }

        .sidebar-expand-collapse .sidebar-navbar-collapse .dropdown-toggle[aria-expanded='true']::after {
            transform: translateY(-50%) rotate(90deg)
        }

    .sidebar-expand-collapse .sidebar-navbar-collapse ul li a {
        display: block;
        position: relative;
        width: 100%;
        color: #777777;
        cursor: pointer;
        font-weight: 600
    }

        .sidebar-expand-collapse .sidebar-navbar-collapse ul li a[aria-expanded='true'], .sidebar-expand-collapse .sidebar-navbar-collapse ul li a[aria-expanded='true']:hover {
            color: #147ce5
        }

    .sidebar-expand-collapse .sidebar-navbar-collapse ul ul li a {
        color: #a0a2a1;
        text-decoration: none;
        font-weight: normal
    }

    .sidebar-expand-collapse .sidebar-navbar-collapse ul ul ul {
        padding-left: 30px
    }
}

.footer {
    font-size: 14px;
    padding: 40px 0
}

    .footer .footerLogoContainer {
        margin: 0 0 20px 0;
        text-align: center
    }

        .footer .footerLogoContainer a {
            display: inline-block
        }

@media screen and (min-width: 900px) {
    .footer .footerLogoContainer {
        margin: 0 0;
        text-align: initial
    }
}

.footer .logo {
    width: auto;
    height: 16px;
    margin: 0 auto
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 300
}

.footer a {
    color: #ccc
}

    .footer a:hover {
        color: #fff;
        text-decoration: none
    }

.footer .socialContainer {
    margin: 0 0 20px;
    text-align: center
}

@media screen and (min-width: 900px) {
    .footer .socialContainer {
        margin: 0 0;
        text-align: right
    }
}

.footer .list-social-icons {
    display: inline-block;
    font-size: 24px
}

    .footer .list-social-icons li {
        display: inline-block;
        margin: 0 20px 0 0
    }

.footer .list-unstyled li a {
    display: block;
    padding: 6px 0;
    line-height: 16.8px;
    font-size: inherit
}

.footer .list-inline li a {
    padding: 8px;
    font-size: 12px;
    color: #ccc;
    font-weight: 300;
    border: none
}

    .footer .list-inline li a:hover {
        color: #fff;
        text-decoration: none
    }

.footer .list-inline .fa {
    font-size: 16px
}

.footer .address {
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: 300
}

@media screen and (min-width: 992px) {
    .footer .address {
        text-align: left;
        margin: 0 0
    }
}

.copyright {
    text-align: center
}

@media screen and (min-width: 992px) {
    .copyright {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
        height: 59px;
        text-align: right
    }
}

.border-none {
    border: none !important;
    outline: none !important;
    text-decoration: none
}

.panel-title {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: bold;
    color: inherit !important;
    border: none !important;
    text-decoration: none !important
}

.panel-heading [aria-expanded='true']::after, .card-header[role='tab'] [aria-expanded='true']::after {
    content: '-';
    margin-left: 5px
}

.panel-heading [aria-expanded='false']::after, .card-header[role='tab'] [aria-expanded='false']::after {
    content: '+';
    margin-left: 5px
}

.list-group {
    list-style: none !important;
    margin: 0;
    padding: 0;
    border: none !important
}

a .plus-minus:before {
    content: 'SEE LESS -'
}

a.collapsed .plus-minus:before {
    content: 'SEE MORE +'
}

a.anchor {
    display: block;
    position: relative;
    top: -126px
}

.navbar-collapse.collapsing {
    position: static !important
}

    .navbar-collapse.collapsing .navbar-slide {
        display: none;
        -webkit-transition-property: height, visibility;
        transition-property: width, visibility;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }

.navbar-slide {
    display: block;
    width: 0;
    height: calc(100vh - 60px);
    position: absolute;
    z-index: 9999;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #028b95;
    overflow-x: hidden;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    margin-left: 100%
}

    .navbar-slide a:hover {
        color: #f1f1f1
    }

@media screen and (max-height: 450px) {
    .navbar-slide {
        padding-top: 15px
    }

        .navbar-slide a {
            font-size: 18px
        }
}

.navbar-nav > li > .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

@media (max-width: 1199px) {
    .noam header .navbar .navbar-slide {
        height: calc(100vh - 124px)
    }
}

@media (min-width: 401px) {
    header .upperNav #navbar .btn-fpt-mobile {
        display: none
    }
}

@media (max-width: 400px) {
    header .upperNav #navbar {
        height: calc(100vh - 124px)
    }

    .btn-fpt-mobile {
        padding: 10px 15px;
        display: block;
        z-index: 99999;
        font-size: 16px;
        position: fixed;
        border-bottom: 0px;
        letter-spacing: 0.07em;
        background-color: #212429;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: bottom 0.4s;
        -moz-transition: bottom 0.4s;
        -o-transition: bottom 0.4s;
        transition: bottom 0.4s
    }

        .btn-fpt-mobile .btn {
            font-size: 18px
        }
}

.btn {
    font-size: 16px;
    line-height: 1;
    padding: 11px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

    .btn, .btn:hover, .btn:focus {
        text-shadow: none
    }

        .btn:focus-visible {
            outline: 3px dotted #fff
        }

        .btn.btn-link {
            color: #147ce5
        }

            .btn.btn-link:active, .btn.btn-link:hover, .btn.btn-link:focus {
                color: #4c6745;
                text-decoration: underline
            }

            .btn.btn-link:focus-visible {
                outline: 3px dotted #333
            }

        .btn.btn-link-white {
            color: #fff
        }

            .btn.btn-link-white:active, .btn.btn-link-white:hover, .btn.btn-link-white:focus {
                color: gray;
                text-decoration: underline
            }

            .btn.btn-link-white:after {
                position: relative;
                bottom: 2px;
                content: '';
                display: inline-block;
                width: 7px;
                height: 7px;
                border-right: 2px solid;
                border-top: 2px solid;
                transform: rotate(45deg);
                margin-left: 4px
            }

.btn-default {
    background-color: #fff;
    border: 2px solid #ccc;
    color: #333
}

    .btn-default:hover, .btn-default:focus {
        background-color: #e6e6e6;
        border: 2px solid gray;
        color: #333
    }

    .btn-default.btn-outline {
        background-color: transparent;
        border: 2px solid #ccc;
        color: #333
    }

        .btn-default.btn-outline:hover, .btn-default.btn-outline:focus {
            background-color: transparent;
            border-color: gray;
            color: #1a1a1a
        }

    .btn-default.hover-solid:hover, .btn-default.hover-solid:focus {
        background-color: #e6e6e6;
        border: 2px solid gray;
        color: #333
    }

    .btn-default.hover-outline:hover, .btn-default.hover-outline:focus {
        background-color: transparent;
        border-color: gray;
        color: #1a1a1a
    }

    .btn-default.btn-link {
        color: #333
    }

        .btn-default.btn-link:hover, .btn-default.btn-link:focus {
            color: #1a1a1a;
            text-decoration: underline
        }

.btn-primary {
    background-color: #028B95;
    border: 2px solid #028B95;
    color: #fff
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
        background-color: #fff;
        border: 2px solid #028B95;
        color: #212529
    }

    .btn-primary:focus-visible {
        outline: 3px dotted #333
    }

    .btn-primary.btn-outline {
        background-color: transparent;
        border: 2px solid #147ce5;
        color: #147ce5
    }

        .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
            background-color: transparent;
            border-color: #4c6745;
            color: #4c6745
        }

    .btn-primary.hover-solid:hover, .btn-primary.hover-solid:focus {
        background-color: #4c6745;
        border: 2px solid #4c6745;
        color: #fff
    }

    .btn-primary.hover-outline:hover, .btn-primary.hover-outline:focus {
        background-color: transparent;
        border-color: #111B22;
        color: #111B22;
    }

    .btn-primary.btn-link {
        color: #147ce5 !important
    }

        .btn-primary.btn-link:hover, .btn-primary.btn-link:focus {
            color: #4c6745;
            text-decoration: underline
        }

.btn-success {
    background-color: #147ce5;
    border: 2px solid #147ce5;
    color: #fff
}

    .btn-success:hover, .btn-success:focus {
        background-color: #5e7f56;
        border: 2px solid #5e7f56;
        color: #fff
    }

    .btn-success.btn-outline {
        background-color: transparent;
        border: 2px solid #147ce5;
        color: #147ce5
    }

        .btn-success.btn-outline:hover, .btn-success.btn-outline:focus {
            background-color: transparent;
            border-color: #5e7f56;
            color: #5e7f56
        }

    .btn-success.hover-solid:hover, .btn-success.hover-solid:focus {
        background-color: #147ce5;
        border: 2px solid #147ce5;
        color: #fff
    }

    .btn-success.hover-outline:hover, .btn-success.hover-outline:focus {
        background-color: transparent;
        border-color: #147ce5;
        color: #147ce5
    }

    .btn-success.btn-link {
        color: #147ce5 !important
    }

        .btn-success.btn-link:hover, .btn-success.btn-link:focus {
            color: #5e7f56;
            text-decoration: underline
        }

.btn-info {
    background-color: #147ce5;
    border: 2px solid #147ce5;
    color: #fff
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        background-color: #4c6745;
        border: 2px solid #4c6745;
        color: #fff
    }

    .btn-info.btn-outline {
        background-color: transparent;
        border: 2px solid #147ce5;
        color: #147ce5
    }

        .btn-info.btn-outline:hover, .btn-info.btn-outline:focus {
            background-color: transparent;
            border-color: #4c6745;
            color: #4c6745
        }

    .btn-info.hover-solid:hover, .btn-info.hover-solid:focus {
        background-color: #4c6745;
        border: 2px solid #4c6745;
        color: #fff
    }

    .btn-info.hover-outline:hover, .btn-info.hover-outline:focus {
        background-color: transparent;
        border-color: #4c6745;
        color: #4c6745
    }

    .btn-info.btn-link {
        color: #147ce5 !important
    }

        .btn-info.btn-link:hover, .btn-info.btn-link:focus {
            color: #4c6745;
            text-decoration: underline
        }

.btn-ored {
    background-color: #f80000;
    border: 2px solid #f80000;
    color: #fff
}

    .btn-ored:hover, .btn-ored:focus {
        background-color: #c50000;
        border: 2px solid #c50000;
        color: #fff
    }

    .btn-ored.btn-outline {
        background-color: transparent;
        border: 2px solid #f80000;
        color: #fff
    }

        .btn-ored.btn-outline:hover, .btn-ored.btn-outline:focus {
            background-color: transparent;
            border-color: #c50000;
            color: #c50000
        }

    .btn-ored.hover-solid:hover, .btn-ored.hover-solid:focus {
        background-color: #f80000;
        border: 2px solid #f80000;
        color: #fff
    }

    .btn-ored.hover-outline:hover, .btn-ored.hover-outline:focus {
        background-color: transparent;
        border-color: #f80000;
        color: #f80000
    }

    .btn-ored.btn-link {
        color: #f80000 !important
    }

        .btn-ored.btn-link:hover, .btn-ored.btn-link:focus {
            color: #c50000;
            text-decoration: underline
        }

.btn-warning {
    background-color: #2e9ea6;
    border: 2px solid #2e9ea6;
    color: #fff
}

    .btn-warning:hover, .btn-warning:focus {
        background-color: #2e9ea6;
        border: 2px solid #2e9ea6;
        color: #fff
    }

    .btn-warning.btn-outline {
        background-color: transparent;
        border: 2px solid #2e9ea6;
        color: #2e9ea6
    }

        .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus {
            background-color: transparent;
            border-color: #e27600;
            color: #e27600
        }

    .btn-warning.hover-solid:hover, .btn-warning.hover-solid:focus {
        background-color: #2e9ea6;
        border: 2px solid #2e9ea6;
        color: #fff
    }

    .btn-warning.hover-outline:hover, .btn-warning.hover-outline:focus {
        background-color: transparent;
        border-color: #2e9ea6;
        color: #2e9ea6 !important
    }

    .btn-warning.btn-link {
        color: #2e9ea6 !important
    }

        .btn-warning.btn-link:hover, .btn-warning.btn-link:focus {
            color: #2e9ea6;
            text-decoration: underline
        }

.btn-danger {
    background-color: #dc3545;
    border: 2px solid #dc3545;
    color: #fff
}

    .btn-danger:hover, .btn-danger:focus {
        background-color: #bd2130;
        border: 2px solid #bd2130;
        color: #fff
    }

    .btn-danger.btn-outline {
        background-color: transparent;
        border: 2px solid #dc3545;
        color: #dc3545
    }

        .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus {
            background-color: transparent;
            border-color: #bd2130;
            color: #bd2130
        }

    .btn-danger.hover-solid:hover, .btn-danger.hover-solid:focus {
        background-color: #dc3545;
        border: 2px solid #dc3545;
        color: #fff
    }

    .btn-danger.hover-outline:hover, .btn-danger.hover-outline:focus {
        background-color: transparent;
        border-color: #dc3545;
        color: #dc3545
    }

    .btn-danger.btn-link {
        color: #dc3545 !important
    }

        .btn-danger.btn-link:hover, .btn-danger.btn-link:focus {
            color: #bd2130;
            text-decoration: underline
        }

.btn-freeProductTour {
    background-color: #ff9016;
    border: 2px solid #ff9016;
    color: #fff
}

    .btn-freeProductTour:hover, .btn-freeProductTour:focus {
        background-color: #e27600;
        border: 2px solid #e27600;
        color: #fff
    }

    .btn-freeProductTour.btn-outline {
        background-color: transparent;
        border: 2px solid #ff9016;
        color: #ff9016
    }

        .btn-freeProductTour.btn-outline:hover, .btn-freeProductTour.btn-outline:focus {
            background-color: transparent;
            border-color: #e27600;
            color: #e27600
        }

    .btn-freeProductTour.hover-solid:hover, .btn-freeProductTour.hover-solid:focus {
        background-color: #ff9016;
        border: 2px solid #ff9016;
        color: #fff
    }

    .btn-freeProductTour.hover-outline:hover, .btn-freeProductTour.hover-outline:focus {
        background-color: transparent;
        border-color: #ff9016;
        color: #ff9016 !important
    }

    .btn-freeProductTour.btn-link {
        color: #ff9016 !important
    }

        .btn-freeProductTour.btn-link:hover, .btn-freeProductTour.btn-link:focus {
            color: #e27600;
            text-decoration: underline
        }

    .btn-freeProductTour.btn-us {
        background-color: #2e9ea6;
        border: 2px solid #2e9ea6;
        color: #fff
    }

        .btn-freeProductTour.btn-us:hover, .btn-freeProductTour.btn-us:focus {
            background-color: #111B22;
            border: 2px solid #111B22;
            color: #fff
        }

.btn-white {
    background-color: #fff;
    border: 2px solid #fff;
    color: #1c2127
}

    .btn-white:hover, .btn-white:focus {
        background-color: #e6e6e6;
        border: 2px solid #e6e6e6;
        color: #1c2127
    }

    .btn-white.btn-outline {
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff
    }

        .btn-white.btn-outline:hover, .btn-white.btn-outline:focus {
            background-color: transparent;
            border-color: #e6e6e6;
            color: #e6e6e6
        }

    .btn-white.hover-solid:hover, .btn-white.hover-solid:focus {
        background-color: #fff;
        border: 2px solid #fff;
        color: #1c2127
    }

    .btn-white.hover-outline:hover, .btn-white.hover-outline:focus {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

    .btn-white.btn-link {
        color: #fff !important
    }

        .btn-white.btn-link:hover, .btn-white.btn-link:focus {
            color: #e6e6e6;
            text-decoration: underline
        }

.btn-teal {
    background-color: #00b2ba;
    border: 2px solid #00b2ba;
    color: #fff
}

    .btn-teal:hover, .btn-teal:focus {
        background-color: #008187;
        border: 2px solid #008187;
        color: #fff
    }

    .btn-teal.btn-outline {
        background-color: transparent;
        border: 2px solid #00b2ba;
        color: #00b2ba
    }

        .btn-teal.btn-outline:hover, .btn-teal.btn-outline:focus {
            background-color: transparent;
            border-color: #008187;
            color: #008187
        }

    .btn-teal.hover-solid:hover, .btn-teal.hover-solid:focus {
        background-color: #00b2ba;
        border: 2px solid #00b2ba;
        color: #fff
    }

    .btn-teal.hover-outline:hover, .btn-teal.hover-outline:focus {
        background-color: transparent;
        border-color: #00b2ba;
        color: #00b2ba
    }

    .btn-teal.btn-link {
        color: #00b2ba !important
    }

        .btn-teal.btn-link:hover, .btn-teal.btn-link:focus {
            color: #008187;
            text-decoration: underline
        }

.btn-link, .btn-link:hover, .btn-link:focus {
    border: none;
    background-color: transparent
}

    .btn-link:after {
        position: relative;
        bottom: 2px;
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border-right: 2px solid;
        border-top: 2px solid;
        transform: rotate(45deg);
        margin-left: 4px
    }

    .btn-link.btn-link-teal2 {
        color: #212529 !important
    }

.learnmore:after {
    position: relative;
    bottom: 2px;
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid;
    border-top: 2px solid;
    transform: rotate(45deg);
    margin-left: 4px
}

.btn-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.btn-rounded {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.btn-nf {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 30px;
    height: 45px;
    font-size: 16px
}

@media screen and (min-width: 0px) and (max-width: 400px) {
    .btn-nf {
        display: none !important
    }
}

.btn-darker {
    background-color: #2e9ea6;
    border: 2px solid #2e9ea6;
    color: #fff
}

    .btn-darker:hover, .btn-darker:focus {
        background-color: transparent;
        border: 2px solid #2e9ea6;
        color: #212529
    }

@media (max-width: 575px) {
    .fptMobileCall {
        display: none
    }
}

:focus {
    outline: 3px dotted #fff;
    outline-width: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

input {
    margin-bottom: 10px
}

    input:focus {
        border: 3px dotted #fff !important
    }

    input:focus-visible {
        border: 3px dotted #fff
    }

.form-signin {
    max-width: 330px;
    margin: 0 auto;
    opacity: 0.95
}

    .form-signin .form-signin-heading, .form-signin .checkbox {
        margin: 10px 0
    }

    .form-signin .checkbox {
        font-weight: normal
    }

    .form-signin .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px
    }

        .form-signin .form-control:focus {
            z-index: 2
        }

    .form-signin input[type="text"] {
        margin-bottom: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.checkbox {
    display: block;
    padding-bottom: 0.5rem
}

.form-inline input {
    margin: 0;
    display: inline-block
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left
}

    .resp-tabs-list li:hover {
        color: #00b5ef
    }

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    color: #00b5ef;
    border-bottom: none;
    background-color: #fff;
    color: #00b5ef
}

.resp-content-active, .resp-accordion-active {
    display: block
}

.resp-tab-content {
    border-top: 1px solid #e5e5e5
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #e5e5e5;
    border-top: 0px solid #e5e5e5;
    margin: 0px;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0px solid #e5e5e5 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e5e5e5 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #e5e5e5;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e5e5e5
}

h2.resp-tab-active {
    background: #07b6ef !important;
    color: #fff
}

    h2.resp-tab-active span.resp-arrow {
        border: none;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 8px solid #e5e5e5
    }

.resp-easy-accordion h2.resp-accordion {
    display: block;
    background: #07b6ef
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #fff
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #fff !important
    }

.resp-jfit {
    width: 100%;
    margin: 0px
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #fff !important
}

@media only screen and (max-width: 992px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block;
        background: #07b6ef;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        border-color: #e5e5e5;
        border-image: none;
        border-style: solid;
        border-width: 0 1px 1px;
        margin: 0;
        padding: 11px 15px 11px 14px
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #fff
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #fff !important
    }

    .resp-tab-content {
        border: 1px solid #e5e5e5
    }
}

.fading {
    animation: fading 1s normal
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.business-article #main {
    padding-top: 40px
}

@media screen and (min-width: 1200px) {
    .business-article #main .container {
        width: 960px;
        max-width: 100%
    }
}

.business-article #main ul {
    margin-bottom: 20px;
    list-style-type: disc
}

.business-article #main p {
    margin-bottom: 20px
}

.business-article #main h3 {
    font-size: 20px
}

.business-article #main .list-style-none {
    list-style: none;
    margin: 0;
    padding: 0
}

    .business-article #main .list-style-none li:not(:last-child) {
        margin-bottom: 10px
    }

.business-article #main a {
    color: #00b5ef
}

    .business-article #main a:hover {
        color: #2b412a
    }

.business-article #sidebar .card {
    border-radius: 0;
    border-bottom-width: 15px;
    margin-bottom: 0
}

    .business-article #sidebar .card * {
        font-size: 14px
    }

.business-article #sidebar .card-header {
    border-radius: 0
}

.business-article #sidebar .card-primary {
    border-color: #00b5ef
}

    .business-article #sidebar .card-primary > .card-header {
        background-color: #00b5ef;
        border-color: #00b5ef
    }

.business-article #sidebar .card-body * {
    color: #00b5ef
}

.business-article #sidebar .card-body a:hover {
    color: #2b412a
}

.business-article h1 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold
}

.business-article .subheading {
    font-size: 20px
}

.business-article .affix {
    background: #fff
}

.business-article figure img {
    max-width: 100%;
    height: auto
}

@media screen and (max-width: 991px) {
    .business-article .affix {
        position: relative
    }
}

.business-article .blockquote {
    letter-spacing: 1.2px;
    color: #BE531C;
    font-size: 23px;
    font-style: italic;
    padding: 30px 0;
    line-height: normal;
    text-align: left
}

.business-article .table-responsive {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .business-article .table-responsive {
        padding: 20px
    }
}

.business-article .table {
    margin: 0;
    color: #4F585B;
    font-weight: 400
}

    .business-article .table th, .business-article .table td {
        padding: 15px;
        border: none
    }

    .business-article .table > tbody > tr:nth-of-type(even):not(.heading) {
        background-color: #f0f3f3
    }

    .business-article .table > thead > tr > th {
        vertical-align: middle
    }

.business-article thead {
    color: #fff
}

.business-article tr.heading {
    background-color: #9db0ac
}

.ca-content p {
    font-size: inherit;
    line-height: inherit
}

.article-banner a {
    font-size: inherit
}

h1.article-title {
    font-weight: 800;
    font-size: 36px;
    line-height: 1.2em
}

.article-date {
    font-size: 16px
}

.author {
    font-weight: normal
}

.v-separator {
    color: #e5e5e5 !important
}

.author-img {
    margin: 0 5px 5px 0;
    vertical-align: bottom
}

.article-body h2 {
    margin-top: 60px;
    font-size: 30px;
    font-weight: bold
}

.article-body h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0
}

    .article-body h3 a {
        font-weight: inherit;
        font-size: inherit !important
    }

.article-body h4 {
    font-size: 1rem;
    margin-bottom: 0
}

.article-body p, .article-body ul, .article-body ol {
    margin-bottom: 20px
}

.article-body li {
    margin-bottom: 5px
}

.article-body .olist-b li::marker {
    font-weight: bold
}

.article-body blockquote {
    font-family: 'Georgia', serif;
    font-size: 23px;
    font-style: italic;
    line-height: 1.5em;
    background: #F7F7F7;
    color: #BE541C;
    margin: 50px 0;
    padding: 70px 50px;
    border-radius: 8px;
    position: relative
}

    .article-body blockquote p {
        font-size: inherit
    }

.article-body .blockquote-tweet {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #56a7af !important;
    font-size: 15px;
    font-family: 'Oracle Sans', sans-serif;
    font-weight: bold;
    font-style: normal;
    cursor: pointer
}

    .article-body .blockquote-tweet .fa-twitter, .article-body .blockquote-tweet [class*="oj-ux-ico-"] {
        display: inline-block;
        background-color: #56a7af;
        color: #fff !important;
        padding: 5px 10px;
        margin-left: 5px;
        border-radius: 3px
    }

    .article-body .blockquote-tweet:hover {
        color: #43888f !important
    }

        .article-body .blockquote-tweet:hover .fa-twitter {
            background-color: #43888f
        }

.article-body a {
    font-size: inherit
}

.article-body figcaption {
    color: #666;
    font-size: 12px
}

.affix {
    position: fixed
}

.affix-bottom {
    position: absolute
}

.sidenav.affix {
    top: 154px
}

.sidenav.affix-top {
    position: relative
}

.sidenav.navbar {
    font-size: 16px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    border-radius: 10px;
    max-width: 100%
}

.sidenav .active a, .sidenav .nav-pills .nav-link {
    border-radius: 0
}

    .sidenav .active a.active, .sidenav .nav-pills .nav-link.active {
        font-weight: bold;
        background-color: #d4dfd9;
        color: #147ce5
    }

.position-relatve {
    position: relative
}

.sidenav-title {
    padding: 10px 15px;
    font-size: 1rem
}

.sidenav-link {
    padding: 5px 15px !important;
    font-size: 14px
}

.trending-title {
    font-weight: 600;
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .article-date {
        text-align: right
    }

    .author-img {
        margin-bottom: 0
    }
}

.advbox {
    background: url("../img/business-articles/bg-advbox.jpg") no-repeat center;
    background-size: cover;
    border-radius: 8px;
    padding: 30px;
    color: #fff
}

    .advbox h3 {
        font-family: 'Georgia', serif;
        font-size: 30px;
        line-height: 1.3em;
        margin-bottom: 20px
    }

    .advbox p {
        line-height: 1.44em
    }

    .advbox .btn {
        font-size: 14px
    }

.advbox-content {
    width: 75%;
    margin: 0 auto
}

@media screen and (max-width: 767px) {
    .business-article .table-responsive > .table > thead > tr > th, .business-article .table-responsive > .table > thead > tr > td, .business-article .table-responsive > .table > tbody > tr > th, .business-article .table-responsive > .table > tbody > tr > td, .business-article .table-responsive > .table > tfoot > tr > th, .business-article .table-responsive > .table > tfoot > tr > td {
        white-space: normal
    }

    main.section {
        padding-top: 0
    }
}

.formula {
    border: 1px solid #E0E0DF;
    padding: 50px 15px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin: 30px 0
}

    .formula p {
        text-align: left;
        display: inline-block
    }

    .formula strong, .formula span {
        color: #56A7AF !important
    }

.table-wrapper {
    border: 1px solid #ddd;
    font-size: 15px
}

.table-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd
}

.primary-palette-1-types {
    color: #9db0ac !important
}

.primary-palette-2-types {
    color: #286140 !important
}

.primary-palette-3-types {
    color: #56a7af !important
}

.primary-palette-4-types {
    color: #1884b0 !important
}

.primary-palette-5-types {
    color: #8caa89 !important
}

.secondary-palette-1-types {
    color: #4eb5a3 !important
}

.secondary-palette-2-types {
    color: #be531c !important
}

.secondary-palette-3-types {
    color: #ee644f !important
}

.secondary-palette-4-types {
    color: #eea357 !important
}

.secondary-palette-5-types {
    color: #c74734 !important
}

.secondary-palette-6-types {
    color: #6a9d67 !important
}

.secondary-palette-7-types {
    color: #846589 !important
}

.primary-palette-1 {
    background-color: #9db0ac
}

.primary-palette-2 {
    background-color: #286140
}

.primary-palette-3 {
    background-color: #56a7af
}

.primary-palette-4 {
    background-color: #1884b0
}

.primary-palette-5 {
    background-color: #8caa89
}

.secondary-palette-1 {
    background-color: #4eb5a3
}

.secondary-palette-2 {
    background-color: #be531c
}

.secondary-palette-3 {
    background-color: #ee644f
}

.secondary-palette-4 {
    background-color: #eea357
}

.secondary-palette-5 {
    background-color: #c74734
}

.table-container {
    padding-top: 25px;
    padding-bottom: 5px;
    border: 1px #ddd solid
}

.table-heading {
    padding-bottom: 25px;
    border-bottom: 1px #ddd solid
}

    .table-heading > h3, .table-heading > h2 {
        font-size: 20px;
        margin: 0 !important;
        padding-left: 25px;
        padding-right: 25px;
        font-weight: bold
    }

        .table-heading > h3 > small, .table-heading > h2 > small {
            font-weight: 100;
            line-height: 28px
        }

.table-content {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px
}

.table-borderless thead tr th, .table-borderless thead tr td, .table-borderless tbody tr th, .table-borderless tbody tr td, .table-borderless tfoot tr th, .table-borderless tfoot tr td {
    border: none
}

.table > thead > tr > th, .table > thead > tr > td {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px
}

.table-types thead tr th, .table-types thead tr td {
    font-size: 14px;
    color: #fff;
    padding: 15px
}

    .table-types thead tr th h4 {
        font-weight: 100 !important;
        margin: 0;
        padding: 0
    }

.table-types tbody tr th, .table-types tbody tr td, .table-types tfoot tr th, .table-types tfoot tr td {
    font-size: 14px;
    color: #4f585b;
    padding: 15px
}

    .table-types tbody tr th ul li, .table-types tbody tr td ul li, .table-types tfoot tr th ul li, .table-types tfoot tr td ul li {
        font-size: 14px;
        line-height: 30px
    }

        .table-types tbody tr th ul li.bulleted, .table-types tbody tr td ul li.bulleted, .table-types tfoot tr th ul li.bulleted, .table-types tfoot tr td ul li.bulleted {
            list-style: none;
            font-size: 14px;
            line-height: 30px
        }

    .table-types tbody tr td.text-white, .table-types tfoot tr td.text-white {
        color: #fff
    }

.table {
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width: 992px) {
    .table-fixed {
        table-layout: fixed
    }
}

.table-curved {
    border-radius: 12px
}

.table > thead > tr > th, .table > thead > tr > td {
    color: #fff !important;
    font-size: 14px !important
}

.table > tbody > tr > td {
    font-size: 14px !important
}

.table-striped-prm-plt-1 tbody tr:nth-of-type(even), .prm-plt-1-light {
    background-color: #f0f3f3
}

.table-striped-prm-plt-2 tbody tr:nth-of-type(even), .prm-plt-2-light {
    background-color: #dfe7e3
}

.table-striped-prm-plt-3 tbody tr:nth-of-type(even), .prm-plt-3-light {
    background-color: #e6f2f3
}

.table-striped-prm-plt-4 tbody tr:nth-of-type(even), .prm-plt-4-light {
    background-color: #ddedf3
}

.table-striped-prm-plt-5 tbody tr:nth-of-type(even), .prm-plt-5-light {
    background-color: #eef2ed
}

.table-striped-scnd-plt-1 tbody tr:nth-of-type(even), .scnd-plt-1-light {
    background-color: #e5f4f1
}

.table-striped-scnd-plt-2 tbody tr:nth-of-type(even), .scnd-plt-2-light {
    background-color: #f5e5dd
}

.table-striped-scnd-plt-3 tbody tr:nth-of-type(even), .scnd-plt-3-light {
    background-color: #fce8e5
}

.table-striped-scnd-plt-4 tbody tr:nth-of-type(even), .scnd-plt-4-light {
    background-color: #fcf1e6
}

.table-striped-scnd-plt-5 tbody tr:nth-of-type(even), .scnd-plt-5-light {
    background-color: #f7e4e1
}

.vertical-container {
    display: table !important;
    width: 100%
}

.vertical-col {
    display: table-cell !important;
    vertical-align: middle
}

.vertical-col-left {
    width: 33%
}

.vertical-col-right {
    width: 66%
}

@media screen and (max-width: 767px) {
    .vertical-col, .vertical-col-left, .vertical-col-right {
        width: 100%;
        display: block !important
    }

    .table-responsive {
        border: none !important
    }
}

.article-body .formulabox {
    padding: 35px;
    border: 1px #e0e0df solid;
    color: #4f585b;
    margin: 30px 0;
    text-align: center
}

.article-body .formulabox-gray {
    color: #666;
    border: 1px solid #E0E0DF;
    background-color: #F2F2F2
}

.advboxes {
    border-radius: 8px;
    color: #fff;
    padding: 30px;
    background-size: cover;
    background-repeat: no-repeat
}

.article-body .advboxes-title {
    font-size: 31px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 1.37em
}

    .article-body .advboxes-title span {
        font-weight: 300
    }

.advbox-2 {
    background: #312c29 url("../img/business-articles/bg-advbox-2-mobile.jpg") repeat
}

.bottom-cta-title {
    font-size: 31px;
    line-height: 1.37em
}

.advbox-3 {
    background: #264759 url("../img/business-articles/bg-advbox-3-mobile.jpg") no-repeat;
    background-size: cover
}

    .advbox-3 .advboxes-title {
        font-size: 35px;
        line-height: 1.37em;
        margin-bottom: 10px
    }

@media screen and (min-width: 768px) {
    .advbox-2 {
        background: #312c29 url("../img/business-articles/bg-advbox-2.jpg") no-repeat
    }

    .advbox-3 {
        background-image: url("../img/business-articles/bg-advbox-3.jpg")
    }

    .advboxes {
        padding: 30px 60px 30px 300px;
        background-size: cover
    }
}

@media screen and (min-width: 992px) {
    .advbox-2 {
        padding-top: 30px
    }

    .advboxes {
        height: 325px
    }
}

@media screen and (min-width: 1200px) {
    .advboxes {
        padding-top: 70px
    }
}

.bottom-cta {
    background-size: cover;
    min-height: 250px;
    padding: 50px;
    border-radius: 8px;
    color: #fff
}

    .bottom-cta .bottom-cta-title {
        margin-top: 25px
    }

.bottom-cta-1 {
    background-image: url("../img/business-articles/bg-bottom-cta-1.jpg")
}

.bottom-cta-2 {
    background-image: url("../img/business-articles/bg-bottom-cta-2.jpg")
}

.article-body .no-bgc {
    background-color: transparent;
    border: 1px solid #e5e5e5
}

.article-body .blockquote-title {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-family: 'oracle sans', sans-serif;
    margin-bottom: 5px
}

.article-body cite {
    font-style: normal;
    font-weight: 300;
    font-family: 'oracle sans', sans-serif;
    font-size: 18px
}

.article-body .card-panel {
    border-radius: 0;
    border: none
}

.article-body .card-header {
    border-radius: 0;
    padding: 15px
}

    .article-body .card-header p {
        font-size: 1rem;
        margin-bottom: 0
    }

    .article-body .card-header * {
        color: #fff
    }

.article-body .card-body {
    padding: 30px;
    border: 1px solid #e0e0df
}

    .article-body .card-body *:last-child {
        margin-bottom: 0
    }

    .article-body .card-body ul, .article-body .card-body ol {
        padding-left: 15px
    }

.primary-palette-3-types .blockquote-tweet {
    color: #759c6c !important
}

    .primary-palette-3-types .blockquote-tweet .fa-twitter {
        background-color: #759c6c !important
    }

.nets38 body {
    padding-top: 4px
}

.nets38 header.nets38 nav.navbar.navbar-fixed-top {
    position: static
}

.nets38-progress-bar {
    --progress: 0%;
    position: absolute;
    width: 100%;
    height: 4px
}

@media (max-width: 1199px) {
    .nets38-progress-bar {
        top: 60px
    }
}

.nets38-progress-bar__bar {
    width: var(--progress);
    height: 100%;
    -webkit-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
    background: #ec4f3a
}

.section-features a.link--yellow {
    color: #fce3a7;
}

.ml-12 {
	margin-left: -6px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.f-12 {
   font-size: 12px !important
}

.fc {
   color: #f8f8f8;
}

.btn-blue {
    background-color: #2e9ea6;
    border: 2px solid #2e9ea6;
    color: #ffffff;
}

.btn-blue.hover-outline:hover, .btn-blue.hover-outline:focus {
    background-color: transparent;
    border-color: #2e9ea6;
    color: #212529;
}


.bg-hbs {
    background-color: #57548f !important;
}


.btn-white2 {
    background-color: #fff;
    border: 2px solid #fff;
    color: #1c2127
}

    .btn-white2:hover, .btn-white2:focus {
        background-color: #e6e6e6;
        border: 2px solid #e6e6e6;
        color: #1c2127
    }

    .btn-white2.btn-outline {
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff
    }

        .btn-white2.btn-outline:hover, .btn-white2.btn-outline:focus {
            background-color: transparent;
            border-color: #e6e6e6;
            color: #e6e6e6
        }

    .btn-white2.hover-solid:hover, .btn-white2.hover-solid:focus {
        background-color: #fff;
        border: 2px solid #fff;
        color: #1c2127
    }

    .btn-white2.hover-outline:hover, .btn-white2.hover-outline:focus {
        background-color: transparent;
        border-color: #fff;
        color: #fff
    }

    .btn-white2.btn-link {
        color: #fff !important
    }

        .btn-white2.btn-link:hover, .btn-white2.btn-link:focus {
            color: #e6e6e6;
            text-decoration: underline
        }


.mb-36 {
    margin-bottom: 36px;

}

.mb-24 {
    margin-bottom: 24px;

}

.f48 {
    font-size: 48px;
    line-height: 60px !important;
}

.separator-hb {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #9388ca;
}


.btn-hb {
    background-color: #57548f;
    border: 2px solid #57548f;
    color: #fff;
}

.btn-hb:hover {
    background-color: #766da7;
	 border: 2px solid #766da7;
    color: #fff;
    text-decoration: none;
}

.bg-benefits_hb {
    background: #e6e2f5 url(../img/partners-redwood/bg-pattern-partners.png) center repeat-y;
}

.footer-bar-background-hb {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-hb.jpg") no-repeat center top;
    border: none
}


.bg-yg {
    background-color: #094c83 !important;
}


.btn-yg {
    background-color: #055ba1;
    border: 2px solid #055ba1;
    color: #fff;
}

.btn-yg:hover {
    background-color: #2273b3;
	 border: 2px solid #2273b3;
    color: #fff;
    text-decoration: none;
}

.bg-benefits_yg {
    background: #e3f2ff url(../img/partners-redwood/bg-pattern-partners.png) center repeat-y;
}

.separator-yg {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #055ba1;
}

.bg-benefits_as {
    background: #d3d2d1 url(../img/partners-redwood/bg-pattern-partners.png) center repeat-y;
}


.separator-as {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #7b7269;
}

.bg-as {
    background-color: #2a2c30 !important;
}

.bg-asbg {
    background-color: #424142;
}

.btn-as {
    background-color: #6b6661;
    border: 2px solid #6b6661;
    color: #fff;
}

.btn-as:hover {
    background-color: #424142;
	 border: 2px solid #424142;
    color: #fff;
    text-decoration: none;
}

.footer-bar-background-as {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-as.png") no-repeat center top;
    border: none
}


.bg-benefits_ks {
    background: #ffebd2 url(../img/partners-redwood/bg-pattern-partners.png) center repeat-y;
}

.separator-ks {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #af4f42;
}

.bg-ks {
    background-color: #273248 !important;
}


.bg-ksbg {
    background-color: #af4f42;
}

.btn-ks {
    background-color: #e96d3d;
    border: 2px solid #e96d3d;
    color: #fff;
}

.btn-ks:hover {
    background-color: #af4f42;
	 border: 2px solid #af4f42;
    color: #fff;
    text-decoration: none;
}

.footer-bar-background-ks {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-ks.png") no-repeat center top;
    border: none
}



.bg-benefits_os {
    background: #EDFBFC url(../img/partners-redwood/bg-pattern-partners.png) center repeat-y;
}

.separator-os {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #48a6ab;
}

.bg-os {
    background-color: #0D5558 !important;
}


.bg-osbg {
    background-color: #48A6AB;
}

.btn-os {
    background-color: #0d5558;
    border: 2px solid #0d5558;
    color: #fff;
}

.btn-os:hover {
    background-color: #48a6ab;
	 border: 2px solid #48a6ab;
    color: #fff;
    text-decoration: none;
}

.footer-bar-background-os {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-os.png") no-repeat center top;
    border: none
}


.bg-benefits_sos {
    background: #d5c4b13d url(../img/partners-redwood/bg-pattern-partners.png) center repeat-y;
}

.separator-sos {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #8a5a32;
}

.bg-sos {
    background-color: #2A201B !important;
}


.bg-sosbg {
    background-color: #8A5A32;
}

.btn-sos {
    background-color: #8a5a32;
    border: 2px solid #8a5a32;
    color: #fff;
}

.btn-sos:hover {
    background-color: #af8c65;
	 border: 2px solid #af8c65;
    color: #fff;
    text-decoration: none;
}

.footer-bar-background-sos {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-sos.png") no-repeat center top;
    border: none
}



.bg-benefits_kus {
    background: #dff8fe url(../img/partners-redwood/bg-pattern-partners.png) center repeat-y;
}

.separator-kus {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #f01159;
}

.bg-kus {
    background-color: #003458 !important;
}


.bg-kusbg {
    background-color: #0c598f;
}

.btn-kus {
    background-color: #F01159;
    border: 2px solid #F01159;
    color: #fff;
}

.btn-kus:hover {
    background-color: #82cde5;
	 border: 2px solid #82cde5;
    color: #fff;
    text-decoration: none;
}

.footer-bar-background-kus {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-kus.png") no-repeat center top;
    border: none
}

.bg-benefits_gsds {
    background: #FDF6F0 url(../img/partners-redwood/bg-pattern-partners.png) center repeat-y;
}

.separator-gsds {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #f57b51;
}

.bg-gsds-bg {
    background-color: #F57B51 !important;
}


.bg-gsds {
    background-color: #f3b656;
}

.btn-gsds {
    background-color: #F57B51;
    border: 2px solid #F57B51;
    color: #fff;
}

.btn-gsds:hover {
    background-color: #FBBC58;
	 border: 2px solid #FBBC58;
    color: #fff;
    text-decoration: none;
}

.footer-bar-background-gsds {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-gsds.png") no-repeat center top;
    border: none
}


.footer-bar-background-ceo {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-ceo.png") no-repeat center top;
    border: none
}

.btn-ceo {
    background-color: #005c53;
    border: 2px solid #005c53;
    color: #fff;
}

.btn-ceo:hover {
    background-color: #005c53;
	 border: 2px solid #005c53;
    color: #fff;
    text-decoration: none;
}

.btn-cfo {
    background-color: #2e9ea6;
    border: 2px solid #2e9ea6;
    color: #fff;
}

.btn-cfo:hover {
    background-color: #00302F;
	 border: 2px solid #2e9ea6;
    color: #fff;
    text-decoration: none;
}

.btn-cio {
    background-color: #7ab8c3;
    border: 2px solid #7ab8c3;
    color: #fff;
}

.btn-cio:hover {
    background-color: #7ab8c3;
	 border: 2px solid #7ab8c3;
    color: #fff;
    text-decoration: none;
}



.footer-bar-background-cfo {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-cfo.png") no-repeat center top;
    border: none
}

.footer-bar-background-mm {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-mm.png") no-repeat center top;
    border: none
}

.footer-bar-background-cio {
    display: block;
    width: 100%;
    height: 16px;
    background: url("/assets/img/solutions/footer-bar-cio.png") no-repeat center top;
    border: none
}


.footer-bar-background-partner {
    display: block;
    width: 100%;
    height: 16px;
    background: url(/assets/img/partners-redwood/footer-bar-partners.jpg) no-repeat center top;
    border: none;
}


.btn-partners {
    background-color: #7c315a;
    border: 2px solid #7c315a;
    color: #fff;
}

.btn-partners :hover {
    background-color: #7c315a;
	 border: 2px solid #7c315a;
    color: #fff;
    text-decoration: none;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.kapat {
    position: absolute;
    top: 20px;
    right: 18px;
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    cursor: pointer;
}

.f14 {
        font-size: 14px;
    }
	
.f18 {
        font-size: 18px;
    }
	
	.bg-beige {
        background-color: #f3f1ef;
    }
	
		.pt16 {
        padding-top: 16px;
    }
	
	.bg-softgreen {
    background-color: #d8f3f2;
}

.f16 {
        font-size: 16px;
    }
	
	.pl10 {
        padding-left: 10px !important;
    }
	
		.pl40 {
        padding-left: 40px !important;
    }
	
	.separator-abm {
    margin: 30px 0;
    width: 40px;
    height: 5px;
    border: none;
    background-color: #fff;
}

.bg-togaf {
    background-color: #71bece !important;
}

.pb-40 {
        padding-bottom: 40px !important;
    }
	
	.bc {
    color: #1D5761;
}








