
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #cdcdcd;
    --secondary: #b0b0b0;
    --success: #28a745;
    --info: #8e8e8e;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #eaeaea;
    --dark: #555555;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
footer,
nav {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.75rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul ul {
    margin-bottom: 0;
}
b {
    font-weight: bolder;
}
a {
    color: #8e8e8e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #686868;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
img {
    vertical-align: middle;
    border-style: none;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    overflow: visible;
}
button {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 200;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.3rem;
    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;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.btn {
    display: inline-block;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.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 screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:focus,
.btn:hover {
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.25);
}
.btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary {
    color: #212529;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
    color: #212529;
    background-color: #bababa;
    border-color: #b4b4b4;
}
.btn-primary:focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(205, 205, 205, 0.5);
}
.btn-primary:disabled {
    color: #212529;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #b4b4b4;
    border-color: #adadad;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(205, 205, 205, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #eaeaea;
    border-color: #eaeaea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
    color: #212529;
    background-color: #d7d7d7;
    border-color: #d1d1d1;
}
.btn-light:focus {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}
.btn-light:disabled {
    color: #212529;
    background-color: #eaeaea;
    border-color: #eaeaea;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d1d1d1;
    border-color: #cacaca;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(234, 234, 234, 0.5);
}
.btn-link {
    font-weight: 200;
    color: #8e8e8e;
    background-color: transparent;
}
.btn-link:hover {
    color: #686868;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
.fade {
    transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.dropdown {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #333;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 200;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #cdcdcd;
}
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1.5rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    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: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    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:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .active > .nav-link,
.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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8e8e8e;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #686868;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.list-group-item-primary {
    color: #09615a;
    background-color: #bdece8;
}
.list-group-item-light {
    color: #7e7e7e;
    background-color: #fcfcfc;
}
.carousel {
    position: relative;
}
.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%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}
.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: #f3f3f3 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0e8c82 !important;
}
.bg-light {
    background-color: #f3f3f3 !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dadada !important;
}
.bg-white {
    background-color: #fff !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: #f3f3f3 !important;
}
.border-light {
    border-color: #f3f3f3 !important;
}
.border-white {
    border-color: #fff !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.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;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.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: 0.375rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.375rem !important;
}
.mx-1 {
    margin-right: 0.375rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.375rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.375rem !important;
}
.m-2 {
    margin: 0.75rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.75rem !important;
}
.mx-2 {
    margin-right: 0.75rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.75rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.75rem !important;
}
.m-3 {
    margin: 1.5rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1.5rem !important;
}
.mx-3 {
    margin-right: 1.5rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1.5rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1.5rem !important;
}
.m-4 {
    margin: 2.25rem !important;
}
.mt-4,
.my-4 {
    margin-top: 2.25rem !important;
}
.mx-4 {
    margin-right: 2.25rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 2.25rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 2.25rem !important;
}
.m-5 {
    margin: 4.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 4.5rem !important;
}
.mx-5 {
    margin-right: 4.5rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 4.5rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 4.5rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.375rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.375rem !important;
}
.px-1 {
    padding-right: 0.375rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.375rem !important;
}
.px-1 {
    padding-left: 0.375rem !important;
}
.p-2 {
    padding: 0.75rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.75rem !important;
}
.px-2 {
    padding-right: 0.75rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.75rem !important;
}
.px-2 {
    padding-left: 0.75rem !important;
}
.p-3 {
    padding: 1.5rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1.5rem !important;
}
.px-3 {
    padding-right: 1.5rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1.5rem !important;
}
.px-3 {
    padding-left: 1.5rem !important;
}
.p-4 {
    padding: 2.25rem !important;
}
.pt-4,
.py-4 {
    padding-top: 2.25rem !important;
}
.px-4 {
    padding-right: 2.25rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 2.25rem !important;
}
.px-4 {
    padding-left: 2.25rem !important;
}
.p-5 {
    padding: 4.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 4.5rem !important;
}
.px-5 {
    padding-right: 4.5rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 4.5rem !important;
}
.px-5 {
    padding-left: 4.5rem !important;
}
.m-n1 {
    margin: -0.375rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.375rem !important;
}
.mx-n1 {
    margin-right: -0.375rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.375rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.375rem !important;
}
.m-n2 {
    margin: -0.75rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.75rem !important;
}
.mx-n2 {
    margin-right: -0.75rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.75rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.75rem !important;
}
.m-n3 {
    margin: -1.5rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1.5rem !important;
}
.mx-n3 {
    margin-right: -1.5rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1.5rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1.5rem !important;
}
.m-n4 {
    margin: -2.25rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -2.25rem !important;
}
.mx-n4 {
    margin-right: -2.25rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -2.25rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -2.25rem !important;
}
.m-n5 {
    margin: -4.5rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -4.5rem !important;
}
.mx-n5 {
    margin-right: -4.5rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -4.5rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -4.5rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.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: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .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: 0.375rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.375rem !important;
    }
    .mx-md-1 {
        margin-right: 0.375rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.375rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.375rem !important;
    }
    .m-md-2 {
        margin: 0.75rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.75rem !important;
    }
    .mx-md-2 {
        margin-right: 0.75rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.75rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.75rem !important;
    }
    .m-md-3 {
        margin: 1.5rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1.5rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1.5rem !important;
    }
    .m-md-4 {
        margin: 2.25rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 2.25rem !important;
    }
    .mx-md-4 {
        margin-right: 2.25rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 2.25rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 2.25rem !important;
    }
    .m-md-5 {
        margin: 4.5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 4.5rem !important;
    }
    .mx-md-5 {
        margin-right: 4.5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 4.5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 4.5rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.375rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.375rem !important;
    }
    .px-md-1 {
        padding-right: 0.375rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.375rem !important;
    }
    .px-md-1 {
        padding-left: 0.375rem !important;
    }
    .p-md-2 {
        padding: 0.75rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.75rem !important;
    }
    .px-md-2 {
        padding-right: 0.75rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.75rem !important;
    }
    .px-md-2 {
        padding-left: 0.75rem !important;
    }
    .p-md-3 {
        padding: 1.5rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1.5rem !important;
    }
    .px-md-3 {
        padding-right: 1.5rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1.5rem !important;
    }
    .px-md-3 {
        padding-left: 1.5rem !important;
    }
    .p-md-4 {
        padding: 2.25rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 2.25rem !important;
    }
    .px-md-4 {
        padding-right: 2.25rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 2.25rem !important;
    }
    .px-md-4 {
        padding-left: 2.25rem !important;
    }
    .p-md-5 {
        padding: 4.5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 4.5rem !important;
    }
    .px-md-5 {
        padding-right: 4.5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 4.5rem !important;
    }
    .px-md-5 {
        padding-left: 4.5rem !important;
    }
    .m-md-n1 {
        margin: -0.375rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.375rem !important;
    }
    .mx-md-n1 {
        margin-right: -0.375rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.375rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.375rem !important;
    }
    .m-md-n2 {
        margin: -0.75rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.75rem !important;
    }
    .mx-md-n2 {
        margin-right: -0.75rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.75rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.75rem !important;
    }
    .m-md-n3 {
        margin: -1.5rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1.5rem !important;
    }
    .mx-md-n3 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1.5rem !important;
    }
    .m-md-n4 {
        margin: -2.25rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -2.25rem !important;
    }
    .mx-md-n4 {
        margin-right: -2.25rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -2.25rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -2.25rem !important;
    }
    .m-md-n5 {
        margin: -4.5rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -4.5rem !important;
    }
    .mx-md-n5 {
        margin-right: -4.5rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -4.5rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -4.5rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .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;
    }
    .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: 0.375rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.375rem !important;
    }
    .mx-lg-1 {
        margin-right: 0.375rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.375rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.375rem !important;
    }
    .m-lg-2 {
        margin: 0.75rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.75rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.75rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.75rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.75rem !important;
    }
    .m-lg-3 {
        margin: 1.5rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1.5rem !important;
    }
    .m-lg-4 {
        margin: 2.25rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 2.25rem !important;
    }
    .mx-lg-4 {
        margin-right: 2.25rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 2.25rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 2.25rem !important;
    }
    .m-lg-5 {
        margin: 4.5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 4.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 4.5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 4.5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 4.5rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.375rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.375rem !important;
    }
    .px-lg-1 {
        padding-right: 0.375rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.375rem !important;
    }
    .px-lg-1 {
        padding-left: 0.375rem !important;
    }
    .p-lg-2 {
        padding: 0.75rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.75rem !important;
    }
    .px-lg-2 {
        padding-right: 0.75rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.75rem !important;
    }
    .px-lg-2 {
        padding-left: 0.75rem !important;
    }
    .p-lg-3 {
        padding: 1.5rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1.5rem !important;
    }
    .px-lg-3 {
        padding-left: 1.5rem !important;
    }
    .p-lg-4 {
        padding: 2.25rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 2.25rem !important;
    }
    .px-lg-4 {
        padding-right: 2.25rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 2.25rem !important;
    }
    .px-lg-4 {
        padding-left: 2.25rem !important;
    }
    .p-lg-5 {
        padding: 4.5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 4.5rem !important;
    }
    .px-lg-5 {
        padding-right: 4.5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 4.5rem !important;
    }
    .px-lg-5 {
        padding-left: 4.5rem !important;
    }
    .m-lg-n1 {
        margin: -0.375rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.375rem !important;
    }
    .mx-lg-n1 {
        margin-right: -0.375rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.375rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.375rem !important;
    }
    .m-lg-n2 {
        margin: -0.75rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.75rem !important;
    }
    .mx-lg-n2 {
        margin-right: -0.75rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.75rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.75rem !important;
    }
    .m-lg-n3 {
        margin: -1.5rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1.5rem !important;
    }
    .mx-lg-n3 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n4 {
        margin: -2.25rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -2.25rem !important;
    }
    .mx-lg-n4 {
        margin-right: -2.25rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -2.25rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -2.25rem !important;
    }
    .m-lg-n5 {
        margin: -4.5rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -4.5rem !important;
    }
    .mx-lg-n5 {
        margin-right: -4.5rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -4.5rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -4.5rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .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;
    }
}
.text-justify {
    text-align: justify !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-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 (max-width: 767px) {

  .text-xs-center {
    text-align: center;
  } 
}

.text-white {
    color: #fff !important;
}
.text-primary {
    color: #f3f3f3 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0b756c !important;
}
.text-light {
    color: #f3f3f3 !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cdcdcd !important;
}
.text-body {
    color: #333 !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-crm {
    color: white;
    font-size: 0.95em;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
}
.blue-text {
    color: #25628d;
}
.font-middle {
    font-weight: 400;
}
.font-big {
    font-size: 1.4em;
    font-weight: 600; 
}
.round {
    border-radius: 5%; 
    -moz-border-radius: 5%;
}

.bolder {
    font-weight: bolder;
}