﻿@charset "UTF-8";
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007BFF;
    --indigo: #6610F2;
    --purple: #6F42C1;
    --pink: #E83E8C;
    --red: #D16F6F;
    --orange: #CC7412;
    --yellow: #FFC107;
    --green: #008872;
    --teal: #20C997;
    --cyan: #17A2B8;
    --white: #FFFFFF;
    --gray: #656565;
    --gray-dark: #2B2E34;
    --primary: #008872;
    --secondary: #2B2E34;
    --success: #98CC9E;
    --success-form: #008872;
    --info: #17A2B8;
    --warning: #EBA85E;
    --danger: #D16F6F;
    --light: #F2F2F2;
    --dark: #2B2E34;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --font-family-sans-serif: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto 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: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.77778;
    color: #2B2E34;
    text-align: left;
    background-color: #FFFFFF;
}

[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: 0.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: #008872;
    text-decoration: underline;
    background-color: transparent;
}

    a:hover {
        color: #0E6654;
        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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #656565;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

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, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 2.8125rem;
}

h2, .h2 {
    font-size: 2.25rem;
}

h3, .h3 {
    font-size: 1.96875rem;
}

h4, .h4 {
    font-size: 1.6875rem;
}

h5, .h5 {
    font-size: 1.40625rem;
}

h6, .h6 {
    font-size: 1.125rem;
}

.lead {
    font-size: 1.40625rem;
    font-weight: 300;
}

.display-1 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #66B8AB;
}

small,
.small {
    font-size: 88.88889%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.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: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.40625rem;
}

.blockquote-footer {
    display: block;
    font-size: 88.88889%;
    color: #656565;
}

    .blockquote-footer::before {
        content: "\2014\00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #656565;
}

code {
    font-size: 87.5%;
    color: #E83E8C;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #FFFFFF;
    background-color: #2B2E34;
    border-radius: 8px;
    box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #2B2E34;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container, .sub-menu > li > a,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .sub-menu > li > a, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .sub-menu > li > a, .container-sm, .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .sub-menu > li > a, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .sub-menu > li > a, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .sub-menu > li > a, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1332px;
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xxl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xxl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xxl-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .row-cols-xxl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xxl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xxl-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #2B2E34;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #DBDBDB;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #DBDBDB;
    }

    .table tbody + tbody {
        border-top: 2px solid #DBDBDB;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #DBDBDB;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #DBDBDB;
    }

    .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: #2B2E34;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8ded8;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7ac1b6;
    }

.table-hover .table-primary:hover {
    background-color: #a7d6ce;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #a7d6ce;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #c4c4c6;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #919295;
    }

.table-hover .table-secondary:hover {
    background-color: #b7b7b9;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #b7b7b9;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #e2f1e4;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #c9e4cd;
    }

.table-hover .table-success:hover {
    background-color: #d1e9d4;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #d1e9d4;
    }

.table-success-form,
.table-success-form > th,
.table-success-form > td {
    background-color: #b8ded8;
}

    .table-success-form th,
    .table-success-form td,
    .table-success-form thead th,
    .table-success-form tbody + tbody {
        border-color: #7ac1b6;
    }

.table-hover .table-success-form:hover {
    background-color: #a7d6ce;
}

    .table-hover .table-success-form:hover > td,
    .table-hover .table-success-form:hover > th {
        background-color: #a7d6ce;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #f9e7d2;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #f5d2ab;
    }

.table-hover .table-warning:hover {
    background-color: #f6dbbc;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #f6dbbc;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f2d7d7;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #e7b4b4;
    }

.table-hover .table-danger:hover {
    background-color: #ecc4c4;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #ecc4c4;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fbfbfb;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #f8f8f8;
    }

.table-hover .table-light:hover {
    background-color: #eeeeee;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #eeeeee;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c4c4c6;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #919295;
    }

.table-hover .table-dark:hover {
    background-color: #b7b7b9;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b7b7b9;
    }

.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: #FFFFFF;
    background-color: #656565;
    border-color: #787878;
}

.table .thead-light th {
    color: #2B2E34;
    background-color: #EAEAEA;
    border-color: #DBDBDB;
}

.table-dark {
    color: #FFFFFF;
    background-color: #656565;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #787878;
    }

    .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: #FFFFFF;
        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;
        }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xxl > .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.625em + 1.688rem + 2px);
    padding: 0.844rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #2B2E34;
    background-color: #F2F2F2;
    background-clip: padding-box;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-shadow: none;
    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 #2B2E34;
}

.form-control:focus {
    color: #2B2E34;
    background-color: #F2F2F2;
    border-color: #898989;
    outline: 0;
}

.form-control:-ms-input-placeholder {
    color: #2B2E34;
    opacity: 1;
}

.form-control::placeholder {
    color: #2B2E34;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #EAEAEA;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #2B2E34;
    background-color: #F2F2F2;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.844rem + 1px);
    padding-bottom: calc(0.844rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.625;
}

.col-form-label-lg {
    padding-top: calc(1.438rem + 1px);
    padding-bottom: calc(1.438rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.625rem + 1px);
    padding-bottom: calc(0.625rem + 1px);
    font-size: 0.875rem;
    line-height: 1.45;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.844rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.625;
    color: #2B2E34;
    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.45em + 1.25rem + 2px);
    padding: 0.625rem 1.5625rem;
    font-size: 0.875rem;
    line-height: 1.45;
    border-radius: 8px;
}

.form-control-lg {
    height: calc(1.5em + 2.876rem + 2px);
    padding: 1.438rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 8px;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[disabled] ~ .form-check-label,
    .form-check-input:disabled ~ .form-check-label {
        color: #656565;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 88.88889%;
    color: #008872;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 1.5625rem 1.5625rem;
    margin-top: .1rem;
    font-size: 1rem;
    line-height: 1.77778;
    color: #FFFFFF;
    background-color: #008872;
    border-radius: 8px;
}

.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, .form-control.is-valid {
    border-color: #008872;
    padding-right: calc(1.625em + 1.688rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.54 33.54' fill='%23008872'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cpath id='Path_1160' data-name='Path 1160' d='M16.77,0A16.77,16.77,0,1,0,33.54,16.77,16.77,16.77,0,0,0,16.77,0ZM12.23,24l-6-6a1.67,1.67,0,0,1,2.36-2.36l4.85,4.83L25,8.87a1.68,1.68,0,0,1,2.37,2.37h0L14.59,24a1.66,1.66,0,0,1-2.36,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.40625em + 0.422rem) center;
    background-size: calc(0.8125em + 0.844rem) calc(0.8125em + 0.844rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #008872;
        box-shadow: 0 0 0 2px rgba(0, 136, 114, 0.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.625em + 1.688rem);
    background-position: top calc(0.40625em + 0.422rem) right calc(0.40625em + 0.422rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #008872;
    padding-right: calc(0.75em + 3.266rem);
    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='%23656565' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.54 33.54' fill='%23008872'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cpath id='Path_1160' data-name='Path 1160' d='M16.77,0A16.77,16.77,0,1,0,33.54,16.77,16.77,16.77,0,0,0,16.77,0ZM12.23,24l-6-6a1.67,1.67,0,0,1,2.36-2.36l4.85,4.83L25,8.87a1.68,1.68,0,0,1,2.37,2.37h0L14.59,24a1.66,1.66,0,0,1-2.36,0Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") #F2F2F2 no-repeat center right 2rem/calc(0.8125em + 0.844rem) calc(0.8125em + 0.844rem);
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #008872;
        box-shadow: 0 0 0 2px rgba(0, 136, 114, 0.25);
    }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #008872;
}

.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: #008872;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #008872;
    }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #00bb9d;
    background-color: #00bb9d;
}

.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 2px rgba(0, 136, 114, 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: #008872;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #008872;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #008872;
    box-shadow: 0 0 0 2px rgba(0, 136, 114, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 88.88889%;
    color: #EBA85E;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 1.5625rem 1.5625rem;
    margin-top: .1rem;
    font-size: 1rem;
    line-height: 1.77778;
    color: #2B2E34;
    background-color: #eba85e;
    border-radius: 8px;
}

.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: #EBA85E;
    padding-right: calc(1.625em + 1.688rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.33 33.33' fill='%23CC7412'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cpath id='Path_650' data-name='Path 650' d='M16.67,0A16.67,16.67,0,1,0,33.33,16.67h0A16.66,16.66,0,0,0,16.67,0Zm1.66,25H15V21.67h3.33Zm0-6.67H15v-10h3.33Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.40625em + 0.422rem) center;
    background-size: calc(0.8125em + 0.844rem) calc(0.8125em + 0.844rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #EBA85E;
        box-shadow: 0 0 0 2px rgba(235, 168, 94, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.625em + 1.688rem);
    background-position: top calc(0.40625em + 0.422rem) right calc(0.40625em + 0.422rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #EBA85E;
    padding-right: calc(0.75em + 3.266rem);
    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='%23656565' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33.33 33.33' fill='%23CC7412'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cpath id='Path_650' data-name='Path 650' d='M16.67,0A16.67,16.67,0,1,0,33.33,16.67h0A16.66,16.66,0,0,0,16.67,0Zm1.66,25H15V21.67h3.33Zm0-6.67H15v-10h3.33Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") #F2F2F2 no-repeat center right 2rem/calc(0.8125em + 0.844rem) calc(0.8125em + 0.844rem);
}

    .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #EBA85E;
        box-shadow: 0 0 0 2px rgba(235, 168, 94, 0.25);
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #EBA85E;
}

.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: #EBA85E;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #EBA85E;
    }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #f1c18b;
    background-color: #f1c18b;
}

.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 2px rgba(235, 168, 94, 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: #EBA85E;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #EBA85E;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #EBA85E;
    box-shadow: 0 0 0 2px rgba(235, 168, 94, 0.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #2B2E34;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1.875rem;
    font-size: 1rem;
    line-height: 1.874;
    border-radius: 8px;
    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: #2B2E34;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
    box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
        box-shadow: none;
    }

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #008872;
    border-color: #008872;
    box-shadow: none;
}

    .btn-primary:hover {
        color: #FFFFFF;
        background-color: #006252;
        border-color: #005547;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #FFFFFF;
        background-color: #006252;
        border-color: #005547;
        box-shadow: 0 0 0 0 rgba(38, 154, 135, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #FFFFFF;
        background-color: #008872;
        border-color: #008872;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #FFFFFF;
        background-color: #005547;
        border-color: #00483d;
    }

        .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 0 rgba(38, 154, 135, 0.5);
        }

.btn-secondary {
    color: #FFFFFF;
    background-color: #2B2E34;
    border-color: #2B2E34;
    box-shadow: none;
}

    .btn-secondary:hover {
        color: #FFFFFF;
        background-color: #1a1b1f;
        border-color: #141518;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #FFFFFF;
        background-color: #1a1b1f;
        border-color: #141518;
        box-shadow: 0 0 0 0 rgba(75, 77, 82, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #FFFFFF;
        background-color: #2B2E34;
        border-color: #2B2E34;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #FFFFFF;
        background-color: #141518;
        border-color: #0e0f11;
    }

        .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 0 rgba(75, 77, 82, 0.5);
        }

.btn-success {
    color: #2B2E34;
    background-color: #98CC9E;
    border-color: #98CC9E;
    box-shadow: none;
}

    .btn-success:hover {
        color: #2B2E34;
        background-color: #7ebf86;
        border-color: #76bb7e;
    }

    .btn-success:focus, .btn-success.focus {
        color: #2B2E34;
        background-color: #7ebf86;
        border-color: #76bb7e;
        box-shadow: 0 0 0 0 rgba(136, 180, 142, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #2B2E34;
        background-color: #98CC9E;
        border-color: #98CC9E;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #2B2E34;
        background-color: #76bb7e;
        border-color: #6db776;
    }

        .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 0 rgba(136, 180, 142, 0.5);
        }

.btn-success-form {
    color: #FFFFFF;
    background-color: #008872;
    border-color: #008872;
    box-shadow: none;
}

    .btn-success-form:hover {
        color: #FFFFFF;
        background-color: #006252;
        border-color: #005547;
    }

    .btn-success-form:focus, .btn-success-form.focus {
        color: #FFFFFF;
        background-color: #006252;
        border-color: #005547;
        box-shadow: 0 0 0 0 rgba(38, 154, 135, 0.5);
    }

    .btn-success-form.disabled, .btn-success-form:disabled {
        color: #FFFFFF;
        background-color: #008872;
        border-color: #008872;
    }

    .btn-success-form:not(:disabled):not(.disabled):active, .btn-success-form:not(:disabled):not(.disabled).active,
    .show > .btn-success-form.dropdown-toggle {
        color: #FFFFFF;
        background-color: #005547;
        border-color: #00483d;
    }

        .btn-success-form:not(:disabled):not(.disabled):active:focus, .btn-success-form:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success-form.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(38, 154, 135, 0.5);
        }

.btn-info {
    color: #FFFFFF;
    background-color: #17A2B8;
    border-color: #17A2B8;
    box-shadow: none;
}

    .btn-info:hover {
        color: #FFFFFF;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        color: #FFFFFF;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #FFFFFF;
        background-color: #17A2B8;
        border-color: #17A2B8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #FFFFFF;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .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 0 rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #2B2E34;
    background-color: #EBA85E;
    border-color: #EBA85E;
    box-shadow: none;
}

    .btn-warning:hover {
        color: #2B2E34;
        background-color: #e7963c;
        border-color: #e58f31;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #2B2E34;
        background-color: #e7963c;
        border-color: #e58f31;
        box-shadow: 0 0 0 0 rgba(206, 150, 88, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #2B2E34;
        background-color: #EBA85E;
        border-color: #EBA85E;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #2B2E34;
        background-color: #e58f31;
        border-color: #e48925;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(206, 150, 88, 0.5);
        }

.btn-danger {
    color: #FFFFFF;
    background-color: #D16F6F;
    border-color: #D16F6F;
    box-shadow: none;
}

    .btn-danger:hover {
        color: #FFFFFF;
        background-color: #c85252;
        border-color: #c54848;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #FFFFFF;
        background-color: #c85252;
        border-color: #c54848;
        box-shadow: 0 0 0 0 rgba(216, 133, 133, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #FFFFFF;
        background-color: #D16F6F;
        border-color: #D16F6F;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #FFFFFF;
        background-color: #c54848;
        border-color: #c23f3f;
    }

        .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 0 rgba(216, 133, 133, 0.5);
        }

.btn-light {
    color: #2B2E34;
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    box-shadow: none;
}

    .btn-light:hover {
        color: #2B2E34;
        background-color: #dfdfdf;
        border-color: #d9d9d9;
    }

    .btn-light:focus, .btn-light.focus {
        color: #2B2E34;
        background-color: #dfdfdf;
        border-color: #d9d9d9;
        box-shadow: 0 0 0 0 rgba(212, 213, 214, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #2B2E34;
        background-color: #F2F2F2;
        border-color: #F2F2F2;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #2B2E34;
        background-color: #d9d9d9;
        border-color: #d2d2d2;
    }

        .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 0 rgba(212, 213, 214, 0.5);
        }

.btn-dark {
    color: #FFFFFF;
    background-color: #2B2E34;
    border-color: #2B2E34;
    box-shadow: none;
}

    .btn-dark:hover {
        color: #FFFFFF;
        background-color: #1a1b1f;
        border-color: #141518;
    }

    .btn-dark:focus, .btn-dark.focus {
        color: #FFFFFF;
        background-color: #1a1b1f;
        border-color: #141518;
        box-shadow: 0 0 0 0 rgba(75, 77, 82, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #FFFFFF;
        background-color: #2B2E34;
        border-color: #2B2E34;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #FFFFFF;
        background-color: #141518;
        border-color: #0e0f11;
    }

        .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 0 rgba(75, 77, 82, 0.5);
        }

.btn-outline-primary {
    color: #008872;
    border-color: #008872;
}

    .btn-outline-primary:hover {
        color: #FFFFFF;
        background-color: #008872;
        border-color: #008872;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0 rgba(0, 136, 114, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #008872;
        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: #FFFFFF;
        background-color: #008872;
        border-color: #008872;
    }

        .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 0 rgba(0, 136, 114, 0.5);
        }

.btn-outline-secondary {
    color: #2B2E34;
    border-color: #2B2E34;
}

    .btn-outline-secondary:hover {
        color: #FFFFFF;
        background-color: #2B2E34;
        border-color: #2B2E34;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0 rgba(43, 46, 52, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #2B2E34;
        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: #FFFFFF;
        background-color: #2B2E34;
        border-color: #2B2E34;
    }

        .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 0 rgba(43, 46, 52, 0.5);
        }

.btn-outline-success {
    color: #98CC9E;
    border-color: #98CC9E;
}

    .btn-outline-success:hover {
        color: #2B2E34;
        background-color: #98CC9E;
        border-color: #98CC9E;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0 rgba(152, 204, 158, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #98CC9E;
        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: #2B2E34;
        background-color: #98CC9E;
        border-color: #98CC9E;
    }

        .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 0 rgba(152, 204, 158, 0.5);
        }

.btn-outline-success-form {
    color: #008872;
    border-color: #008872;
}

    .btn-outline-success-form:hover {
        color: #FFFFFF;
        background-color: #008872;
        border-color: #008872;
    }

    .btn-outline-success-form:focus, .btn-outline-success-form.focus {
        box-shadow: 0 0 0 0 rgba(0, 136, 114, 0.5);
    }

    .btn-outline-success-form.disabled, .btn-outline-success-form:disabled {
        color: #008872;
        background-color: transparent;
    }

    .btn-outline-success-form:not(:disabled):not(.disabled):active, .btn-outline-success-form:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success-form.dropdown-toggle {
        color: #FFFFFF;
        background-color: #008872;
        border-color: #008872;
    }

        .btn-outline-success-form:not(:disabled):not(.disabled):active:focus, .btn-outline-success-form:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success-form.dropdown-toggle:focus {
            box-shadow: 0 0 0 0 rgba(0, 136, 114, 0.5);
        }

.btn-outline-info {
    color: #17A2B8;
    border-color: #17A2B8;
}

    .btn-outline-info:hover {
        color: #FFFFFF;
        background-color: #17A2B8;
        border-color: #17A2B8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17A2B8;
        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: #FFFFFF;
        background-color: #17A2B8;
        border-color: #17A2B8;
    }

        .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 0 rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #EBA85E;
    border-color: #EBA85E;
}

    .btn-outline-warning:hover {
        color: #2B2E34;
        background-color: #EBA85E;
        border-color: #EBA85E;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0 rgba(235, 168, 94, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #EBA85E;
        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: #2B2E34;
        background-color: #EBA85E;
        border-color: #EBA85E;
    }

        .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 0 rgba(235, 168, 94, 0.5);
        }

.btn-outline-danger {
    color: #D16F6F;
    border-color: #D16F6F;
}

    .btn-outline-danger:hover {
        color: #FFFFFF;
        background-color: #D16F6F;
        border-color: #D16F6F;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0 rgba(209, 111, 111, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #D16F6F;
        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: #FFFFFF;
        background-color: #D16F6F;
        border-color: #D16F6F;
    }

        .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 0 rgba(209, 111, 111, 0.5);
        }

.btn-outline-light {
    color: #F2F2F2;
    border-color: #F2F2F2;
}

    .btn-outline-light:hover {
        color: #2B2E34;
        background-color: #F2F2F2;
        border-color: #F2F2F2;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #F2F2F2;
        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: #2B2E34;
        background-color: #F2F2F2;
        border-color: #F2F2F2;
    }

        .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 0 rgba(242, 242, 242, 0.5);
        }

.btn-outline-dark {
    color: #2B2E34;
    border-color: #2B2E34;
}

    .btn-outline-dark:hover {
        color: #FFFFFF;
        background-color: #2B2E34;
        border-color: #2B2E34;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0 rgba(43, 46, 52, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #2B2E34;
        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: #FFFFFF;
        background-color: #2B2E34;
        border-color: #2B2E34;
    }

        .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 0 rgba(43, 46, 52, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #008872;
    text-decoration: underline;
}

    .btn-link:hover {
        color: #0E6654;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #656565;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 1.438rem 3.3125rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 8px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.625rem 1.5625rem;
    font-size: 0.875rem;
    line-height: 1.45;
    border-radius: 8px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.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: 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: 13px 0;
    margin: 0.125rem 0 0;
    font-size: 1.125rem;
    color: #2B2E34;
    text-align: left;
    list-style: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-shadow: none;
}

.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;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.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: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.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: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.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: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #EAEAEA;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.4375rem 1.875rem;
    clear: both;
    font-weight: 400;
    color: #2B2E34;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #008872;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #008872;
        text-decoration: none;
        background-color: transparent;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #656565;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 13px 1.875rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #656565;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.4375rem 1.875rem;
    color: #2B2E34;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -ms-flex: 1 1 auto;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    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: -1px;
}

.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: 1.40625rem;
    padding-left: 1.40625rem;
}

    .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: 1.17188rem;
    padding-left: 1.17188rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 2.48438rem;
    padding-left: 2.48438rem;
}

.btn-group.show .dropdown-toggle {
    box-shadow: none;
}

    .btn-group.show .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    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: -1px;
        }

        .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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .form-control-plaintext,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -ms-flex: 1 1 auto;
        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(:last-child),
        .input-group > .custom-select:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend,
.input-group-append {
    display: -ms-flexbox;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.844rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #2B2E34;
    text-align: center;
    white-space: nowrap;
    background-color: #EAEAEA;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
}

    .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 + 2.876rem + 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: 1.438rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 8px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.45em + 1.25rem + 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: 0.625rem 1.5625rem;
    font-size: 0.875rem;
    line-height: 1.45;
    border-radius: 8px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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: 2.0rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.5rem;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #FFFFFF;
        border-color: #008872;
        background-color: #008872;
        box-shadow:;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: none, none;
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #898989;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #FFFFFF;
        background-color: #3cffdf;
        border-color: #3cffdf;
        box-shadow:;
    }

    .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
        color: #656565;
    }

        .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #EAEAEA;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.5rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #F2F2F2;
        border: #898989 solid 1px;
        box-shadow: none;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.5rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 8px;
}

.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='%23FFFFFF' 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: #008872;
    background-color: #008872;
    box-shadow:;
}

.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='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 136, 114, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 136, 114, 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='%23FFFFFF'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 136, 114, 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: 0.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.5rem + 2px);
        left: calc(-2.25rem + 2px);
        width: calc(1rem - 4px);
        height: calc(1rem - 4px);
        background-color: #898989;
        border-radius: 0.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: #F2F2F2;
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 136, 114, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.625em + 1.688rem + 2px);
    padding: 0.844rem 2rem 0.844rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #2B2E34;
    vertical-align: middle;
    background: #F2F2F2 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='%23656565' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #898989;
        outline: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 2px rgba(0, 136, 114, 0.25);
    }

        .custom-select:focus::-ms-value {
            color: #2B2E34;
            background-color: #F2F2F2;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 1rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #656565;
        background-color: #EAEAEA;
    }

    .custom-select::-ms-expand {
        display: none;
    }

    .custom-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #2B2E34;
    }

.custom-select-sm {
    height: calc(1.45em + 1.25rem + 2px);
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.5625rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 2.876rem + 2px);
    padding-top: 1.438rem;
    padding-bottom: 1.438rem;
    padding-left: 1.5rem;
    font-size: 1.125rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.625em + 1.688rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.625em + 1.688rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #898989;
        box-shadow: none;
    }

    .custom-file-input[disabled] ~ .custom-file-label,
    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #EAEAEA;
    }

    .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.625em + 1.688rem + 2px);
    padding: 0.844rem 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #2B2E34;
    background-color: #F2F2F2;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-shadow: none;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.625em + 1.688rem);
        padding: 0.844rem 1rem;
        line-height: 1.625;
        color: #2B2E34;
        content: "Browse";
        background-color: #EAEAEA;
        border-left: inherit;
        border-radius: 0 8px 8px 0;
    }

.custom-range {
    width: 100%;
    height: calc(1rem + 4px);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #FFFFFF, none;
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #FFFFFF, none;
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #FFFFFF, none;
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #008872;
        border: 0;
        border-radius: 1rem;
        box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #3cffdf;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #DBDBDB;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #008872;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #3cffdf;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #DBDBDB;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 2px;
    margin-left: 2px;
    background-color: #008872;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    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: #3cffdf;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
    background-color: #DBDBDB;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #DBDBDB;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #898989;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #898989;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #898989;
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

    .nav-link:hover, .nav-link:focus {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #656565;
        pointer-events: none;
        cursor: default;
    }

.nav-tabs {
    border-bottom: 1px solid #DBDBDB;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #EAEAEA #EAEAEA #DBDBDB;
        }

        .nav-tabs .nav-link.disabled {
            color: #656565;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #2B2E34;
            background-color: #FFFFFF;
            border-color: #DBDBDB #DBDBDB #FFFFFF;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: 8px;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #FFFFFF;
        background-color: #008872;
    }

.nav-fill > .nav-link,
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar .container, .navbar .sub-menu > li > a,
    .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar .container-xxl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.38889rem;
    padding-bottom: 0.38889rem;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    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: 8px;
}

    .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: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .sub-menu > li.navbar-expand-sm > a,
    .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, .navbar-expand-sm > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container, .sub-menu > li.navbar-expand-sm > a,
        .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, .navbar-expand-sm > .container-xxl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .sub-menu > li.navbar-expand-md > a,
    .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, .navbar-expand-md > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            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, .sub-menu > li.navbar-expand-md > a,
        .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, .navbar-expand-md > .container-xxl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .sub-menu > li.navbar-expand-lg > a,
    .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, .navbar-expand-lg > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            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, .sub-menu > li.navbar-expand-lg > a,
        .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, .navbar-expand-lg > .container-xxl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .sub-menu > li.navbar-expand-xl > a,
    .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, .navbar-expand-xl > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container, .sub-menu > li.navbar-expand-xl > a,
        .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, .navbar-expand-xl > .container-xxl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1399.98px) {
    .navbar-expand-xxl > .container, .sub-menu > li.navbar-expand-xxl > a,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xxl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xxl > .container, .sub-menu > li.navbar-expand-xxl > a,
        .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xxl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .sub-menu > li.navbar-expand > a,
    .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        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, .sub-menu > li.navbar-expand > a,
    .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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: #FFFFFF;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #FFFFFF;
    }

.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: #FFFFFF;
    }

.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: #FFFFFF;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #FFFFFF;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: border-box;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
}

    .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: 9px;
            border-top-right-radius: 9px;
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: 9px;
            border-bottom-left-radius: 9px;
        }

        .card > .card-header + .list-group,
        .card > .list-group + .card-footer {
            border-top: 0;
        }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 45px;
}

.card-title {
    margin-bottom: 35px;
}

.card-subtitle {
    margin-top: -17.5px;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 45px;
}

.card-header {
    padding: 35px 45px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #DBDBDB;
}

    .card-header:first-child {
        border-radius: 9px 9px 0 0;
    }

.card-footer {
    padding: 35px 45px;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid #DBDBDB;
}

    .card-footer:last-child {
        border-radius: 0 0 9px 9px;
    }

.card-header-tabs {
    margin-right: -22.5px;
    margin-bottom: -35px;
    margin-left: -22.5px;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: 9px;
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            -ms-flex: 1 0 0%;
            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: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            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: 35px;
}

@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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #EAEAEA;
    border-radius: 8px;
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.5rem;
    }

        .breadcrumb-item + .breadcrumb-item::before {
            display: inline-block;
            padding-right: 0.5rem;
            color: #656565;
            content: "/";
        }

        .breadcrumb-item + .breadcrumb-item:hover::before {
            text-decoration: underline;
        }

        .breadcrumb-item + .breadcrumb-item:hover::before {
            text-decoration: none;
        }

    .breadcrumb-item.active {
        color: #656565;
    }

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 8px;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #008872;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
}

    .page-link:hover {
        z-index: 2;
        color: #0E6654;
        text-decoration: none;
        background-color: #EAEAEA;
        border-color: #DBDBDB;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: none;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #FFFFFF;
    background-color: #008872;
    border-color: #008872;
}

.page-item.disabled .page-link {
    color: #656565;
    pointer-events: none;
    cursor: auto;
    background-color: #FFFFFF;
    border-color: #DBDBDB;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.badge {
    display: inline-block;
    padding: 0.5723em 0.671em;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    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: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #FFFFFF;
    background-color: #008872;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #FFFFFF;
    background-color: #005547;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 136, 114, 0.5);
}

.badge-secondary {
    color: #FFFFFF;
    background-color: #2B2E34;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #FFFFFF;
    background-color: #141518;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(43, 46, 52, 0.5);
}

.badge-success {
    color: #2B2E34;
    background-color: #98CC9E;
}

a.badge-success:hover, a.badge-success:focus {
    color: #2B2E34;
    background-color: #76bb7e;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(152, 204, 158, 0.5);
}

.badge-success-form {
    color: #FFFFFF;
    background-color: #008872;
}

a.badge-success-form:hover, a.badge-success-form:focus {
    color: #FFFFFF;
    background-color: #005547;
}

a.badge-success-form:focus, a.badge-success-form.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 136, 114, 0.5);
}

.badge-info {
    color: #FFFFFF;
    background-color: #17A2B8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #FFFFFF;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #2B2E34;
    background-color: #EBA85E;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #2B2E34;
    background-color: #e58f31;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(235, 168, 94, 0.5);
}

.badge-danger {
    color: #FFFFFF;
    background-color: #D16F6F;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #FFFFFF;
    background-color: #c54848;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(209, 111, 111, 0.5);
}

.badge-light {
    color: #2B2E34;
    background-color: #F2F2F2;
}

a.badge-light:hover, a.badge-light:focus {
    color: #2B2E34;
    background-color: #d9d9d9;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(242, 242, 242, 0.5);
}

.badge-dark {
    color: #FFFFFF;
    background-color: #2B2E34;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #FFFFFF;
    background-color: #141518;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(43, 46, 52, 0.5);
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #EAEAEA;
    border-radius: 8px;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 1.188rem 1.188rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4.0635rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1.188rem 1.188rem;
        color: inherit;
    }

.alert-primary {
    color: #00473b;
    background-color: #cce7e3;
    border-color: #b8ded8;
}

    .alert-primary hr {
        border-top-color: #a7d6ce;
    }

    .alert-primary .alert-link {
        color: #001411;
    }

.alert-secondary {
    color: #16181b;
    background-color: #d5d5d6;
    border-color: #c4c4c6;
}

    .alert-secondary hr {
        border-top-color: #b7b7b9;
    }

    .alert-secondary .alert-link {
        color: black;
    }

.alert-success {
    color: #4f6a52;
    background-color: #eaf5ec;
    border-color: #e2f1e4;
}

    .alert-success hr {
        border-top-color: #d1e9d4;
    }

    .alert-success .alert-link {
        color: #394d3b;
    }

.alert-success-form {
    color: #00473b;
    background-color: #cce7e3;
    border-color: #b8ded8;
}

    .alert-success-form hr {
        border-top-color: #a7d6ce;
    }

    .alert-success-form .alert-link {
        color: #001411;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #7a5731;
    background-color: #fbeedf;
    border-color: #f9e7d2;
}

    .alert-warning hr {
        border-top-color: #f6dbbc;
    }

    .alert-warning .alert-link {
        color: #563d22;
    }

.alert-danger {
    color: #6d3a3a;
    background-color: #f6e2e2;
    border-color: #f2d7d7;
}

    .alert-danger hr {
        border-top-color: #ecc4c4;
    }

    .alert-danger .alert-link {
        color: #4c2828;
    }

.alert-light {
    color: #7e7e7e;
    background-color: #fcfcfc;
    border-color: #fbfbfb;
}

    .alert-light hr {
        border-top-color: #eeeeee;
    }

    .alert-light .alert-link {
        color: #656565;
    }

.alert-dark {
    color: #16181b;
    background-color: #d5d5d6;
    border-color: #c4c4c6;
}

    .alert-dark hr {
        border-top-color: #b7b7b9;
    }

    .alert-dark .alert-link {
        color: black;
    }

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.84375rem;
    background-color: #EAEAEA;
    border-radius: 8px;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    background-color: #008872;
    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: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.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;
    border-radius: 8px;
}

.list-group-item-action {
    width: 100%;
    color: #2B2E34;
    text-align: inherit;
}

    .list-group-item-action:hover, .list-group-item-action:focus {
        z-index: 1;
        color: #2B2E34;
        text-decoration: none;
        background-color: #F2F2F2;
    }

    .list-group-item-action:active {
        color: #2B2E34;
        background-color: #EAEAEA;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    background-color: #FFFFFF;
    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: #656565;
        pointer-events: none;
        background-color: #FFFFFF;
    }

    .list-group-item.active {
        z-index: 2;
        color: #FFFFFF;
        background-color: #008872;
        border-color: #008872;
    }

    .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 {
    -ms-flex-direction: row;
    flex-direction: row;
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: 8px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: 8px;
        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 {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: 8px;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: 8px;
            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 {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: 8px;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: 8px;
            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 {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: 8px;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: 8px;
            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 {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: 8px;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: 8px;
            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;
            }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: 8px;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: 8px;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-xxl > .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: #00473b;
    background-color: #b8ded8;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #00473b;
        background-color: #a7d6ce;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #00473b;
        border-color: #00473b;
    }

.list-group-item-secondary {
    color: #16181b;
    background-color: #c4c4c6;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #16181b;
        background-color: #b7b7b9;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #16181b;
        border-color: #16181b;
    }

.list-group-item-success {
    color: #4f6a52;
    background-color: #e2f1e4;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #4f6a52;
        background-color: #d1e9d4;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #4f6a52;
        border-color: #4f6a52;
    }

.list-group-item-success-form {
    color: #00473b;
    background-color: #b8ded8;
}

    .list-group-item-success-form.list-group-item-action:hover, .list-group-item-success-form.list-group-item-action:focus {
        color: #00473b;
        background-color: #a7d6ce;
    }

    .list-group-item-success-form.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #00473b;
        border-color: #00473b;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #7a5731;
    background-color: #f9e7d2;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #7a5731;
        background-color: #f6dbbc;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #7a5731;
        border-color: #7a5731;
    }

.list-group-item-danger {
    color: #6d3a3a;
    background-color: #f2d7d7;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #6d3a3a;
        background-color: #ecc4c4;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #6d3a3a;
        border-color: #6d3a3a;
    }

.list-group-item-light {
    color: #7e7e7e;
    background-color: #fbfbfb;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #7e7e7e;
        background-color: #eeeeee;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #7e7e7e;
        border-color: #7e7e7e;
    }

.list-group-item-dark {
    color: #16181b;
    background-color: #c4c4c6;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #16181b;
        background-color: #b7b7b9;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #FFFFFF;
        background-color: #16181b;
        border-color: #16181b;
    }

.close {
    float: right;
    font-size: 1.6875rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #FFFFFF;
    opacity: .5;
}

    .close:hover {
        color: #000000;
        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 {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.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: 0.25rem;
}

    .toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .toast.showing {
        opacity: 1;
    }

    .toast.show {
        display: block;
        opacity: 1;
    }

    .toast.hide {
        display: none;
    }

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #656565;
    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(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
    padding: 0.75rem;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.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: 0.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: -ms-flexbox;
    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 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: min-content;
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid #DBDBDB;
    border-radius: 10px;
    box-shadow: none;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.6;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.875rem 3.4375rem;
    border-bottom: 1px solid #DBDBDB;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

    .modal-header .close {
        padding: 1.875rem 3.4375rem;
        margin: -1.875rem -3.4375rem -1.875rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.77778;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem 3.4375rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2.5rem 3.4375rem-0.25rem;
    border-top: 1px solid #DBDBDB;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

    .modal-footer > * {
        margin: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.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: -webkit-min-content;
            height: min-content;
        }

    .modal-content {
        box-shadow: none;
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1135px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.77778;
    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: 1rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 1;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: 2.5rem;
        height: 1.25rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 1.25rem 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: 1.25rem 1.25rem 0;
            border-top-color: #FFFFFF;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 1.25rem;
}

    .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 1.25rem;
        height: 2.5rem;
    }

        .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 1.25rem 1.25rem 1.25rem 0;
            border-right-color: #FFFFFF;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 1.25rem 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 1.25rem 1.25rem;
            border-bottom-color: #FFFFFF;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 1.25rem;
}

    .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 1.25rem;
        height: 2.5rem;
    }

        .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 1.25rem 0 1.25rem 1.25rem;
            border-left-color: #FFFFFF;
        }

.tooltip-inner {
    max-width: 280px;
    padding: 1.5625rem 1.5625rem;
    color: #2B2E34;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.77778;
    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: 1rem;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 8px;
    }

        .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: 0.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: 0.5rem 0.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: 0.5rem 0.5rem 0;
            border-top-color: #FFFFFF;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc(-0.5rem - 1px);
        width: 0.5rem;
        height: 1rem;
        margin: 8px 0;
    }

        .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.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: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #FFFFFF;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.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 0.5rem 0.5rem 0.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 0.5rem 0.5rem 0.5rem;
            border-bottom-color: #FFFFFF;
        }

    .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: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc(-0.5rem - 1px);
        width: 0.5rem;
        height: 1rem;
        margin: 8px 0;
    }

        .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.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: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #FFFFFF;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #2B2E34;
}

.carousel {
    position: relative;
}

    .carousel.pointer-event {
        -ms-touch-action: pan-y;
        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%;
    -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.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 0.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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #FFFFFF;
    text-align: center;
    opacity: 0.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: #FFFFFF;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: 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='%23FFFFFF' 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='%23FFFFFF' 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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #FFFFFF;
        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: #FFFFFF;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.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: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.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: #008872 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #005547 !important;
}

.bg-secondary {
    background-color: #2B2E34 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #141518 !important;
}

.bg-success {
    background-color: #98CC9E !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #76bb7e !important;
}

.bg-success-form {
    background-color: #008872 !important;
}

a.bg-success-form:hover, a.bg-success-form:focus,
button.bg-success-form:hover,
button.bg-success-form:focus {
    background-color: #005547 !important;
}

.bg-info {
    background-color: #17A2B8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #EBA85E !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #e58f31 !important;
}

.bg-danger {
    background-color: #D16F6F !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #c54848 !important;
}

.bg-light {
    background-color: #F2F2F2 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d9d9d9 !important;
}

.bg-dark {
    background-color: #2B2E34 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #141518 !important;
}

.bg-white {
    background-color: #FFFFFF !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #DBDBDB !important;
}

.border-top {
    border-top: 1px solid #DBDBDB !important;
}

.border-right {
    border-right: 1px solid #DBDBDB !important;
}

.border-bottom {
    border-bottom: 1px solid #DBDBDB !important;
}

.border-left {
    border-left: 1px solid #DBDBDB !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: #008872 !important;
}

.border-secondary {
    border-color: #2B2E34 !important;
}

.border-success {
    border-color: #98CC9E !important;
}

.border-success-form {
    border-color: #008872 !important;
}

.border-info {
    border-color: #17A2B8 !important;
}

.border-warning {
    border-color: #EBA85E !important;
}

.border-danger {
    border-color: #D16F6F !important;
}

.border-light {
    border-color: #F2F2F2 !important;
}

.border-dark {
    border-color: #2B2E34 !important;
}

.border-white {
    border-color: #FFFFFF !important;
}

.rounded-sm {
    border-radius: 8px !important;
}

.rounded {
    border-radius: 8px !important;
}

.rounded-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.rounded-right {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.rounded-left {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.rounded-lg {
    border-radius: 8px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        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.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !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;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !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-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !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-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -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-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -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-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !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;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !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-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !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-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -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-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -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-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !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;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !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-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !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-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -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-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1400px) {
    .flex-xxl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xxl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xxl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xxl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xxl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xxl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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;
    }
}

@media (min-width: 1400px) {
    .float-xxl-left {
        float: left !important;
    }

    .float-xxl-right {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    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: -webkit-sticky !important;
    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: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1024;
    }
}

.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: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.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: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.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: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.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: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.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: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.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: -0.25rem !important;
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.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;
    }
}

@media (min-width: 1400px) {
    .m-xxl-0 {
        margin: 0 !important;
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important;
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important;
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important;
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important;
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important;
    }

    .m-xxl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xxl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xxl-n3 {
        margin: -1rem !important;
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important;
    }

    .m-xxl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xxl-n5 {
        margin: -3rem !important;
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important;
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important;
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important;
    }

    .ml-xxl-auto,
    .mx-xxl-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: rgba(0, 0, 0, 0);
}

.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;
    }
}

@media (min-width: 1400px) {
    .text-xxl-left {
        text-align: left !important;
    }

    .text-xxl-right {
        text-align: right !important;
    }

    .text-xxl-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: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #FFFFFF !important;
}

.text-primary {
    color: #008872 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #003c32 !important;
}

.text-secondary {
    color: #2B2E34 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #08090a !important;
}

.text-success {
    color: #98CC9E !important;
}

a.text-success:hover, a.text-success:focus {
    color: #65b36e !important;
}

.text-success-form {
    color: #008872 !important;
}

a.text-success-form:hover, a.text-success-form:focus {
    color: #003c32 !important;
}

.text-info {
    color: #17A2B8 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #EBA85E !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #e1831c !important;
}

.text-danger {
    color: #D16F6F !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #b93b3b !important;
}

.text-light {
    color: #F2F2F2 !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cccccc !important;
}

.text-dark {
    color: #2B2E34 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #08090a !important;
}

.text-body {
    color: #2B2E34 !important;
}

.text-muted {
    color: #656565 !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;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot?7ajqy4");
    src: url("../fonts/icomoon/icomoon.eot?7ajqy4#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?7ajqy4") format("truetype"), url("../fonts/icomoon/icomoon.woff?7ajqy4") format("woff"), url("../fonts/icomoon/icomoon.svg?7ajqy4#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-rotate:before {
    content: "";
}

.icomoon-delete:before {
    content: "";
}

.icomoon-close-thin:before {
    content: "";
}

.icomoon-search:before {
    content: "";
}

.icomoon-plus:before {
    content: "";
}

.icomoon-download:before {
    content: "";
}

.icomoon-settings-filled:before {
    content: "";
}

.icomoon-settings:before {
    content: "";
}

.icomoon-plus-circle:before {
    content: "";
}

.icomoon-edit:before {
    content: "";
}

.icomoon-reset:before {
    content: "";
}

.icomoon-website:before {
    content: "";
}

.icomoon-code-website:before {
    content: "";
}

.icomoon-calendar:before {
    content: "";
}

.icomoon-audio:before {
    content: "";
}

.icomoon-audio-filled:before {
    content: "";
}

.icomoon-video:before {
    content: "";
}

.icomoon-video-filled:before {
    content: "";
}

.icomoon-people:before {
    content: "";
}

.icomoon-clock:before {
    content: "";
}

.icomoon-pin:before {
    content: "";
}

.icomoon-location:before {
    content: "";
}

.icomoon-heart-filled:before {
    content: "";
}

.icomoon-heart:before {
    content: "";
}

.icomoon-clock-fat:before {
    content: "";
}

.icomoon-close:before {
    content: "";
}

.icomoon-arrow-right-normal:before {
    content: "";
}

.icomoon-arrow-left-normal:before {
    content: "";
}

.icomoon-menu:before {
    content: "";
}

.icomoon-tie:before {
    content: "";
}

.icomoon-temple:before {
    content: "";
}

.icomoon-globe:before {
    content: "";
}

.icomoon-account:before {
    content: "";
}

.icomoon-account-filled:before {
    content: "";
}

.icomoon-information:before {
    content: "";
}

.icomoon-question-circle:before {
    content: "";
}

.icomoon-attention-circle:before {
    content: "";
}

.icomoon-check-circle:before {
    content: "";
}

.icomoon-arrow-left-flattened:before {
    content: "";
}

.icomoon-arrow-right-flattened:before {
    content: "";
}

.icomoon-arrow-down-flattened:before {
    content: "";
}

.icomoon-arrow-right:before {
    content: "";
}

.icomoon-arrow-left:before {
    content: "";
}

.icomoon-check:before {
    content: "";
}

/* custom select styles */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 26px;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 13px;
        line-height: 26px;
        margin: 0 35px 0 8px;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        background: #aaa;
        width: 26px;
        bottom: 0;
        right: 0;
        top: 0;
    }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #f00;
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #656565;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #aaa !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* custom textarea styles */
.jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
}

    .jcf-textarea .jcf-scrollbar-horizontal {
        display: none;
        height: 0;
    }

    .jcf-textarea textarea {
        padding: 8px 10px;
        border: none;
        margin: 0;
    }

    .jcf-textarea .jcf-resize {
        position: absolute;
        text-align: center;
        cursor: se-resize;
        background: #e3e3e3;
        font-weight: bold;
        line-height: 15px;
        text-indent: 1px;
        font-size: 12px;
        height: 15px;
        width: 14px;
        bottom: 0;
        right: 0;
    }

        .jcf-textarea .jcf-resize:before {
            border: 1px solid #000;
            border-width: 0 1px 1px 0;
            display: block;
            margin: 4px 0 0 3px;
            width: 6px;
            height: 6px;
            content: '';
        }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0;
}

    .jcf-scrollbar-vertical .jcf-scrollbar-dec,
    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        background: #bbb;
        height: 14px;
        width: 14px;
        left: 0;
        top: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-inc {
        top: auto;
        bottom: 0;
    }

    .jcf-scrollbar-vertical .jcf-scrollbar-handle {
        background: #888;
        height: 1px;
        width: 14px;
    }

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

    .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        background: #bbb;
        height: 14px;
        width: 14px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
        left: auto;
        right: 0;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
        display: inline-block;
        position: relative;
        height: 14px;
    }

    .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
        position: absolute;
        background: #888;
        height: 14px;
    }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

/* common custom form elements styles */
.jcf-disabled {
    background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
    border-color: #f00 !important;
}

.datepicker--cells {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1;
}

    .datepicker--cell.-focus- {
        background: #f0f0f0;
    }

    .datepicker--cell.-current- {
        color: #4EB5E6;
    }

        .datepicker--cell.-current-.-focus- {
            color: #4a4a4a;
        }

        .datepicker--cell.-current-.-in-range- {
            color: #4EB5E6;
        }

    .datepicker--cell.-in-range- {
        background: rgba(92, 196, 239, 0.1);
        color: #4a4a4a;
        border-radius: 0;
    }

        .datepicker--cell.-in-range-.-focus- {
            background-color: rgba(92, 196, 239, 0.2);
        }

    .datepicker--cell.-disabled- {
        cursor: default;
        color: #aeaeae;
    }

        .datepicker--cell.-disabled-.-focus- {
            color: #aeaeae;
        }

        .datepicker--cell.-disabled-.-in-range- {
            color: #a1a1a1;
        }

        .datepicker--cell.-disabled-.-current-.-focus- {
            color: #aeaeae;
        }

    .datepicker--cell.-range-from- {
        border: 1px solid rgba(92, 196, 239, 0.5);
        background-color: rgba(92, 196, 239, 0.1);
        border-radius: 4px 0 0 4px;
    }

    .datepicker--cell.-range-to- {
        border: 1px solid rgba(92, 196, 239, 0.5);
        background-color: rgba(92, 196, 239, 0.1);
        border-radius: 0 4px 4px 0;
    }

    .datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
        color: #fff;
        background: #5cc4ef;
    }

    .datepicker--cell.-range-from-.-range-to- {
        border-radius: 4px;
    }

    .datepicker--cell.-selected- {
        border: none;
    }

        .datepicker--cell.-selected-.-focus- {
            background: #45bced;
        }

    .datepicker--cell:empty {
        cursor: default;
    }

.datepicker--days-names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px;
}

.datepicker--day-name {
    color: #FF9A19;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.-only-timepicker- .datepicker--content, .datepicker--body, .datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--cells-years, .datepicker--years {
    height: 170px;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma,sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    z-index: 100;
}

    .datepicker.-from-top- {
        transform: translateY(-8px);
    }

    .datepicker.-from-right- {
        transform: translateX(8px);
    }

    .datepicker.-from-bottom- {
        transform: translateY(8px);
    }

    .datepicker.-from-left- {
        transform: translateX(-8px);
    }

    .datepicker.active {
        opacity: 1;
        transform: translate(0);
        transition: opacity .3s ease,transform .3s ease,left 0s 0s;
    }

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none;
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px;
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.datepicker--nav-action:hover, .datepicker--nav-title:hover {
    background: #f0f0f0;
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px;
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body.active {
    display: block;
}

.datepicker--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker--nav-action.-disabled- {
        visibility: hidden;
    }

    .datepicker--nav-action svg {
        width: 32px;
        height: 32px;
    }

    .datepicker--nav-action path {
        fill: none;
        stroke: #9c9c9c;
        stroke-width: 2px;
    }

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
}

.datepicker--buttons, .datepicker--time {
    border-top: 1px solid #efefef;
    padding: 4px;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0;
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: flex;
}

.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
}

    .datepicker--button:hover {
        color: #4a4a4a;
        background: #f0f0f0;
    }

.datepicker--time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .datepicker--time.-am-pm- .datepicker--time-sliders {
        -ms-flex: 0 1 138px;
        flex: 0 1 138px;
        max-width: 138px;
    }

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px;
}

.datepicker--time-label {
    display: none;
    font-size: 12px;
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
    position: relative;
    z-index: 1;
}

    .datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
        content: '';
        background: #f0f0f0;
        border-radius: 4px;
        position: absolute;
        left: -2px;
        top: -3px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
        opacity: 0;
    }

    .datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
        opacity: 1;
    }

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

    .datepicker--time-row:first-child {
        margin-bottom: 4px;
    }

    .datepicker--time-row input[type=range] {
        background: 0 0;
        cursor: pointer;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
        padding: 0;
        margin: 0;
        -webkit-appearance: none;
    }

        .datepicker--time-row input[type=range]::-ms-tooltip {
            display: none;
        }

        .datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type=range]:hover::-moz-range-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type=range]:hover::-ms-thumb {
            border-color: #b8b8b8;
        }

        .datepicker--time-row input[type=range]:focus {
            outline: 0;
        }

            .datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef;
            }

            .datepicker--time-row input[type=range]:focus::-moz-range-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef;
            }

            .datepicker--time-row input[type=range]:focus::-ms-thumb {
                background: #5cc4ef;
                border-color: #5cc4ef;
            }

        .datepicker--time-row input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
            margin-top: -6px;
        }

        .datepicker--time-row input[type=range]::-moz-range-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
        }

        .datepicker--time-row input[type=range]::-ms-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid #dedede;
            background: #fff;
            cursor: pointer;
            transition: background .2s;
        }

        .datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: 0 0;
        }

        .datepicker--time-row input[type=range]::-moz-range-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: 0 0;
        }

        .datepicker--time-row input[type=range]::-ms-track {
            border: none;
            height: 1px;
            cursor: pointer;
            color: transparent;
            background: 0 0;
        }

        .datepicker--time-row input[type=range]::-ms-fill-lower {
            background: 0 0;
        }

        .datepicker--time-row input[type=range]::-ms-fill-upper {
            background: 0 0;
        }

    .datepicker--time-row span {
        padding: 0 12px;
    }

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}

    .datepicker--time-icon:after, .datepicker--time-icon:before {
        content: '';
        background: currentColor;
        position: absolute;
    }

    .datepicker--time-icon:after {
        height: .4em;
        width: 1px;
        left: calc(50% - 1px);
        top: calc(50% + 1px);
        transform: translateY(-100%);
    }

    .datepicker--time-icon:before {
        width: .4em;
        height: 1px;
        top: calc(50% + 1px);
        left: calc(50% - 1px);
    }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede;
}

    .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
        color: #c5c5c5;
    }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none;
}

.account-title-holder .btn-list, .list-with-dash, .select-bottom-links, .search-result-list, .autocomplete-block .ui-autocomplete, .mobile-nav-bar, .sub-menu, .footer-list, .account-nav, .search-btns-list, .list-of-long-bordered-links, .filters-block-list, .list-of-church-rectors, .church-info-list, .church-services-list, .media-links-list, .church-services-info-list, .list-with-check-and-underline, .list-with-arrow-links, .change-congregation-list, .status-request-list, .alphabetical-search-list, .seach-result-list, .congregation-info-list, .congregation-info-item .checkboxes-list, .schedule-alert-list, .main-calendar-list-of-indications {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

.background-primary {
    background-color: #008872 !important;
}

.of-cover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

    .of-cover-image[data-ofi-src] {
        opacity: 1 !important;
    }

@media only screen and (min-width: 992px) {
    .invisible-lg {
        visibility: hidden !important;
    }
}

.disable-scroll {
    overflow: hidden;
}

    .disable-scroll body {
        overflow: hidden;
    }

.font-weight-medium {
    font-weight: 500 !important;
}

.row.gutter-width-18 {
    margin-left: -9px;
    margin-right: -9px;
}

    .row.gutter-width-18 [class^="col"] {
        padding-left: 9px;
        padding-right: 9px;
    }

.row.gutter-width-54 {
    margin-left: -9px;
    margin-right: -9px;
}

@media only screen and (min-width: 1400px) {
    .row.gutter-width-54 {
        margin-left: -27px;
        margin-right: -27px;
    }
}

.row.gutter-width-54 [class^="col"] {
    padding-left: 9px;
    padding-right: 9px;
}

@media only screen and (min-width: 1400px) {
    .row.gutter-width-54 [class^="col"] {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

h1, .h1 {
    font-size: 28px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

@media only screen and (min-width: 576px) {
    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 34px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    h1, .h1 {
        font-size: 38px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    h1, .h1 {
        font-size: 38px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1400px) {
    h1, .h1 {
        font-size: 38px;
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 24px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    h6, .h6 {
        font-size: 14px;
    }
}

.text-block p:last-child {
    margin-bottom: 0;
}

.text-block.text-gray-600 {
    color: #656565;
}

    .text-block.text-gray-600 a {
        color: inherit;
    }

        .text-block.text-gray-600 a:hover {
            color: #008872;
        }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h1, .h1 {
    line-height: 1.2857;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    h1, .h1 {
        line-height: 1.3421;
        margin-bottom: 30px;
    }
}

h2, .h2 {
    line-height: 1.3333;
    margin-bottom: 35px;
}

h3, .h3 {
    line-height: 1.5;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    h3, .h3 {
        line-height: 1.4166;
        margin-bottom: 10px;
    }
}

h4, .h4 {
    line-height: 1.555;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    h4, .h4 {
        line-height: 1.4;
    }
}

h5, .h5 {
    line-height: 1.625;
    margin-bottom: 15px;
}

h6, .h6 {
    line-height: 1.7;
    margin-bottom: 10px;
}

.list-with-dots {
    list-style-type: none;
    padding-left: 0;
}

    .list-with-dots li {
        padding-left: 23px;
    }

        .list-with-dots li:before {
            width: 8px;
            height: 8px;
            content: '';
            display: inline-block;
            background-color: #008872;
            border-radius: 50%;
            vertical-align: middle;
            margin-right: 15px;
            margin-left: -23px;
        }

        .list-with-dots li:not(:last-child) {
            margin-bottom: 20px;
        }

.list-with-check {
    list-style-type: none;
    padding-left: 0;
}

    .list-with-check li {
        padding-left: 33px;
    }

        .list-with-check li:before {
            content: '\e900';
            font-family: icomoon !important;
            display: inline-block;
            vertical-align: middle;
            margin-right: 17px;
            margin-left: -33px;
            color: #98CC9E;
            font-size: 12px;
        }

        .list-with-check li:not(:last-child) {
            margin-bottom: 20px;
        }

@media only screen and (max-width: 767px) {
    hr {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

.saved-title {
    position: relative;
    padding-left: 30px;
    margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
    .saved-title {
        padding-left: 50px;
        margin-bottom: 35px;
    }
}

.saved-title:before {
    content: '\e912';
    font-family: icomoon !important;
    color: #EBA85E;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 0.8em;
}

.title-with-square-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    margin-bottom: 30px;
}

    .title-with-square-icon .icon {
        width: 64px;
    }

    .title-with-square-icon .text {
        padding-left: 20px;
    }

.location-title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    line-height: 1.71428;
    color: #2B2E34;
}

    .location-title:before {
        content: '\e914';
        display: inline-block;
        font-family: icomoon !important;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        color: #656565;
        font-size: 16px;
        line-height: 1;
    }

.account-title-holder {
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .account-title-holder {
        margin-bottom: 70px;
    }
}

.account-title-holder.with-btn {
    margin-bottom: 65px;
}

@media only screen and (min-width: 1200px) {
    .account-title-holder.with-btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

.account-title-holder.with-btn .main-content {
    font-size: 1rem;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    .account-title-holder.with-btn .main-content {
        max-width: 535px;
        width: 100%;
        padding-top: 5px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .account-title-holder.with-btn .btn-block {
        text-align: right;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .account-title-holder.with-btn .btn {
        display: -ms-flexbox;
        display: flex;
    }
}

.account-title-holder.with-btn-list {
    margin-bottom: 50px;
}

@media only screen and (min-width: 1200px) {
    .account-title-holder.with-btn-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -8px;
    }
}

.account-title-holder.with-btn-list .bottom-link-block {
    width: 100%;
    padding-top: 10px;
}

@media only screen and (min-width: 576px) {
    .account-title-holder.with-btn-list .btn-list {
        margin-left: -8px;
    }
}

@media only screen and (min-width: 1200px) {
    .account-title-holder.with-btn-list .btn-list {
        margin-right: -8px;
        margin-left: 0;
    }
}

.account-title-holder.with-btn-list .main-title {
    margin-bottom: 22px;
}

@media only screen and (min-width: 1200px) {
    .account-title-holder.with-btn-list .main-title {
        margin: 5px 0;
    }
}

.account-title-holder .main-title {
    margin-bottom: 0;
}

.account-title-holder .main-description {
    padding-top: 20px;
}

@media only screen and (min-width: 576px) {
    .account-title-holder .btn-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.account-title-holder .btn-list .btn {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 576px) {
    .account-title-holder .btn-list .btn {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.account-title-holder .btn-list .btn.with-left-icon:not(.btn-sm):not(.btn-lg) {
    font-size: 1rem;
    line-height: 1.8;
}

@media only screen and (min-width: 576px) {
    .account-title-holder .btn-list li {
        margin: 8px;
    }
}

.account-title-holder .btn-list li:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
    .account-title-holder .btn-list li:not(:last-child) {
        margin-bottom: 8px;
    }
}

.title-with-button {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .title-with-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 992px) {
    .title-with-button .title {
        margin-bottom: 0;
        padding-right: 30px;
    }
}

.title-with-underline {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
}

.status-title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
}

    .status-title:before {
        width: 14px;
        height: 14px;
        content: '';
        display: inline-block;
        border-radius: 50%;
        margin-right: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        transform: translate(0, 2px);
    }

    .status-title.in-application:before {
        background-color: #898989;
    }

    .status-title.in-treatment:before {
        background-color: #98CC9E;
    }

    .status-title.rejected:before {
        background-color: #D16F6F;
    }

    .status-title.approved:before {
        background-color: #008872;
    }

.list-with-dash {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}

    .list-with-dash.white li:not(:last-child):after {
        background-color: #66B8AB;
    }

    .list-with-dash.white a {
        color: #FFFFFF;
    }

        .list-with-dash.white a:hover {
            color: #DBDBDB;
        }

    .list-with-dash li {
        position: relative;
        padding: 5px 15px;
    }

        .list-with-dash li:first-child {
            padding-left: 0;
        }

        .list-with-dash li:last-child {
            padding-right: 0;
        }

        .list-with-dash li:not(:last-child):after {
            content: '';
            width: 1px;
            height: 16px;
            display: block;
            background-color: #DBDBDB;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(0, -50%);
        }

    .list-with-dash a {
        text-decoration: none;
        transition: color 0.3s;
    }

        .list-with-dash a:hover {
            text-decoration: none;
        }

.alert-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

    .alert-title:before {
        content: "\e905";
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-family: icomoon !important;
        margin-right: 10px;
        font-size: 35px;
        line-height: 1;
        font-weight: 400;
    }

a:focus, button:focus {
    outline: none;
}

@media only screen and (max-width: 767px) {
    .btn {
        padding-top: 0.66rem;
        padding-bottom: 0.66rem;
    }
}

.btn:disabled, .btn.disabled {
    background-color: #DBDBDB;
    border-color: #DBDBDB;
    color: #898989;
}

    .btn:disabled:hover, .btn.disabled:hover {
        background-color: #DBDBDB;
        border-color: #DBDBDB;
        color: #898989;
    }

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #0E6654;
    border-color: #0E6654;
}

.btn-orange-light {
    background-color: #EBA85E;
    border-color: #EBA85E;
    color: #FFFFFF;
}

    .btn-orange-light:hover, .btn-orange-light:not(:disabled):not(.disabled):active {
        background-color: #CC7412;
        border-color: #CC7412;
        color: #FFFFFF;
    }

.btn-white-green {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

    .btn-white-green:hover, .btn-white-green:not(:disabled):not(.disabled):active {
        background-color: #98CC9E;
        border-color: #98CC9E;
    }

.btn-white-orange {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

    .btn-white-orange:hover, .btn-white-orange:not(:disabled):not(.disabled):active {
        background-color: #FFEBD5;
        border-color: #FFEBD5;
    }

.btn-outline-green {
    border-color: #66B8AB;
    color: #FFFFFF;
}

    .btn-outline-green:hover, .btn-outline-green:not(:disabled):not(.disabled):active {
        background-color: #66B8AB;
        border-color: #66B8AB;
    }

    .btn-outline-green.active {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #0E6654;
    }

        .btn-outline-green.active:hover, .btn-outline-green.active:not(:disabled):not(.disabled):active {
            background-color: #FFFFFF;
            border-color: #FFFFFF;
            color: #0E6654;
        }

@media only screen and (max-width: 575px) {
    .btn-sm, .btn-group-sm > .btn {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .btn-lg, .btn-group-lg > .btn {
        padding: 0.9rem 2rem;
    }
}

@media only screen and (min-width: 992px) {
    .btn-lg, .btn-group-lg > .btn {
        font-weight: 700;
    }
}

.btn-lg.with-shadow, .btn-group-lg > .with-shadow.btn {
    box-shadow: 0 3px 35px rgba(0, 0, 0, 0.1);
}

.btn.with-left-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn.with-left-icon:not(.btn-sm):not(.btn-lg) {
        font-size: 1.125rem;
        padding-left: 1.25rem;
        line-height: 1.65;
    }

    .btn.with-left-icon.btn-sm, .btn-group-sm > .btn.with-left-icon {
        padding-left: 20px;
        padding-top: 1.033rem;
        padding-bottom: 1.033rem;
    }

@media only screen and (min-width: 576px) {
    .btn.with-left-icon.btn-sm, .btn-group-sm > .btn.with-left-icon {
        padding-top: 0.56rem;
        padding-bottom: 0.56rem;
    }
}

.btn.with-left-icon.btn-sm .icon.icomoon-heart, .btn-group-sm > .btn.with-left-icon .icon.icomoon-heart {
    margin-right: 7px;
}

.btn.with-left-icon.btn-sm .icon.icomoon-calendar, .btn-group-sm > .btn.with-left-icon .icon.icomoon-calendar {
    font-size: 18px;
}

.btn.with-left-icon.btn-sm .icon.icomoon-code-website, .btn-group-sm > .btn.with-left-icon .icon.icomoon-code-website {
    font-size: 12px;
}

.btn.with-left-icon .icon {
    display: inline-block;
    font-size: 20px;
    margin-right: 12px;
}

    .btn.with-left-icon .icon.icomoon-rotate {
        font-size: 14px;
    }

.btn.with-left-icon.liked .icon:before {
    content: '\e912';
    color: #EBA85E;
}

.btn.with-left-icon:before {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: icomoon !important;
    vertical-align: middle;
    font-weight: 400;
}

.btn.with-left-icon.heart-icon:before {
    content: '\e913';
}

.btn.with-left-icon.heart-icon.liked:before {
    content: '\e912';
    color: #EBA85E;
}

.btn.with-left-icon.calendar-icon:before {
    content: '\e91c';
}

.btn.with-left-icon.code-icon:before {
    content: '\e91b';
    font-size: 0.85em;
}

.link-with-arrow {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-right: 30px;
    transition: color 0.3s;
}

    .link-with-arrow:after {
        content: '\e901';
        font-family: icomoon !important;
        display: -ms-flexbox;
        display: flex;
        line-height: 1;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        font-weight: 400;
        font-size: 11px;
    }

    .link-with-arrow:hover {
        text-decoration: none;
    }

    .link-with-arrow.sm {
        font-size: 1rem;
    }

        .link-with-arrow.sm:after {
            top: 48%;
        }

    .link-with-arrow.bold {
        font-weight: 700;
    }

    .link-with-arrow.medium {
        font-weight: 500;
    }

    .link-with-arrow.primary {
        color: #008872;
    }

        .link-with-arrow.primary:hover {
            color: #0E6654;
        }

    .link-with-arrow.secondary {
        color: #2B2E34;
    }

        .link-with-arrow.secondary:hover {
            color: #008872;
        }

    .link-with-arrow.white {
        color: #FFFFFF;
    }

        .link-with-arrow.white:hover {
            color: #DBDBDB;
        }

    .link-with-arrow.long-bordered {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        padding-top: 13px;
        padding-bottom: 13px;
        border-top: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
        font-size: 1.125rem;
    }

    .link-with-arrow.left {
        padding-right: 0;
        padding-left: 30px;
    }

        .link-with-arrow.left:after {
            right: auto;
            left: 0;
        }

    .link-with-arrow.direction-left:after {
        content: '\e920';
    }

.link-with-flattened-arrow {
    position: relative;
    display: inline-block;
    font-size: 88.88889%;
    text-decoration: none;
    font-weight: 700;
    padding-right: 0.8em;
    transition: color 0.3s;
}

    .link-with-flattened-arrow:after {
        content: '\e903';
        font-family: icomoon !important;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        font-weight: 400;
        font-size: 0.6em;
        line-height: 1;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1px;
    }

    .link-with-flattened-arrow:hover {
        text-decoration: none;
    }

    .link-with-flattened-arrow.white {
        color: #FFFFFF;
    }

        .link-with-flattened-arrow.white:hover {
            color: #DBDBDB;
        }

.simple-link {
    transition: color 0.3s;
}

    .simple-link:not(.with-underline) {
        text-decoration: none;
    }

        .simple-link:not(.with-underline):hover {
            text-decoration: none;
        }

    .simple-link.black {
        color: #2B2E34;
    }

        .simple-link.black:hover {
            color: #008872;
        }

    .simple-link.white {
        color: #FFFFFF;
    }

        .simple-link.white:hover {
            color: #DBDBDB;
        }

    .simple-link.primary {
        color: #008872;
    }

        .simple-link.primary:hover {
            color: #0E6654;
        }

    .simple-link.gray-600 {
        color: #656565;
    }

        .simple-link.gray-600:hover {
            color: #008872;
        }

    .simple-link.extra-small {
        font-size: 14px;
        line-height: 1.71428;
    }

.text-block a {
    transition: color 0.3s;
}

.account-link {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    text-decoration: none;
    color: #2B2E34;
    transition: color 0.3s;
    line-height: 1;
}

@media only screen and (min-width: 992px) {
    .account-link {
        -ms-flex-direction: row;
        flex-direction: row;
        padding-right: 18px;
        font-size: 1rem;
        line-height: 1.3125;
    }
}

.account-link.log-in-status:before {
    content: '\e90a';
}

.account-link:hover {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
    .account-link:hover {
        color: #008872;
    }
}

.account-link:before {
    content: '\e909';
    font-family: icomoon !important;
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 6px;
}

@media only screen and (min-width: 992px) {
    .account-link:before {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.account-link:after {
    content: '\e904';
    font-family: icomoon !important;
    font-size: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: none;
}

@media only screen and (min-width: 992px) {
    .account-link:after {
        display: inline-block;
    }
}

.mobile-menu-link {
    position: relative;
    display: block;
    background-color: #FFFFFF;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 700;
    color: #2B2E34;
    padding: 17px 40px 17px 15px !important;
    transition: color 0.3s;
}

    .mobile-menu-link:after {
        content: '\e90f';
        display: inline-block;
        font-family: icomoon !important;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        color: #898989;
        font-size: 10px;
        font-weight: 400;
        transition: color 0.3s;
    }

    .mobile-menu-link[href] {
        transition: color 0.3s;
    }

        .mobile-menu-link[href]:hover {
            text-decoration: none;
            color: #008872;
        }

            .mobile-menu-link[href]:hover:after {
                color: #008872;
            }

.link-with-left-arrow {
    position: relative;
    text-decoration: none;
    transition: color 0.3s;
    padding-left: 30px;
    font-weight: 700;
    font-size: 15px;
}

@media only screen and (min-width: 768px) {
    .link-with-left-arrow {
        font-weight: 500;
        font-size: 18px;
    }
}

.link-with-left-arrow:hover {
    text-decoration: none;
}

.link-with-left-arrow:before {
    content: '\e901';
    font-family: icomoon !important;
    font-weight: 400;
    font-size: 0.8em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .link-with-left-arrow:before {
        font-size: 0.65em;
    }
}

.navigation-link {
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: #2B2E34;
    transition: color 0.3s;
    white-space: nowrap;
}

@media only screen and (min-width: 992px) {
    .navigation-link {
        font-size: 20px;
    }
}

.navigation-link:hover {
    text-decoration: none;
    color: #008872;
}

.navigation-link:before {
    font-family: icomoon !important;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 0.8em;
}

.navigation-link.left {
    padding-left: 20px;
}

    .navigation-link.left:before {
        content: '\e902';
        left: 0;
    }

.navigation-link.right {
    padding-right: 20px;
}

    .navigation-link.right:before {
        content: '\e903';
        right: 0;
    }

.text-with-icon {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0;
}

    .text-with-icon.media .icon {
        color: #EBA85E;
    }

    .text-with-icon.secondary {
        color: #2B2E34;
    }

    .text-with-icon.white {
        color: #FFFFFF;
    }

    .text-with-icon.smaller-icon {
        padding-left: 25px;
    }

        .text-with-icon.smaller-icon .icon {
            font-size: 13px;
        }

    .text-with-icon .icon {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        font-weight: 400;
    }

        .text-with-icon .icon.icomoon-video-filled {
            font-size: 20px;
        }

        .text-with-icon .icon.icomoon-audio-filled {
            font-size: 18px;
        }

    .text-with-icon[href] {
        text-decoration: none;
        transition: color 0.3s;
        font-size: 1rem;
    }

        .text-with-icon[href].secondary:hover {
            color: #008872 !important;
        }

        .text-with-icon[href].white:hover {
            color: #DBDBDB !important;
        }

.plus-btn {
    width: 28px;
    height: 28px;
    position: relative;
    display: block;
    border: 2px solid #008872;
    border-radius: 2px;
    background-color: #FFFFFF;
    transition: border-color 0.3s, background-color 0.3s;
}

    .plus-btn:hover {
        background-color: #F2F2F2;
    }

    .plus-btn:before, .plus-btn:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '';
        display: block;
        background-color: #008872;
        border-radius: 2px;
    }

    .plus-btn:before {
        width: 2px;
        height: 12px;
        transition: opacity 0.3s, background-color 0.3s;
    }

    .plus-btn:after {
        width: 12px;
        height: 2px;
    }

    .plus-btn[aria-expanded="true"] {
        border-color: #0E6654;
    }

        .plus-btn[aria-expanded="true"]:before, .plus-btn[aria-expanded="true"]:after {
            background-color: #0E6654;
        }

        .plus-btn[aria-expanded="true"]:before {
            opacity: 0;
        }

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

@media only screen and (max-width: 575px) {
    .form-inline {
        display: block;
    }
}

.form-inline.form-item-and-button .form-group, .form-inline.form-item-and-button .select-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
    .form-inline.form-item-and-button .form-group, .form-inline.form-item-and-button .select-item {
        margin-right: 12px;
    }
}

.form-inline.form-item-and-button .form-group .form-control, .form-inline.form-item-and-button .select-item .form-control {
    width: 100%;
}

.form-inline.form-item-and-button .btn {
    margin-bottom: 10px;
}

.form-element {
    position: relative;
}

    .form-element.active label {
        font-size: 10px;
        font-weight: 700;
        top: 0.49rem;
        color: #656565;
        letter-spacing: 0;
    }

    .form-element label {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 1rem;
        z-index: 5;
        line-height: 1.625;
        pointer-events: none;
        letter-spacing: -0.5px;
        margin-bottom: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 1rem;
        transition: font-size 0.3s, top 0.3s, color 0.3s;
    }

    .form-element .form-control {
        padding-top: 1.375rem;
        padding-bottom: 0.75rem;
    }

    .form-element textarea.is-valid, .form-element textarea.is-invalid {
        background-position-y: 20px;
    }

.form-group label {
    color: #2B2E34;
}

.form-group .invalid-feedback {
    text-align: right;
}

.form-control {
    background-clip: padding-box;
}

    .form-control:hover {
        border-color: #898989;
    }

    .form-control::-webkit-input-placeholder {
        transition: opacity 0.3s;
    }

    .form-control::-moz-placeholder {
        opacity: 1;
        transition: opacity 0.3s;
    }

    .form-control:-moz-placeholder {
        transition: opacity 0.3s;
    }

    .form-control:-ms-input-placeholder {
        transition: opacity 0.3s;
    }

    .form-control.placeholder {
        transition: opacity 0.3s;
    }

    .form-control:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    .form-control:focus::-moz-placeholder {
        opacity: 1;
        opacity: 0;
    }

    .form-control:focus:-moz-placeholder {
        opacity: 0;
    }

    .form-control:focus:-ms-input-placeholder {
        opacity: 0;
    }

    .form-control:focus.placeholder {
        opacity: 0;
    }

    .form-control.is-valid, .form-control.is-invalid {
        background-size: 16px 16px;
        padding-right: 56px;
        background-position: right 20px center;
    }

        .form-control.is-valid:focus, .form-control.is-invalid:focus {
            box-shadow: none;
        }

    .form-control.is-valid {
        border-color: #DBDBDB;
    }

        .form-control.is-valid:focus {
            border-color: #898989;
        }

        .form-control.is-valid:hover {
            border-color: #898989;
        }

    .form-control.is-invalid:focus {
        border-color: #CC7412;
    }

    .form-control.is-invalid:hover {
        border-color: #CC7412;
    }

.form-control-sm.search-input {
    border: none;
    border-bottom: 1px solid #DBDBDB;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    padding-right: 30px;
}

    .form-control-sm.search-input::-webkit-input-placeholder {
        color: #2B2E34;
    }

    .form-control-sm.search-input::-moz-placeholder {
        opacity: 1;
        color: #2B2E34;
    }

    .form-control-sm.search-input:-moz-placeholder {
        color: #2B2E34;
    }

    .form-control-sm.search-input:-ms-input-placeholder {
        color: #2B2E34;
    }

    .form-control-sm.search-input.placeholder {
        color: #2B2E34;
    }

    .form-control-sm.search-input:focus, .form-control-sm.search-input:hover {
        border-color: #898989;
    }

.form-control-lg.search-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.75 24.75' fill='%232B2E34'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cg id='search'%3e%3cg id='Ellipse_7' data-name='Ellipse 7'%3e%3cpath d='M10.65,21.29A10.65,10.65,0,1,1,21.29,10.65,10.66,10.66,0,0,1,10.65,21.29Zm0-19.79a9.15,9.15,0,1,0,9.14,9.15A9.15,9.15,0,0,0,10.65,1.5Z'/%3e%3c/g%3e%3cpath d='M24,24.75a.74.74,0,0,1-.53-.22l-5.89-5.89a.75.75,0,0,1,1.06-1.06l5.89,5.89a.75.75,0,0,1,0,1.06A.74.74,0,0,1,24,24.75Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: left 16px center;
    background-size: 16px 16px;
    padding-left: 45px;
    border: none;
}

    .form-control-lg.search-input::-webkit-input-placeholder {
        color: #2B2E34;
    }

    .form-control-lg.search-input::-moz-placeholder {
        opacity: 1;
        color: #2B2E34;
    }

    .form-control-lg.search-input:-moz-placeholder {
        color: #2B2E34;
    }

    .form-control-lg.search-input:-ms-input-placeholder {
        color: #2B2E34;
    }

    .form-control-lg.search-input.placeholder {
        color: #2B2E34;
    }

@media only screen and (min-width: 992px) {
    .form-control-lg.search-input {
        padding-left: 65px;
        background-position: left 25px center;
        background-size: 25px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .form-control-lg {
        padding: 1rem;
        height: auto;
        font-size: 15px;
        line-height: 1.75;
    }
}

textarea.form-control {
    width: 100% !important;
    height: 260px !important;
    resize: none;
}

.jcf-textarea {
    display: block;
    border: none;
}

    .jcf-textarea textarea {
        padding: 0.844rem 1.5625rem 0.844rem 1rem;
        border: 1px solid #DBDBDB;
    }

    .jcf-textarea.jcf-focus textarea {
        border-color: #898989 !important;
    }

    .jcf-textarea .jcf-scrollable-wrapper {
        width: 100% !important;
    }

    .jcf-textarea .jcf-scrollbar.jcf-scrollbar-vertical {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        top: 1px;
        right: 1px;
        bottom: 1px;
    }

.select-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem;
}

    .select-item .jcf-select {
        display: block;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        border: 1px solid #DBDBDB;
        border-radius: 8px;
        background-color: #F2F2F2;
        color: #2B2E34;
        padding: 0.844rem 65px 0.844rem 1rem;
        height: calc(1.625em + 1.688rem + 2px);
        font-size: 1rem;
        line-height: 1.625;
        cursor: pointer;
        transition: border-color 0.3s;
    }

        .select-item .jcf-select:hover {
            border-color: #898989;
        }

        .select-item .jcf-select .jcf-select-text {
            margin: 0;
            font-size: inherit;
            line-height: inherit;
            cursor: pointer;
        }

        .select-item .jcf-select .jcf-select-opener {
            background-color: transparent;
            width: auto;
            bottom: auto;
            top: 50%;
            transform: translate(0, -50%);
            font-size: 0.43rem;
            right: 25px;
            line-height: 1;
            transition: transform 0.3s;
        }

            .select-item .jcf-select .jcf-select-opener:after {
                content: '\e904';
                font-family: icomoon !important;
                display: inline-block;
            }

        .select-item .jcf-select.jcf-focus,
        .select-item .jcf-select.jcf-focus * {
            border-color: #DBDBDB !important;
        }

            .select-item .jcf-select.jcf-focus:not(.jcf-drop-active) {
                border-color: #898989 !important;
            }

        .select-item .jcf-select.jcf-drop-active {
            border-color: #DBDBDB !important;
        }

            .select-item .jcf-select.jcf-drop-active:not(.jcf-drop-flipped) {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
            }

                .select-item .jcf-select.jcf-drop-active:not(.jcf-drop-flipped) .jcf-select-drop {
                    z-index: 1000;
                }

                    .select-item .jcf-select.jcf-drop-active:not(.jcf-drop-flipped) .jcf-select-drop .jcf-select-drop-content {
                        border-bottom-left-radius: 8px;
                        border-bottom-right-radius: 8px;
                    }

                    .select-item .jcf-select.jcf-drop-active:not(.jcf-drop-flipped) .jcf-select-drop .jcf-scrollable-wrapper .jcf-scrollbar.jcf-scrollbar-vertical {
                        border-bottom-right-radius: 6px;
                    }

            .select-item .jcf-select.jcf-drop-active.jcf-drop-flipped {
                border-top-left-radius: 0;
                border-top-right-radius: 0;
            }

                .select-item .jcf-select.jcf-drop-active.jcf-drop-flipped .jcf-select-drop .jcf-select-drop-content {
                    border-top-left-radius: 8px;
                    border-top-right-radius: 8px;
                }

                .select-item .jcf-select.jcf-drop-active.jcf-drop-flipped .jcf-select-drop .jcf-scrollable-wrapper .jcf-scrollbar.jcf-scrollbar-vertical {
                    border-top-right-radius: 6px;
                }

            .select-item .jcf-select.jcf-drop-active .jcf-select-opener {
                transform: translate(0, -50%) rotate(180deg);
            }

        .select-item .jcf-select .jcf-select-drop .jcf-select-drop-content {
            border: 1px solid #DBDBDB;
            background-color: #F2F2F2;
        }

        .select-item .jcf-select .jcf-select-drop .jcf-scrollable-wrapper {
            padding: 10px 0;
        }

        .select-item .jcf-select .jcf-list {
            background-color: transparent;
            font-size: inherit;
            line-height: inherit;
        }

            .select-item .jcf-select .jcf-list .jcf-option-placeholder {
                display: none !important;
            }

            .select-item .jcf-select .jcf-list .jcf-option {
                padding: 10px 1rem;
                height: auto;
                color: inherit;
                cursor: pointer;
                transition: background-color 0.3s;
            }

                .select-item .jcf-select .jcf-list .jcf-option.jcf-hover {
                    background-color: #EAEAEA !important;
                }

                .select-item .jcf-select .jcf-list .jcf-option.jcf-selected {
                    background-color: transparent;
                }

    .select-item .delete-btn {
        display: -ms-flexbox;
        display: flex;
        color: #2B2E34;
        transition: color 0.3s;
        font-size: 18px;
        margin-left: 15px;
        text-decoration: none;
    }

@media only screen and (min-width: 992px) {
    .select-item .delete-btn {
        position: absolute;
        top: 50%;
        left: calc(100% + 20px);
        transform: translate(0, -50%);
        margin-left: 0;
    }
}

.select-item .delete-btn:hover {
    color: #008872;
}

.select-bottom-links {
    padding-top: 10px;
}

.datepicker-input {
    padding-left: 50px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19 21' fill='%232B2E34'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cg id='calendar'%3e%3cpath d='M16.5,21H2.5A2.5,2.5,0,0,1,0,18.5V4.5A2.5,2.5,0,0,1,2.5,2h14A2.5,2.5,0,0,1,19,4.5v14A2.5,2.5,0,0,1,16.5,21ZM2.5,3A1.5,1.5,0,0,0,1,4.5v14A1.5,1.5,0,0,0,2.5,20h14A1.5,1.5,0,0,0,18,18.5V4.5A1.5,1.5,0,0,0,16.5,3Z'/%3e%3cpath d='M13.5,5a.5.5,0,0,1-.5-.5V.5a.5.5,0,0,1,1,0v4A.5.5,0,0,1,13.5,5Z'/%3e%3cpath d='M5.5,5A.5.5,0,0,1,5,4.5V.5a.5.5,0,0,1,1,0v4A.5.5,0,0,1,5.5,5Z'/%3e%3cpath d='M18.5,9H.5a.5.5,0,0,1,0-1h18a.5.5,0,0,1,0,1Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-position: left 15px center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

@media screen and (forced-colors: active) {
    .datepicker-input {
        height: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .datepicker-input.short {
        width: 160px;
    }
}

.datepicker-input[readonly] {
    background-color: #F2F2F2;
}

.datepicker-input::-webkit-input-placeholder {
    color: #2B2E34;
}

.datepicker-input::-moz-placeholder {
    opacity: 1;
    color: #2B2E34;
}

.datepicker-input:-moz-placeholder {
    color: #2B2E34;
}

.datepicker-input:-ms-input-placeholder {
    color: #2B2E34;
}

.datepicker-input.placeholder {
    color: #2B2E34;
}

.datepicker {
    border-color: #DBDBDB;
    border-radius: 8px;
    box-shadow: 0 3px 35px rgba(0, 0, 0, 0.05);
    font-family: inherit;
    color: inherit;
    font-size: 12px;
    width: 290px;
    z-index: 1022;
}

@media only screen and (min-width: 992px) {
    .datepicker {
        font-size: 16px;
        width: 355px;
    }
}

.datepicker.in-filters {
    z-index: 1075;
}

.datepicker .datepicker--pointer {
    width: 21.2px;
    height: 21.2px;
}

.datepicker.-bottom-center- .datepicker--pointer, .datepicker.-top-center- .datepicker--pointer {
    left: calc(50% - 21.2px / 2);
}

.datepicker.-bottom-center- .datepicker--pointer {
    bottom: calc(100% - 9px);
}

.datepicker.-top-center- .datepicker--pointer {
    top: calc(100% - 9px);
}

.datepicker .datepicker--nav-action {
    width: auto;
    font-size: 0.8125em;
    padding: 5px;
    transition: background-color 0.3s;
    margin-left: -5px;
}

    .datepicker .datepicker--nav-action:hover {
        background-color: #EAEAEA;
    }

.datepicker .datepicker--nav-title {
    pointer-events: none;
}

    .datepicker .datepicker--nav-title:hover {
        background-color: transparent;
        cursor: default;
    }

    .datepicker .datepicker--nav-title + .datepicker--nav-action {
        margin-right: -5px;
    }

.datepicker .datepicker--nav {
    border-bottom: none;
    padding: 15px 15px 5px;
}

@media only screen and (min-width: 992px) {
    .datepicker .datepicker--nav {
        padding: 20px 25px 15px;
    }
}

.datepicker .datepicker--nav-title {
    font-weight: 700;
}

    .datepicker .datepicker--nav-title i {
        font-family: inherit !important;
        color: inherit;
        font-weight: inherit;
    }

.datepicker .datepicker--days-names {
    margin-top: 0;
    margin-bottom: 15px;
}

.datepicker .datepicker--day-name {
    font-size: 0.9375em;
    color: #000000;
    font-weight: 700;
}

.datepicker .datepicker--cell {
    font-size: 1.0625em;
    height: 30px;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
    margin: 2px;
    width: calc(14.28571% - 4px);
    transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

@media only screen and (min-width: 992px) {
    .datepicker .datepicker--cell {
        height: 39px;
    }
}

.datepicker .datepicker--cell.-disabled- {
    color: inherit;
    opacity: 0.4;
}

.datepicker .datepicker--cell.-other-month- {
    border-color: transparent;
    color: #898989;
}

.datepicker .datepicker--cell.-current- {
    color: inherit;
}

.datepicker .datepicker--cell.-selected- {
    background-color: #656565;
    color: #FFFFFF;
}

.datepicker .datepicker--cell.-focus-:not(.-selected-):not(.-disabled-):not(.-other-month-) {
    background-color: transparent;
    border-color: #656565;
}

.datepicker .datepicker--cell.-focus-.-other-month- {
    background-color: #F2F2F2;
}

.datepicker .datepicker--cell.-focus-.-disabled- {
    background-color: transparent;
    color: #898989;
}

.datepicker .datepicker--content {
    padding: 15px;
}

@media only screen and (min-width: 992px) {
    .datepicker .datepicker--content {
        padding: 15px 25px 23px;
    }
}

.datepicker .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    background: #008872;
    border-color: #008872;
}

.datepicker .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    background: #008872;
    border-color: #008872;
}

.datepicker .datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #008872;
    border-color: #008872;
}

.xdsoft_datetimepicker {
    display: none !important;
}

.timepicker-input {
    width: 200px;
}

@media screen and (forced-colors: active) {
    .timepicker-input {
        height: 55px;
    }
}

@media only screen and (min-width: 768px) {
    .timepicker-input {
        text-align: center;
        width: 80px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.timepicker-input[readonly] {
    background-color: #F2F2F2;
}

.timepicker-input::-webkit-input-placeholder {
    color: #2B2E34;
}

.timepicker-input::-moz-placeholder {
    opacity: 1;
    color: #2B2E34;
}

.timepicker-input:-moz-placeholder {
    color: #2B2E34;
}

.timepicker-input:-ms-input-placeholder {
    color: #2B2E34;
}

.timepicker-input.placeholder {
    color: #2B2E34;
}

.datepicker.-only-timepicker- {
    width: 250px;
}

    .datepicker.-only-timepicker-.-bottom-left- .datepicker--pointer, .datepicker.-only-timepicker-.-top-left- .datepicker--pointer {
        left: 30px;
    }

    .datepicker.-only-timepicker-.-bottom-center- .datepicker--pointer, .datepicker.-only-timepicker-.-bottom-left- .datepicker--pointer, .datepicker.-only-timepicker-.-bottom-right- .datepicker--pointer {
        bottom: calc(100% - 10px);
    }

    .datepicker.-only-timepicker- .datepicker--time-row {
        height: 25px;
    }

.timepicker-with-btn {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media only screen and (max-width: 767px) {
    .timepicker-with-btn {
        width: 100%;
    }
}

.timepicker-with-btn.active .timepicker-input {
    border-color: #008872;
}

    .timepicker-with-btn.active .timepicker-input:hover {
        border-color: #66B8AB;
    }

.timepicker-with-btn.active .active-btn {
    background-color: #008872;
    color: #FFFFFF;
    font-size: 16px;
}

    .timepicker-with-btn.active .active-btn:after {
        content: 'X';
    }

    .timepicker-with-btn.active .active-btn:hover {
        color: #DBDBDB;
    }

.timepicker-with-btn .timepicker-input {
    padding-right: 40px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .timepicker-with-btn .timepicker-input {
        width: 100px;
    }
}

.timepicker-with-btn .active-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-color: #DBDBDB;
    width: 30px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    text-decoration: none;
    color: #2B2E34;
    font-size: 21px;
    line-height: 1;
    transition: color 0.3s, background-color 0.3s;
}

    .timepicker-with-btn .active-btn:hover {
        color: #008872;
    }

    .timepicker-with-btn .active-btn:after {
        content: '+';
        display: inline-block;
    }

.custom-checkbox {
    position: relative;
    padding-left: 35px;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0;
    cursor: pointer;
}

@media only screen and (min-width: 768px) {
    .custom-checkbox {
        font-size: 1.125rem;
    }
}

.custom-checkbox.small {
    font-size: 1rem;
}

    .custom-checkbox.small .checkmark {
        width: 21px;
        height: 21px;
        top: 1px;
    }

.custom-checkbox.square .checkmark {
    border-radius: 0;
}

.custom-checkbox.white {
    color: #FFFFFF;
}

    .custom-checkbox.white .checkmark {
        border: none;
        background-color: #FFFFFF;
    }

    .custom-checkbox.white .icon {
        color: #2B2E34;
    }

    .custom-checkbox.white .input:checked + .checkmark {
        background-color: #FFFFFF;
    }

    .custom-checkbox.white:hover .input:not(:disabled):not(:checked):not(.is-invalid) + .checkmark {
        background-color: #DBDBDB;
    }

.custom-checkbox .checkmark {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    background-color: #F2F2F2;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-size: 0.6em;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s;
}

.custom-checkbox .input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

    .custom-checkbox .input.is-invalid:not(:checked) + .checkmark {
        border-color: #EBA85E;
    }

    .custom-checkbox .input:checked + .checkmark {
        background-color: #008872;
        border-color: #008872;
    }

        .custom-checkbox .input:checked + .checkmark .icon {
            opacity: 1;
        }

    .custom-checkbox .input:disabled + .checkmark {
        background-color: #AFAFAF;
        border-color: #AFAFAF;
    }

.custom-checkbox:hover .input:not(:disabled):not(:checked):not(.is-invalid) + .checkmark {
    border-color: #898989;
}

.custom-radio {
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 24px;
    font-size: 1rem;
    cursor: pointer;
}

    .custom-radio .checkmark {
        width: 1.75em;
        height: 1.75em;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #2B2E34;
        border-radius: 50%;
        background-color: #FFFFFF;
        transition: background-color 0.3s, border-color 0.3s;
    }

        .custom-radio .checkmark:after {
            width: 1.25em;
            height: 1.25em;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            background-color: #2B2E34;
            border-radius: 50%;
            opacity: 0;
            transition: opacity 0.3s;
        }

    .custom-radio .input {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

        .custom-radio .input.is-invalid:not(:checked) + .checkmark {
            border-color: #EBA85E;
        }

        .custom-radio .input:checked + .checkmark:after {
            opacity: 1;
        }

        .custom-radio .input:disabled + .checkmark {
            background-color: #AFAFAF;
            border-color: #AFAFAF;
        }

    .custom-radio:hover .input:not(:disabled):not(:checked):not(.is-invalid) + .checkmark {
        background-color: #F2F2F2;
    }

@media only screen and (min-width: 768px) {
    .search-form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.search-form .search-input-block {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .search-form .search-input-block {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-right: 13px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .search-form .btn {
        display: block;
        width: 100%;
    }
}

.small-search-form {
    position: relative;
    width: 100%;
    max-width: 350px;
}

@media only screen and (min-width: 1400px) {
    .small-search-form {
        max-width: 405px;
    }
}

.small-search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.75 24.75' fill='%232B2E34'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cg id='search'%3e%3cg id='Ellipse_7' data-name='Ellipse 7'%3e%3cpath d='M10.65,21.29A10.65,10.65,0,1,1,21.29,10.65,10.66,10.66,0,0,1,10.65,21.29Zm0-19.79a9.15,9.15,0,1,0,9.14,9.15A9.15,9.15,0,0,0,10.65,1.5Z'/%3e%3c/g%3e%3cpath d='M24,24.75a.74.74,0,0,1-.53-.22l-5.89-5.89a.75.75,0,0,1,1.06-1.06l5.89,5.89a.75.75,0,0,1,0,1.06A.74.74,0,0,1,24,24.75Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    padding: 0;
}

.search-input-block {
    position: relative;
}

    .search-input-block.active .search-input {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .search-input-block.active .search-result-block {
        opacity: 1;
        visibility: visible;
    }

    .search-input-block .search-result-block {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }

.search-result-list {
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #DBDBDB;
    font-size: 1rem;
    line-height: 1.625;
    padding: 6px 0;
    max-height: 300px;
    overflow-y: auto;
}

    .search-result-list + .jcf-scrollbar.jcf-scrollbar-vertical {
        border-bottom-right-radius: 6px;
    }

    .search-result-list .search-result-list-item {
        position: relative;
    }

        .search-result-list .search-result-list-item .close-recent-search {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translate(0, -50%);
            text-decoration: none;
            color: #898989;
            transition: color 0.3s;
            font-size: 10px;
            line-height: 1;
            padding: 5px;
        }

            .search-result-list .search-result-list-item .close-recent-search:hover {
                color: #D16F6F;
                text-decoration: none;
            }

    .search-result-list .search-result-list-link {
        position: relative;
        display: block;
        text-decoration: none;
        color: #2B2E34;
        padding: 8px 25px;
        transition: color 0.3s;
    }

        .search-result-list .search-result-list-link.recent-search {
            color: #898989;
            padding: 6px 50px;
        }

            .search-result-list .search-result-list-link.recent-search:before {
                content: '\e910';
                font-family: icomoon !important;
                display: inline-block;
                position: absolute;
                top: 6px;
                left: 25px;
            }

        .search-result-list .search-result-list-link:hover {
            color: #008872;
            text-decoration: none;
        }

.add-info-form .form-groups-block fieldset:not(:last-child) {
    margin-bottom: 50px;
}

.add-info-form .form-groups-block fieldset legend, .add-info-form .form-groups-block fieldset h5 {
    margin-bottom: 20px;
}

.add-info-form .form-groups-block fieldset .alert {
    margin-bottom: 0;
    margin-top: 16px;
}

@media only screen and (max-width: 767px) {
    .add-info-form .row [class^="col"]:last-child > .form-group, .add-info-form .row [class^="col"]:last-child > .select-item {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .add-info-form .row.with-1-last-elements [class^="col"]:last-child > .form-group, .add-info-form .row.with-1-last-elements [class^="col"]:last-child > .select-item {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .add-info-form .row.with-2-last-elements [class^="col"]:nth-last-child(-n+2) > .form-group, .add-info-form .row.with-2-last-elements [class^="col"]:nth-last-child(-n+2) > .select-item {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    .add-info-form .row.with-3-last-elements [class^="col"]:nth-last-child(-n+3) > .form-group, .add-info-form .row.with-3-last-elements [class^="col"]:nth-last-child(-n+3) > .select-item {
        margin-bottom: 0;
    }
}

.add-info-form .form-buttons {
    padding-top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 576px) {
    .add-info-form .form-buttons {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.add-info-form .form-buttons .simple-link {
    margin: 10px 15px 10px 0;
}

@media only screen and (min-width: 576px) {
    .add-info-form .form-buttons .simple-link {
        margin-right: 45px;
    }
}

@media only screen and (min-width: 1400px) {
    .add-multiple-services-form .row {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media only screen and (min-width: 1400px) {
    .add-multiple-services-form .row [class^="col"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .add-multiple-services-form .form-groups-block > .row {
        margin-left: -30px;
        margin-right: -30px;
    }
}

@media only screen and (min-width: 1400px) {
    .add-multiple-services-form .form-groups-block > .row > [class^="col"] {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.add-multiple-services-form fieldset {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .add-multiple-services-form fieldset {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .add-multiple-services-form fieldset {
        margin-bottom: 80px;
    }
}

.add-multiple-services-form fieldset legend {
    margin-bottom: 8px;
}

.add-multiple-services-form fieldset .form-items-list > *:last-child {
    margin-bottom: 0;
}

.add-multiple-services-form fieldset .form-items-list.with-timepickers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .add-multiple-services-form fieldset .form-items-list.with-timepickers .timepicker-with-btn {
        margin-bottom: 12px;
    }

@media only screen and (min-width: 768px) {
    .add-multiple-services-form fieldset .form-items-list.with-timepickers .timepicker-with-btn:not(:last-child) {
        margin-right: 12px;
    }
}

.add-multiple-services-form .form-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width: 576px) {
    .add-multiple-services-form .form-buttons {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.add-multiple-services-form .form-buttons .simple-link {
    margin: 10px 15px 10px 0;
}

@media only screen and (min-width: 576px) {
    .add-multiple-services-form .form-buttons .simple-link {
        margin-right: 45px;
    }
}

.trigger-checkbox {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
    cursor: pointer;
}

    .trigger-checkbox .checkmark-wrap {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .trigger-checkbox .checkmark-block {
        position: relative;
        display: block;
        width: 51px;
        height: 32px;
        border: 1px solid #2B2E34;
        background-color: #FFFFFF;
        border-radius: 16px;
        transition: border-color 0.3s;
    }

    .trigger-checkbox .icon {
        width: 22px;
        height: 22px;
        display: block;
        border-radius: 50%;
        background-color: #898989;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 5px;
        transition: background-color 0.3s, right 0.3s, transform 0.3s;
    }

    .trigger-checkbox .text {
        font-size: 1rem;
        padding-left: 10px;
        min-width: 38px;
    }

        .trigger-checkbox .text .checked {
            display: none;
        }

    .trigger-checkbox .input {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

        .trigger-checkbox .input:checked + .checkmark-wrap .checkmark-block .icon {
            background-color: #008872;
            right: 100%;
            transform: translate(calc(100% + 5px), -50%);
            -ms-transform: translateX(100%) translateX(5px) translateY(-50%);
            /* IE 11 */
        }

        .trigger-checkbox .input:checked + .checkmark-wrap .text .checked {
            display: inline-block;
        }

        .trigger-checkbox .input:checked + .checkmark-wrap .text .unchecked {
            display: none;
        }

        .trigger-checkbox .input:disabled + .checkmark-wrap .checkmark-block {
            border-color: #DBDBDB;
        }

            .trigger-checkbox .input:disabled + .checkmark-wrap .checkmark-block .icon {
                background-color: #DBDBDB;
            }

.filter-select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
}

    .filter-select .title {
        margin-bottom: 0;
        padding-right: 5px;
    }

    .filter-select .select-item {
        margin-bottom: 0;
    }

        .filter-select .select-item .jcf-select {
            padding: 0 25px 0 0;
            border: none;
            height: auto;
            min-width: auto;
        }

            .filter-select .select-item .jcf-select .jcf-select-opener {
                right: 0;
            }

            .filter-select .select-item .jcf-select .jcf-select-drop {
                width: auto !important;
                left: auto;
            }

.autocomplete-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .autocomplete-block.active .form-control {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-color: #DBDBDB;
    }

    .autocomplete-block.active .autocomplete-input-wrap:after {
        transform: translate(0, -50%) rotate(180deg);
    }

    .autocomplete-block .form-control {
        padding-right: 65px;
    }

    .autocomplete-block .autocomplete-input-wrap {
        position: relative;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

        .autocomplete-block .autocomplete-input-wrap:after {
            content: '\e904';
            font-family: icomoon !important;
            display: inline-block;
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            font-size: 0.43rem;
            right: 25px;
            line-height: 1;
            transition: transform 0.3s;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            pointer-events: none;
        }

    .autocomplete-block .ui-autocomplete {
        position: absolute;
        width: 100% !important;
        transform: translate(0, -2px);
        border: 1px solid #DBDBDB;
        border-top: none;
        background-color: #F2F2F2;
        font-size: 1rem;
        max-height: 192px;
        overflow: auto;
        z-index: 10;
    }

        .autocomplete-block .ui-autocomplete .ui-menu-item {
            padding: 10px 1rem;
            cursor: pointer;
            transition: background-color 0.3s;
        }

            .autocomplete-block .ui-autocomplete .ui-menu-item:hover {
                background-color: #EAEAEA;
            }

    .autocomplete-block .delete-btn {
        display: -ms-flexbox;
        display: flex;
        color: #2B2E34;
        transition: color 0.3s;
        font-size: 18px;
        margin-left: 15px;
        text-decoration: none;
    }

@media only screen and (min-width: 992px) {
    .autocomplete-block .delete-btn {
        position: absolute;
        top: 50%;
        left: calc(100% + 20px);
        transform: translate(0, -50%);
        margin-left: 0;
    }
}

.autocomplete-block .delete-btn:hover {
    color: #008872;
}

.ui-helper-hidden-accessible {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 1030;
}

.header-not-scrollable .header {
    position: absolute;
}

.header .top-line {
    position: relative;
    padding: 14px 0;
    min-height: 70px;
}

@media only screen and (min-width: 992px) {
    .header .top-line {
        padding: 20px 0;
        min-height: auto;
    }
}

.header .top-line .main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header .top-line .logo {
    display: block;
    max-width: 190px;
    width: 100%;
    transform: translate(0, 4px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (min-width: 992px) {
    .header .top-line .logo {
        max-width: 230px;
    }
}

.header .top-line .sub-menu {
    bottom: 0;
}

.header .top-line .left-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header .top-line .small-search-form {
    margin-left: 40px;
}

@media only screen and (min-width: 1400px) {
    .header .top-line .small-search-form {
        margin-left: 60px;
    }
}

.header .bottom-line {
    padding: 13px 0;
    background-color: #F1FAF4;
    display: none;
}

@media only screen and (min-width: 992px) {
    .header .bottom-line {
        display: block;
    }
}

.header .bottom-line .main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.header .bottom-line .nav-list {
    padding-right: 30px;
}

    .header .bottom-line .nav-list.right-alignment {
        padding-right: 0;
        padding-left: 30px;
    }

.nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
}

    .nav-list.right-alignment {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .nav-list.right-alignment li:not(:last-child) {
            margin-right: 0;
        }

        .nav-list.right-alignment li:not(:first-child) {
            margin-left: 30px;
        }

@media only screen and (min-width: 1400px) {
    .nav-list.right-alignment li:not(:first-child) {
        margin-left: 42px;
    }
}

.nav-list li {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .nav-list li:not(:last-child) {
        margin-right: 30px;
    }

@media only screen and (min-width: 1400px) {
    .nav-list li:not(:last-child) {
        margin-right: 42px;
    }
}

.nav-list a {
    text-decoration: none;
    color: #2B2E34;
    transition: color 0.3s;
    border-bottom: 1px solid transparent;
}

    .nav-list a.active {
        border-color: #008872;
    }

    .nav-list a:hover {
        text-decoration: none;
        color: #008872;
    }

.mobile-bottom-line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #FFFFFF;
    border-top: 1px solid #898989;
    min-height: 80px;
}

@media only screen and (min-width: 992px) {
    .mobile-bottom-line {
        display: none;
    }
}

.mobile-nav-bar {
    display: -ms-flexbox;
    display: flex;
}

    .mobile-nav-bar > li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .mobile-nav-bar > li > a {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-align: center;
            align-items: center;
            color: #2B2E34;
            text-decoration: none;
            font-size: 12px;
            padding: 14px 5px;
        }

            .mobile-nav-bar > li > a.active {
                color: #008872;
            }

            .mobile-nav-bar > li > a .icon {
                width: 26px;
                height: 26px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: 2.2em;
                margin-bottom: 4px;
            }

                .mobile-nav-bar > li > a .icon[class*="menu"] {
                    font-size: 16px;
                }

            .mobile-nav-bar > li > a:hover {
                text-decoration: none;
            }

.sub-menu {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    border-top: 16px solid #98CC9E;
}

.header-not-scrollable .sub-menu {
    top: 0;
}

@media only screen and (min-width: 992px) {
    .sub-menu {
        top: 80px;
        bottom: 0;
    }

    .header-not-scrollable .sub-menu {
        top: 0;
    }
}

.sub-menu.active {
    opacity: 1;
    visibility: visible;
}

.sub-menu > li {
    background-color: #FFFFFF;
}

    .sub-menu > li:not(:last-child) {
        border-bottom: 1px solid #DBDBDB;
    }

    .sub-menu > li:last-child {
        border-bottom: 16px solid #98CC9E;
    }

.header-account {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    z-index: 1030;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .header-account .main-content {
        padding: 10px 0;
        min-height: 70px;
    }

@media only screen and (min-width: 768px) {
    .header-account .main-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 82px;
    }
}

.header-account .left-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
    .header-account .left-block {
        display: block;
        -ms-flex: 0 0 288px;
        flex: 0 0 288px;
        max-width: 288px;
    }
}

@media only screen and (min-width: 1400px) {
    .header-account .left-block {
        -ms-flex: 0 0 408px;
        flex: 0 0 408px;
        max-width: 408px;
    }
}

.header-account .right-main-content {
    display: none;
}

@media only screen and (min-width: 768px) {
    .header-account .right-main-content {
        display: block;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.header-account .main-content-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-account .logo {
    display: block;
    max-width: 190px;
    width: 100%;
    transform: translate(0, 4px);
}

@media only screen and (min-width: 1400px) {
    .header-account .logo {
        max-width: 230px;
    }
}

@media only screen and (min-width: 768px) {
    .header-account .menu-hamburger {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .header-account .link-with-arrow {
        font-size: 16px;
    }
}

.menu-hamburger {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
}

    .menu-hamburger:hover {
        text-decoration: none;
    }

    .menu-hamburger .text {
        font-size: 12px;
        font-weight: 500;
        color: #2B2E34;
        line-height: 1;
    }

.hamburger-wrap {
    width: 32px;
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hamburger {
    width: 24px;
    height: 16px;
    position: relative;
    display: inline-block;
}

[aria-expanded="true"] .hamburger span:nth-child(1) {
    top: 6px;
    transform: rotate(135deg);
}

[aria-expanded="true"] .hamburger span:nth-child(2) {
    opacity: 0;
    left: -30px;
}

[aria-expanded="true"] .hamburger span:nth-child(3) {
    top: 6px;
    transform: rotate(-135deg);
}

.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2B2E34;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
}

    .hamburger span:nth-child(1) {
        top: 0px;
        transition: transform .25s ease-in-out, top .25s ease-in-out;
    }

    .hamburger span:nth-child(2) {
        top: 50%;
        transform: translate(0, -50%);
        transition: opacity .25s ease-in-out, left .25s ease-in-out;
    }

    .hamburger span:nth-child(3) {
        top: 100%;
        transform: translate(0, -100%);
        transition: transform .25s ease-in-out, top .25s ease-in-out;
    }

.header-add-info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #008872;
    z-index: 1030;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .header-add-info .main-wrap {
        min-height: 70px;
        padding: 10px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (min-width: 768px) {
    .header-add-info .main-wrap {
        min-height: 82px;
    }
}

.header-add-info .main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
    .header-add-info .main-content {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 992px) {
    .header-add-info .main-content {
        padding: 0 35px;
    }
}

.header-add-info .logo-block {
    max-width: 190px;
    width: 100%;
}

@media only screen and (min-width: 1400px) {
    .header-add-info .logo-block {
        max-width: 230px;
    }
}

@media only screen and (min-width: 768px) {
    .header-add-info .logo-block + .link-block {
        margin-left: 30px;
        padding-left: 30px;
        border-left: 1px solid #66B8AB;
    }
}

@media only screen and (min-width: 992px) {
    .header-add-info .logo-block + .link-block {
        margin-left: 50px;
        padding-left: 50px;
    }
}

.header-add-info .logo {
    display: block;
    transform: translate(0, 4px);
}

.header-add-info .link-block {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .header-add-info .link-with-arrow {
        font-size: 0;
        padding: 5px;
        margin: 0 17px 0 -5px;
    }
}

@media only screen and (max-width: 767px) {
    .header-add-info .link-with-arrow:after {
        position: static;
        transform: none;
    }
}

.footer {
    font-size: 14px;
    background-color: #FFFFFF;
    padding: 40px 0 125px;
    border-top: 1px solid #DBDBDB;
}

@media only screen and (min-width: 992px) {
    .footer {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .footer {
        padding: 25px 0;
    }
}

.footer .logo {
    display: block;
    max-width: 190px;
    width: 100%;
    margin: 0 auto 30px;
}

@media only screen and (min-width: 992px) {
    .footer .logo {
        transform: translate(0, 4px);
        margin-bottom: 0;
    }
}

.footer .text-block {
    color: #656565;
    text-align: center;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
    .footer .text-block {
        text-align: inherit;
        margin-bottom: 0;
    }
}

.footer-list {
    font-size: 14px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 992px) {
    .footer-list {
        margin-left: -15px;
        font-size: 1rem;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 992px) {
    .footer-list.right-alignment {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: -15px;
    }
}

.footer-list > li {
    padding: 0 15px;
    margin: 5px 0;
}

    .footer-list > li:not(:last-child) {
        border-right: 1px solid #DBDBDB;
    }

    .footer-list > li > a {
        color: #2B2E34;
        text-decoration: none;
        transition: color 0.3s;
    }

        .footer-list > li > a:hover {
            text-decoration: none;
            color: #008872;
        }

.footer-account {
    background-color: #F2F2F2;
}

@media only screen and (min-width: 768px) {
    .footer-account {
        position: fixed;
        bottom: 0;
        left: 288px;
        right: 0;
        z-index: 1030;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (min-width: 1400px) {
    .footer-account {
        left: 408px;
    }
}

.footer-account .main-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-top: 1px solid #DBDBDB;
}

@media only screen and (min-width: 768px) {
    .footer-account .main-content {
        min-height: 78px;
        text-align: left;
    }
}

.footer-add-info {
    text-align: center;
    border-top: 1px solid #DBDBDB;
    padding: 20px 0;
    background-color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
    .footer-add-info {
        padding: 24px 0;
    }
}

body {
    min-width: 320px;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

.header-compensation {
    padding-top: 70px;
}

@media only screen and (min-width: 992px) {
    .header-compensation {
        padding-top: 138px;
    }
}

.add-info-header-compensation {
    padding-top: 70px;
}

@media only screen and (min-width: 992px) {
    .add-info-header-compensation {
        padding-top: 82px;
    }
}

.main-account-content {
    background-color: #F2F2F2;
    padding-top: 70px;
    overflow: auto;
}

@media only screen and (min-width: 768px) {
    .main-account-content {
        width: calc(100vw - (408px - 120px));
        height: calc(100vh - 82px - 78px);
        margin-left: auto;
        margin-top: 82px;
        margin-bottom: 78px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .main-account-content {
        width: calc(100vw - 408px);
    }
}

.main-account-content .main-account-content-inner {
    padding-top: 30px;
    padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
    .main-account-content .main-account-content-inner {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .main-account-content .main-account-content-inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-account-content .main-account-content-inner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.account-content-side-paddings {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {
    .account-content-side-paddings {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .account-content-side-paddings {
        padding-left: 70px;
        padding-right: 70px;
    }
}

.account-sidebar-side-padding {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 1400px) {
    .account-sidebar-side-padding {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.container-account {
    max-width: 1104px;
    padding: 0 15px;
    width: 100%;
}

.container-extra-small {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

    .container-extra-small .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .container-extra-small .row [class^="col"] {
            padding-left: 10px;
            padding-right: 10px;
        }

@media only screen and (min-width: 1400px) {
    .container.smaller, .sub-menu > li > a.smaller {
        max-width: 1230px;
    }
}

@media only screen and (min-width: 1400px) {
    .container.smaller-2, .sub-menu > li > a.smaller-2 {
        max-width: 1200px;
    }
}


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 1920px;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

iframe {
    width: 100%;
}

.sidebar-account {
    background-color: #008872;
    color: #FFFFFF;
    z-index: 1030;
    overflow: auto;
}

@media only screen and (max-width: 767px) {
    .sidebar-account {
        position: fixed;
        top: 70px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1030;
        background-color: #98CC9E;
        padding: 0 0 15px 0;
        display: none;
    }

        .sidebar-account.show {
            display: block;
        }
}

.sidebar-account.collapsing {
    transition: none;
}

@media only screen and (min-width: 768px) {
    .sidebar-account {
        position: fixed;
        top: 82px;
        left: 0;
        bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        width: 288px;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1400px) {
    .sidebar-account {
        width: 408px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.sidebar-account .bottom-block {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .sidebar-account .bottom-block {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-account .sidebar-title {
        margin-bottom: 0;
        padding: 17px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-account .text-with-icon {
        margin-bottom: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        background-color: #FFFFFF;
        color: #2B2E34;
        padding: 14px 15px 14px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-account .text-with-icon .icon {
        position: static;
        transform: none;
        margin-right: 15px;
    }
}

.account-nav {
    background-color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
    .account-nav {
        font-size: 1rem;
        line-height: 1.625;
        background-color: transparent;
    }
}

@media only screen and (min-width: 768px) {
    .account-nav li:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .account-nav li:not(:last-child) {
        margin-bottom: 30px;
    }
}

.account-nav a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #2B2E34;
    padding: 14px 40px 14px 15px;
}

@media only screen and (min-width: 768px) {
    .account-nav a {
        display: inline-block;
        transition: color 0.3s;
        color: #FFFFFF;
        padding: 0;
    }
}

.account-nav a.active {
    font-weight: 700;
}

.account-nav a:after {
    content: '\e903';
    display: inline-block;
    font-family: icomoon !important;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    font-size: 10px;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .account-nav a:after {
        content: none;
    }
}

@media only screen and (min-width: 768px) {
    .account-nav a:not(.active):hover {
        text-decoration: none;
        color: #DBDBDB;
    }
}

.section-welcome {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .section-welcome {
        padding: 50px 0 35px;
    }
}

@media only screen and (max-width: 767px) {
    .section-welcome h1 {
        font-size: 22px;
        line-height: 1.318;
    }
}

.section-welcome .bg-image {
    position: relative;
    display: block;
    padding-bottom: 36%;
}

@media only screen and (min-width: 768px) {
    .section-welcome .bg-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding-bottom: 0;
    }
}

.section-welcome .main-content {
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    .section-welcome .main-content {
        background-color: #008872;
    }
}

.search-block-wrap {
    background-color: #008872;
    padding: 30px 0 50px;
    border-radius: 10px;
    max-width: 860px;
}

@media only screen and (min-width: 768px) {
    .search-block-wrap {
        padding: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .search-block-wrap {
        padding: 45px 80px 50px;
    }
}

.search-block {
    color: #FFFFFF;
}

    .search-block .search-btns-list {
        margin-top: -5px;
    }

    .search-block .search-form-description {
        line-height: 1.625;
        margin-bottom: 15px;
    }

    .search-block .bottom-link-block {
        padding-top: 35px;
        text-align: center;
    }

@media only screen and (min-width: 768px) {
    .search-block .bottom-link-block {
        padding-top: 40px;
        text-align: left;
    }
}

.search-btns-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
}

    .search-btns-list li {
        padding: 0 8px;
        margin: 5px 0;
    }

.section-saved {
    padding: 60px 0 40px;
}

@media only screen and (min-width: 768px) {
    .section-saved {
        padding: 45px 0 80px;
    }
}

.section-saved .advertisement-banner {
    padding-top: 40px;
}

@media only screen and (min-width: 768px) {
    .section-saved .advertisement-banner {
        padding-top: 70px;
    }
}

.saved-churches-group-list .saved-churches-group:not(:last-child) {
    margin-bottom: 60px;
}

.saved-churches-list .saved-church-card:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
    .saved-churches-list .saved-church-card:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .list-of-long-bordered-links {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
}

@media only screen and (min-width: 992px) {
    .list-of-long-bordered-links {
        margin: 0 -23px;
    }
}

@media only screen and (min-width: 768px) {
    .list-of-long-bordered-links li {
        padding: 0 15px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 992px) {
    .list-of-long-bordered-links li {
        padding: 0 23px;
    }
}

@media only screen and (min-width: 768px) {
    .list-of-long-bordered-links li:nth-child(1) .link-with-arrow, .list-of-long-bordered-links li:nth-child(2) .link-with-arrow {
        margin-top: 0;
    }
}

.list-of-long-bordered-links .link-with-arrow {
    margin-top: -1px;
    height: 100%;
}

.section-discover {
    padding: 30px 0;
    background-color: #98CC9E;
}

@media only screen and (min-width: 768px) {
    .section-discover {
        padding: 90px 0 80px;
    }
}

.section-discover .main-title {
    margin-bottom: 30px;
    color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
    .section-discover .main-title {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .section-discover .row {
        margin-left: -25px;
        margin-right: -25px;
    }
}

@media only screen and (min-width: 1400px) {
    .section-discover .row [class^="col"] {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.section-search {
    background-color: #008872;
    padding: 30px 0;
}

@media only screen and (min-width: 768px) {
    .section-search {
        padding: 35px 0;
    }
}

@media only screen and (min-width: 992px) {
    .section-search .main-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 992px) {
    .section-search .search-block {
        max-width: 600px;
        width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .section-search .search-block {
        max-width: 700px;
    }
}

.section-search .img-block {
    width: 40%;
    margin-right: -160px;
    display: none;
}

@media only screen and (min-width: 992px) {
    .section-search .img-block {
        display: block;
    }
}

.section-search-result {
    padding: 20px 0 60px;
}

@media only screen and (min-width: 992px) {
    .section-search-result {
        padding: 45px 0 55px;
    }
}

@media only screen and (min-width: 992px) {
    .section-search-result .main-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) {
    .section-search-result .filters-col {
        -ms-flex: 0 0 360px;
        flex: 0 0 360px;
        max-width: 360px;
    }
}

.section-search-result .filters-col .advertisement-banner {
    padding-top: 40px;
}

.section-search-result .filters-col .open-filters-btn {
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 5;
}

@media only screen and (min-width: 992px) {
    .section-search-result .filters-col .open-filters-btn {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .section-search-result .search-result-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .section-search-result .search-result-col {
        padding-left: 150px;
    }
}

.section-search-result .serach-result-wrap .advertisement-banner {
    padding: 20px 0 30px;
}

@media only screen and (min-width: 992px) {
    .section-search-result .serach-result-wrap .advertisement-banner {
        padding: 25px 0;
    }
}

@media only screen and (min-width: 992px) {
    .filters-block-list li:first-child .filter-item {
        border-top: 1px solid #DBDBDB;
    }
}

.filters-block-list li .filter-item {
    border-bottom: 1px solid #DBDBDB;
}

.filter-block .filter-title {
    font-size: 16px;
    border-bottom: 1px solid #DBDBDB;
}

@media only screen and (max-width: 991px) {
    .filter-block .filter-title {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) {
    .filter-block .filter-title {
        padding: 0 !important;
        font-size: 18px;
        border-bottom: none;
    }
}

@media only screen and (min-width: 992px) {
    .filter-block .filter-title:after {
        content: none;
    }
}

.filter-block .callendar-filter {
    padding: 30px 15px 0;
}

@media only screen and (min-width: 992px) {
    .filter-block .callendar-filter {
        padding: 30px 0 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .filter-block .filter-block-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        overflow-y: auto;
        background-color: #FFFFFF;
        display: none;
    }
}

.filter-block .filter-block-content.active {
    display: block;
}

.filter-item {
    padding: 13px;
}

@media only screen and (min-width: 992px) {
    .filter-item {
        padding: 13px 15px 13px 0;
    }
}

.filter-item .custom-checkbox, .filter-item .custom-radio {
    margin-bottom: 0;
}

.callendar-filter .label-wrap {
    margin-bottom: 10px;
}

    .callendar-filter .label-wrap label {
        margin-bottom: 0;
        cursor: pointer;
    }

.search-result-top-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .search-result-top-bar {
        margin-bottom: 35px;
    }
}

.search-result-top-bar .left-content {
    width: 100%;
    padding-right: 0;
    -ms-flex-order: 2;
    order: 2;
}

@media only screen and (min-width: 992px) {
    .search-result-top-bar .left-content {
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        padding-right: 30px;
    }
}

.search-result-top-bar .right-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .search-result-top-bar .right-content {
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

.search-result-top-bar .search-result-count-title {
    margin-bottom: 0;
}

.search-result-top-bar .location-title {
    margin-bottom: 0;
    margin-right: 35px;
}

.search-result-cards-list .search-result-card {
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (min-width: 576px) {
    .search-result-cards-list .search-result-card {
        margin-left: 0;
        margin-right: 0;
    }
}

.search-result-cards-list .search-result-card:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .filters {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1035;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s, visibility 0.3s;
        background-color: #FFFFFF;
        overflow: hidden;
    }
}

.filters.active {
    visibility: visible;
    opacity: 1;
}

.filters-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #008872;
    color: #FFFFFF;
    padding: 24px 0;
}

    .filters-header .filters-header-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filters-header .filters-header-title {
        font-size: 18px;
        margin-bottom: 0;
        padding-right: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .filters-header .reset-filters {
        white-space: nowrap;
    }

@media only screen and (max-width: 991px) {
    .filters-content {
        position: relative;
        height: calc(100% - 166px);
        overflow: auto;
        margin-top: 76px;
        margin-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .filters-content .filter-block:not(:last-child) {
        margin-bottom: 50px;
    }
}

.filters-btn {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 5;
}

.section-church-info-top-banner {
    background-color: #008872;
    padding: 0 0 45px 0;
    color: #FFFFFF;
}

@media only screen and (min-width: 576px) {
    .section-church-info-top-banner {
        padding: 40px 0;
    }
}

@media only screen and (min-width: 992px) {
    .section-church-info-top-banner {
        padding: 60px 0;
        margin-bottom: 15px;
    }
}

.section-church-info-top-banner .main-photo-block {
    margin: 0 -15px 25px;
}

@media only screen and (min-width: 576px) {
    .section-church-info-top-banner .main-photo-block {
        margin: 0 0 25px 0;
    }
}

@media only screen and (min-width: 768px) {
    .section-church-info-top-banner .main-photo-block {
        max-width: 535px;
    }
}

@media only screen and (min-width: 992px) {
    .section-church-info-top-banner .main-photo-block {
        margin: 0 30px 0 0;
    }
}

.section-church-info-top-banner .main-photo {
    padding-bottom: 56.07477%;
    position: relative;
}

@media only screen and (min-width: 576px) {
    .section-church-info-top-banner .main-photo img {
        border-radius: 10px;
    }
}

.section-church-info-top-banner .main-title {
    margin-bottom: 0;
}

.section-church-info-top-banner .title-holder {
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
    .section-church-info-top-banner .list-of-church-rectors {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 576px) {
    .section-church-info-top-banner .bottom-block-with-button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.section-church-info-top-banner .bottom-block-with-button .btn {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 576px) {
    .section-church-info-top-banner .bottom-block-with-button .btn {
        white-space: nowrap;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.section-church-info-top-banner .bottom-block-with-button .description {
    font-size: 14px;
    color: #DBDBDB;
    padding-top: 15px;
    text-align: center;
    font-weight: 500;
}

@media only screen and (min-width: 576px) {
    .section-church-info-top-banner .bottom-block-with-button .description {
        padding-left: 25px;
        padding-top: 0;
        text-align: initial;
    }
}

@media only screen and (min-width: 576px) {
    .list-of-church-rectors {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.list-of-church-rectors li:not(:last-child) {
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) {
    .list-of-church-rectors li:not(:last-child) {
        padding-right: 55px;
    }
}

.church-rector-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .church-rector-item .avatar-block {
        width: 48px;
        margin-right: 15px;
    }

    .church-rector-item .avatar {
        position: relative;
        padding-bottom: 100%;
    }

        .church-rector-item .avatar img {
            border-radius: 50%;
        }

    .church-rector-item .content {
        line-height: 1.2;
    }

    .church-rector-item .position {
        margin-bottom: 0;
        font-weight: 400;
    }

    .church-rector-item .name {
        text-decoration: underline;
    }

.section-church-information {
    padding: 40px 0 60px;
}

@media only screen and (min-width: 768px) {
    .section-church-information {
        padding: 75px 0 85px;
    }
}

.section-church-information + .section-general-information {
    padding-top: 15px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .section-church-information > .container > .alert, .sub-menu > li.section-church-information > a > .alert {
        margin-top: -25px;
    }
}

.section-church-information .alert {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .section-church-information .alert {
        margin-bottom: 60px;
    }
}

.section-church-information .main-content {
    margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
    .section-church-information .main-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) {
    .section-church-information .info-block {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media only screen and (min-width: 992px) {
    .section-church-information .advertisement-banner-block {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.section-church-information .main-title {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .section-church-information .main-title {
        margin-bottom: 45px;
    }
}

.section-church-information .church-info-list {
    margin-bottom: 50px;
}

@media only screen and (min-width: 576px) {
    .section-church-information .church-info-list {
        margin-bottom: 0;
    }
}

.section-church-information .google-map-block {
    padding-bottom: 100%;
    position: relative;
    border-radius: 8px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .section-church-information .google-map-block {
        padding-bottom: 27.91667%;
    }
}

@media only screen and (min-width: 992px) {
    .section-church-information .google-map-block {
        margin-bottom: 0;
    }
}

.section-church-information .google-map-block img {
    border-radius: 8px;
}

@media only screen and (min-width: 576px) {
    .church-info-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.church-info-list li {
    margin-bottom: 35px;
}

@media only screen and (min-width: 576px) {
    .church-info-list li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) {
    .church-info-list li {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .church-info-list li {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .church-info-list li:nth-last-child(-n+3) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 576px) {
    .church-info-list li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }
}

.church-info-list li:last-child {
    margin-bottom: 0;
}

.church-info-item {
    position: relative;
    padding-left: 35px;
}

    .church-info-item .icon {
        position: absolute;
        top: 2px;
        left: 0;
        color: #008872;
        font-size: 22px;
    }

    .church-info-item .title {
        margin-bottom: 10px;
    }

    .church-info-item .description {
        font-size: 1rem;
        line-height: 1.625;
    }

        .church-info-item .description a {
            color: inherit;
        }

            .church-info-item .description a:hover {
                color: #008872;
            }

.section-church-services {
    background-color: #F1FAF4;
    padding-top: 50px;
}

@media only screen and (min-width: 992px) {
    .section-church-services {
        padding-top: 100px;
    }
}

.section-church-services .main-title {
    margin-bottom: 15px;
}

.section-church-services .title-holder {
    margin-bottom: 35px;
}

.section-church-services .church-services-navigation {
    margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
    .section-church-services .church-services-navigation {
        margin-bottom: 115px;
    }
}

.section-church-services .bottom-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 745px;
    margin: 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .section-church-services .bottom-block {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.section-church-services .bottom-block .img-block {
    -ms-flex-order: 2;
    order: 2;
    max-width: 140px;
    margin: 0 auto;
}

@media only screen and (min-width: 576px) {
    .section-church-services .bottom-block .img-block {
        max-width: 300px;
    }
}

@media only screen and (min-width: 768px) {
    .section-church-services .bottom-block .img-block {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {
    .section-church-services .bottom-block .img-block {
        -ms-flex: 0 0 60.4%;
        flex: 0 0 60.4%;
        max-width: 60.4%;
    }
}

.section-church-services .bottom-block .content {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
    .section-church-services .bottom-block .content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        padding: 50px 0;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
    }
}

.church-services-nav-bar {
    padding: 8px 0;
}

@media only screen and (min-width: 992px) {
    .church-services-nav-bar {
        padding: 15px 0;
    }
}

.church-services-nav-bar .middle-title {
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .church-services-nav-bar .middle-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 370px) {
    .church-services-nav-bar [class^="col"]:first-child, .church-services-nav-bar [class^="col"]:last-child {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 370px) {
    .church-services-nav-bar [class^="col"]:nth-child(2) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex-order: 1;
        order: 1;
    }
}

.church-services-navigation-content {
    padding: 30px 0;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

@media only screen and (min-width: 992px) {
    .church-services-navigation-content {
        padding: 25px 0;
    }
}

.church-services-navigation-content .advertisement-banner {
    padding: 20px 0 30px;
}

@media only screen and (min-width: 768px) {
    .church-services-navigation-content .advertisement-banner {
        padding: 20px 0;
    }
}

.church-services-list > li:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .church-services-list > li:not(:last-child) {
        margin-bottom: 6px;
    }
}

.church-service-nav-item {
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    box-shadow: 0 2px 35px rgba(0, 136, 114, 0.05);
    padding: 15px 30px 0;
    transition: background-color 0.3s, box-shadow 0.3s;
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item {
        padding: 15px 30px;
    }
}

.church-service-nav-item:hover {
    background-color: #F1FAF4;
    box-shadow: none;
}

    .church-service-nav-item:hover .title-with-icon .icon {
        color: inherit;
    }

        .church-service-nav-item:hover .title-with-icon .icon.icomoon-video-filled:before {
            content: '\e91d';
        }

        .church-service-nav-item:hover .title-with-icon .icon.icomoon-audio-filled:before {
            content: '\e918';
        }

@media only screen and (min-width: 992px) {
    .church-service-nav-item .main-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -15px;
    }
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .col-item {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .col-item.date-block {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .col-item.time-block {
        -ms-flex: 0 0 125px;
        flex: 0 0 125px;
        max-width: 125px;
    }
}

.church-service-nav-item .col-item.name-block {
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .col-item.name-block {
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
        max-width: 190px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .church-service-nav-item .col-item.name-block {
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
        max-width: 240px;
    }
}

.church-service-nav-item .col-item.description-block {
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .col-item.description-block {
        -ms-flex-preferred-size: 0px;
        flex-basis: 0px;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-bottom: 0;
    }
}

.church-service-nav-item .col-item.media-block {
    border-top: 1px solid #DBDBDB;
}

@media only screen and (max-width: 991px) {
    .church-service-nav-item .col-item.media-block {
        padding: 10px 30px 10px;
        margin: 0 -30px;
    }
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .col-item.media-block {
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
        padding-left: 30px;
        border-left: 1px solid #DBDBDB;
        border-top: none;
    }
}

.church-service-nav-item .date-and-time-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .date-and-time-block {
        /*-ms-flex: 0 0 325px;
        flex: 0 0 325px;*/
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 325px;
        margin-bottom: 0;
    }
}

.church-service-nav-item .date-title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.444444;
    padding-right: 30px;
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .date-title {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .church-service-nav-item .date-title .day,
    .church-service-nav-item .date-title .date-of-month {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.church-service-nav-item .description-block {
    line-height: 1.3;
}

    .church-service-nav-item .description-block p {
        margin-bottom: 0;
    }

        .church-service-nav-item .description-block p small {
            font-size: 14px;
        }

.media-links-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.media-links-list li {
    flex-grow: 1;
}

@media only screen and (min-width: 992px) {
    .media-links-list {
        display: block;
    }
}

.media-links-list > li:not(:last-child) {
    margin: 0;
}

@media only screen and (min-width: 992px) {
    .media-links-list > li:not(:last-child) {
        margin: 0;
    }
}

.church-services-info-list > li:not(:last-child) {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .church-services-info-list > li:not(:last-child) {
        margin-bottom: 50px;
    }
}

.church-services-info-item .title-holder {
    margin-bottom: 15px;
}

.church-services-info-item .title {
    margin-bottom: 0;
}

.church-services-info-item .description {
    color: #656565;
}

.church-services-info-item .btn {
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 576px) {
    .church-services-info-item .btn {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.section-general-information {
    padding: 40px 0 60px;
}

@media only screen and (min-width: 768px) {
    .section-general-information {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 1400px) {
    .section-general-information {
        padding: 160px 0 110px;
    }
}

.section-general-information + .section-church-contacts {
    padding: 40px 0 70px;
}

.section-general-information .top-content {
    margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
    .section-general-information .main-title {
        margin-bottom: 20px;
    }
}

.section-general-information .main-text-content {
    max-width: 550px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .section-general-information .main-text-content {
        margin-bottom: 0;
    }
}

.section-general-information .main-description p:not(:last-child) {
    margin-bottom: 35px;
}

.section-general-information .photos-description {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .section-general-information .list-block {
        padding-top: 10px;
        max-width: 470px;
        margin-left: auto;
    }
}

@media only screen and (min-width: 1400px) {
    .section-general-information .list-block {
        margin-right: -50px;
    }
}

.section-general-information .list-title {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .section-general-information .list-title {
        margin-bottom: 30px;
    }
}

.section-general-information .photo-grid-title {
    margin-bottom: 25px;
}

.section-general-information .photo-grid-block {
    margin-bottom: 50px;
}

@media only screen and (min-width: 576px) {
    .section-general-information .photo-grid-block {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .section-general-information .photo-grid-block {
        margin-bottom: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .section-general-information .photo-grid-block {
        margin-bottom: 80px;
    }
}

.list-with-check-and-underline li {
    position: relative;
    border-bottom: 1px solid #DBDBDB;
    padding: 5px 0 5px 40px;
}

    .list-with-check-and-underline li:after {
        content: '\e900';
        font-family: icomoon !important;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        color: #98CC9E;
        font-size: 12px;
    }

@media only screen and (max-width: 575px) {
    .photo-grid .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-left: -8px;
        margin-right: -8px;
    }
}

@media only screen and (max-width: 575px) {
    .photo-grid [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
        max-width: 285px;
        -ms-flex-preferred-size: 285px;
        flex-basis: 285px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.photo-grid-item {
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

@media only screen and (min-width: 576px) {
    .photo-grid-item {
        margin-bottom: 30px;
    }
}

.photo-grid-item .link-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.section-the-municipality {
    position: relative;
    background-color: #F1FAF4;
    padding: 60px 0 245px;
}

@media only screen and (min-width: 768px) {
    .section-the-municipality {
        padding: 110px 0;
    }
}

.section-the-municipality .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 250px;
}

@media only screen and (min-width: 768px) {
    .section-the-municipality .bg-image {
        background-size: 400px;
    }
}

@media only screen and (min-width: 1400px) {
    .section-the-municipality .bg-image {
        background-size: 445px;
    }
}

.section-the-municipality .main-content {
    position: relative;
    z-index: 5;
}

.section-the-municipality .main-text-content {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
    .section-the-municipality .main-text-content {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .section-the-municipality .main-text-content {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-the-municipality .main-title {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .section-the-municipality .list-block {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1400px) {
    .section-the-municipality .list-block {
        padding-left: 15px;
    }
}

.section-the-municipality .list-title {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .section-the-municipality .list-title {
        margin-bottom: 30px;
    }
}

.list-with-arrow-links > li:not(:last-child) {
    margin-bottom: 5px;
}

.section-church-contacts {
    padding: 75px 0 40px;
}

@media only screen and (min-width: 768px) {
    .section-church-contacts {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 992px) {
    .section-church-contacts {
        padding: 145px 0 180px;
    }
}

.section-church-contacts .main-title {
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) {
    .section-church-contacts .main-title {
        margin-bottom: 45px;
    }
}

.section-search-with-map .search-section-block {
    background-color: #008872;
    color: #FFFFFF;
    padding: 30px 0;
}

@media only screen and (min-width: 768px) {
    .section-search-with-map .search-section-block {
        text-align: center;
        padding: 70px 0;
    }
}

.section-search-with-map .search-section-block .main-title {
    margin-bottom: 35px;
}

.section-search-with-map .search-section-block .search-form {
    max-width: 815px;
    margin: 0 auto;
}

.section-search-with-map .google-map-block {
    padding-bottom: 100%;
    position: relative;
}

@media only screen and (min-width: 768px) {
    .section-search-with-map .google-map-block {
        padding-bottom: 29.94792%;
    }
}

.section-search-abroad-info {
    padding: 35px 0 60px;
}

@media only screen and (min-width: 768px) {
    .section-search-abroad-info {
        padding: 60px 0 100px;
    }
}

@media only screen and (min-width: 992px) {
    .section-search-abroad-info {
        padding: 60px 0 145px;
    }
}

.section-search-abroad-info .advertisement-banner {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .section-search-abroad-info .advertisement-banner {
        margin-bottom: 80px;
    }
}

.section-search-abroad-info h2 {
    margin-bottom: 25px;
}

.section-search-abroad-info .info-block {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
    .section-search-abroad-info .info-block {
        margin-bottom: 0;
    }
}

.section-search-abroad-info [class^="col"]:last-child .info-block {
    margin-bottom: 0;
}

.management-overview-cards-block .management-overview-cards-list:not(:last-child) {
    margin-bottom: 45px;
}

@media only screen and (min-width: 768px) {
    .management-overview-cards-block .management-overview-cards-list:not(:last-child) {
        margin-bottom: 60px;
    }
}

.management-overview-cards-list > .main-title {
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
    .management-overview-cards-list .row [class^="col"]:nth-last-child(-n+2) .management-overview-card {
        margin-bottom: 0;
    }
}

.management-overview-cards-list .row [class^="col"]:last-child .management-overview-card {
    margin-bottom: 0;
}

.change-congregation-list li:not(:last-child) {
    margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
    .change-congregation-list li:not(:last-child) {
        margin-bottom: 10px;
    }
}

.change-congregation-item {
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 17px 20px;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.3s, background-color 0.3s;
}

@media only screen and (min-width: 768px) {
    .change-congregation-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 30px 20px 35px;
    }
}

.change-congregation-item:hover {
    text-decoration: none;
    color: inherit;
}

.change-congregation-item:not(.active):hover {
    border-color: #AFAFAF;
}

.change-congregation-item.active {
    background-color: #008872;
    color: #FFFFFF;
}

    .change-congregation-item.active:hover {
        background-color: #0E6654;
    }

    .change-congregation-item.active .link-with-arrow {
        color: inherit;
        padding-right: 0;
    }

        .change-congregation-item.active .link-with-arrow:after {
            display: none;
        }

        .change-congregation-item.active .link-with-arrow.secondary:hover {
            color: inherit;
        }

        .change-congregation-item.active .link-with-arrow .activate-text {
            display: none;
        }

        .change-congregation-item.active .link-with-arrow .active-text {
            display: inline-block;
        }

.change-congregation-item .title {
    font-size: 18px;
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .change-congregation-item .title {
        margin-bottom: 0;
        padding-right: 30px;
    }
}

.change-congregation-item .link-with-arrow {
    transition: none;
}

    .change-congregation-item .link-with-arrow.secondary:hover {
        color: #2B2E34;
    }

    .change-congregation-item .link-with-arrow .active-text {
        display: none;
    }

.section-sermon-admin-control {
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .section-sermon-admin-control {
        padding-bottom: 50px;
    }
}

.section-request-new-preachers {
    padding-top: 30px;
}

@media only screen and (min-width: 992px) {
    .section-request-new-preachers {
        padding-top: 50px;
    }
}

.status-request-list li:not(:last-child) {
    margin-bottom: 16px;
}

.section-add-info {
    padding: 40px 0 50px;
}

@media only screen and (min-width: 768px) {
    .section-add-info {
        bottom: 60px;
    }
}

.section-add-info .add-info-title-holder {
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .section-add-info .add-info-title-holder {
        margin-bottom: 35px;
    }
}

.section-add-info .add-info-title-holder .above-title {
    margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .section-add-info .add-info-title-holder .above-title {
        margin-bottom: 0;
    }
}

.section-add-info .title-with-underline {
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .section-add-info .title-with-underline {
        margin-bottom: 50px;
    }
}

.add-info-title-holder-extended {
    margin-bottom: 60px;
}

@media only screen and (min-width: 576px) {
    .add-info-title-holder-extended {
        text-align: center;
        margin-bottom: 50px;
    }
}

.add-info-title-holder-extended.with-bottom-border {
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 40px;
}

.add-info-title-holder-extended .above-title {
    font-weight: 500;
    margin-bottom: 5px;
}

.add-info-title-holder-extended .main-title {
    margin-bottom: 20px;
}

.add-info-title-holder-extended .main-description {
    color: #656565;
    font-size: 14px;
    line-height: 1.625;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 576px) {
    .add-info-title-holder-extended .main-description {
        font-size: 1rem;
    }
}

.add-info-title-holder-extended .main-description a {
    color: inherit;
    transition: color 0.3s;
}

    .add-info-title-holder-extended .main-description a:hover {
        color: #008872;
    }

.alphabetical-search-list .seach-item:not(:last-child) {
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
    .alphabetical-search-list .seach-item:not(:last-child) {
        margin-bottom: 15px;
    }
}

.alphabetical-search-list .seach-item .letter-title {
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
    .seach-result-list > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.seach-result-list > li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
    .seach-result-list > li:not(:last-child) {
        margin-bottom: 8px;
        border-bottom: none;
        padding-bottom: 0;
    }
}

.seach-result-list > li .name-block {
    font-size: 1rem;
}

@media only screen and (min-width: 992px) {
    .seach-result-list > li .name-block {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        padding: 5px 0;
    }
}

@media only screen and (min-width: 992px) {
    .seach-result-list > li .links-list {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}

.seach-result-list > li .links-list .list-with-dash {
    margin-left: -15px;
    margin-right: -15px;
}

@media only screen and (min-width: 992px) {
    .seach-result-list > li .links-list .list-with-dash {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .seach-result-list > li .links-list .list-with-dash li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.my-congregation-list-block .my-congregation-card:not(:last-child) {
    margin-bottom: 30px;
}

.congregation-info-list li:last-child .congregation-info-item {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.congregation-info-list.active .congregation-info-item:not(.active) .edit-btn {
    color: #DBDBDB;
    pointer-events: none;
}

.congregation-info-item {
    position: relative;
    border-top: 1px solid #EAEAEA;
    padding: 16px 50px 16px 30px;
}

@media only screen and (min-width: 576px) {
    .congregation-info-item {
        padding-right: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .congregation-info-item {
        padding: 16px 195px 16px 50px;
    }
}

.congregation-info-item.active {
    background-color: #008872;
    color: #FFFFFF;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 30px;
}

@media only screen and (min-width: 992px) {
    .congregation-info-item.active {
        padding-right: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .congregation-info-item.active {
        padding-right: 280px;
    }
}

.congregation-info-item.active .edit-btn {
    display: none;
}

.congregation-info-item.active .list-with-dash {
    display: -ms-flexbox;
    display: flex;
}

.congregation-info-item.active .checkboxes-list {
    display: block;
}

.congregation-info-item.active .checkboxes-list-title {
    display: block;
}

.congregation-info-item.active .checkboxes-value-text {
    display: none;
}

.congregation-info-item.active .main-content .text-block {
    color: inherit;
}

.congregation-info-item.active .main-content [class^="col"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

    .congregation-info-item.active .main-content [class^="col"] .form-group.textarea {
        max-width: 100%;
    }

    .congregation-info-item.active .main-content [class^="col"]:not(:last-child) {
        margin-bottom: 30px;
    }

.congregation-info-item.with-bottom-links.active > .row {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.congregation-info-item.with-bottom-links.active .title {
    padding-top: 4px;
}

.congregation-info-item.with-bottom-links .list-with-dash {
    top: auto;
    bottom: 17px;
    transform: none;
}

.congregation-info-item .col-with-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

@media only screen and (min-width: 1200px) {
    .congregation-info-item .col-with-title {
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px;
    }
}

@media only screen and (min-width: 1500px) {
    .congregation-info-item .col-with-title {
        -ms-flex: 0 0 295px;
        flex: 0 0 295px;
        max-width: 295px;
    }
}

.congregation-info-item .col-with-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

@media only screen and (min-width: 1200px) {
    .congregation-info-item .col-with-content {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.congregation-info-item .edit-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    color: #008872;
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    transition: color 0.3s;
}

@media only screen and (min-width: 576px) {
    .congregation-info-item .edit-btn {
        right: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .congregation-info-item .edit-btn {
        right: 50px;
    }
}

.congregation-info-item .edit-btn:hover {
    color: #0E6654;
}

.congregation-info-item .list-with-dash {
    padding-top: 15px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
}

@media only screen and (min-width: 992px) {
    .congregation-info-item .list-with-dash {
        position: absolute;
        bottom: 17px;
        right: 50px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .congregation-info-item .list-with-dash {
        top: 50%;
        transform: translate(0, -50%);
    }
}

.congregation-info-item .checkboxes-list-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7777;
    display: none;
}

    .congregation-info-item .checkboxes-list-title a {
        color: inherit;
        transition: color 0.3s;
    }

        .congregation-info-item .checkboxes-list-title a:hover {
            color: #DBDBDB;
        }

.congregation-info-item .checkboxes-list {
    display: none;
}

    .congregation-info-item .checkboxes-list li:not(:last-child) {
        margin-bottom: 6px;
    }

    .congregation-info-item .checkboxes-list li .custom-checkbox {
        margin-bottom: 0;
    }

.congregation-info-item .title {
    margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
    .congregation-info-item .title {
        margin-bottom: 0;
    }
}

.congregation-info-item .main-content [class^="col"]:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
    .congregation-info-item .main-content [class^="col"]:not(:last-child) {
        margin-bottom: 0;
    }
}

.congregation-info-item .main-content [class^="col"] .form-group.textarea {
    max-width: 180px;
}

    .congregation-info-item .main-content [class^="col"] .form-group.textarea .jcf-textarea:after {
        content: none;
    }

.congregation-info-item .main-content .text-block {
    font-size: 1rem;
    line-height: 1.625;
    color: #656565;
    max-width: 465px;
}

.congregation-info-item .main-content .select-item, .congregation-info-item .main-content .form-group {
    margin-bottom: 0;
    width: 100%;
}

@media only screen and (min-width: 1200px) {
    .congregation-info-item .main-content .select-item, .congregation-info-item .main-content .form-group {
        margin-left: -1rem;
        max-width: 500px;
    }
}

.congregation-info-item .main-content .select-item .jcf-select {
    border-color: #FFFFFF;
    background-color: #FFFFFF !important;
}

    .congregation-info-item .main-content .select-item .jcf-select .jcf-select-drop .jcf-select-drop-content {
        background-color: #FFFFFF;
    }

.congregation-info-item .main-content .select-item select.jcf-hidden[disabled] + .jcf-select {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 1rem;
    background-color: transparent;
    height: auto;
    color: #656565;
}

@media only screen and (max-width: 1199px) {
    .congregation-info-item .main-content .select-item select.jcf-hidden[disabled] + .jcf-select {
        padding: 0;
    }
}

.congregation-info-item .main-content .select-item select.jcf-hidden[disabled] + .jcf-select .jcf-select-text {
    cursor: text;
}

.congregation-info-item .main-content .select-item select.jcf-hidden[disabled] + .jcf-select .jcf-select-opener {
    display: none;
}

.congregation-info-item .main-content .select-item select.jcf-hidden[disabled] + .jcf-select.jcf-focus:not(.jcf-drop-active), .congregation-info-item .main-content .select-item select.jcf-hidden[disabled] + .jcf-select.jcf-focus * {
    border-color: #FFFFFF !important;
}

.congregation-info-item .main-content .form-control {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

    .congregation-info-item .main-content .form-control[disabled] {
        padding-top: 0;
        padding-bottom: 0;
        background-color: transparent;
        height: auto;
        cursor: text;
        text-overflow: ellipsis;
        color: #656565;
        -webkit-text-fill-color: #656565;
        line-height: 1.6;
    }

@media only screen and (max-width: 1199px) {
    .congregation-info-item .main-content .form-control[disabled] {
        padding: 0;
    }
}

.congregation-info-item .main-content .jcf-textarea.jcf-disabled {
    position: relative;
    overflow: hidden;
    background-color: transparent !important;
}

    .congregation-info-item .main-content .jcf-textarea.jcf-disabled:after {
        content: '';
        display: block;
        height: 26px;
        width: 150px;
        position: absolute;
        top: 26px;
        right: 1rem;
        background: linear-gradient(to left, #FFFFFF 50%, rgba(255, 255, 255, 0));
    }

.congregation-info-item .main-content .jcf-textarea .jcf-scrollbar.jcf-scrollbar-vertical {
    top: 0;
    right: 0;
    bottom: 0;
}

.congregation-info-item .main-content .jcf-textarea .form-control[disabled] {
    position: relative;
    height: 52px !important;
    padding-right: 1rem;
    pointer-events: none;
}

    .congregation-info-item .main-content .jcf-textarea .form-control[disabled] + .jcf-scrollbar {
        display: none;
    }

.congregation-info-item .main-content .checkboxes-value-text {
    font-size: 1rem;
    line-height: 1.625;
    color: #656565;
    max-width: 465px;
    margin-bottom: 0;
}

.section-arrange-services .account-table-row-card .table-col-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.section-add-multiple-services {
    padding: 50px 0;
}

@media only screen and (min-width: 768px) {
    .section-add-multiple-services {
        padding-bottom: 100px;
    }
}

.section-generate-schedule {
    background-color: #F2F2F2;
    padding: 50px 0;
}

@media only screen and (min-width: 768px) {
    .section-generate-schedule {
        padding: 70px 0;
    }
}

.section-generate-schedule .bottom-schedule-info-block {
    padding-top: 50px;
    border-top: 1px solid #DBDBDB;
}

.generate-schedule-list-block {
    margin-bottom: 30px;
}

    .generate-schedule-list-block .generate-schedule-day-block:not(:last-child) {
        margin-bottom: 15px;
    }

.generate-schedule-day-block .day-title {
    margin-bottom: 10px;
}

.generate-schedule-day-block .list-of-blocks .generate-schedule-day-card:last-child {
    margin-bottom: 0;
}

.generate-schedule-day-block .bottom-link {
    text-align: right;
    padding-top: 5px;
}

.schedule-alert {
    background-color: #EBA85E;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 25px 30px 45px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .schedule-alert {
        max-width: 385px;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
    }
}

.schedule-alert .description {
    font-size: 1rem;
}

.schedule-alert .title-holder {
    margin-bottom: 20px;
}

.schedule-alert .schedule-alert-list-title {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .bottom-schedule-info-block {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.schedule-alert-list {
    font-size: 1rem;
    line-height: 1.875;
}

    .schedule-alert-list li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .schedule-alert-list li .date {
            -ms-flex: 0 0 52%;
            flex: 0 0 52%;
            max-width: 52%;
            min-width: 165px;
            margin-bottom: 0;
            padding-right: 15px;
        }

        .schedule-alert-list li .link-block {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }

.schedule-info-content {
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .schedule-info-content {
        padding-top: 10px;
    }
}

.schedule-info-content .title {
    margin-bottom: 5px;
}

.schedule-info-content .title-holder {
    margin-bottom: 50px;
}

.main-calendar-title-block {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #DBDBDB;
}

    .main-calendar-title-block .title {
        text-align: center;
        margin-bottom: 25px;
    }

.main-calendar-block {
    position: relative;
    padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
    .main-calendar-block {
        padding-right: 35px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-calendar-block .row {
        margin-left: -27px;
        margin-right: -27px;
    }
}

@media only screen and (min-width: 1400px) {
    .main-calendar-block .row [class^="col"] {
        padding-left: 27px;
        padding-right: 27px;
    }
}

.main-calendar-block .navigation .arrow {
    position: absolute;
    top: -5px;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    z-index: 1;
    text-decoration: none;
    color: #000000;
    transition: color 0.3s;
}

    .main-calendar-block .navigation .arrow:hover {
        text-decoration: none;
        color: #008872;
    }

    .main-calendar-block .navigation .arrow.prev {
        left: -10px;
    }

    .main-calendar-block .navigation .arrow.next {
        right: -10px;
    }

.main-calendar-list-of-indications {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-calendar-list-of-indications li {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 5px 0;
        width: 100%;
    }

@media only screen and (min-width: 768px) {
    .main-calendar-list-of-indications li {
        width: auto;
        padding: 5px 15px;
    }
}

.calendar-indication-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

    .calendar-indication-item .calendar-cell {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }

.calendar-cell {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    font-size: 17px;
    background-color: #FFFFFF;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

    .calendar-cell.current {
        border-color: #2B2E34;
        background-color: #2B2E34;
        color: #FFFFFF;
    }

    .calendar-cell.celected {
        border-color: #98CC9E;
        background-color: #98CC9E;
        color: #FFFFFF;
    }

    .calendar-cell.not-available {
        border-color: #2B2E34;
        background-color: #F2F2F2;
        background-image: url("../images/striped-bg.svg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .calendar-cell.transparent {
        border-color: transparent;
        background-color: transparent;
    }

.main-calendar {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .main-calendar {
        margin-bottom: 0;
    }
}

.main-calendar .month-and-year-title {
    text-align: center;
    font-size: 1rem;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

@media only screen and (min-width: 576px) {
    .main-calendar .month-and-year-title {
        padding-right: 0;
    }
}

.main-calendar .days-names {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 35px;
}

    .main-calendar .days-names .day-name {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        height: 39px;
        margin: 2px;
    }

.main-calendar .cells-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-calendar .numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
}

    .main-calendar .numbers .number-cell {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #898989;
        height: 39px;
        margin: 2px 0;
    }

.main-calendar .cells {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}

    .main-calendar .cells .calendar-cell {
        width: calc(14.28571% - 2px*2);
        height: 39px;
        margin: 2px;
        cursor: pointer;
    }

.alert {
    color: inherit;
    font-size: 14px;
    line-height: 1.625;
    border-left: 60px;
    border-style: solid;
}

@media only screen and (min-width: 576px) {
    .alert {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .alert {
        padding: 24px 23px;
    }
}

.alert:before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: '\e905';
    font-family: icomoon !important;
    position: absolute;
    top: 0;
    left: -60px;
    bottom: 0;
    height: 100%;
    width: 60px;
    color: #FFFFFF;
    font-size: 33px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.alert-warning {
    border-color: #EBA85E;
    background-color: #FFEBD5;
}

.alert-danger {
    border-color: #D16F6F;
    background-color: #FFF0F0;
}

.alert-success {
    border-color: #98CC9E;
    background-color: #F1FAF4;
}

    .alert-success:before {
        content: '\e906';
    }

.alert-dark {
    border-color: #898989;
    background-color: #F2F2F2;
}

    .alert-dark:before {
        content: '\e907';
    }

.tooltip-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #656565;
    font-size: 17px;
    width: 18px;
    border: none;
    background-color: transparent;
    padding: 0;
}

    .tooltip-icon i {
        line-height: 1.2;
    }

.tooltip {
    pointer-events: none;
}

    .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"], .tooltip.bs-tooltip-auto[x-placement^="top"] {
        top: 8px !important;
    }

        .tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
            top: auto;
            bottom: calc(1.25rem + 1px);
        }

        .tooltip.bs-tooltip-top .arrow:after, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:after, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:after {
            transform: translate(-50%, -6px) rotate(45deg);
            bottom: 0;
        }

    .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"], .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
        top: -8px !important;
    }

        .tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
            top: calc(1.25rem + 1px);
        }

        .tooltip.bs-tooltip-bottom .arrow:after, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:after, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:after {
            transform: translate(-50%, 6px) rotate(45deg);
            top: 0;
        }

    .tooltip .tooltip-inner {
        border: 1px solid #DBDBDB;
        box-shadow: 0 3px 35px rgba(0, 0, 0, 0.05);
        line-height: 1.625;
        text-align: left;
    }

    .tooltip .arrow {
        z-index: 2;
    }

        .tooltip .arrow:before {
            content: '';
            display: block;
            width: 50px;
            height: calc(1.25rem + 1px);
            background-color: #FFFFFF;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0);
            z-index: 2;
            border: none;
        }

        .tooltip .arrow:after {
            content: '';
            display: block;
            width: 30px;
            height: 30px;
            background-color: #FFFFFF;
            border: 1px solid #DBDBDB;
            z-index: 1;
            position: absolute;
            left: 50%;
            transform-origin: center;
            border-radius: 2px;
            z-index: 1;
        }

.dropdown-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

    .dropdown-icon.show:after {
        display: block;
        z-index: 1080;
    }

    .dropdown-icon.show .icon-btn {
        text-shadow: 0px -1px 0px #FFFFFF, 0px 1px 0px #FFFFFF, 1px 0px 0px #FFFFFF, -1px 0px 0px #FFFFFF;
        z-index: 1082;
    }

        .dropdown-icon.show .icon-btn:after {
            display: block;
        }

    .dropdown-icon.show .dropdown-menu {
        z-index: 1081;
    }

    .dropdown-icon:after {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        background-color: rgba(43, 46, 52, 0.2);
    }

    .dropdown-icon .icon-btn {
        position: relative;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        border: none;
        background-color: transparent;
        line-height: 1;
        font-size: 22px;
        color: #898989;
    }

        .dropdown-icon .icon-btn:after {
            content: '';
            display: none;
            position: absolute;
            left: 50%;
            transform: translate(-50%, 0px);
            z-index: 1;
        }

        .dropdown-icon .icon-btn[aria-expanded="true"] {
            color: #008872;
        }

            .dropdown-icon .icon-btn[aria-expanded="true"] .icomoon-settings:before {
                content: '\e924';
            }

    .dropdown-icon .dropdown-menu {
        margin: 0;
    }

        .dropdown-icon .dropdown-menu[x-placement="bottom-start"] + .icon-btn:after {
            height: 0;
            width: 0;
            border-bottom: 19px solid #FFFFFF;
            border-left: 19px solid transparent;
            border-right: 19px solid transparent;
            top: 50%;
        }

        .dropdown-icon .dropdown-menu[x-placement="top-start"] + .icon-btn:after {
            height: 0;
            width: 0;
            border-left: 19px solid transparent;
            border-right: 19px solid transparent;
            border-top: 19px solid #FFFFFF;
            bottom: 50%;
        }

        .dropdown-icon .dropdown-menu .dropdown-item {
            transition: color 0.3s, background-color 0.3s;
            outline-offset: 0;
        }

.jcf-scrollable-wrapper + .jcf-resize, .jcf-scrollable-wrapper .jcf-inactive, .jcf-scrollable-wrapper .jcf-scrollbar-dec, .jcf-scrollable-wrapper .jcf-scrollbar-inc {
    display: none !important;
}

.jcf-scrollable-wrapper .jcf-scrollable {
    width: 100% !important;
    height: 100% !important;
}

.jcf-scrollable-wrapper .jcf-scrollbar.jcf-scrollbar-vertical {
    width: 0.5625rem;
    background-color: #DBDBDB;
    height: auto !important;
    overflow: hidden;
}

    .jcf-scrollable-wrapper .jcf-scrollbar.jcf-scrollbar-vertical .jcf-scrollbar-slider {
        height: 100% !important;
    }

        .jcf-scrollable-wrapper .jcf-scrollbar.jcf-scrollbar-vertical .jcf-scrollbar-slider .jcf-scrollbar-handle {
            background-color: #2B2E34;
            width: 0.5625rem;
            cursor: pointer;
        }

.jcf-scrollable-wrapper .jcf-scrollbar.jcf-scrollbar-horizontal {
    display: none !important;
}

.card {
    width: 100%;
}

    .card.with-alert {
        border-color: #EBA85E;
    }

        .card.with-alert .alert {
            border-right: none;
            border-radius: 0;
            margin-left: -1px;
            margin-bottom: 0;
        }

            .card.with-alert .alert:last-of-type {
                border-bottom: none;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
            }

.card-body {
    padding: 30px;
}

@media only screen and (min-width: 992px) {
    .card-body {
        padding: 35px 45px;
    }
}

.saved-church-card {
    padding: 30px 15px 25px;
    border-radius: 10px;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.05);
    border: 1px solid #EAEAEA;
}

@media only screen and (min-width: 768px) {
    .saved-church-card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 992px) {
    .saved-church-card {
        padding: 20px 20px 20px 50px;
    }
}

@media only screen and (min-width: 768px) {
    .saved-church-card .info-block {
        padding: 15px 30px 15px 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .saved-church-card .info-block {
        padding: 30px 55px 30px 0;
    }
}

.saved-church-card .title-holder {
    margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .saved-church-card .title-holder {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .saved-church-card .description {
        font-size: 16px;
    }
}

.saved-church-card .photo-block {
    display: none;
}

@media only screen and (min-width: 768px) {
    .saved-church-card .photo-block {
        display: block;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media only screen and (min-width: 992px) {
    .saved-church-card .photo-block {
        -ms-flex: 0 0 308px;
        flex: 0 0 308px;
        max-width: 308px;
    }
}

.saved-church-card .photo {
    position: relative;
    padding-bottom: 100%;
}

    .saved-church-card .photo img {
        border-radius: 10px;
    }

    .saved-church-card .photo.mobile {
        padding-bottom: 56.45161%;
        margin-bottom: 25px;
    }

@media only screen and (min-width: 768px) {
    .saved-church-card .photo.mobile {
        display: none;
    }
}

.saved-church-card .photo.mobile img {
    border-radius: 8px;
}

.discover-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px 30px 35px;
    margin-bottom: 30px;
}

    .discover-card .main-content {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .discover-card .bottom-link-block {
        padding-top: 15px;
    }

.search-result-card {
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #EAEAEA;
    padding: 30px 15px;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.05);
    transition: color 0.3s, box-shadow 0.3s;
}

@media only screen and (min-width: 576px) {
    .search-result-card {
        border-radius: 10px;
        padding: 30px 100px 30px 30px;
    }
}

.search-result-card:hover {
    text-decoration: none;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
}

    .search-result-card:hover:after {
        color: #008872;
    }

.search-result-card:after {
    content: '\e901';
    font-family: icomoon !important;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 15px;
    color: #AFAFAF;
    font-size: 12px;
    transition: color 0.3s;
}

@media only screen and (min-width: 576px) {
    .search-result-card:after {
        bottom: auto;
        top: 50%;
        right: 40px;
        transform: translate(0, -50%);
    }
}

.search-result-card .title {
    margin-bottom: 5px;
}

    .search-result-card .title span {
        color: #008872;
    }

.search-result-card .title-holder {
    margin-bottom: 20px;
    color: #2B2E34;
}

@media only screen and (min-width: 576px) {
    .search-result-card .title-holder {
        margin-bottom: 10px;
    }
}

.search-result-card .pastors {
    color: #2B2E34;
    margin-bottom: 20px;
}

@media only screen and (min-width: 576px) {
    .search-result-card .pastors {
        margin-bottom: 0;
    }
}

.search-result-card .location-title {
    display: block;
    margin-bottom: 0;
    padding-right: 50px;
}

@media only screen and (min-width: 576px) {
    .search-result-card .location-title {
        padding-right: 0;
    }
}

.management-overview-card {
    margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
    .management-overview-card .title {
        margin-bottom: 10px;
    }
}

.management-overview-card .description {
    color: #656565;
    font-size: 1rem;
}

.management-overview-card .bottom-link-block {
    border-top: 1px solid #DBDBDB;
    padding: 20px 30px;
}

@media only screen and (min-width: 992px) {
    .management-overview-card .bottom-link-block {
        padding: 20px 45px;
    }
}

.admin-control-card {
    margin-bottom: 18px;
}

@media only screen and (min-width: 1400px) {
    .admin-control-card {
        margin-bottom: 54px;
    }
}

@media only screen and (min-width: 992px) {
    .admin-control-card.bottom-small-indent .card-body {
        padding-bottom: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .admin-control-card .card-body {
        padding: 45px 50px;
    }
}

.admin-control-card .title {
    margin-bottom: 25px;
}

.admin-control-card .description-above-form {
    margin-bottom: 5px;
}

.admin-control-card .form-inline {
    max-width: 645px;
}

.status-request-card {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .status-request-card .card-body {
        padding: 35px 55px;
    }
}

@media only screen and (min-width: 768px) {
    .status-request-card .main-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15;
        margin-right: -15px;
    }
}

.status-request-card .col-item {
    padding: 5px 0;
}

@media only screen and (min-width: 768px) {
    .status-request-card .col-item {
        display: -ms-flexbox;
        display: flex;
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 1399px) {
    .status-request-card .col-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media only screen and (max-width: 991px) {
    .status-request-card .col-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .status-request-card .col-item {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .status-request-card .col-item.status-block {
        -ms-flex: 0 0 185px;
        flex: 0 0 185px;
        max-width: 185px;
    }
}

@media only screen and (min-width: 1400px) {
    .status-request-card .col-item.preacher-block {
        -ms-flex: 0 0 125px;
        flex: 0 0 125px;
        max-width: 125px;
    }
}

@media only screen and (min-width: 1400px) {
    .status-request-card .col-item.name-block {
        -ms-flex: 0 0 14.678%;
        flex: 0 0 14.678%;
        max-width: 14.678%;
        min-width: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .status-request-card .col-item.submitted-block {
        -ms-flex: 0 0 22.5%;
        flex: 0 0 22.5%;
        max-width: 22.5%;
        min-width: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .status-request-card .col-item.tooltip-block {
        padding: 0;
    }
}

@media only screen and (min-width: 1400px) {
    .status-request-card .col-item.tooltip-block {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.status-request-card .col-item.tooltip-block .tooltip-icon {
    position: absolute;
    top: 37px;
    right: 30px;
}

@media only screen and (min-width: 768px) {
    .status-request-card .col-item.tooltip-block .tooltip-icon {
        position: static;
    }
}

@media only screen and (min-width: 1400px) {
    .status-request-card .col-item.link-block {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
}

.my-congregation-card .card-body {
    position: relative;
}

@media only screen and (min-width: 576px) {
    .my-congregation-card .card-body {
        padding-right: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .my-congregation-card .card-body {
        padding: 38px 100px 38px 50px;
    }
}

.my-congregation-card .card-body .plus-btn {
    margin: 15px 0 0 auto;
}

@media only screen and (min-width: 576px) {
    .my-congregation-card .card-body .plus-btn {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translate(0, -50%);
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {
    .my-congregation-card .card-body .plus-btn {
        right: 50px;
    }
}

.my-congregation-card .main-title {
    margin-bottom: 10px;
}

.my-congregation-card .description {
    font-size: 1rem;
    color: #656565;
    max-width: 910px;
}

.my-congregation-card .bottom-link-block {
    border-top: 1px solid #EAEAEA;
    padding: 15px 30px;
}

@media only screen and (min-width: 992px) {
    .my-congregation-card .bottom-link-block {
        padding: 30px 50px;
    }
}

.account-table-row-card {
    position: relative;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
    .account-table-row-card {
        margin-bottom: 10px;
    }
}

.account-table-row-card .card-body {
    position: relative;
    padding-right: 60px;
}

@media only screen and (min-width: 576px) {
    .account-table-row-card .card-body {
        padding: 30px 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .account-table-row-card .card-body > .row.align-items-center {
        -ms-flex-align: inherit !important;
        align-items: inherit !important;
    }
}

.account-table-row-card .text-block a {
    color: #2B2E34;
}

    .account-table-row-card .text-block a:hover {
        color: #008872;
    }

.account-table-row-card .dropdown-icon {
    position: absolute;
    top: 30px;
    right: 20px;
}

@media only screen and (min-width: 1200px) {
    .account-table-row-card .dropdown-icon {
        position: static;
        margin-left: 30px;
    }
}

.account-table-row-card .trigger-checkbox {
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
    .account-table-row-card .trigger-checkbox {
        margin-top: 0;
    }
}

.generate-schedule-day-card {
    margin-bottom: 16px;
}

    .generate-schedule-day-card .card-body {
        position: relative;
    }

@media only screen and (min-width: 768px) {
    .generate-schedule-day-card .card-body {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .generate-schedule-day-card .card-body {
        padding-right: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .generate-schedule-day-card .card-body {
        padding: 20px 15px;
    }
}

.generate-schedule-day-card .select-item {
    min-width: 235px;
    margin-bottom: 0;
}

.generate-schedule-day-card .delete-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    color: #898989;
    font-size: 20px;
    transition: color 0.3s;
}

@media only screen and (min-width: 576px) {
    .generate-schedule-day-card .delete-btn {
        position: absolute;
        top: 50%;
        right: 45px;
        transform: translate(0, -50%);
    }
}

@media only screen and (min-width: 1200px) {
    .generate-schedule-day-card .delete-btn {
        position: static;
        transform: none;
    }
}

.generate-schedule-day-card .delete-btn:hover {
    text-decoration: none;
    color: #008872;
}

.generate-schedule-day-card .col-item {
    margin: 10px 0;
}

    .generate-schedule-day-card .col-item.link-block {
        position: static;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

@media only screen and (min-width: 576px) {
    .generate-schedule-day-card .col-item.link-block {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .generate-schedule-day-card .form-control.timepicker-input {
        width: 100%;
        text-align: left;
    }
}

.badge-success {
    color: #FFFFFF;
}

.advertisement-banner.size-970-250 .image-block {
    max-width: 300px;
}

@media only screen and (min-width: 768px) {
    .advertisement-banner.size-970-250 .image-block {
        max-width: 970px;
    }
}

.advertisement-banner.size-970-250 .image {
    padding-bottom: 83.33333%;
}

@media only screen and (min-width: 768px) {
    .advertisement-banner.size-970-250 .image {
        padding-bottom: 25.7732%;
    }
}

.advertisement-banner.size-970-90 .image-block {
    max-width: 300px;
}

@media only screen and (min-width: 768px) {
    .advertisement-banner.size-970-90 .image-block {
        max-width: 970px;
    }
}

.advertisement-banner.size-970-90 .image {
    padding-bottom: 83.33333%;
}

@media only screen and (min-width: 768px) {
    .advertisement-banner.size-970-90 .image {
        padding-bottom: 9.27835%;
    }
}

.advertisement-banner.size-300-250 .image-block {
    max-width: 300px;
}

.advertisement-banner.size-300-250 .image {
    padding-bottom: 83.33333%;
}

.advertisement-banner.size-728-90 .image-block {
    max-width: 300px;
}

@media only screen and (min-width: 768px) {
    .advertisement-banner.size-728-90 .image-block {
        max-width: 728px;
    }
}

.advertisement-banner.size-728-90 .image {
    padding-bottom: 83.33333%;
}

@media only screen and (min-width: 768px) {
    .advertisement-banner.size-728-90 .image {
        padding-bottom: 12.36264%;
    }
}

@media only screen and (min-width: 768px) {
    .advertisement-banner.only-image-on-desktop .top-title {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .advertisement-banner.only-image-on-desktop .banner-image-block {
        padding: 0;
        border: 0;
    }
}

.advertisement-banner .top-title {
    text-align: right;
    font-size: 10px;
    font-weight: 500;
    color: #898989;
    margin-bottom: 0;
}

.advertisement-banner .banner-image-block {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 11px 0;
}

.advertisement-banner .image-block {
    margin: 0 auto;
}

.advertisement-banner .image {
    display: block;
    position: relative;
}

.church-info-navigation-block {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF;
    overflow-x: auto;
    z-index: 1024;
}

@media only screen and (min-width: 576px) {
    .church-info-navigation-block {
        box-shadow: none;
    }
}

.church-info-navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px 0;
}

@media only screen and (min-width: 576px) {
    .church-info-navigation {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 1px solid #DBDBDB;
    }
}

@media only screen and (min-width: 992px) {
    .church-info-navigation {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .church-info-navigation .nav-item:not(:last-child) {
        margin-right: 33px;
    }
}

@media only screen and (max-width: 575px) {
    .church-info-navigation .nav-item:last-child {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 576px) {
    .church-info-navigation .nav-item {
        margin: 5px 17px;
    }
}

.church-info-navigation .nav-link {
    padding: 0;
    color: #2B2E34;
    transition: color 0.3s, text-shadow 0.3s;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
}

    .church-info-navigation .nav-link:before {
        display: block;
        content: attr(data-title);
        font-weight: 700;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .church-info-navigation .nav-link.active {
        color: #008872;
        font-weight: 700;
    }

    .church-info-navigation .nav-link:not(.active):hover {
        color: #898989;
    }

@media only screen and (min-width: 992px) {
    .modal.available-preachers-modal .modal-header {
        padding: 30px 65px;
    }
}

.modal.available-preachers-modal .modal-header .close {
    top: 0;
    right: 0;
}

.modal.available-preachers-modal .modal-body-wrap {
    height: 380px;
    overflow: auto;
}

@media only screen and (min-width: 992px) {
    .modal.available-preachers-modal .modal-body {
        padding: 25px 65px;
    }
}

.modal.available-preachers-modal .modal-content {
    border: none;
}

.modal .modal-header {
    display: block;
}

@media only screen and (max-width: 991px) {
    .modal .modal-header {
        padding: 22px 30px;
    }
}

.modal .modal-header.with-close-btn {
    padding-top: 30px;
}

@media only screen and (min-width: 992px) {
    .modal .modal-header.with-close-btn {
        padding-top: 50px;
    }
}

.modal .modal-header .extended-modal-header-block .main-title {
    margin-bottom: 15px;
    max-width: 280px;
}

@media only screen and (min-width: 992px) {
    .modal .modal-header .extended-modal-header-block .main-title {
        max-width: 100%;
    }
}

.modal .modal-header .extended-modal-header-block .checkbox-block {
    margin-bottom: 35px;
}

.modal .modal-header .extended-modal-header-block .bottom-title {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .modal .modal-body {
        padding: 20px 30px 25px 30px;
    }
}

.modal .close {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 0;
    margin: 0;
    background-color: #2B2E34;
    color: #FFFFFF;
    opacity: 1;
    float: none;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 10px;
    font-weight: 400;
    text-shadow: none;
    font-size: 15px;
    transition: background-color 0.3s;
}

    .modal .close:hover {
        background-color: #008872;
    }

    .modal .close:not(:disabled):not(.disabled):hover, .modal .close:not(:disabled):not(.disabled):focus {
        opacity: 1;
    }

@media only screen and (max-width: 575px) {
    .modal-dialog-centered {
        margin: 30px 15px;
        min-height: calc(100vh - 60px);
    }
}

.arrange-services-modal .bottom-close-link {
    text-align: right;
    padding-top: 30px;
}

.custom-css-scrollbar, .autocomplete-block .ui-autocomplete, .modal.available-preachers-modal .modal-body-wrap {
    scrollbar-face-color: #2B2E34;
    scrollbar-track-color: #DBDBDB;
    scrollbar-shadow-color: #2B2E34;
    scrollbar-arrow-color: #2B2E34;
}

    .custom-css-scrollbar::-webkit-scrollbar-button, .autocomplete-block .ui-autocomplete::-webkit-scrollbar-button, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar-button {
        background-image: url();
        background-repeat: no-repeat;
        width: 100%;
        height: 0;
    }

    .custom-css-scrollbar::-webkit-scrollbar-track, .autocomplete-block .ui-autocomplete::-webkit-scrollbar-track, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar-track {
        background-color: #DBDBDB;
    }

        .custom-css-scrollbar::-webkit-scrollbar-track:active, .autocomplete-block .ui-autocomplete::-webkit-scrollbar-track:active, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar-track:active {
            background-color: #e8e8e8;
        }

    .custom-css-scrollbar::-webkit-scrollbar-thumb, .autocomplete-block .ui-autocomplete::-webkit-scrollbar-thumb, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #2B2E34;
        background-repeat: no-repeat;
        background-position: center;
    }

        .custom-css-scrollbar::-webkit-scrollbar-thumb:hover, .autocomplete-block .ui-autocomplete::-webkit-scrollbar-thumb:hover, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar-thumb:hover {
            background-color: #373a42;
        }

        .custom-css-scrollbar::-webkit-scrollbar-thumb:active, .autocomplete-block .ui-autocomplete::-webkit-scrollbar-thumb:active, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar-thumb:active {
            background-color: #1f2226;
        }

        .custom-css-scrollbar::-webkit-scrollbar-thumb:vertical, .autocomplete-block .ui-autocomplete::-webkit-scrollbar-thumb:vertical, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar-thumb:vertical {
            background-image: none;
        }

        .custom-css-scrollbar::-webkit-scrollbar-thumb:horizontal, .autocomplete-block .ui-autocomplete::-webkit-scrollbar-thumb:horizontal, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar-thumb:horizontal {
            background-image: none;
        }

    .custom-css-scrollbar::-webkit-resizer, .autocomplete-block .ui-autocomplete::-webkit-resizer, .modal.available-preachers-modal .modal-body-wrap::-webkit-resizer {
        background-image: url("");
        background-repeat: no-repeat;
        background-color: #DBDBDB;
        width: 9px;
        height: 0.5625rem;
    }

    .custom-css-scrollbar::-webkit-scrollbar, .autocomplete-block .ui-autocomplete::-webkit-scrollbar, .modal.available-preachers-modal .modal-body-wrap::-webkit-scrollbar {
        width: 9px;
        height: 0.5625rem;
    }

.account-table .row {
    margin-left: -10px;
    margin-right: -10px;
}

.account-table .col-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
}

@media only screen and (min-width: 576px) {
    .account-table .col-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.account-table .col-item:not(:last-child) {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item:not(:last-child) {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.name-col {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.address-col {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.details-col {
        -ms-flex: 0 0 27.5%;
        flex: 0 0 27.5%;
        max-width: 27.5%;
    }
}

.account-table .col-item.email-updates-col {
    font-size: 0;
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.email-updates-col {
        font-size: inherit;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex: 0 0 25.5%;
        flex: 0 0 25.5%;
        max-width: 25.5%;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.date-col {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.time-col {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.service-type-col {
        -ms-flex: 0 0 19.5%;
        flex: 0 0 19.5%;
        max-width: 19.5%;
    }
}

.account-table .col-item.service-type-col .text-block {
    line-height: 1.625;
}

@media only screen and (min-width: 576px) {
    .account-table .col-item.service-type-col .text-block {
        max-width: 130px;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.address-item-col {
        -ms-flex: 0 0 19.5%;
        flex: 0 0 19.5%;
        max-width: 19.5%;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.preacher-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-preferred-size: 0px;
        flex-basis: 0px;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

.account-table .col-item.preacher-col .right-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 576px) {
    .account-table .col-item.preacher-col .right-block {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.preacher-col .right-block {
        margin-top: 0;
        padding-left: 15px;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.account-table .col-item.preacher-col .right-block .badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, 0);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media only screen and (min-width: 576px) {
    .account-table .col-item.preacher-col .right-block .badge {
        position: static;
        transform: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .account-table .col-item.preacher-col .right-block .badge {
        margin: 5px 0 5px;
    }
}

.account-table .table-col-title {
    margin-bottom: 0;
    font-weight: 500;
}

    .account-table .table-col-title.bold {
        font-weight: 700;
    }

    .account-table .table-col-title .tooltip-icon {
        vertical-align: middle;
        margin-left: 10px;
    }

.account-table .account-table-header {
    padding: 5px 50px;
    border-bottom: 1px solid #DBDBDB;
    margin-bottom: 30px;
    display: none;
}

@media only screen and (min-width: 1200px) {
    .account-table .account-table-header {
        display: block;
    }
}

.account-table .account-table-body {
    min-height: 300px;
}

    .account-table .account-table-body .card:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 1200px) {
    .account-table .account-table-body .table-col-title {
        display: none;
    }
}

.row-ad {
    display: flex; /* equal height of the children */
}

.ad-sub {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    width: 98%;
}

div.ad-sub sub.ml-4 {
    text-transform: uppercase;
}

hr.ad {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.col-8.ad, div.col-4.ad {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div.col-8.ad {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 84px;
}

h4.ad {
    font-size: 1.2rem
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ad placement optim */
@media only screen and (max-width: 767px) {
    .section-welcome h1 {
        font-size: 20px;
    }

    .form-control-lg.search-input {
        background-image: none;
        padding-left: 12px;
        padding-right: 0px;
    }

    form.search-form {
        display: flex;
        gap: 10px;
    }

    .search-block .bottom-link-block {
        padding: 10px 0;
    }

    .search-block-wrap {
        padding: 30px 0 20px;
    }

    form.search-form .btn {
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.75 24.75' fill='%232B2E34'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cg id='search'%3e%3cg id='Ellipse_7' data-name='Ellipse 7'%3e%3cpath d='M10.65,21.29A10.65,10.65,0,1,1,21.29,10.65,10.66,10.66,0,0,1,10.65,21.29Zm0-19.79a9.15,9.15,0,1,0,9.14,9.15A9.15,9.15,0,0,0,10.65,1.5Z'/%3e%3c/g%3e%3cpath d='M24,24.75a.74.74,0,0,1-.53-.22l-5.89-5.89a.75.75,0,0,1,1.06-1.06l5.89,5.89a.75.75,0,0,1,0,1.06A.74.74,0,0,1,24,24.75Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");*/
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24.75 24.75' fill='%232B2E14'%3e%3cg id='Laag_2' data-name='Laag 2'%3e%3cg id='Laag_1-2' data-name='Laag 1'%3e%3cg id='search'%3e%3cg id='Ellipse_7' data-name='Ellipse 7'%3e%3cpath fill='%23ffffff' d='M10.65,21.29A10.65,10.65,0,1,1,21.29,10.65,10.66,10.66,0,0,1,10.65,21.29Zm0-19.79a9.15,9.15,0,1,0,9.14,9.15A9.15,9.15,0,0,0,10.65,1.5Z'/%3e%3c/g%3e%3cpath fill='%23ffffff' d='M24,24.75a.74.74,0,0,1-.53-.22l-5.89-5.89a.75.75,0,0,1,1.06-1.06l5.89,5.89a.75.75,0,0,1,0,1.06A.74.74,0,0,1,24,24.75Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: left 12px center;
        background-size: 25px 25px;
        border: none;
        width: 58px;
        color: #EBA85E;
        overflow: hidden;
        height: 58px;
        padding: 0;
        font-size: 1px;
    }
    .saved-title {        
        margin-right: 15px;
    }
    .section-saved {
        padding: 20px 0 40px;
    }
}

/*# sourceMappingURL=style.css.map */
