.row.equal-height>[class*=col]>* {
    height: 100%;
    margin-bottom: 0
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #107ad6;
    --gray-dark: #043c74;
    --gray-medium: #ced4da;
    --primary: #875e29;
    --secondary: #24096d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #5d0be0;
    --white: #fff;
    --black: #000;
    --blue: #22458a;
    --bronze: #875e29;
    --flower: #fcdee0;
    --sky: #bad8e1;
    --copper: #b4d7b8;
    --plaster: #e2ddcb;
    --stone: #beb7b3;
    --flower-50: #fdeeef;
    --sky-50: #dcebf0;
    --copper-50: #d9ebdb;
    --plaster-50: #f0eee5;
    --stone-50: #dedbd9;
    --dark-50: #a6a5a1;
    --flower-25: #fef8f9;
    --sky-25: #f1f7f9;
    --copper-25: #f0f7f1;
    --plaster-25: #f9f8f5;
    --stone-25: #f2f1f0;
    --dark-25: #dbdbda;
    --dark-grey: #777671;
    --darker: #43423a;
    --plaster-75: #e9e6d8;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Hind", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -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: Hind, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.58824;
    color: #4d4c44;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 500
}

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: #875e29;
    background-color: transparent
}

a,
a:hover {
    text-decoration: underline
}

a:hover {
    color:#875e29;
}

a:not([href]),
a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-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: .5rem;
    font-family: Georgia, serif;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.625rem
}

.h2,
h2 {
    font-size: 1.875rem
}

.h3,
h3 {
    font-size: 1.5rem
}

.h4,
h4 {
    font-size: 1.3125rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1.0625rem
}

.lead {
    font-size: 1.3125rem;
    font-weight: 400
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.3125rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #875e29
}

.blockquote-footer:before {
    content: "\2014\A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1320px
    }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px
    }
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        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 {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #4d4c44;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #4d4c44;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #ddd2c3
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #c1ab90
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #d4c6b3
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #cdcdcb
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #a2a29e
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c1c1be
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #cdcdcb
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #a2a29e
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #c1c1be
}

.table-white,
.table-white>td,
.table-white>th {
    background-color: #fff
}

.table-white tbody+tbody,
.table-white td,
.table-white th,
.table-white thead th {
    border-color: #fff
}

.table-hover .table-white:hover,
.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
    background-color: #f2f2f2
}

.table-black,
.table-black>td,
.table-black>th {
    background-color: #b8b8b8
}

.table-black tbody+tbody,
.table-black td,
.table-black th,
.table-black thead th {
    border-color: #7a7a7a
}

.table-hover .table-black:hover,
.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
    background-color: #ababab
}

.table-blue,
.table-blue>td,
.table-blue>th {
    background-color: #c1cbde
}

.table-blue tbody+tbody,
.table-blue td,
.table-blue th,
.table-blue thead th {
    border-color: #8c9ec2
}

.table-hover .table-blue:hover,
.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
    background-color: #b0bdd5
}

.table-bronze,
.table-bronze>td,
.table-bronze>th {
    background-color: #ddd2c3
}

.table-bronze tbody+tbody,
.table-bronze td,
.table-bronze th,
.table-bronze thead th {
    border-color: #c1ab90
}

.table-hover .table-bronze:hover,
.table-hover .table-bronze:hover>td,
.table-hover .table-bronze:hover>th {
    background-color: #d4c6b3
}

.table-flower,
.table-flower>td,
.table-flower>th {
    background-color: #fef6f6
}

.table-flower tbody+tbody,
.table-flower td,
.table-flower th,
.table-flower thead th {
    border-color: #fdeeef
}

.table-hover .table-flower:hover,
.table-hover .table-flower:hover>td,
.table-hover .table-flower:hover>th {
    background-color: #fbdfdf
}

.table-sky,
.table-sky>td,
.table-sky>th {
    background-color: #ecf4f7
}

.table-sky tbody+tbody,
.table-sky td,
.table-sky th,
.table-sky thead th {
    border-color: #dbebef
}

.table-hover .table-sky:hover,
.table-hover .table-sky:hover>td,
.table-hover .table-sky:hover>th {
    background-color: #daeaef
}

.table-copper,
.table-copper>td,
.table-copper>th {
    background-color: #eaf4eb
}

.table-copper tbody+tbody,
.table-copper td,
.table-copper th,
.table-copper thead th {
    border-color: #d8eada
}

.table-hover .table-copper:hover,
.table-hover .table-copper:hover>td,
.table-hover .table-copper:hover>th {
    background-color: #d9ebdb
}

.table-plaster,
.table-plaster>td,
.table-plaster>th {
    background-color: #f7f5f0
}

.table-plaster tbody+tbody,
.table-plaster td,
.table-plaster th,
.table-plaster thead th {
    border-color: #f0ede4
}

.table-hover .table-plaster:hover,
.table-hover .table-plaster:hover>td,
.table-hover .table-plaster:hover>th {
    background-color: #eeeadf
}

.table-stone,
.table-stone>td,
.table-stone>th {
    background-color: #edebea
}

.table-stone tbody+tbody,
.table-stone td,
.table-stone th,
.table-stone thead th {
    border-color: #dddad7
}

.table-hover .table-stone:hover,
.table-hover .table-stone:hover>td,
.table-hover .table-stone:hover>th {
    background-color: #e1dedc
}

.table-flower-50,
.table-flower-50>td,
.table-flower-50>th {
    background-color: #fefafb
}

.table-flower-50 tbody+tbody,
.table-flower-50 td,
.table-flower-50 th,
.table-flower-50 thead th {
    border-color: #fef6f7
}

.table-hover .table-flower-50:hover,
.table-hover .table-flower-50:hover>td,
.table-hover .table-flower-50:hover>th {
    background-color: #fae5ea
}

.table-sky-50,
.table-sky-50>td,
.table-sky-50>th {
    background-color: #f5f9fb
}

.table-sky-50 tbody+tbody,
.table-sky-50 td,
.table-sky-50 th,
.table-sky-50 thead th {
    border-color: #edf5f7
}

.table-hover .table-sky-50:hover,
.table-hover .table-sky-50:hover>td,
.table-hover .table-sky-50:hover>th {
    background-color: #e3eef4
}

.table-copper-50,
.table-copper-50>td,
.table-copper-50>th {
    background-color: #f4f9f5
}

.table-copper-50 tbody+tbody,
.table-copper-50 td,
.table-copper-50 th,
.table-copper-50 thead th {
    border-color: #ebf5ec
}

.table-hover .table-copper-50:hover,
.table-hover .table-copper-50:hover>td,
.table-hover .table-copper-50:hover>th {
    background-color: #e4f0e6
}

.table-plaster-50,
.table-plaster-50>td,
.table-plaster-50>th {
    background-color: #fbfaf8
}

.table-plaster-50 tbody+tbody,
.table-plaster-50 td,
.table-plaster-50 th,
.table-plaster-50 thead th {
    border-color: #f7f6f1
}

.table-hover .table-plaster-50:hover,
.table-hover .table-plaster-50:hover>td,
.table-hover .table-plaster-50:hover>th {
    background-color: #f2eee8
}

.table-stone-50,
.table-stone-50>td,
.table-stone-50>th {
    background-color: #f6f5f4
}

.table-stone-50 tbody+tbody,
.table-stone-50 td,
.table-stone-50 th,
.table-stone-50 thead th {
    border-color: #eeeceb
}

.table-hover .table-stone-50:hover,
.table-hover .table-stone-50:hover>td,
.table-hover .table-stone-50:hover>th {
    background-color: #ebe8e6
}

.table-dark-50,
.table-dark-50>td,
.table-dark-50>th {
    background-color: #e6e6e5
}

.table-dark-50 tbody+tbody,
.table-dark-50 td,
.table-dark-50 th,
.table-dark-50 thead th {
    border-color: #d1d0ce
}

.table-hover .table-dark-50:hover,
.table-hover .table-dark-50:hover>td,
.table-hover .table-dark-50:hover>th {
    background-color: #dadad8
}

.table-flower-25,
.table-flower-25>td,
.table-flower-25>th {
    background-color: #fffdfd
}

.table-flower-25 tbody+tbody,
.table-flower-25 td,
.table-flower-25 th,
.table-flower-25 thead th {
    border-color: #fefbfc
}

.table-hover .table-flower-25:hover,
.table-hover .table-flower-25:hover>td,
.table-hover .table-flower-25:hover>th {
    background-color: #ffe4e4
}

.table-sky-25,
.table-sky-25>td,
.table-sky-25>th {
    background-color: #fbfdfd
}

.table-sky-25 tbody+tbody,
.table-sky-25 td,
.table-sky-25 th,
.table-sky-25 thead th {
    border-color: #f8fbfc
}

.table-hover .table-sky-25:hover,
.table-hover .table-sky-25:hover>td,
.table-hover .table-sky-25:hover>th {
    background-color: #eaf5f5
}

.table-copper-25,
.table-copper-25>td,
.table-copper-25>th {
    background-color: #fbfdfb
}

.table-copper-25 tbody+tbody,
.table-copper-25 td,
.table-copper-25 th,
.table-copper-25 thead th {
    border-color: #f7fbf8
}

.table-hover .table-copper-25:hover,
.table-hover .table-copper-25:hover>td,
.table-hover .table-copper-25:hover>th {
    background-color: #eaf5ea
}

.table-plaster-25,
.table-plaster-25>td,
.table-plaster-25>th {
    background-color: #fdfdfc
}

.table-plaster-25 tbody+tbody,
.table-plaster-25 td,
.table-plaster-25 th,
.table-plaster-25 thead th {
    border-color: #fcfbfa
}

.table-hover .table-plaster-25:hover,
.table-hover .table-plaster-25:hover>td,
.table-hover .table-plaster-25:hover>th {
    background-color: #f3f3ed
}

.table-stone-25,
.table-stone-25>td,
.table-stone-25>th {
    background-color: #fbfbfb
}

.table-stone-25 tbody+tbody,
.table-stone-25 td,
.table-stone-25 th,
.table-stone-25 thead th {
    border-color: #f8f8f7
}

.table-hover .table-stone-25:hover,
.table-hover .table-stone-25:hover>td,
.table-hover .table-stone-25:hover>th {
    background-color: #eee
}

.table-dark-25,
.table-dark-25>td,
.table-dark-25>th {
    background-color: #f5f5f5
}

.table-dark-25 tbody+tbody,
.table-dark-25 td,
.table-dark-25 th,
.table-dark-25 thead th {
    border-color: #ececec
}

.table-hover .table-dark-25:hover,
.table-hover .table-dark-25:hover>td,
.table-hover .table-dark-25:hover>th {
    background-color: #e8e8e8
}

.table-dark-grey,
.table-dark-grey>td,
.table-dark-grey>th {
    background-color: #d9d9d7
}

.table-dark-grey tbody+tbody,
.table-dark-grey td,
.table-dark-grey th,
.table-dark-grey thead th {
    border-color: #b8b8b5
}

.table-hover .table-dark-grey:hover,
.table-hover .table-dark-grey:hover>td,
.table-hover .table-dark-grey:hover>th {
    background-color: #cdcdca
}

.table-darker,
.table-darker>td,
.table-darker>th {
    background-color: #cacac8
}

.table-darker tbody+tbody,
.table-darker td,
.table-darker th,
.table-darker thead th {
    border-color: #9d9d99
}

.table-hover .table-darker:hover,
.table-hover .table-darker:hover>td,
.table-hover .table-darker:hover>th {
    background-color: #bdbdbb
}

.table-plaster-75,
.table-plaster-75>td,
.table-plaster-75>th {
    background-color: #f9f8f4
}

.table-plaster-75 tbody+tbody,
.table-plaster-75 td,
.table-plaster-75 th,
.table-plaster-75 thead th {
    border-color: #f4f2eb
}

.table-hover .table-plaster-75:hover,
.table-hover .table-plaster-75:hover>td,
.table-hover .table-plaster-75:hover>th {
    background-color: #f0eee4
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #4d4c44;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #4d4c44;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #4d4c44
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.4375rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.58824;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #875e29;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cf9f61;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.58824
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .9375rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1.0625rem;
    line-height: 1.58824;
    color: #4d4c44;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.90625rem + 2px);
    padding: .25rem .5rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 0
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .9375rem;
    line-height: 1.58824;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 2.4375rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.39706em + .1875rem) center;
    background-size: calc(.79412em + .375rem) calc(.79412em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: 2.4375rem;
    background-position: top calc(.39706em + .1875rem) right calc(.39706em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.79412em + .375rem) calc(.79412em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .9375rem;
    line-height: 1.58824;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.4375rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.39706em + .1875rem) center;
    background-size: calc(.79412em + .375rem) calc(.79412em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: 2.4375rem;
    background-position: top calc(.39706em + .1875rem) right calc(.39706em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.79412em + .375rem) calc(.79412em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        -webkit-box-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #4d4c44;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 2.1875rem;
    font-size: 1.0625rem;
    line-height: 1.58824;
    border-radius: 100rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #4d4c44;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #6a4a20;
    border-color: #60431d
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(153, 118, 73, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #60431d;
    border-color: #563c1a
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(153, 118, 73, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #4d4c44;
    border-color: #4d4c44
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #393832;
    border-color: #32312c
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(104, 103, 96, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #4d4c44;
    border-color: #4d4c44
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #32312c;
    border-color: #2b2b26
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(104, 103, 96, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    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: #fff;
    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 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.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 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #4d4c44;
    border-color: #4d4c44
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #393832;
    border-color: #32312c
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(104, 103, 96, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #4d4c44;
    border-color: #4d4c44
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #32312c;
    border-color: #2b2b26
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(104, 103, 96, .5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus,
.btn-white:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, .5)
}

.btn-black,
.btn-black.focus,
.btn-black:focus,
.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black.focus,
.btn-black:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-black.disabled,
.btn-black:disabled,
.btn-black:not(:disabled):not(.disabled).active,
.btn-black:not(:disabled):not(.disabled):active,
.show>.btn-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:not(:disabled):not(.disabled).active:focus,
.btn-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-blue {
    color: #fff;
    background-color: #22458a;
    border-color: #22458a
}

.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover {
    color: #fff;
    background-color: #1a366b;
    border-color: #183161
}

.btn-blue.focus,
.btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 97, 156, .5)
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #22458a;
    border-color: #22458a
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #183161;
    border-color: #152b57
}

.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 97, 156, .5)
}

.btn-bronze {
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.btn-bronze.focus,
.btn-bronze:focus,
.btn-bronze:hover {
    color: #fff;
    background-color: #6a4a20;
    border-color: #60431d
}

.btn-bronze.focus,
.btn-bronze:focus {
    box-shadow: 0 0 0 .2rem rgba(153, 118, 73, .5)
}

.btn-bronze.disabled,
.btn-bronze:disabled {
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.btn-bronze:not(:disabled):not(.disabled).active,
.btn-bronze:not(:disabled):not(.disabled):active,
.show>.btn-bronze.dropdown-toggle {
    color: #fff;
    background-color: #60431d;
    border-color: #563c1a
}

.btn-bronze:not(:disabled):not(.disabled).active:focus,
.btn-bronze:not(:disabled):not(.disabled):active:focus,
.show>.btn-bronze.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(153, 118, 73, .5)
}

.btn-flower {
    color: #212529;
    background-color: #fcdee0;
    border-color: #fcdee0
}

.btn-flower.focus,
.btn-flower:focus,
.btn-flower:hover {
    color: #212529;
    background-color: #f9bbbf;
    border-color: #f8afb4
}

.btn-flower.focus,
.btn-flower:focus {
    box-shadow: 0 0 0 .2rem rgba(219, 194, 197, .5)
}

.btn-flower.disabled,
.btn-flower:disabled {
    color: #212529;
    background-color: #fcdee0;
    border-color: #fcdee0
}

.btn-flower:not(:disabled):not(.disabled).active,
.btn-flower:not(:disabled):not(.disabled):active,
.show>.btn-flower.dropdown-toggle {
    color: #212529;
    background-color: #f8afb4;
    border-color: #f7a4a9
}

.btn-flower:not(:disabled):not(.disabled).active:focus,
.btn-flower:not(:disabled):not(.disabled):active:focus,
.show>.btn-flower.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(219, 194, 197, .5)
}

.btn-sky {
    color: #212529;
    background-color: #bad8e1;
    border-color: #bad8e1
}

.btn-sky.focus,
.btn-sky:focus,
.btn-sky:hover {
    color: #212529;
    background-color: #9fc9d5;
    border-color: #96c4d2
}

.btn-sky.focus,
.btn-sky:focus {
    box-shadow: 0 0 0 .2rem rgba(163, 189, 197, .5)
}

.btn-sky.disabled,
.btn-sky:disabled {
    color: #212529;
    background-color: #bad8e1;
    border-color: #bad8e1
}

.btn-sky:not(:disabled):not(.disabled).active,
.btn-sky:not(:disabled):not(.disabled):active,
.show>.btn-sky.dropdown-toggle {
    color: #212529;
    background-color: #96c4d2;
    border-color: #8ebfce
}

.btn-sky:not(:disabled):not(.disabled).active:focus,
.btn-sky:not(:disabled):not(.disabled):active:focus,
.show>.btn-sky.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(163, 189, 197, .5)
}

.btn-copper {
    color: #212529;
    background-color: #b4d7b8;
    border-color: #b4d7b8
}

.btn-copper.focus,
.btn-copper:focus,
.btn-copper:hover {
    color: #212529;
    background-color: #9bcaa0;
    border-color: #93c599
}

.btn-copper.focus,
.btn-copper:focus {
    box-shadow: 0 0 0 .2rem rgba(158, 188, 163, .5)
}

.btn-copper.disabled,
.btn-copper:disabled {
    color: #212529;
    background-color: #b4d7b8;
    border-color: #b4d7b8
}

.btn-copper:not(:disabled):not(.disabled).active,
.btn-copper:not(:disabled):not(.disabled):active,
.show>.btn-copper.dropdown-toggle {
    color: #212529;
    background-color: #93c599;
    border-color: #8ac191
}

.btn-copper:not(:disabled):not(.disabled).active:focus,
.btn-copper:not(:disabled):not(.disabled):active:focus,
.show>.btn-copper.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(158, 188, 163, .5)
}

.btn-plaster {
    color: #212529;
    background-color: #e2ddcb;
    border-color: #e2ddcb
}

.btn-plaster.focus,
.btn-plaster:focus,
.btn-plaster:hover {
    color: #212529;
    background-color: #d4cdb2;
    border-color: #d0c8aa
}

.btn-plaster.focus,
.btn-plaster:focus {
    box-shadow: 0 0 0 .2rem rgba(197, 193, 179, .5)
}

.btn-plaster.disabled,
.btn-plaster:disabled {
    color: #212529;
    background-color: #e2ddcb;
    border-color: #e2ddcb
}

.btn-plaster:not(:disabled):not(.disabled).active,
.btn-plaster:not(:disabled):not(.disabled):active,
.show>.btn-plaster.dropdown-toggle {
    color: #212529;
    background-color: #d0c8aa;
    border-color: #cbc2a2
}

.btn-plaster:not(:disabled):not(.disabled).active:focus,
.btn-plaster:not(:disabled):not(.disabled):active:focus,
.show>.btn-plaster.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(197, 193, 179, .5)
}

.btn-stone {
    color: #212529;
    background-color: #beb7b3;
    border-color: #beb7b3
}

.btn-stone.focus,
.btn-stone:focus,
.btn-stone:hover {
    color: #212529;
    background-color: #aca39e;
    border-color: #a69d98
}

.btn-stone.focus,
.btn-stone:focus {
    box-shadow: 0 0 0 .2rem rgba(166, 161, 158, .5)
}

.btn-stone.disabled,
.btn-stone:disabled {
    color: #212529;
    background-color: #beb7b3;
    border-color: #beb7b3
}

.btn-stone:not(:disabled):not(.disabled).active,
.btn-stone:not(:disabled):not(.disabled):active,
.show>.btn-stone.dropdown-toggle {
    color: #212529;
    background-color: #a69d98;
    border-color: #a19691
}

.btn-stone:not(:disabled):not(.disabled).active:focus,
.btn-stone:not(:disabled):not(.disabled):active:focus,
.show>.btn-stone.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(166, 161, 158, .5)
}

.btn-flower-50 {
    color: #212529;
    background-color: #fdeeef;
    border-color: #fdeeef
}

.btn-flower-50.focus,
.btn-flower-50:focus,
.btn-flower-50:hover {
    color: #212529;
    background-color: #f9cccf;
    border-color: #f8c0c4
}

.btn-flower-50.focus,
.btn-flower-50:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 208, 209, .5)
}

.btn-flower-50.disabled,
.btn-flower-50:disabled {
    color: #212529;
    background-color: #fdeeef;
    border-color: #fdeeef
}

.btn-flower-50:not(:disabled):not(.disabled).active,
.btn-flower-50:not(:disabled):not(.disabled):active,
.show>.btn-flower-50.dropdown-toggle {
    color: #212529;
    background-color: #f8c0c4;
    border-color: #f6b5b9
}

.btn-flower-50:not(:disabled):not(.disabled).active:focus,
.btn-flower-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-flower-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 208, 209, .5)
}

.btn-sky-50 {
    color: #212529;
    background-color: #dcebf0;
    border-color: #dcebf0
}

.btn-sky-50.focus,
.btn-sky-50:focus,
.btn-sky-50:hover {
    color: #212529;
    background-color: #c1dce5;
    border-color: #b8d7e1
}

.btn-sky-50.focus,
.btn-sky-50:focus {
    box-shadow: 0 0 0 .2rem rgba(192, 205, 210, .5)
}

.btn-sky-50.disabled,
.btn-sky-50:disabled {
    color: #212529;
    background-color: #dcebf0;
    border-color: #dcebf0
}

.btn-sky-50:not(:disabled):not(.disabled).active,
.btn-sky-50:not(:disabled):not(.disabled):active,
.show>.btn-sky-50.dropdown-toggle {
    color: #212529;
    background-color: #b8d7e1;
    border-color: #afd2dd
}

.btn-sky-50:not(:disabled):not(.disabled).active:focus,
.btn-sky-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-sky-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(192, 205, 210, .5)
}

.btn-copper-50 {
    color: #212529;
    background-color: #d9ebdb;
    border-color: #d9ebdb
}

.btn-copper-50.focus,
.btn-copper-50:focus,
.btn-copper-50:hover {
    color: #212529;
    background-color: #c0dec3;
    border-color: #b8d9bb
}

.btn-copper-50.focus,
.btn-copper-50:focus {
    box-shadow: 0 0 0 .2rem rgba(189, 205, 192, .5)
}

.btn-copper-50.disabled,
.btn-copper-50:disabled {
    color: #212529;
    background-color: #d9ebdb;
    border-color: #d9ebdb
}

.btn-copper-50:not(:disabled):not(.disabled).active,
.btn-copper-50:not(:disabled):not(.disabled):active,
.show>.btn-copper-50.dropdown-toggle {
    color: #212529;
    background-color: #b8d9bb;
    border-color: #afd5b3
}

.btn-copper-50:not(:disabled):not(.disabled).active:focus,
.btn-copper-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-copper-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(189, 205, 192, .5)
}

.btn-plaster-50 {
    color: #212529;
    background-color: #f0eee5;
    border-color: #f0eee5
}

.btn-plaster-50.focus,
.btn-plaster-50:focus,
.btn-plaster-50:hover {
    color: #212529;
    background-color: #e2decd;
    border-color: #ddd9c5
}

.btn-plaster-50.focus,
.btn-plaster-50:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 208, 201, .5)
}

.btn-plaster-50.disabled,
.btn-plaster-50:disabled {
    color: #212529;
    background-color: #f0eee5;
    border-color: #f0eee5
}

.btn-plaster-50:not(:disabled):not(.disabled).active,
.btn-plaster-50:not(:disabled):not(.disabled):active,
.show>.btn-plaster-50.dropdown-toggle {
    color: #212529;
    background-color: #ddd9c5;
    border-color: #d9d4bd
}

.btn-plaster-50:not(:disabled):not(.disabled).active:focus,
.btn-plaster-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-plaster-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 208, 201, .5)
}

.btn-stone-50 {
    color: #212529;
    background-color: #dedbd9;
    border-color: #dedbd9
}

.btn-stone-50.focus,
.btn-stone-50:focus,
.btn-stone-50:hover {
    color: #212529;
    background-color: #ccc8c5;
    border-color: #c6c1be
}

.btn-stone-50.focus,
.btn-stone-50:focus {
    box-shadow: 0 0 0 .2rem rgba(194, 192, 191, .5)
}

.btn-stone-50.disabled,
.btn-stone-50:disabled {
    color: #212529;
    background-color: #dedbd9;
    border-color: #dedbd9
}

.btn-stone-50:not(:disabled):not(.disabled).active,
.btn-stone-50:not(:disabled):not(.disabled):active,
.show>.btn-stone-50.dropdown-toggle {
    color: #212529;
    background-color: #c6c1be;
    border-color: #c0bbb7
}

.btn-stone-50:not(:disabled):not(.disabled).active:focus,
.btn-stone-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-stone-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(194, 192, 191, .5)
}

.btn-dark-50 {
    color: #212529;
    background-color: #a6a5a1;
    border-color: #a6a5a1
}

.btn-dark-50.focus,
.btn-dark-50:focus,
.btn-dark-50:hover {
    color: #fff;
    background-color: #93928d;
    border-color: #8d8c87
}

.btn-dark-50.focus,
.btn-dark-50:focus {
    box-shadow: 0 0 0 .2rem rgba(146, 146, 143, .5)
}

.btn-dark-50.disabled,
.btn-dark-50:disabled {
    color: #212529;
    background-color: #a6a5a1;
    border-color: #a6a5a1
}

.btn-dark-50:not(:disabled):not(.disabled).active,
.btn-dark-50:not(:disabled):not(.disabled):active,
.show>.btn-dark-50.dropdown-toggle {
    color: #fff;
    background-color: #8d8c87;
    border-color: #878680
}

.btn-dark-50:not(:disabled):not(.disabled).active:focus,
.btn-dark-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(146, 146, 143, .5)
}

.btn-flower-25 {
    color: #212529;
    background-color: #fef8f9;
    border-color: #fef8f9
}

.btn-flower-25.focus,
.btn-flower-25:focus,
.btn-flower-25:hover {
    color: #212529;
    background-color: #f9d7dc;
    border-color: #f8cbd3
}

.btn-flower-25.focus,
.btn-flower-25:focus {
    box-shadow: 0 0 0 .2rem rgba(221, 216, 218, .5)
}

.btn-flower-25.disabled,
.btn-flower-25:disabled {
    color: #212529;
    background-color: #fef8f9;
    border-color: #fef8f9
}

.btn-flower-25:not(:disabled):not(.disabled).active,
.btn-flower-25:not(:disabled):not(.disabled):active,
.show>.btn-flower-25.dropdown-toggle {
    color: #212529;
    background-color: #f8cbd3;
    border-color: #f6c0c9
}

.btn-flower-25:not(:disabled):not(.disabled).active:focus,
.btn-flower-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-flower-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(221, 216, 218, .5)
}

.btn-sky-25 {
    color: #212529;
    background-color: #f1f7f9;
    border-color: #f1f7f9
}

.btn-sky-25.focus,
.btn-sky-25:focus,
.btn-sky-25:hover {
    color: #212529;
    background-color: #d6e8ee;
    border-color: #cde3ea
}

.btn-sky-25.focus,
.btn-sky-25:focus {
    box-shadow: 0 0 0 .2rem rgba(210, 216, 218, .5)
}

.btn-sky-25.disabled,
.btn-sky-25:disabled {
    color: #212529;
    background-color: #f1f7f9;
    border-color: #f1f7f9
}

.btn-sky-25:not(:disabled):not(.disabled).active,
.btn-sky-25:not(:disabled):not(.disabled):active,
.show>.btn-sky-25.dropdown-toggle {
    color: #212529;
    background-color: #cde3ea;
    border-color: #c4dee6
}

.btn-sky-25:not(:disabled):not(.disabled).active:focus,
.btn-sky-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-sky-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(210, 216, 218, .5)
}

.btn-copper-25 {
    color: #212529;
    background-color: #f0f7f1;
    border-color: #f0f7f1
}

.btn-copper-25.focus,
.btn-copper-25:focus,
.btn-copper-25:hover {
    color: #212529;
    background-color: #d7eada;
    border-color: #cfe5d2
}

.btn-copper-25.focus,
.btn-copper-25:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 216, 211, .5)
}

.btn-copper-25.disabled,
.btn-copper-25:disabled {
    color: #212529;
    background-color: #f0f7f1;
    border-color: #f0f7f1
}

.btn-copper-25:not(:disabled):not(.disabled).active,
.btn-copper-25:not(:disabled):not(.disabled):active,
.show>.btn-copper-25.dropdown-toggle {
    color: #212529;
    background-color: #cfe5d2;
    border-color: #c6e1ca
}

.btn-copper-25:not(:disabled):not(.disabled).active:focus,
.btn-copper-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-copper-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 216, 211, .5)
}

.btn-plaster-25 {
    color: #212529;
    background-color: #f9f8f5;
    border-color: #f9f8f5
}

.btn-plaster-25.focus,
.btn-plaster-25:focus,
.btn-plaster-25:hover {
    color: #212529;
    background-color: #ebe7dd;
    border-color: #e6e2d5
}

.btn-plaster-25.focus,
.btn-plaster-25:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 216, 214, .5)
}

.btn-plaster-25.disabled,
.btn-plaster-25:disabled {
    color: #212529;
    background-color: #f9f8f5;
    border-color: #f9f8f5
}

.btn-plaster-25:not(:disabled):not(.disabled).active,
.btn-plaster-25:not(:disabled):not(.disabled):active,
.show>.btn-plaster-25.dropdown-toggle {
    color: #212529;
    background-color: #e6e2d5;
    border-color: #e1dccd
}

.btn-plaster-25:not(:disabled):not(.disabled).active:focus,
.btn-plaster-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-plaster-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 216, 214, .5)
}

.btn-stone-25 {
    color: #212529;
    background-color: #f2f1f0;
    border-color: #f2f1f0
}

.btn-stone-25.focus,
.btn-stone-25:focus,
.btn-stone-25:hover {
    color: #212529;
    background-color: #e0dedc;
    border-color: #dad8d5
}

.btn-stone-25.focus,
.btn-stone-25:focus {
    box-shadow: 0 0 0 .2rem rgba(211, 210, 210, .5)
}

.btn-stone-25.disabled,
.btn-stone-25:disabled {
    color: #212529;
    background-color: #f2f1f0;
    border-color: #f2f1f0
}

.btn-stone-25:not(:disabled):not(.disabled).active,
.btn-stone-25:not(:disabled):not(.disabled):active,
.show>.btn-stone-25.dropdown-toggle {
    color: #212529;
    background-color: #dad8d5;
    border-color: #d4d1ce
}

.btn-stone-25:not(:disabled):not(.disabled).active:focus,
.btn-stone-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-stone-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(211, 210, 210, .5)
}

.btn-dark-25 {
    color: #212529;
    background-color: #dbdbda;
    border-color: #dbdbda
}

.btn-dark-25.focus,
.btn-dark-25:focus,
.btn-dark-25:hover {
    color: #212529;
    background-color: #c8c8c7;
    border-color: #c2c2c0
}

.btn-dark-25.focus,
.btn-dark-25:focus {
    box-shadow: 0 0 0 .2rem rgba(191, 192, 191, .5)
}

.btn-dark-25.disabled,
.btn-dark-25:disabled {
    color: #212529;
    background-color: #dbdbda;
    border-color: #dbdbda
}

.btn-dark-25:not(:disabled):not(.disabled).active,
.btn-dark-25:not(:disabled):not(.disabled):active,
.show>.btn-dark-25.dropdown-toggle {
    color: #212529;
    background-color: #c2c2c0;
    border-color: #bcbcba
}

.btn-dark-25:not(:disabled):not(.disabled).active:focus,
.btn-dark-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(191, 192, 191, .5)
}

.btn-dark-grey {
    color: #fff;
    background-color: #777671;
    border-color: #777671
}

.btn-dark-grey.focus,
.btn-dark-grey:focus,
.btn-dark-grey:hover {
    color: #fff;
    background-color: #63635e;
    border-color: #5d5c58
}

.btn-dark-grey.focus,
.btn-dark-grey:focus {
    box-shadow: 0 0 0 .2rem rgba(139, 139, 134, .5)
}

.btn-dark-grey.disabled,
.btn-dark-grey:disabled {
    color: #fff;
    background-color: #777671;
    border-color: #777671
}

.btn-dark-grey:not(:disabled):not(.disabled).active,
.btn-dark-grey:not(:disabled):not(.disabled):active,
.show>.btn-dark-grey.dropdown-toggle {
    color: #fff;
    background-color: #5d5c58;
    border-color: #565652
}

.btn-dark-grey:not(:disabled):not(.disabled).active:focus,
.btn-dark-grey:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(139, 139, 134, .5)
}

.btn-darker {
    color: #fff;
    background-color: #43423a;
    border-color: #43423a
}

.btn-darker.focus,
.btn-darker:focus,
.btn-darker:hover {
    color: #fff;
    background-color: #2e2e28;
    border-color: #282722
}

.btn-darker.focus,
.btn-darker:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 94, 88, .5)
}

.btn-darker.disabled,
.btn-darker:disabled {
    color: #fff;
    background-color: #43423a;
    border-color: #43423a
}

.btn-darker:not(:disabled):not(.disabled).active,
.btn-darker:not(:disabled):not(.disabled):active,
.show>.btn-darker.dropdown-toggle {
    color: #fff;
    background-color: #282722;
    border-color: #21201c
}

.btn-darker:not(:disabled):not(.disabled).active:focus,
.btn-darker:not(:disabled):not(.disabled):active:focus,
.show>.btn-darker.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(95, 94, 88, .5)
}

.btn-plaster-75 {
    color: #212529;
    background-color: #e9e6d8;
    border-color: #e9e6d8
}

.btn-plaster-75.focus,
.btn-plaster-75:focus,
.btn-plaster-75:hover {
    color: #212529;
    background-color: #dbd6c0;
    border-color: #d7d1b7
}

.btn-plaster-75.focus,
.btn-plaster-75:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 201, 190, .5)
}

.btn-plaster-75.disabled,
.btn-plaster-75:disabled {
    color: #212529;
    background-color: #e9e6d8;
    border-color: #e9e6d8
}

.btn-plaster-75:not(:disabled):not(.disabled).active,
.btn-plaster-75:not(:disabled):not(.disabled):active,
.show>.btn-plaster-75.dropdown-toggle {
    color: #212529;
    background-color: #d7d1b7;
    border-color: #d2ccaf
}

.btn-plaster-75:not(:disabled):not(.disabled).active:focus,
.btn-plaster-75:not(:disabled):not(.disabled):active:focus,
.show>.btn-plaster-75.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(203, 201, 190, .5)
}

.btn-outline-primary {
    color: #875e29;
    border-color: #875e29
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #875e29;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .5)
}

.btn-outline-secondary {
    color: #4d4c44;
    border-color: #4d4c44
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #4d4c44;
    border-color: #4d4c44
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 76, 68, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #4d4c44;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #4d4c44;
    border-color: #4d4c44
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 76, 68, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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: #fff;
    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 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #4d4c44;
    border-color: #4d4c44
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #4d4c44;
    border-color: #4d4c44
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 76, 68, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #4d4c44;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #4d4c44;
    border-color: #4d4c44
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(77, 76, 68, .5)
}

.btn-outline-white {
    color: #fff;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-black {
    color: #000;
    border-color: #000
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-black.focus,
.btn-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled).active,
.btn-outline-black:not(:disabled):not(.disabled):active,
.show>.btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-blue {
    color: #22458a;
    border-color: #22458a
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #22458a;
    border-color: #22458a
}

.btn-outline-blue.focus,
.btn-outline-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 69, 138, .5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #22458a;
    background-color: transparent
}

.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #22458a;
    border-color: #22458a
}

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 69, 138, .5)
}

.btn-outline-bronze {
    color: #875e29;
    border-color: #875e29
}

.btn-outline-bronze:hover {
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.btn-outline-bronze.focus,
.btn-outline-bronze:focus {
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .5)
}

.btn-outline-bronze.disabled,
.btn-outline-bronze:disabled {
    color: #875e29;
    background-color: transparent
}

.btn-outline-bronze:not(:disabled):not(.disabled).active,
.btn-outline-bronze:not(:disabled):not(.disabled):active,
.show>.btn-outline-bronze.dropdown-toggle {
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.btn-outline-bronze:not(:disabled):not(.disabled).active:focus,
.btn-outline-bronze:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-bronze.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .5)
}

.btn-outline-flower {
    color: #fcdee0;
    border-color: #fcdee0
}

.btn-outline-flower:hover {
    color: #212529;
    background-color: #fcdee0;
    border-color: #fcdee0
}

.btn-outline-flower.focus,
.btn-outline-flower:focus {
    box-shadow: 0 0 0 .2rem rgba(252, 222, 224, .5)
}

.btn-outline-flower.disabled,
.btn-outline-flower:disabled {
    color: #fcdee0;
    background-color: transparent
}

.btn-outline-flower:not(:disabled):not(.disabled).active,
.btn-outline-flower:not(:disabled):not(.disabled):active,
.show>.btn-outline-flower.dropdown-toggle {
    color: #212529;
    background-color: #fcdee0;
    border-color: #fcdee0
}

.btn-outline-flower:not(:disabled):not(.disabled).active:focus,
.btn-outline-flower:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-flower.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(252, 222, 224, .5)
}

.btn-outline-sky {
    color: #bad8e1;
    border-color: #bad8e1
}

.btn-outline-sky:hover {
    color: #212529;
    background-color: #bad8e1;
    border-color: #bad8e1
}

.btn-outline-sky.focus,
.btn-outline-sky:focus {
    box-shadow: 0 0 0 .2rem rgba(186, 216, 225, .5)
}

.btn-outline-sky.disabled,
.btn-outline-sky:disabled {
    color: #bad8e1;
    background-color: transparent
}

.btn-outline-sky:not(:disabled):not(.disabled).active,
.btn-outline-sky:not(:disabled):not(.disabled):active,
.show>.btn-outline-sky.dropdown-toggle {
    color: #212529;
    background-color: #bad8e1;
    border-color: #bad8e1
}

.btn-outline-sky:not(:disabled):not(.disabled).active:focus,
.btn-outline-sky:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sky.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(186, 216, 225, .5)
}

.btn-outline-copper {
    color: #b4d7b8;
    border-color: #b4d7b8
}

.btn-outline-copper:hover {
    color: #212529;
    background-color: #b4d7b8;
    border-color: #b4d7b8
}

.btn-outline-copper.focus,
.btn-outline-copper:focus {
    box-shadow: 0 0 0 .2rem rgba(180, 215, 184, .5)
}

.btn-outline-copper.disabled,
.btn-outline-copper:disabled {
    color: #b4d7b8;
    background-color: transparent
}

.btn-outline-copper:not(:disabled):not(.disabled).active,
.btn-outline-copper:not(:disabled):not(.disabled):active,
.show>.btn-outline-copper.dropdown-toggle {
    color: #212529;
    background-color: #b4d7b8;
    border-color: #b4d7b8
}

.btn-outline-copper:not(:disabled):not(.disabled).active:focus,
.btn-outline-copper:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-copper.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(180, 215, 184, .5)
}

.btn-outline-plaster {
    color: #e2ddcb;
    border-color: #e2ddcb
}

.btn-outline-plaster:hover {
    color: #212529;
    background-color: #e2ddcb;
    border-color: #e2ddcb
}

.btn-outline-plaster.focus,
.btn-outline-plaster:focus {
    box-shadow: 0 0 0 .2rem rgba(226, 221, 203, .5)
}

.btn-outline-plaster.disabled,
.btn-outline-plaster:disabled {
    color: #e2ddcb;
    background-color: transparent
}

.btn-outline-plaster:not(:disabled):not(.disabled).active,
.btn-outline-plaster:not(:disabled):not(.disabled):active,
.show>.btn-outline-plaster.dropdown-toggle {
    color: #212529;
    background-color: #e2ddcb;
    border-color: #e2ddcb
}

.btn-outline-plaster:not(:disabled):not(.disabled).active:focus,
.btn-outline-plaster:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-plaster.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(226, 221, 203, .5)
}

.btn-outline-stone {
    color: #beb7b3;
    border-color: #beb7b3
}

.btn-outline-stone:hover {
    color: #212529;
    background-color: #beb7b3;
    border-color: #beb7b3
}

.btn-outline-stone.focus,
.btn-outline-stone:focus {
    box-shadow: 0 0 0 .2rem rgba(190, 183, 179, .5)
}

.btn-outline-stone.disabled,
.btn-outline-stone:disabled {
    color: #beb7b3;
    background-color: transparent
}

.btn-outline-stone:not(:disabled):not(.disabled).active,
.btn-outline-stone:not(:disabled):not(.disabled):active,
.show>.btn-outline-stone.dropdown-toggle {
    color: #212529;
    background-color: #beb7b3;
    border-color: #beb7b3
}

.btn-outline-stone:not(:disabled):not(.disabled).active:focus,
.btn-outline-stone:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-stone.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(190, 183, 179, .5)
}

.btn-outline-flower-50 {
    color: #fdeeef;
    border-color: #fdeeef
}

.btn-outline-flower-50:hover {
    color: #212529;
    background-color: #fdeeef;
    border-color: #fdeeef
}

.btn-outline-flower-50.focus,
.btn-outline-flower-50:focus {
    box-shadow: 0 0 0 .2rem rgba(253, 238, 239, .5)
}

.btn-outline-flower-50.disabled,
.btn-outline-flower-50:disabled {
    color: #fdeeef;
    background-color: transparent
}

.btn-outline-flower-50:not(:disabled):not(.disabled).active,
.btn-outline-flower-50:not(:disabled):not(.disabled):active,
.show>.btn-outline-flower-50.dropdown-toggle {
    color: #212529;
    background-color: #fdeeef;
    border-color: #fdeeef
}

.btn-outline-flower-50:not(:disabled):not(.disabled).active:focus,
.btn-outline-flower-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-flower-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(253, 238, 239, .5)
}

.btn-outline-sky-50 {
    color: #dcebf0;
    border-color: #dcebf0
}

.btn-outline-sky-50:hover {
    color: #212529;
    background-color: #dcebf0;
    border-color: #dcebf0
}

.btn-outline-sky-50.focus,
.btn-outline-sky-50:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 235, 240, .5)
}

.btn-outline-sky-50.disabled,
.btn-outline-sky-50:disabled {
    color: #dcebf0;
    background-color: transparent
}

.btn-outline-sky-50:not(:disabled):not(.disabled).active,
.btn-outline-sky-50:not(:disabled):not(.disabled):active,
.show>.btn-outline-sky-50.dropdown-toggle {
    color: #212529;
    background-color: #dcebf0;
    border-color: #dcebf0
}

.btn-outline-sky-50:not(:disabled):not(.disabled).active:focus,
.btn-outline-sky-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sky-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 235, 240, .5)
}

.btn-outline-copper-50 {
    color: #d9ebdb;
    border-color: #d9ebdb
}

.btn-outline-copper-50:hover {
    color: #212529;
    background-color: #d9ebdb;
    border-color: #d9ebdb
}

.btn-outline-copper-50.focus,
.btn-outline-copper-50:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 235, 219, .5)
}

.btn-outline-copper-50.disabled,
.btn-outline-copper-50:disabled {
    color: #d9ebdb;
    background-color: transparent
}

.btn-outline-copper-50:not(:disabled):not(.disabled).active,
.btn-outline-copper-50:not(:disabled):not(.disabled):active,
.show>.btn-outline-copper-50.dropdown-toggle {
    color: #212529;
    background-color: #d9ebdb;
    border-color: #d9ebdb
}

.btn-outline-copper-50:not(:disabled):not(.disabled).active:focus,
.btn-outline-copper-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-copper-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 235, 219, .5)
}

.btn-outline-plaster-50 {
    color: #f0eee5;
    border-color: #f0eee5
}

.btn-outline-plaster-50:hover {
    color: #212529;
    background-color: #f0eee5;
    border-color: #f0eee5
}

.btn-outline-plaster-50.focus,
.btn-outline-plaster-50:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 238, 229, .5)
}

.btn-outline-plaster-50.disabled,
.btn-outline-plaster-50:disabled {
    color: #f0eee5;
    background-color: transparent
}

.btn-outline-plaster-50:not(:disabled):not(.disabled).active,
.btn-outline-plaster-50:not(:disabled):not(.disabled):active,
.show>.btn-outline-plaster-50.dropdown-toggle {
    color: #212529;
    background-color: #f0eee5;
    border-color: #f0eee5
}

.btn-outline-plaster-50:not(:disabled):not(.disabled).active:focus,
.btn-outline-plaster-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-plaster-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 238, 229, .5)
}

.btn-outline-stone-50 {
    color: #dedbd9;
    border-color: #dedbd9
}

.btn-outline-stone-50:hover {
    color: #212529;
    background-color: #dedbd9;
    border-color: #dedbd9
}

.btn-outline-stone-50.focus,
.btn-outline-stone-50:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 219, 217, .5)
}

.btn-outline-stone-50.disabled,
.btn-outline-stone-50:disabled {
    color: #dedbd9;
    background-color: transparent
}

.btn-outline-stone-50:not(:disabled):not(.disabled).active,
.btn-outline-stone-50:not(:disabled):not(.disabled):active,
.show>.btn-outline-stone-50.dropdown-toggle {
    color: #212529;
    background-color: #dedbd9;
    border-color: #dedbd9
}

.btn-outline-stone-50:not(:disabled):not(.disabled).active:focus,
.btn-outline-stone-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-stone-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 219, 217, .5)
}

.btn-outline-dark-50 {
    color: #a6a5a1;
    border-color: #a6a5a1
}

.btn-outline-dark-50:hover {
    color: #212529;
    background-color: #a6a5a1;
    border-color: #a6a5a1
}

.btn-outline-dark-50.focus,
.btn-outline-dark-50:focus {
    box-shadow: 0 0 0 .2rem rgba(166, 165, 161, .5)
}

.btn-outline-dark-50.disabled,
.btn-outline-dark-50:disabled {
    color: #a6a5a1;
    background-color: transparent
}

.btn-outline-dark-50:not(:disabled):not(.disabled).active,
.btn-outline-dark-50:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark-50.dropdown-toggle {
    color: #212529;
    background-color: #a6a5a1;
    border-color: #a6a5a1
}

.btn-outline-dark-50:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark-50:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark-50.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(166, 165, 161, .5)
}

.btn-outline-flower-25 {
    color: #fef8f9;
    border-color: #fef8f9
}

.btn-outline-flower-25:hover {
    color: #212529;
    background-color: #fef8f9;
    border-color: #fef8f9
}

.btn-outline-flower-25.focus,
.btn-outline-flower-25:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 248, 249, .5)
}

.btn-outline-flower-25.disabled,
.btn-outline-flower-25:disabled {
    color: #fef8f9;
    background-color: transparent
}

.btn-outline-flower-25:not(:disabled):not(.disabled).active,
.btn-outline-flower-25:not(:disabled):not(.disabled):active,
.show>.btn-outline-flower-25.dropdown-toggle {
    color: #212529;
    background-color: #fef8f9;
    border-color: #fef8f9
}

.btn-outline-flower-25:not(:disabled):not(.disabled).active:focus,
.btn-outline-flower-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-flower-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(254, 248, 249, .5)
}

.btn-outline-sky-25 {
    color: #f1f7f9;
    border-color: #f1f7f9
}

.btn-outline-sky-25:hover {
    color: #212529;
    background-color: #f1f7f9;
    border-color: #f1f7f9
}

.btn-outline-sky-25.focus,
.btn-outline-sky-25:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 247, 249, .5)
}

.btn-outline-sky-25.disabled,
.btn-outline-sky-25:disabled {
    color: #f1f7f9;
    background-color: transparent
}

.btn-outline-sky-25:not(:disabled):not(.disabled).active,
.btn-outline-sky-25:not(:disabled):not(.disabled):active,
.show>.btn-outline-sky-25.dropdown-toggle {
    color: #212529;
    background-color: #f1f7f9;
    border-color: #f1f7f9
}

.btn-outline-sky-25:not(:disabled):not(.disabled).active:focus,
.btn-outline-sky-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-sky-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 247, 249, .5)
}

.btn-outline-copper-25 {
    color: #f0f7f1;
    border-color: #f0f7f1
}

.btn-outline-copper-25:hover {
    color: #212529;
    background-color: #f0f7f1;
    border-color: #f0f7f1
}

.btn-outline-copper-25.focus,
.btn-outline-copper-25:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 247, 241, .5)
}

.btn-outline-copper-25.disabled,
.btn-outline-copper-25:disabled {
    color: #f0f7f1;
    background-color: transparent
}

.btn-outline-copper-25:not(:disabled):not(.disabled).active,
.btn-outline-copper-25:not(:disabled):not(.disabled):active,
.show>.btn-outline-copper-25.dropdown-toggle {
    color: #212529;
    background-color: #f0f7f1;
    border-color: #f0f7f1
}

.btn-outline-copper-25:not(:disabled):not(.disabled).active:focus,
.btn-outline-copper-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-copper-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 247, 241, .5)
}

.btn-outline-plaster-25 {
    color: #f9f8f5;
    border-color: #f9f8f5
}

.btn-outline-plaster-25:hover {
    color: #212529;
    background-color: #f9f8f5;
    border-color: #f9f8f5
}

.btn-outline-plaster-25.focus,
.btn-outline-plaster-25:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 248, 245, .5)
}

.btn-outline-plaster-25.disabled,
.btn-outline-plaster-25:disabled {
    color: #f9f8f5;
    background-color: transparent
}

.btn-outline-plaster-25:not(:disabled):not(.disabled).active,
.btn-outline-plaster-25:not(:disabled):not(.disabled):active,
.show>.btn-outline-plaster-25.dropdown-toggle {
    color: #212529;
    background-color: #f9f8f5;
    border-color: #f9f8f5
}

.btn-outline-plaster-25:not(:disabled):not(.disabled).active:focus,
.btn-outline-plaster-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-plaster-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 248, 245, .5)
}

.btn-outline-stone-25 {
    color: #f2f1f0;
    border-color: #f2f1f0
}

.btn-outline-stone-25:hover {
    color: #212529;
    background-color: #f2f1f0;
    border-color: #f2f1f0
}

.btn-outline-stone-25.focus,
.btn-outline-stone-25:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 241, 240, .5)
}

.btn-outline-stone-25.disabled,
.btn-outline-stone-25:disabled {
    color: #f2f1f0;
    background-color: transparent
}

.btn-outline-stone-25:not(:disabled):not(.disabled).active,
.btn-outline-stone-25:not(:disabled):not(.disabled):active,
.show>.btn-outline-stone-25.dropdown-toggle {
    color: #212529;
    background-color: #f2f1f0;
    border-color: #f2f1f0
}

.btn-outline-stone-25:not(:disabled):not(.disabled).active:focus,
.btn-outline-stone-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-stone-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 241, 240, .5)
}

.btn-outline-dark-25 {
    color: #dbdbda;
    border-color: #dbdbda
}

.btn-outline-dark-25:hover {
    color: #212529;
    background-color: #dbdbda;
    border-color: #dbdbda
}

.btn-outline-dark-25.focus,
.btn-outline-dark-25:focus {
    box-shadow: 0 0 0 .2rem rgba(219, 219, 218, .5)
}

.btn-outline-dark-25.disabled,
.btn-outline-dark-25:disabled {
    color: #dbdbda;
    background-color: transparent
}

.btn-outline-dark-25:not(:disabled):not(.disabled).active,
.btn-outline-dark-25:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark-25.dropdown-toggle {
    color: #212529;
    background-color: #dbdbda;
    border-color: #dbdbda
}

.btn-outline-dark-25:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark-25:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark-25.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(219, 219, 218, .5)
}

.btn-outline-dark-grey {
    color: #777671;
    border-color: #777671
}

.btn-outline-dark-grey:hover {
    color: #fff;
    background-color: #777671;
    border-color: #777671
}

.btn-outline-dark-grey.focus,
.btn-outline-dark-grey:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 118, 113, .5)
}

.btn-outline-dark-grey.disabled,
.btn-outline-dark-grey:disabled {
    color: #777671;
    background-color: transparent
}

.btn-outline-dark-grey:not(:disabled):not(.disabled).active,
.btn-outline-dark-grey:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark-grey.dropdown-toggle {
    color: #fff;
    background-color: #777671;
    border-color: #777671
}

.btn-outline-dark-grey:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark-grey:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(119, 118, 113, .5)
}

.btn-outline-darker {
    color: #43423a;
    border-color: #43423a
}

.btn-outline-darker:hover {
    color: #fff;
    background-color: #43423a;
    border-color: #43423a
}

.btn-outline-darker.focus,
.btn-outline-darker:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 66, 58, .5)
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
    color: #43423a;
    background-color: transparent
}

.btn-outline-darker:not(:disabled):not(.disabled).active,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.show>.btn-outline-darker.dropdown-toggle {
    color: #fff;
    background-color: #43423a;
    border-color: #43423a
}

.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-darker.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 66, 58, .5)
}

.btn-outline-plaster-75 {
    color: #e9e6d8;
    border-color: #e9e6d8
}

.btn-outline-plaster-75:hover {
    color: #212529;
    background-color: #e9e6d8;
    border-color: #e9e6d8
}

.btn-outline-plaster-75.focus,
.btn-outline-plaster-75:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 230, 216, .5)
}

.btn-outline-plaster-75.disabled,
.btn-outline-plaster-75:disabled {
    color: #e9e6d8;
    background-color: transparent
}

.btn-outline-plaster-75:not(:disabled):not(.disabled).active,
.btn-outline-plaster-75:not(:disabled):not(.disabled):active,
.show>.btn-outline-plaster-75.dropdown-toggle {
    color: #212529;
    background-color: #e9e6d8;
    border-color: #e9e6d8
}

.btn-outline-plaster-75:not(:disabled):not(.disabled).active:focus,
.btn-outline-plaster-75:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-plaster-75.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(233, 230, 216, .5)
}

.btn-link {
    font-weight: 400;
    color: #875e29;
    text-decoration: underline
}

.btn-link:hover {
    color: #4d4c44;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 100rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 100rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1.0625rem;
    color: #4d4c44;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 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
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #875e29;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #4d4c44;
    text-decoration: none;
    background-color: #f9f8f5
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #875e29
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .9375rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .5rem 1rem;
    color: #875e29
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.64062rem;
    padding-left: 1.64062rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: flex;
    -webkit-box-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-append,
.input-group-prepend {
    display: -webkit-box;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.58824;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #875e29;
    border-radius: 0
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(2.875rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.90625rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: 0
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.6875rem;
    padding-left: 2.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.34375rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #875e29;
    background-color: #875e29
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(135, 94, 41, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #cf9f61
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #dbb788;
    border-color: #dbb788
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #dee2e6;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .34375rem;
    left: -2.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #875e29;
    background-color: #875e29
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(135, 94, 41, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(135, 94, 41, .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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(135, 94, 41, .5)
}

.custom-switch {
    padding-left: 3.25rem
}

.custom-switch .custom-control-label:before {
    left: -3.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.34375rem + 2px);
    left: calc(-3.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #dee2e6;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(135, 94, 41, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.4375rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.58824;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #875e29;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #cf9f61;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(207, 159, 97, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.90625rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.4375rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #cf9f61;
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.4375rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #875e29;
    border-radius: 0
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.58824;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.4375rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    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 #fff, 0 0 0 .2rem rgba(135, 94, 41, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(135, 94, 41, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(135, 94, 41, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #875e29;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #dbb788
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #875e29;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #dbb788
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #875e29;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #dbb788
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #d3cbb5
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #d3cbb5
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #d3cbb5 #d3cbb5 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #875e29
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem;
    z-index:12000;
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3511rem;
    padding-bottom: .3511rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center
}

.navbar-toggler {
    /*padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: black;
    border: 1px solid transparent;
    border-radius: 100rem*/
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f9f8f5;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: -1px -1px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 -1px -1px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img,
.card-img-bottom,
.card-img-top {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: -1px;
    border-top-right-radius: -1px
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        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: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        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-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        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-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.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: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

 /* My style */
    /* a:link,a:active, a:visited, a:hover { color: #a1662f; text-decoration: none;} */

 /* End of My style */ 

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #bfbfbc;
    content: "\203A"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #4d4c44
}

.pagination {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #875e29;
    background-color: #fff;
    border: 1px solid #875e29
}

.page-link:hover {
    z-index: 2;
    color: #4d4c44;
    text-decoration: none;
    background-color: #f2f1f0;
    border-color: #a6a5a1
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.page-item.disabled .page-link {
    color: #777671;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #a6a5a1
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .33rem .85rem;
    font-size: .9375rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #875e29
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #60431d
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #4d4c44
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #32312c
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(77, 76, 68, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #4d4c44
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #32312c
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(77, 76, 68, .5)
}

.badge-white {
    color: #212529;
    background-color: #fff
}

a.badge-white:focus,
a.badge-white:hover {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-white.focus,
a.badge-white:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.badge-black,
a.badge-black:focus,
a.badge-black:hover {
    color: #fff;
    background-color: #000
}

a.badge-black.focus,
a.badge-black:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.badge-blue {
    color: #fff;
    background-color: #22458a
}

a.badge-blue:focus,
a.badge-blue:hover {
    color: #fff;
    background-color: #183161
}

a.badge-blue.focus,
a.badge-blue:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(34, 69, 138, .5)
}

.badge-bronze {
    color: #fff;
    background-color: #875e29
}

a.badge-bronze:focus,
a.badge-bronze:hover {
    color: #fff;
    background-color: #60431d
}

a.badge-bronze.focus,
a.badge-bronze:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(135, 94, 41, .5)
}

.badge-flower {
    color: #212529;
    background-color: #fcdee0
}

a.badge-flower:focus,
a.badge-flower:hover {
    color: #212529;
    background-color: #f8afb4
}

a.badge-flower.focus,
a.badge-flower:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(252, 222, 224, .5)
}

.badge-sky {
    color: #212529;
    background-color: #bad8e1
}

a.badge-sky:focus,
a.badge-sky:hover {
    color: #212529;
    background-color: #96c4d2
}

a.badge-sky.focus,
a.badge-sky:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(186, 216, 225, .5)
}

.badge-copper {
    color: #212529;
    background-color: #b4d7b8
}

a.badge-copper:focus,
a.badge-copper:hover {
    color: #212529;
    background-color: #93c599
}

a.badge-copper.focus,
a.badge-copper:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(180, 215, 184, .5)
}

.badge-plaster {
    color: #212529;
    background-color: #e2ddcb
}

a.badge-plaster:focus,
a.badge-plaster:hover {
    color: #212529;
    background-color: #d0c8aa
}

a.badge-plaster.focus,
a.badge-plaster:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(226, 221, 203, .5)
}

.badge-stone {
    color: #212529;
    background-color: #beb7b3
}

a.badge-stone:focus,
a.badge-stone:hover {
    color: #212529;
    background-color: #a69d98
}

a.badge-stone.focus,
a.badge-stone:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(190, 183, 179, .5)
}

.badge-flower-50 {
    color: #212529;
    background-color: #fdeeef
}

a.badge-flower-50:focus,
a.badge-flower-50:hover {
    color: #212529;
    background-color: #f8c0c4
}

a.badge-flower-50.focus,
a.badge-flower-50:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(253, 238, 239, .5)
}

.badge-sky-50 {
    color: #212529;
    background-color: #dcebf0
}

a.badge-sky-50:focus,
a.badge-sky-50:hover {
    color: #212529;
    background-color: #b8d7e1
}

a.badge-sky-50.focus,
a.badge-sky-50:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 235, 240, .5)
}

.badge-copper-50 {
    color: #212529;
    background-color: #d9ebdb
}

a.badge-copper-50:focus,
a.badge-copper-50:hover {
    color: #212529;
    background-color: #b8d9bb
}

a.badge-copper-50.focus,
a.badge-copper-50:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(217, 235, 219, .5)
}

.badge-plaster-50 {
    color: #212529;
    background-color: #f0eee5
}

a.badge-plaster-50:focus,
a.badge-plaster-50:hover {
    color: #212529;
    background-color: #ddd9c5
}

a.badge-plaster-50.focus,
a.badge-plaster-50:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(240, 238, 229, .5)
}

.badge-stone-50 {
    color: #212529;
    background-color: #dedbd9
}

a.badge-stone-50:focus,
a.badge-stone-50:hover {
    color: #212529;
    background-color: #c6c1be
}

a.badge-stone-50.focus,
a.badge-stone-50:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(222, 219, 217, .5)
}

.badge-dark-50 {
    color: #212529;
    background-color: #a6a5a1
}

a.badge-dark-50:focus,
a.badge-dark-50:hover {
    color: #212529;
    background-color: #8d8c87
}

a.badge-dark-50.focus,
a.badge-dark-50:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(166, 165, 161, .5)
}

.badge-flower-25 {
    color: #212529;
    background-color: #fef8f9
}

a.badge-flower-25:focus,
a.badge-flower-25:hover {
    color: #212529;
    background-color: #f8cbd3
}

a.badge-flower-25.focus,
a.badge-flower-25:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(254, 248, 249, .5)
}

.badge-sky-25 {
    color: #212529;
    background-color: #f1f7f9
}

a.badge-sky-25:focus,
a.badge-sky-25:hover {
    color: #212529;
    background-color: #cde3ea
}

a.badge-sky-25.focus,
a.badge-sky-25:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(241, 247, 249, .5)
}

.badge-copper-25 {
    color: #212529;
    background-color: #f0f7f1
}

a.badge-copper-25:focus,
a.badge-copper-25:hover {
    color: #212529;
    background-color: #cfe5d2
}

a.badge-copper-25.focus,
a.badge-copper-25:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(240, 247, 241, .5)
}

.badge-plaster-25 {
    color: #212529;
    background-color: #f9f8f5
}

a.badge-plaster-25:focus,
a.badge-plaster-25:hover {
    color: #212529;
    background-color: #e6e2d5
}

a.badge-plaster-25.focus,
a.badge-plaster-25:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(249, 248, 245, .5)
}

.badge-stone-25 {
    color: #212529;
    background-color: #f2f1f0
}

a.badge-stone-25:focus,
a.badge-stone-25:hover {
    color: #212529;
    background-color: #dad8d5
}

a.badge-stone-25.focus,
a.badge-stone-25:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242, 241, 240, .5)
}

.badge-dark-25 {
    color: #212529;
    background-color: #dbdbda
}

a.badge-dark-25:focus,
a.badge-dark-25:hover {
    color: #212529;
    background-color: #c2c2c0
}

a.badge-dark-25.focus,
a.badge-dark-25:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(219, 219, 218, .5)
}

.badge-dark-grey {
    color: #fff;
    background-color: #777671
}

a.badge-dark-grey:focus,
a.badge-dark-grey:hover {
    color: #fff;
    background-color: #5d5c58
}

a.badge-dark-grey.focus,
a.badge-dark-grey:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(119, 118, 113, .5)
}

.badge-darker {
    color: #fff;
    background-color: #43423a
}

a.badge-darker:focus,
a.badge-darker:hover {
    color: #fff;
    background-color: #282722
}

a.badge-darker.focus,
a.badge-darker:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(67, 66, 58, .5)
}

.badge-plaster-75 {
    color: #212529;
    background-color: #e9e6d8
}

a.badge-plaster-75:focus,
a.badge-plaster-75:hover {
    color: #212529;
    background-color: #d7d1b7
}

a.badge-plaster-75.focus,
a.badge-plaster-75:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(233, 230, 216, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 500
}

.alert-dismissible {
    padding-right: 4.09375rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #463115;
    background-color: #e7dfd4;
    border-color: #ddd2c3
}

.alert-primary hr {
    border-top-color: #d4c6b3
}

.alert-primary .alert-link {
    color: #1f1609
}

.alert-secondary {
    color: #282823;
    background-color: #dbdbda;
    border-color: #cdcdcb
}

.alert-secondary hr {
    border-top-color: #c1c1be
}

.alert-secondary .alert-link {
    color: #0d0d0b
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.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: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #282823;
    background-color: #dbdbda;
    border-color: #cdcdcb
}

.alert-dark hr {
    border-top-color: #c1c1be
}

.alert-dark .alert-link {
    color: #0d0d0b
}

.alert-white {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #6c6c6c
}

.alert-black {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-black hr {
    border-top-color: #ababab
}

.alert-black .alert-link {
    color: #000
}

.alert-blue {
    color: #122448;
    background-color: #d3dae8;
    border-color: #c1cbde
}

.alert-blue hr {
    border-top-color: #b0bdd5
}

.alert-blue .alert-link {
    color: #08101f
}

.alert-bronze {
    color: #463115;
    background-color: #e7dfd4;
    border-color: #ddd2c3
}

.alert-bronze hr {
    border-top-color: #d4c6b3
}

.alert-bronze .alert-link {
    color: #1f1609
}

.alert-flower {
    color: #837374;
    background-color: #fef8f9;
    border-color: #fef6f6
}

.alert-flower hr {
    border-top-color: #fbdfdf
}

.alert-flower .alert-link {
    color: #685b5c
}

.alert-sky {
    color: #617075;
    background-color: #f1f7f9;
    border-color: #ecf4f7
}

.alert-sky hr {
    border-top-color: #daeaef
}

.alert-sky .alert-link {
    color: #4a5559
}

.alert-copper {
    color: #5e7060;
    background-color: #f0f7f1;
    border-color: #eaf4eb
}

.alert-copper hr {
    border-top-color: #d9ebdb
}

.alert-copper .alert-link {
    color: #475448
}

.alert-plaster {
    color: #76736a;
    background-color: #f9f8f5;
    border-color: #f7f5f0
}

.alert-plaster hr {
    border-top-color: #eeeadf
}

.alert-plaster .alert-link {
    color: #5b5952
}

.alert-stone {
    color: #635f5d;
    background-color: #f2f1f0;
    border-color: #edebea
}

.alert-stone hr {
    border-top-color: #e1dedc
}

.alert-stone .alert-link {
    color: #494644
}

.alert-flower-50 {
    color: #847c7c;
    background-color: #fffcfc;
    border-color: #fefafb
}

.alert-flower-50 hr {
    border-top-color: #fae5ea
}

.alert-flower-50 .alert-link {
    color: #6a6363
}

.alert-sky-50 {
    color: #727a7d;
    background-color: #f8fbfc;
    border-color: #f5f9fb
}

.alert-sky-50 hr {
    border-top-color: #e3eef4
}

.alert-sky-50 .alert-link {
    color: #5a6062
}

.alert-copper-50 {
    color: #717a72;
    background-color: #f7fbf8;
    border-color: #f4f9f5
}

.alert-copper-50 hr {
    border-top-color: #e4f0e6
}

.alert-copper-50 .alert-link {
    color: #586059
}

.alert-plaster-50 {
    color: #7d7c77;
    background-color: #fcfcfa;
    border-color: #fbfaf8
}

.alert-plaster-50 hr {
    border-top-color: #f2eee8
}

.alert-plaster-50 .alert-link {
    color: #63625e
}

.alert-stone-50 {
    color: #737271;
    background-color: #f8f8f7;
    border-color: #f6f5f4
}

.alert-stone-50 hr {
    border-top-color: #ebe8e6
}

.alert-stone-50 .alert-link {
    color: #595958
}

.alert-dark-50 {
    color: #565654;
    background-color: #ededec;
    border-color: #e6e6e5
}

.alert-dark-50 hr {
    border-top-color: #dadad8
}

.alert-dark-50 .alert-link {
    color: #3c3c3b
}

.alert-flower-25 {
    color: #848181;
    background-color: #fffefe;
    border-color: #fffdfd
}

.alert-flower-25 hr {
    border-top-color: #ffe4e4
}

.alert-flower-25 .alert-link {
    color: #6a6868
}

.alert-sky-25 {
    color: #7d8081;
    background-color: #fcfdfe;
    border-color: #fbfdfd
}

.alert-sky-25 hr {
    border-top-color: #eaf5f5
}

.alert-sky-25 .alert-link {
    color: #646667
}

.alert-copper-25 {
    color: #7d807d;
    background-color: #fcfdfc;
    border-color: #fbfdfb
}

.alert-copper-25 hr {
    border-top-color: #eaf5ea
}

.alert-copper-25 .alert-link {
    color: #646664
}

.alert-plaster-25 {
    color: #81817f;
    background-color: #fefefd;
    border-color: #fdfdfc
}

.alert-plaster-25 hr {
    border-top-color: #f3f3ed
}

.alert-plaster-25 .alert-link {
    color: #676766
}

.alert-stone-25 {
    color: #7e7d7d;
    background-color: #fcfcfc;
    border-color: #fbfbfb
}

.alert-stone-25 hr {
    border-top-color: #eee
}

.alert-stone-25 .alert-link {
    color: #646464
}

.alert-dark-25 {
    color: #727271;
    background-color: #f8f8f8;
    border-color: #f5f5f5
}

.alert-dark-25 hr {
    border-top-color: #e8e8e8
}

.alert-dark-25 .alert-link {
    color: #585858
}

.alert-dark-grey {
    color: #3e3d3b;
    background-color: #e4e4e3;
    border-color: #d9d9d7
}

.alert-dark-grey hr {
    border-top-color: #cdcdca
}

.alert-dark-grey .alert-link {
    color: #242322
}

.alert-darker {
    color: #23221e;
    background-color: #d9d9d8;
    border-color: #cacac8
}

.alert-darker hr {
    border-top-color: #bdbdbb
}

.alert-darker .alert-link {
    color: #080706
}

.alert-plaster-75 {
    color: #797870;
    background-color: #fbfaf7;
    border-color: #f9f8f4
}

.alert-plaster-75 hr {
    border-top-color: #f0eee4
}

.alert-plaster-75 .alert-link {
    color: #5f5e57
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    font-size: .79688rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #875e29;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #4d4c44;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #875e29;
    border-color: #875e29
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row
}

.list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl .list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #463115;
    background-color: #ddd2c3
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #463115;
    background-color: #d4c6b3
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #463115;
    border-color: #463115
}

.list-group-item-secondary {
    color: #282823;
    background-color: #cdcdcb
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #282823;
    background-color: #c1c1be
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #282823;
    border-color: #282823
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #282823;
    background-color: #cdcdcb
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #282823;
    background-color: #c1c1be
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #282823;
    border-color: #282823
}

.list-group-item-white {
    color: #858585;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus,
.list-group-item-white.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-black {
    color: #000;
    background-color: #b8b8b8
}

.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
    color: #000;
    background-color: #ababab
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.list-group-item-blue {
    color: #122448;
    background-color: #c1cbde
}

.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
    color: #122448;
    background-color: #b0bdd5
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #122448;
    border-color: #122448
}

.list-group-item-bronze {
    color: #463115;
    background-color: #ddd2c3
}

.list-group-item-bronze.list-group-item-action:focus,
.list-group-item-bronze.list-group-item-action:hover {
    color: #463115;
    background-color: #d4c6b3
}

.list-group-item-bronze.list-group-item-action.active {
    color: #fff;
    background-color: #463115;
    border-color: #463115
}

.list-group-item-flower {
    color: #837374;
    background-color: #fef6f6
}

.list-group-item-flower.list-group-item-action:focus,
.list-group-item-flower.list-group-item-action:hover {
    color: #837374;
    background-color: #fbdfdf
}

.list-group-item-flower.list-group-item-action.active {
    color: #fff;
    background-color: #837374;
    border-color: #837374
}

.list-group-item-sky {
    color: #617075;
    background-color: #ecf4f7
}

.list-group-item-sky.list-group-item-action:focus,
.list-group-item-sky.list-group-item-action:hover {
    color: #617075;
    background-color: #daeaef
}

.list-group-item-sky.list-group-item-action.active {
    color: #fff;
    background-color: #617075;
    border-color: #617075
}

.list-group-item-copper {
    color: #5e7060;
    background-color: #eaf4eb
}

.list-group-item-copper.list-group-item-action:focus,
.list-group-item-copper.list-group-item-action:hover {
    color: #5e7060;
    background-color: #d9ebdb
}

.list-group-item-copper.list-group-item-action.active {
    color: #fff;
    background-color: #5e7060;
    border-color: #5e7060
}

.list-group-item-plaster {
    color: #76736a;
    background-color: #f7f5f0
}

.list-group-item-plaster.list-group-item-action:focus,
.list-group-item-plaster.list-group-item-action:hover {
    color: #76736a;
    background-color: #eeeadf
}

.list-group-item-plaster.list-group-item-action.active {
    color: #fff;
    background-color: #76736a;
    border-color: #76736a
}

.list-group-item-stone {
    color: #635f5d;
    background-color: #edebea
}

.list-group-item-stone.list-group-item-action:focus,
.list-group-item-stone.list-group-item-action:hover {
    color: #635f5d;
    background-color: #e1dedc
}

.list-group-item-stone.list-group-item-action.active {
    color: #fff;
    background-color: #635f5d;
    border-color: #635f5d
}

.list-group-item-flower-50 {
    color: #847c7c;
    background-color: #fefafb
}

.list-group-item-flower-50.list-group-item-action:focus,
.list-group-item-flower-50.list-group-item-action:hover {
    color: #847c7c;
    background-color: #fae5ea
}

.list-group-item-flower-50.list-group-item-action.active {
    color: #fff;
    background-color: #847c7c;
    border-color: #847c7c
}

.list-group-item-sky-50 {
    color: #727a7d;
    background-color: #f5f9fb
}

.list-group-item-sky-50.list-group-item-action:focus,
.list-group-item-sky-50.list-group-item-action:hover {
    color: #727a7d;
    background-color: #e3eef4
}

.list-group-item-sky-50.list-group-item-action.active {
    color: #fff;
    background-color: #727a7d;
    border-color: #727a7d
}

.list-group-item-copper-50 {
    color: #717a72;
    background-color: #f4f9f5
}

.list-group-item-copper-50.list-group-item-action:focus,
.list-group-item-copper-50.list-group-item-action:hover {
    color: #717a72;
    background-color: #e4f0e6
}

.list-group-item-copper-50.list-group-item-action.active {
    color: #fff;
    background-color: #717a72;
    border-color: #717a72
}

.list-group-item-plaster-50 {
    color: #7d7c77;
    background-color: #fbfaf8
}

.list-group-item-plaster-50.list-group-item-action:focus,
.list-group-item-plaster-50.list-group-item-action:hover {
    color: #7d7c77;
    background-color: #f2eee8
}

.list-group-item-plaster-50.list-group-item-action.active {
    color: #fff;
    background-color: #7d7c77;
    border-color: #7d7c77
}

.list-group-item-stone-50 {
    color: #737271;
    background-color: #f6f5f4
}

.list-group-item-stone-50.list-group-item-action:focus,
.list-group-item-stone-50.list-group-item-action:hover {
    color: #737271;
    background-color: #ebe8e6
}

.list-group-item-stone-50.list-group-item-action.active {
    color: #fff;
    background-color: #737271;
    border-color: #737271
}

.list-group-item-dark-50 {
    color: #565654;
    background-color: #e6e6e5
}

.list-group-item-dark-50.list-group-item-action:focus,
.list-group-item-dark-50.list-group-item-action:hover {
    color: #565654;
    background-color: #dadad8
}

.list-group-item-dark-50.list-group-item-action.active {
    color: #fff;
    background-color: #565654;
    border-color: #565654
}

.list-group-item-flower-25 {
    color: #848181;
    background-color: #fffdfd
}

.list-group-item-flower-25.list-group-item-action:focus,
.list-group-item-flower-25.list-group-item-action:hover {
    color: #848181;
    background-color: #ffe4e4
}

.list-group-item-flower-25.list-group-item-action.active {
    color: #fff;
    background-color: #848181;
    border-color: #848181
}

.list-group-item-sky-25 {
    color: #7d8081;
    background-color: #fbfdfd
}

.list-group-item-sky-25.list-group-item-action:focus,
.list-group-item-sky-25.list-group-item-action:hover {
    color: #7d8081;
    background-color: #eaf5f5
}

.list-group-item-sky-25.list-group-item-action.active {
    color: #fff;
    background-color: #7d8081;
    border-color: #7d8081
}

.list-group-item-copper-25 {
    color: #7d807d;
    background-color: #fbfdfb
}

.list-group-item-copper-25.list-group-item-action:focus,
.list-group-item-copper-25.list-group-item-action:hover {
    color: #7d807d;
    background-color: #eaf5ea
}

.list-group-item-copper-25.list-group-item-action.active {
    color: #fff;
    background-color: #7d807d;
    border-color: #7d807d
}

.list-group-item-plaster-25 {
    color: #81817f;
    background-color: #fdfdfc
}

.list-group-item-plaster-25.list-group-item-action:focus,
.list-group-item-plaster-25.list-group-item-action:hover {
    color: #81817f;
    background-color: #f3f3ed
}

.list-group-item-plaster-25.list-group-item-action.active {
    color: #fff;
    background-color: #81817f;
    border-color: #81817f
}

.list-group-item-stone-25 {
    color: #7e7d7d;
    background-color: #fbfbfb
}

.list-group-item-stone-25.list-group-item-action:focus,
.list-group-item-stone-25.list-group-item-action:hover {
    color: #7e7d7d;
    background-color: #eee
}

.list-group-item-stone-25.list-group-item-action.active {
    color: #fff;
    background-color: #7e7d7d;
    border-color: #7e7d7d
}

.list-group-item-dark-25 {
    color: #727271;
    background-color: #f5f5f5
}

.list-group-item-dark-25.list-group-item-action:focus,
.list-group-item-dark-25.list-group-item-action:hover {
    color: #727271;
    background-color: #e8e8e8
}

.list-group-item-dark-25.list-group-item-action.active {
    color: #fff;
    background-color: #727271;
    border-color: #727271
}

.list-group-item-dark-grey {
    color: #3e3d3b;
    background-color: #d9d9d7
}

.list-group-item-dark-grey.list-group-item-action:focus,
.list-group-item-dark-grey.list-group-item-action:hover {
    color: #3e3d3b;
    background-color: #cdcdca
}

.list-group-item-dark-grey.list-group-item-action.active {
    color: #fff;
    background-color: #3e3d3b;
    border-color: #3e3d3b
}

.list-group-item-darker {
    color: #23221e;
    background-color: #cacac8
}

.list-group-item-darker.list-group-item-action:focus,
.list-group-item-darker.list-group-item-action:hover {
    color: #23221e;
    background-color: #bdbdbb
}

.list-group-item-darker.list-group-item-action.active {
    color: #fff;
    background-color: #23221e;
    border-color: #23221e
}

.list-group-item-plaster-75 {
    color: #797870;
    background-color: #f9f8f4
}

.list-group-item-plaster-75.list-group-item-action:focus,
.list-group-item-plaster-75.list-group-item-action:hover {
    color: #797870;
    background-color: #f0eee4
}

.list-group-item-plaster-75.list-group-item-action.active {
    color: #fff;
    background-color: #797870;
    border-color: #797870
}

.close {
    float: right;
    font-size: 1.59375rem;
    font-weight: 500;
    line-height: 1;
    color: #4d4c44;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #4d4c44;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.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: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-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: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.58824
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e9ecef;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 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)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Hind, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.58824;
    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: .9375rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Hind, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
    font-weight: 400;
    line-height: 1.58824;
    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: .9375rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1.0625rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #4d4c44
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 10%;
    margin-left: 10%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 2rem;
    height: .5rem;
    margin-right: .25rem;
    margin-left: .25rem;
    text-indent: -999px;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 7.36111%;
    bottom: 20px;
    left: 7.36111%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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: #875e29 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #60431d !important
}

.bg-secondary {
    background-color: #4d4c44 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #32312c !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color:#284f3b !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #32312c !important
}

a.bg-white:focus,
a.bg-white:hover,
button.bg-white:focus,
button.bg-white:hover {
    background-color: #e6e6e6 !important
}

.bg-black,
a.bg-black:focus,
a.bg-black:hover,
button.bg-black:focus,
button.bg-black:hover {
    background-color: #000 !important
}

.bg-blue {
    background-color: #22458a !important
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
    background-color: #183161 !important
}

.bg-bronze {
    background-color: #875e29 !important
}

a.bg-bronze:focus,
a.bg-bronze:hover,
button.bg-bronze:focus,
button.bg-bronze:hover {
    background-color: #60431d !important
}

.bg-flower {
    background-color: #fcdee0 !important
}

a.bg-flower:focus,
a.bg-flower:hover,
button.bg-flower:focus,
button.bg-flower:hover {
    background-color: #f8afb4 !important
}

.bg-sky {
    background-color: #bad8e1 !important
}

a.bg-sky:focus,
a.bg-sky:hover,
button.bg-sky:focus,
button.bg-sky:hover {
    background-color: #96c4d2 !important
}

.bg-copper {
    background-color: #b4d7b8 !important
}

a.bg-copper:focus,
a.bg-copper:hover,
button.bg-copper:focus,
button.bg-copper:hover {
    background-color: #93c599 !important
}

.bg-plaster {
    background-color: #e2ddcb !important
}

a.bg-plaster:focus,
a.bg-plaster:hover,
button.bg-plaster:focus,
button.bg-plaster:hover {
    background-color: #d0c8aa !important
}

.bg-stone {
    background-color: #beb7b3 !important
}

a.bg-stone:focus,
a.bg-stone:hover,
button.bg-stone:focus,
button.bg-stone:hover {
    background-color: #a69d98 !important
}

.bg-flower-50 {
    background-color: #fdeeef !important
}

a.bg-flower-50:focus,
a.bg-flower-50:hover,
button.bg-flower-50:focus,
button.bg-flower-50:hover {
    background-color: #f8c0c4 !important
}

.bg-sky-50 {
    background-color: #dcebf0 !important
}

a.bg-sky-50:focus,
a.bg-sky-50:hover,
button.bg-sky-50:focus,
button.bg-sky-50:hover {
    background-color: #b8d7e1 !important
}

.bg-copper-50 {
    background-color: #d9ebdb !important
}

a.bg-copper-50:focus,
a.bg-copper-50:hover,
button.bg-copper-50:focus,
button.bg-copper-50:hover {
    background-color: #b8d9bb !important
}

.bg-plaster-50 {
    background-color: #f0eee5 !important
}

a.bg-plaster-50:focus,
a.bg-plaster-50:hover,
button.bg-plaster-50:focus,
button.bg-plaster-50:hover {
    background-color: #ddd9c5 !important
}

.bg-stone-50 {
    background-color: #dedbd9 !important
}

a.bg-stone-50:focus,
a.bg-stone-50:hover,
button.bg-stone-50:focus,
button.bg-stone-50:hover {
    background-color: #c6c1be !important
}

.bg-dark-50 {
    background-color: #a6a5a1 !important
}

a.bg-dark-50:focus,
a.bg-dark-50:hover,
button.bg-dark-50:focus,
button.bg-dark-50:hover {
    background-color: #8d8c87 !important
}

.bg-flower-25 {
    background-color: #fef8f9 !important
}

a.bg-flower-25:focus,
a.bg-flower-25:hover,
button.bg-flower-25:focus,
button.bg-flower-25:hover {
    background-color: #f8cbd3 !important
}

.bg-sky-25 {
    background-color: #f1f7f9 !important
}

a.bg-sky-25:focus,
a.bg-sky-25:hover,
button.bg-sky-25:focus,
button.bg-sky-25:hover {
    background-color: #cde3ea !important
}

.bg-copper-25 {
    background-color: #f0f7f1 !important
}

a.bg-copper-25:focus,
a.bg-copper-25:hover,
button.bg-copper-25:focus,
button.bg-copper-25:hover {
    background-color: #cfe5d2 !important
}

.bg-plaster-25 {
    background-color: #f9f8f5 !important
}

a.bg-plaster-25:focus,
a.bg-plaster-25:hover,
button.bg-plaster-25:focus,
button.bg-plaster-25:hover {
    background-color: #e6e2d5 !important
}

.bg-stone-25 {
    background-color: #f2f1f0 !important
}

a.bg-stone-25:focus,
a.bg-stone-25:hover,
button.bg-stone-25:focus,
button.bg-stone-25:hover {
    background-color: #dad8d5 !important
}

.bg-dark-25 {
    background-color: #dbdbda !important
}

a.bg-dark-25:focus,
a.bg-dark-25:hover,
button.bg-dark-25:focus,
button.bg-dark-25:hover {
    background-color: #c2c2c0 !important
}

.bg-dark-grey {
    background-color: #777671 !important
}

a.bg-dark-grey:focus,
a.bg-dark-grey:hover,
button.bg-dark-grey:focus,
button.bg-dark-grey:hover {
    background-color: #5d5c58 !important
}

.bg-darker {
    background-color: #43423a !important
}

a.bg-darker:focus,
a.bg-darker:hover,
button.bg-darker:focus,
button.bg-darker:hover {
    background-color: #282722 !important
}

.bg-plaster-75 {
    background-color: #e9e6d8 !important
}

a.bg-plaster-75:focus,
a.bg-plaster-75:hover,
button.bg-plaster-75:focus,
button.bg-plaster-75:hover {
    background-color: #d7d1b7 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border-primary {
    border-color: #875e29 !important
}

.border-secondary {
    border-color: #4d4c44 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #4d4c44 !important
}

.border-black {
    border-color: #000 !important
}

.border-blue {
    border-color: #22458a !important
}

.border-bronze {
    border-color: #875e29 !important
}

.border-flower {
    border-color: #fcdee0 !important
}

.border-sky {
    border-color: #bad8e1 !important
}

.border-copper {
    border-color: #b4d7b8 !important
}

.border-plaster {
    border-color: #e2ddcb !important
}

.border-stone {
    border-color: #beb7b3 !important
}

.border-flower-50 {
    border-color: #fdeeef !important
}

.border-sky-50 {
    border-color: #dcebf0 !important
}

.border-copper-50 {
    border-color: #d9ebdb !important
}

.border-plaster-50 {
    border-color: #f0eee5 !important
}

.border-stone-50 {
    border-color: #dedbd9 !important
}

.border-dark-50 {
    border-color: #a6a5a1 !important
}

.border-flower-25 {
    border-color: #fef8f9 !important
}

.border-sky-25 {
    border-color: #f1f7f9 !important
}

.border-copper-25 {
    border-color: #f0f7f1 !important
}

.border-plaster-25 {
    border-color: #f9f8f5 !important
}

.border-stone-25 {
    border-color: #f2f1f0 !important
}

.border-dark-25 {
    border-color: #dbdbda !important
}

.border-dark-grey {
    border-color: #777671 !important
}

.border-darker {
    border-color: #43423a !important
}

.border-plaster-75 {
    border-color: #e9e6d8 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !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: -webkit-box !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !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: -webkit-box !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !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: -webkit-box !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !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: -webkit-box !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !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: -webkit-box !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !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: -webkit-box !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        flex-direction: row !important
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.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 {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(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
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !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
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 2rem !important
}

.mt-5,
.my-5 {
    margin-top: 2rem !important
}

.mr-5,
.mx-5 {
    margin-right: 2rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important
}

.ml-5,
.mx-5 {
    margin-left: 2rem !important
}

.m-gutter {
    margin: 15px !important
}

.mt-gutter,
.my-gutter {
    margin-top: 15px !important
}

.mr-gutter,
.mx-gutter {
    margin-right: 15px !important
}

.mb-gutter,
.my-gutter {
    margin-bottom: 15px !important
}

.ml-gutter,
.mx-gutter {
    margin-left: 15px !important
}

.m-huge {
    margin: 8rem !important
}

.mt-huge,
.my-huge {
    margin-top: 8rem !important
}

.mr-huge,
.mx-huge {
    margin-right: 8rem !important
}

.mb-huge,
.my-huge {
    margin-bottom: 8rem !important
}

.ml-huge,
.mx-huge {
    margin-left: 8rem !important
}

.m-6 {
    margin: 2.5rem !important
}

.mt-6,
.my-6 {
    margin-top: 2.5rem !important
}

.mr-6,
.mx-6 {
    margin-right: 2.5rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 2.5rem !important
}

.ml-6,
.mx-6 {
    margin-left: 2.5rem !important
}

.m-7 {
    margin: 3rem !important
}

.mt-7,
.my-7 {
    margin-top: 3rem !important
}

.mr-7,
.mx-7 {
    margin-right: 3rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 3rem !important
}

.ml-7,
.mx-7 {
    margin-left: 3rem !important
}

.m-8 {
    margin: 3.5rem !important
}

.mt-8,
.my-8 {
    margin-top: 3.5rem !important
}

.mr-8,
.mx-8 {
    margin-right: 3.5rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 3.5rem !important
}

.ml-8,
.mx-8 {
    margin-left: 3.5rem !important
}

.m-9 {
    margin: 4rem !important
}

.mt-9,
.my-9 {
    margin-top: 4rem !important
}

.mr-9,
.mx-9 {
    margin-right: 4rem !important
}

.mb-9,
.my-9 {
    margin-bottom: 4rem !important
}

.ml-9,
.mx-9 {
    margin-left: 4rem !important
}

.m-10 {
    margin: 4.5rem !important
}

.mt-10,
.my-10 {
    margin-top: 4.5rem !important
}

.mr-10,
.mx-10 {
    margin-right: 4.5rem !important
}

.mb-10,
.my-10 {
    margin-bottom: 4.5rem !important
}

.ml-10,
.mx-10 {
    margin-left: 4.5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 2rem !important
}

.pt-5,
.py-5 {
    padding-top: 2rem !important
}

.pr-5,
.px-5 {
    padding-right: 2rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important
}

.pl-5,
.px-5 {
    padding-left: 2rem !important
}

.p-gutter {
    padding: 15px !important
}

.pt-gutter,
.py-gutter {
    padding-top: 15px !important
}

.pr-gutter,
.px-gutter {
    padding-right: 15px !important
}

.pb-gutter,
.py-gutter {
    padding-bottom: 15px !important
}

.pl-gutter,
.px-gutter {
    padding-left: 15px !important
}

.p-huge {
    padding: 8rem !important
}

.pt-huge,
.py-huge {
    padding-top: 8rem !important
}

.pr-huge,
.px-huge {
    padding-right: 8rem !important
}

.pb-huge,
.py-huge {
    padding-bottom: 8rem !important
}

.pl-huge,
.px-huge {
    padding-left: 8rem !important
}

.p-6 {
    padding: 2.5rem !important
}

.pt-6,
.py-6 {
    padding-top: 2.5rem !important
}

.pr-6,
.px-6 {
    padding-right: 2.5rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 2.5rem !important
}

.pl-6,
.px-6 {
    padding-left: 2.5rem !important
}

.p-7 {
    padding: 3rem !important
}

.pt-7,
.py-7 {
    padding-top: 3rem !important
}

.pr-7,
.px-7 {
    padding-right: 3rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 3rem !important
}

.pl-7,
.px-7 {
    padding-left: 3rem !important
}

.p-8 {
    padding: 3.5rem !important
}

.pt-8,
.py-8 {
    padding-top: 3.5rem !important
}

.pr-8,
.px-8 {
    padding-right: 3.5rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 3.5rem !important
}

.pl-8,
.px-8 {
    padding-left: 3.5rem !important
}

.p-9 {
    padding: 4rem !important
}

.pt-9,
.py-9 {
    padding-top: 4rem !important
}

.pr-9,
.px-9 {
    padding-right: 4rem !important
}

.pb-9,
.py-9 {
    padding-bottom: 4rem !important
}

.pl-9,
.px-9 {
    padding-left: 4rem !important
}

.p-10 {
    padding: 4.5rem !important
}

.pt-10,
.py-10 {
    padding-top: 4.5rem !important
}

.pr-10,
.px-10 {
    padding-right: 4.5rem !important
}

.pb-10,
.py-10 {
    padding-bottom: 4.5rem !important
}

.pl-10,
.px-10 {
    padding-left: 4.5rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -2rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -2rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -2rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -2rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -2rem !important
}

.m-ngutter {
    margin: -15px !important
}

.mt-ngutter,
.my-ngutter {
    margin-top: -15px !important
}

.mr-ngutter,
.mx-ngutter {
    margin-right: -15px !important
}

.mb-ngutter,
.my-ngutter {
    margin-bottom: -15px !important
}

.ml-ngutter,
.mx-ngutter {
    margin-left: -15px !important
}

.m-nhuge {
    margin: -8rem !important
}

.mt-nhuge,
.my-nhuge {
    margin-top: -8rem !important
}

.mr-nhuge,
.mx-nhuge {
    margin-right: -8rem !important
}

.mb-nhuge,
.my-nhuge {
    margin-bottom: -8rem !important
}

.ml-nhuge,
.mx-nhuge {
    margin-left: -8rem !important
}

.m-n6 {
    margin: -2.5rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -2.5rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -2.5rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -2.5rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -2.5rem !important
}

.m-n7 {
    margin: -3rem !important
}

.mt-n7,
.my-n7 {
    margin-top: -3rem !important
}

.mr-n7,
.mx-n7 {
    margin-right: -3rem !important
}

.mb-n7,
.my-n7 {
    margin-bottom: -3rem !important
}

.ml-n7,
.mx-n7 {
    margin-left: -3rem !important
}

.m-n8 {
    margin: -3.5rem !important
}

.mt-n8,
.my-n8 {
    margin-top: -3.5rem !important
}

.mr-n8,
.mx-n8 {
    margin-right: -3.5rem !important
}

.mb-n8,
.my-n8 {
    margin-bottom: -3.5rem !important
}

.ml-n8,
.mx-n8 {
    margin-left: -3.5rem !important
}

.m-n9 {
    margin: -4rem !important
}

.mt-n9,
.my-n9 {
    margin-top: -4rem !important
}

.mr-n9,
.mx-n9 {
    margin-right: -4rem !important
}

.mb-n9,
.my-n9 {
    margin-bottom: -4rem !important
}

.ml-n9,
.mx-n9 {
    margin-left: -4rem !important
}

.m-n10 {
    margin: -4.5rem !important
}

.mt-n10,
.my-n10 {
    margin-top: -4.5rem !important
}

.mr-n10,
.mx-n10 {
    margin-right: -4.5rem !important
}

.mb-n10,
.my-n10 {
    margin-bottom: -4.5rem !important
}

.ml-n10,
.mx-n10 {
    margin-left: -4.5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 2rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important
    }

    .m-sm-gutter {
        margin: 15px !important
    }

    .mt-sm-gutter,
    .my-sm-gutter {
        margin-top: 15px !important
    }

    .mr-sm-gutter,
    .mx-sm-gutter {
        margin-right: 15px !important
    }

    .mb-sm-gutter,
    .my-sm-gutter {
        margin-bottom: 15px !important
    }

    .ml-sm-gutter,
    .mx-sm-gutter {
        margin-left: 15px !important
    }

    .m-sm-huge {
        margin: 8rem !important
    }

    .mt-sm-huge,
    .my-sm-huge {
        margin-top: 8rem !important
    }

    .mr-sm-huge,
    .mx-sm-huge {
        margin-right: 8rem !important
    }

    .mb-sm-huge,
    .my-sm-huge {
        margin-bottom: 8rem !important
    }

    .ml-sm-huge,
    .mx-sm-huge {
        margin-left: 8rem !important
    }

    .m-sm-6 {
        margin: 2.5rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2.5rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2.5rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2.5rem !important
    }

    .m-sm-7 {
        margin: 3rem !important
    }

    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem !important
    }

    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3rem !important
    }

    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important
    }

    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3rem !important
    }

    .m-sm-8 {
        margin: 3.5rem !important
    }

    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3.5rem !important
    }

    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3.5rem !important
    }

    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3.5rem !important
    }

    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3.5rem !important
    }

    .m-sm-9 {
        margin: 4rem !important
    }

    .mt-sm-9,
    .my-sm-9 {
        margin-top: 4rem !important
    }

    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 4rem !important
    }

    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 4rem !important
    }

    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 4rem !important
    }

    .m-sm-10 {
        margin: 4.5rem !important
    }

    .mt-sm-10,
    .my-sm-10 {
        margin-top: 4.5rem !important
    }

    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 4.5rem !important
    }

    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 4.5rem !important
    }

    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 4.5rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 2rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important
    }

    .p-sm-gutter {
        padding: 15px !important
    }

    .pt-sm-gutter,
    .py-sm-gutter {
        padding-top: 15px !important
    }

    .pr-sm-gutter,
    .px-sm-gutter {
        padding-right: 15px !important
    }

    .pb-sm-gutter,
    .py-sm-gutter {
        padding-bottom: 15px !important
    }

    .pl-sm-gutter,
    .px-sm-gutter {
        padding-left: 15px !important
    }

    .p-sm-huge {
        padding: 8rem !important
    }

    .pt-sm-huge,
    .py-sm-huge {
        padding-top: 8rem !important
    }

    .pr-sm-huge,
    .px-sm-huge {
        padding-right: 8rem !important
    }

    .pb-sm-huge,
    .py-sm-huge {
        padding-bottom: 8rem !important
    }

    .pl-sm-huge,
    .px-sm-huge {
        padding-left: 8rem !important
    }

    .p-sm-6 {
        padding: 2.5rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2.5rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2.5rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2.5rem !important
    }

    .p-sm-7 {
        padding: 3rem !important
    }

    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem !important
    }

    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important
    }

    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important
    }

    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3rem !important
    }

    .p-sm-8 {
        padding: 3.5rem !important
    }

    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3.5rem !important
    }

    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3.5rem !important
    }

    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3.5rem !important
    }

    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3.5rem !important
    }

    .p-sm-9 {
        padding: 4rem !important
    }

    .pt-sm-9,
    .py-sm-9 {
        padding-top: 4rem !important
    }

    .pr-sm-9,
    .px-sm-9 {
        padding-right: 4rem !important
    }

    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 4rem !important
    }

    .pl-sm-9,
    .px-sm-9 {
        padding-left: 4rem !important
    }

    .p-sm-10 {
        padding: 4.5rem !important
    }

    .pt-sm-10,
    .py-sm-10 {
        padding-top: 4.5rem !important
    }

    .pr-sm-10,
    .px-sm-10 {
        padding-right: 4.5rem !important
    }

    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 4.5rem !important
    }

    .pl-sm-10,
    .px-sm-10 {
        padding-left: 4.5rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -2rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -2rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -2rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -2rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -2rem !important
    }

    .m-sm-ngutter {
        margin: -15px !important
    }

    .mt-sm-ngutter,
    .my-sm-ngutter {
        margin-top: -15px !important
    }

    .mr-sm-ngutter,
    .mx-sm-ngutter {
        margin-right: -15px !important
    }

    .mb-sm-ngutter,
    .my-sm-ngutter {
        margin-bottom: -15px !important
    }

    .ml-sm-ngutter,
    .mx-sm-ngutter {
        margin-left: -15px !important
    }

    .m-sm-nhuge {
        margin: -8rem !important
    }

    .mt-sm-nhuge,
    .my-sm-nhuge {
        margin-top: -8rem !important
    }

    .mr-sm-nhuge,
    .mx-sm-nhuge {
        margin-right: -8rem !important
    }

    .mb-sm-nhuge,
    .my-sm-nhuge {
        margin-bottom: -8rem !important
    }

    .ml-sm-nhuge,
    .mx-sm-nhuge {
        margin-left: -8rem !important
    }

    .m-sm-n6 {
        margin: -2.5rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -2.5rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -2.5rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -2.5rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -2.5rem !important
    }

    .m-sm-n7 {
        margin: -3rem !important
    }

    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -3rem !important
    }

    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -3rem !important
    }

    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -3rem !important
    }

    .m-sm-n8 {
        margin: -3.5rem !important
    }

    .mt-sm-n8,
    .my-sm-n8 {
        margin-top: -3.5rem !important
    }

    .mr-sm-n8,
    .mx-sm-n8 {
        margin-right: -3.5rem !important
    }

    .mb-sm-n8,
    .my-sm-n8 {
        margin-bottom: -3.5rem !important
    }

    .ml-sm-n8,
    .mx-sm-n8 {
        margin-left: -3.5rem !important
    }

    .m-sm-n9 {
        margin: -4rem !important
    }

    .mt-sm-n9,
    .my-sm-n9 {
        margin-top: -4rem !important
    }

    .mr-sm-n9,
    .mx-sm-n9 {
        margin-right: -4rem !important
    }

    .mb-sm-n9,
    .my-sm-n9 {
        margin-bottom: -4rem !important
    }

    .ml-sm-n9,
    .mx-sm-n9 {
        margin-left: -4rem !important
    }

    .m-sm-n10 {
        margin: -4.5rem !important
    }

    .mt-sm-n10,
    .my-sm-n10 {
        margin-top: -4.5rem !important
    }

    .mr-sm-n10,
    .mx-sm-n10 {
        margin-right: -4.5rem !important
    }

    .mb-sm-n10,
    .my-sm-n10 {
        margin-bottom: -4.5rem !important
    }

    .ml-sm-n10,
    .mx-sm-n10 {
        margin-left: -4.5rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 2rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important
    }

    .m-md-gutter {
        margin: 15px !important
    }

    .mt-md-gutter,
    .my-md-gutter {
        margin-top: 15px !important
    }

    .mr-md-gutter,
    .mx-md-gutter {
        margin-right: 15px !important
    }

    .mb-md-gutter,
    .my-md-gutter {
        margin-bottom: 15px !important
    }

    .ml-md-gutter,
    .mx-md-gutter {
        margin-left: 15px !important
    }

    .m-md-huge {
        margin: 8rem !important
    }

    .mt-md-huge,
    .my-md-huge {
        margin-top: 8rem !important
    }

    .mr-md-huge,
    .mx-md-huge {
        margin-right: 8rem !important
    }

    .mb-md-huge,
    .my-md-huge {
        margin-bottom: 8rem !important
    }

    .ml-md-huge,
    .mx-md-huge {
        margin-left: 8rem !important
    }

    .m-md-6 {
        margin: 2.5rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 2.5rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 2.5rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 2.5rem !important
    }

    .m-md-7 {
        margin: 3rem !important
    }

    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem !important
    }

    .mr-md-7,
    .mx-md-7 {
        margin-right: 3rem !important
    }

    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important
    }

    .ml-md-7,
    .mx-md-7 {
        margin-left: 3rem !important
    }

    .m-md-8 {
        margin: 3.5rem !important
    }

    .mt-md-8,
    .my-md-8 {
        margin-top: 3.5rem !important
    }

    .mr-md-8,
    .mx-md-8 {
        margin-right: 3.5rem !important
    }

    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3.5rem !important
    }

    .ml-md-8,
    .mx-md-8 {
        margin-left: 3.5rem !important
    }

    .m-md-9 {
        margin: 4rem !important
    }

    .mt-md-9,
    .my-md-9 {
        margin-top: 4rem !important
    }

    .mr-md-9,
    .mx-md-9 {
        margin-right: 4rem !important
    }

    .mb-md-9,
    .my-md-9 {
        margin-bottom: 4rem !important
    }

    .ml-md-9,
    .mx-md-9 {
        margin-left: 4rem !important
    }

    .m-md-10 {
        margin: 4.5rem !important
    }

    .mt-md-10,
    .my-md-10 {
        margin-top: 4.5rem !important
    }

    .mr-md-10,
    .mx-md-10 {
        margin-right: 4.5rem !important
    }

    .mb-md-10,
    .my-md-10 {
        margin-bottom: 4.5rem !important
    }

    .ml-md-10,
    .mx-md-10 {
        margin-left: 4.5rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 2rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important
    }

    .p-md-gutter {
        padding: 15px !important
    }

    .pt-md-gutter,
    .py-md-gutter {
        padding-top: 15px !important
    }

    .pr-md-gutter,
    .px-md-gutter {
        padding-right: 15px !important
    }

    .pb-md-gutter,
    .py-md-gutter {
        padding-bottom: 15px !important
    }

    .pl-md-gutter,
    .px-md-gutter {
        padding-left: 15px !important
    }

    .p-md-huge {
        padding: 8rem !important
    }

    .pt-md-huge,
    .py-md-huge {
        padding-top: 8rem !important
    }

    .pr-md-huge,
    .px-md-huge {
        padding-right: 8rem !important
    }

    .pb-md-huge,
    .py-md-huge {
        padding-bottom: 8rem !important
    }

    .pl-md-huge,
    .px-md-huge {
        padding-left: 8rem !important
    }

    .p-md-6 {
        padding: 2.5rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 2.5rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 2.5rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 2.5rem !important
    }

    .p-md-7 {
        padding: 3rem !important
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem !important
    }

    .pr-md-7,
    .px-md-7 {
        padding-right: 3rem !important
    }

    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important
    }

    .pl-md-7,
    .px-md-7 {
        padding-left: 3rem !important
    }

    .p-md-8 {
        padding: 3.5rem !important
    }

    .pt-md-8,
    .py-md-8 {
        padding-top: 3.5rem !important
    }

    .pr-md-8,
    .px-md-8 {
        padding-right: 3.5rem !important
    }

    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3.5rem !important
    }

    .pl-md-8,
    .px-md-8 {
        padding-left: 3.5rem !important
    }

    .p-md-9 {
        padding: 4rem !important
    }

    .pt-md-9,
    .py-md-9 {
        padding-top: 4rem !important
    }

    .pr-md-9,
    .px-md-9 {
        padding-right: 4rem !important
    }

    .pb-md-9,
    .py-md-9 {
        padding-bottom: 4rem !important
    }

    .pl-md-9,
    .px-md-9 {
        padding-left: 4rem !important
    }

    .p-md-10 {
        padding: 4.5rem !important
    }

    .pt-md-10,
    .py-md-10 {
        padding-top: 4.5rem !important
    }

    .pr-md-10,
    .px-md-10 {
        padding-right: 4.5rem !important
    }

    .pb-md-10,
    .py-md-10 {
        padding-bottom: 4.5rem !important
    }

    .pl-md-10,
    .px-md-10 {
        padding-left: 4.5rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -2rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -2rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -2rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -2rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -2rem !important
    }

    .m-md-ngutter {
        margin: -15px !important
    }

    .mt-md-ngutter,
    .my-md-ngutter {
        margin-top: -15px !important
    }

    .mr-md-ngutter,
    .mx-md-ngutter {
        margin-right: -15px !important
    }

    .mb-md-ngutter,
    .my-md-ngutter {
        margin-bottom: -15px !important
    }

    .ml-md-ngutter,
    .mx-md-ngutter {
        margin-left: -15px !important
    }

    .m-md-nhuge {
        margin: -8rem !important
    }

    .mt-md-nhuge,
    .my-md-nhuge {
        margin-top: -8rem !important
    }

    .mr-md-nhuge,
    .mx-md-nhuge {
        margin-right: -8rem !important
    }

    .mb-md-nhuge,
    .my-md-nhuge {
        margin-bottom: -8rem !important
    }

    .ml-md-nhuge,
    .mx-md-nhuge {
        margin-left: -8rem !important
    }

    .m-md-n6 {
        margin: -2.5rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -2.5rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -2.5rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -2.5rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -2.5rem !important
    }

    .m-md-n7 {
        margin: -3rem !important
    }

    .mt-md-n7,
    .my-md-n7 {
        margin-top: -3rem !important
    }

    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -3rem !important
    }

    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -3rem !important
    }

    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -3rem !important
    }

    .m-md-n8 {
        margin: -3.5rem !important
    }

    .mt-md-n8,
    .my-md-n8 {
        margin-top: -3.5rem !important
    }

    .mr-md-n8,
    .mx-md-n8 {
        margin-right: -3.5rem !important
    }

    .mb-md-n8,
    .my-md-n8 {
        margin-bottom: -3.5rem !important
    }

    .ml-md-n8,
    .mx-md-n8 {
        margin-left: -3.5rem !important
    }

    .m-md-n9 {
        margin: -4rem !important
    }

    .mt-md-n9,
    .my-md-n9 {
        margin-top: -4rem !important
    }

    .mr-md-n9,
    .mx-md-n9 {
        margin-right: -4rem !important
    }

    .mb-md-n9,
    .my-md-n9 {
        margin-bottom: -4rem !important
    }

    .ml-md-n9,
    .mx-md-n9 {
        margin-left: -4rem !important
    }

    .m-md-n10 {
        margin: -4.5rem !important
    }

    .mt-md-n10,
    .my-md-n10 {
        margin-top: -4.5rem !important
    }

    .mr-md-n10,
    .mx-md-n10 {
        margin-right: -4.5rem !important
    }

    .mb-md-n10,
    .my-md-n10 {
        margin-bottom: -4.5rem !important
    }

    .ml-md-n10,
    .mx-md-n10 {
        margin-left: -4.5rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 2rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important
    }

    .m-lg-gutter {
        margin: 15px !important
    }

    .mt-lg-gutter,
    .my-lg-gutter {
        margin-top: 15px !important
    }

    .mr-lg-gutter,
    .mx-lg-gutter {
        margin-right: 15px !important
    }

    .mb-lg-gutter,
    .my-lg-gutter {
        margin-bottom: 15px !important
    }

    .ml-lg-gutter,
    .mx-lg-gutter {
        margin-left: 15px !important
    }

    .m-lg-huge {
        margin: 8rem !important
    }

    .mt-lg-huge,
    .my-lg-huge {
        margin-top: 8rem !important
    }

    .mr-lg-huge,
    .mx-lg-huge {
        margin-right: 8rem !important
    }

    .mb-lg-huge,
    .my-lg-huge {
        margin-bottom: 8rem !important
    }

    .ml-lg-huge,
    .mx-lg-huge {
        margin-left: 8rem !important
    }

    .m-lg-6 {
        margin: 2.5rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2.5rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2.5rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2.5rem !important
    }

    .m-lg-7 {
        margin: 3rem !important
    }

    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem !important
    }

    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important
    }

    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important
    }

    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3rem !important
    }

    .m-lg-8 {
        margin: 3.5rem !important
    }

    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3.5rem !important
    }

    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3.5rem !important
    }

    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3.5rem !important
    }

    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3.5rem !important
    }

    .m-lg-9 {
        margin: 4rem !important
    }

    .mt-lg-9,
    .my-lg-9 {
        margin-top: 4rem !important
    }

    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 4rem !important
    }

    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 4rem !important
    }

    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 4rem !important
    }

    .m-lg-10 {
        margin: 4.5rem !important
    }

    .mt-lg-10,
    .my-lg-10 {
        margin-top: 4.5rem !important
    }

    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 4.5rem !important
    }

    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 4.5rem !important
    }

    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 4.5rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 2rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important
    }

    .p-lg-gutter {
        padding: 15px !important
    }

    .pt-lg-gutter,
    .py-lg-gutter {
        padding-top: 15px !important
    }

    .pr-lg-gutter,
    .px-lg-gutter {
        padding-right: 15px !important
    }

    .pb-lg-gutter,
    .py-lg-gutter {
        padding-bottom: 15px !important
    }

    .pl-lg-gutter,
    .px-lg-gutter {
        padding-left: 15px !important
    }

    .p-lg-huge {
        padding: 8rem !important
    }

    .pt-lg-huge,
    .py-lg-huge {
        padding-top: 8rem !important
    }

    .pr-lg-huge,
    .px-lg-huge {
        padding-right: 8rem !important
    }

    .pb-lg-huge,
    .py-lg-huge {
        padding-bottom: 8rem !important
    }

    .pl-lg-huge,
    .px-lg-huge {
        padding-left: 8rem !important
    }

    .p-lg-6 {
        padding: 2.5rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2.5rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2.5rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2.5rem !important
    }

    .p-lg-7 {
        padding: 3rem !important
    }

    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem !important
    }

    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3rem !important
    }

    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3rem !important
    }

    .pl-lg-7,
    .px-lg-7 {
        padding-left: 3rem !important
    }

    .p-lg-8 {
        padding: 3.5rem !important
    }

    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3.5rem !important
    }

    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3.5rem !important
    }

    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3.5rem !important
    }

    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3.5rem !important
    }

    .p-lg-9 {
        padding: 4rem !important
    }

    .pt-lg-9,
    .py-lg-9 {
        padding-top: 4rem !important
    }

    .pr-lg-9,
    .px-lg-9 {
        padding-right: 4rem !important
    }

    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 4rem !important
    }

    .pl-lg-9,
    .px-lg-9 {
        padding-left: 4rem !important
    }

    .p-lg-10 {
        padding: 4.5rem !important
    }

    .pt-lg-10,
    .py-lg-10 {
        padding-top: 4.5rem !important
    }

    .pr-lg-10,
    .px-lg-10 {
        padding-right: 4.5rem !important
    }

    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 4.5rem !important
    }

    .pl-lg-10,
    .px-lg-10 {
        padding-left: 4.5rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -2rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -2rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -2rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -2rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -2rem !important
    }

    .m-lg-ngutter {
        margin: -15px !important
    }

    .mt-lg-ngutter,
    .my-lg-ngutter {
        margin-top: -15px !important
    }

    .mr-lg-ngutter,
    .mx-lg-ngutter {
        margin-right: -15px !important
    }

    .mb-lg-ngutter,
    .my-lg-ngutter {
        margin-bottom: -15px !important
    }

    .ml-lg-ngutter,
    .mx-lg-ngutter {
        margin-left: -15px !important
    }

    .m-lg-nhuge {
        margin: -8rem !important
    }

    .mt-lg-nhuge,
    .my-lg-nhuge {
        margin-top: -8rem !important
    }

    .mr-lg-nhuge,
    .mx-lg-nhuge {
        margin-right: -8rem !important
    }

    .mb-lg-nhuge,
    .my-lg-nhuge {
        margin-bottom: -8rem !important
    }

    .ml-lg-nhuge,
    .mx-lg-nhuge {
        margin-left: -8rem !important
    }

    .m-lg-n6 {
        margin: -2.5rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -2.5rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -2.5rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -2.5rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -2.5rem !important
    }

    .m-lg-n7 {
        margin: -3rem !important
    }

    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -3rem !important
    }

    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -3rem !important
    }

    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -3rem !important
    }

    .m-lg-n8 {
        margin: -3.5rem !important
    }

    .mt-lg-n8,
    .my-lg-n8 {
        margin-top: -3.5rem !important
    }

    .mr-lg-n8,
    .mx-lg-n8 {
        margin-right: -3.5rem !important
    }

    .mb-lg-n8,
    .my-lg-n8 {
        margin-bottom: -3.5rem !important
    }

    .ml-lg-n8,
    .mx-lg-n8 {
        margin-left: -3.5rem !important
    }

    .m-lg-n9 {
        margin: -4rem !important
    }

    .mt-lg-n9,
    .my-lg-n9 {
        margin-top: -4rem !important
    }

    .mr-lg-n9,
    .mx-lg-n9 {
        margin-right: -4rem !important
    }

    .mb-lg-n9,
    .my-lg-n9 {
        margin-bottom: -4rem !important
    }

    .ml-lg-n9,
    .mx-lg-n9 {
        margin-left: -4rem !important
    }

    .m-lg-n10 {
        margin: -4.5rem !important
    }

    .mt-lg-n10,
    .my-lg-n10 {
        margin-top: -4.5rem !important
    }

    .mr-lg-n10,
    .mx-lg-n10 {
        margin-right: -4.5rem !important
    }

    .mb-lg-n10,
    .my-lg-n10 {
        margin-bottom: -4.5rem !important
    }

    .ml-lg-n10,
    .mx-lg-n10 {
        margin-left: -4.5rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 2rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important
    }

    .m-xl-gutter {
        margin: 15px !important
    }

    .mt-xl-gutter,
    .my-xl-gutter {
        margin-top: 15px !important
    }

    .mr-xl-gutter,
    .mx-xl-gutter {
        margin-right: 15px !important
    }

    .mb-xl-gutter,
    .my-xl-gutter {
        margin-bottom: 15px !important
    }

    .ml-xl-gutter,
    .mx-xl-gutter {
        margin-left: 15px !important
    }

    .m-xl-huge {
        margin: 8rem !important
    }

    .mt-xl-huge,
    .my-xl-huge {
        margin-top: 8rem !important
    }

    .mr-xl-huge,
    .mx-xl-huge {
        margin-right: 8rem !important
    }

    .mb-xl-huge,
    .my-xl-huge {
        margin-bottom: 8rem !important
    }

    .ml-xl-huge,
    .mx-xl-huge {
        margin-left: 8rem !important
    }

    .m-xl-6 {
        margin: 2.5rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2.5rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2.5rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2.5rem !important
    }

    .m-xl-7 {
        margin: 3rem !important
    }

    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem !important
    }

    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important
    }

    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important
    }

    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3rem !important
    }

    .m-xl-8 {
        margin: 3.5rem !important
    }

    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3.5rem !important
    }

    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3.5rem !important
    }

    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3.5rem !important
    }

    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3.5rem !important
    }

    .m-xl-9 {
        margin: 4rem !important
    }

    .mt-xl-9,
    .my-xl-9 {
        margin-top: 4rem !important
    }

    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 4rem !important
    }

    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 4rem !important
    }

    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 4rem !important
    }

    .m-xl-10 {
        margin: 4.5rem !important
    }

    .mt-xl-10,
    .my-xl-10 {
        margin-top: 4.5rem !important
    }

    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 4.5rem !important
    }

    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 4.5rem !important
    }

    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 4.5rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 2rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important
    }

    .p-xl-gutter {
        padding: 15px !important
    }

    .pt-xl-gutter,
    .py-xl-gutter {
        padding-top: 15px !important
    }

    .pr-xl-gutter,
    .px-xl-gutter {
        padding-right: 15px !important
    }

    .pb-xl-gutter,
    .py-xl-gutter {
        padding-bottom: 15px !important
    }

    .pl-xl-gutter,
    .px-xl-gutter {
        padding-left: 15px !important
    }

    .p-xl-huge {
        padding: 8rem !important
    }

    .pt-xl-huge,
    .py-xl-huge {
        padding-top: 8rem !important
    }

    .pr-xl-huge,
    .px-xl-huge {
        padding-right: 8rem !important
    }

    .pb-xl-huge,
    .py-xl-huge {
        padding-bottom: 8rem !important
    }

    .pl-xl-huge,
    .px-xl-huge {
        padding-left: 8rem !important
    }

    .p-xl-6 {
        padding: 2.5rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2.5rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2.5rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2.5rem !important
    }

    .p-xl-7 {
        padding: 3rem !important
    }

    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem !important
    }

    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important
    }

    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important
    }

    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3rem !important
    }

    .p-xl-8 {
        padding: 3.5rem !important
    }

    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3.5rem !important
    }

    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3.5rem !important
    }

    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3.5rem !important
    }

    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3.5rem !important
    }

    .p-xl-9 {
        padding: 4rem !important
    }

    .pt-xl-9,
    .py-xl-9 {
        padding-top: 4rem !important
    }

    .pr-xl-9,
    .px-xl-9 {
        padding-right: 4rem !important
    }

    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 4rem !important
    }

    .pl-xl-9,
    .px-xl-9 {
        padding-left: 4rem !important
    }

    .p-xl-10 {
        padding: 4.5rem !important
    }

    .pt-xl-10,
    .py-xl-10 {
        padding-top: 4.5rem !important
    }

    .pr-xl-10,
    .px-xl-10 {
        padding-right: 4.5rem !important
    }

    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 4.5rem !important
    }

    .pl-xl-10,
    .px-xl-10 {
        padding-left: 4.5rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -2rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -2rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -2rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -2rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -2rem !important
    }

    .m-xl-ngutter {
        margin: -15px !important
    }

    .mt-xl-ngutter,
    .my-xl-ngutter {
        margin-top: -15px !important
    }

    .mr-xl-ngutter,
    .mx-xl-ngutter {
        margin-right: -15px !important
    }

    .mb-xl-ngutter,
    .my-xl-ngutter {
        margin-bottom: -15px !important
    }

    .ml-xl-ngutter,
    .mx-xl-ngutter {
        margin-left: -15px !important
    }

    .m-xl-nhuge {
        margin: -8rem !important
    }

    .mt-xl-nhuge,
    .my-xl-nhuge {
        margin-top: -8rem !important
    }

    .mr-xl-nhuge,
    .mx-xl-nhuge {
        margin-right: -8rem !important
    }

    .mb-xl-nhuge,
    .my-xl-nhuge {
        margin-bottom: -8rem !important
    }

    .ml-xl-nhuge,
    .mx-xl-nhuge {
        margin-left: -8rem !important
    }

    .m-xl-n6 {
        margin: -2.5rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -2.5rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -2.5rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -2.5rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -2.5rem !important
    }

    .m-xl-n7 {
        margin: -3rem !important
    }

    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -3rem !important
    }

    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -3rem !important
    }

    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -3rem !important
    }

    .m-xl-n8 {
        margin: -3.5rem !important
    }

    .mt-xl-n8,
    .my-xl-n8 {
        margin-top: -3.5rem !important
    }

    .mr-xl-n8,
    .mx-xl-n8 {
        margin-right: -3.5rem !important
    }

    .mb-xl-n8,
    .my-xl-n8 {
        margin-bottom: -3.5rem !important
    }

    .ml-xl-n8,
    .mx-xl-n8 {
        margin-left: -3.5rem !important
    }

    .m-xl-n9 {
        margin: -4rem !important
    }

    .mt-xl-n9,
    .my-xl-n9 {
        margin-top: -4rem !important
    }

    .mr-xl-n9,
    .mx-xl-n9 {
        margin-right: -4rem !important
    }

    .mb-xl-n9,
    .my-xl-n9 {
        margin-bottom: -4rem !important
    }

    .ml-xl-n9,
    .mx-xl-n9 {
        margin-left: -4rem !important
    }

    .m-xl-n10 {
        margin: -4.5rem !important
    }

    .mt-xl-n10,
    .my-xl-n10 {
        margin-top: -4.5rem !important
    }

    .mr-xl-n10,
    .mx-xl-n10 {
        margin-right: -4.5rem !important
    }

    .mb-xl-n10,
    .my-xl-n10 {
        margin-bottom: -4.5rem !important
    }

    .ml-xl-n10,
    .mx-xl-n10 {
        margin-left: -4.5rem !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
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 500 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-primary {
    color: #875e29 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #4c3517 !important
}

.text-secondary {
    color: #4d4c44 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #242420 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #4d4c44 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #242420 !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus,
a.text-white:hover {
    color: #d9d9d9 !important
}

.text-black,
a.text-black:focus,
a.text-black:hover {
    color: #000 !important
}

.text-blue {
    color: #22458a !important
}

a.text-blue:focus,
a.text-blue:hover {
    color: #13264d !important
}

.text-bronze {
    color: #875e29 !important
}

a.text-bronze:focus,
a.text-bronze:hover {
    color: #4c3517 !important
}

.text-flower {
    color: #fcdee0 !important
}

a.text-flower:focus,
a.text-flower:hover {
    color: #f6989e !important
}

.text-sky {
    color: #bad8e1 !important
}

a.text-sky:focus,
a.text-sky:hover {
    color: #85baca !important
}

.text-copper {
    color: #b4d7b8 !important
}

a.text-copper:focus,
a.text-copper:hover {
    color: #82bc89 !important
}

.text-plaster {
    color: #e2ddcb !important
}

a.text-plaster:focus,
a.text-plaster:hover {
    color: #c7bd9a !important
}

.text-stone {
    color: #beb7b3 !important
}

a.text-stone:focus,
a.text-stone:hover {
    color: #9b908a !important
}

.text-flower-50 {
    color: #fdeeef !important
}

a.text-flower-50:focus,
a.text-flower-50:hover {
    color: #f5aaaf !important
}

.text-sky-50 {
    color: #dcebf0 !important
}

a.text-sky-50:focus,
a.text-sky-50:hover {
    color: #a6ccd9 !important
}

.text-copper-50 {
    color: #d9ebdb !important
}

a.text-copper-50:focus,
a.text-copper-50:hover {
    color: #a7d1ac !important
}

.text-plaster-50 {
    color: #f0eee5 !important
}

a.text-plaster-50:focus,
a.text-plaster-50:hover {
    color: #d4ceb4 !important
}

.text-stone-50 {
    color: #dedbd9 !important
}

a.text-stone-50:focus,
a.text-stone-50:hover {
    color: #bab4b0 !important
}

.text-dark-50 {
    color: #a6a5a1 !important
}

a.text-dark-50:focus,
a.text-dark-50:hover {
    color: #817f7a !important
}

.text-flower-25 {
    color: #fef8f9 !important
}

a.text-flower-25:focus,
a.text-flower-25:hover {
    color: #f4b5c0 !important
}

.text-sky-25 {
    color: #f1f7f9 !important
}

a.text-sky-25:focus,
a.text-sky-25:hover {
    color: #bbd8e2 !important
}

.text-copper-25 {
    color: #f0f7f1 !important
}

a.text-copper-25:focus,
a.text-copper-25:hover {
    color: #bedcc2 !important
}

.text-plaster-25 {
    color: #f9f8f5 !important
}

a.text-plaster-25:focus,
a.text-plaster-25:hover {
    color: #dcd7c5 !important
}

.text-stone-25 {
    color: #f2f1f0 !important
}

a.text-stone-25:focus,
a.text-stone-25:hover {
    color: #cecbc7 !important
}

.text-dark-25 {
    color: #dbdbda !important
}

a.text-dark-25:focus,
a.text-dark-25:hover {
    color: #b5b5b3 !important
}

.text-dark-grey {
    color: #777671 !important
}

a.text-dark-grey:focus,
a.text-dark-grey:hover {
    color: #504f4c !important
}

.text-darker {
    color: #43423a !important
}

a.text-darker:focus,
a.text-darker:hover {
    color: #1a1a17 !important
}

.text-plaster-75 {
    color: #e9e6d8 !important
}

a.text-plaster-75:focus,
a.text-plaster-75:hover {
    color: #cdc7a7 !important
}

.text-body {
    color: #4d4c44 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .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
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.bg-img {
    background-repeat: no-repeat;
    background-size: contain
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    height:100%;
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.cborder>* {
    border: 1px solid #dee2e6 !important
}

.cborder-top>* {
    border-top: 1px solid #dee2e6 !important
}

.cborder-right>* {
    border-right: 1px solid #dee2e6 !important
}

.cborder-bottom>* {
    border-bottom: 1px solid #dee2e6 !important
}

.cborder-left>* {
    border-left: 1px solid #dee2e6 !important
}

.cborder-0>* {
    border: 0 !important
}

.cborder-top-0>* {
    border-top: 0 !important
}

.cborder-right-0>* {
    border-right: 0 !important
}

.cborder-bottom-0>* {
    border-bottom: 0 !important
}

.cborder-left-0>* {
    border-left: 0 !important
}

.gcborder>*>* {
    border: 1px solid #dee2e6 !important
}

.gcborder-top>*>* {
    border-top: 1px solid #dee2e6 !important
}

.gcborder-right>*>* {
    border-right: 1px solid #dee2e6 !important
}

.gcborder-bottom>*>* {
    border-bottom: 1px solid #dee2e6 !important
}

.gcborder-left>*>* {
    border-left: 1px solid #dee2e6 !important
}

.gcborder-0>*>* {
    border: 0 !important
}

.gcborder-top-0>*>* {
    border-top: 0 !important
}

.gcborder-right-0>*>* {
    border-right: 0 !important
}

.gcborder-bottom-0>*>* {
    border-bottom: 0 !important
}

.gcborder-left-0>*>* {
    border-left: 0 !important
}

.border-primary,
.cborder-primary>*,
.gcborder-primary>*>* {
    border-color: #875e29 !important
}

.border-secondary,
.cborder-secondary>*,
.gcborder-secondary>*>* {
    border-color: #4d4c44 !important
}

.border-success,
.cborder-success>*,
.gcborder-success>*>* {
    border-color: #28a745 !important
}

.border-info,
.cborder-info>*,
.gcborder-info>*>* {
    border-color: #17a2b8 !important
}

.border-warning,
.cborder-warning>*,
.gcborder-warning>*>* {
    border-color: #ffc107 !important
}

.border-danger,
.cborder-danger>*,
.gcborder-danger>*>* {
    border-color: #dc3545 !important
}

.border-light,
.cborder-light>*,
.gcborder-light>*>* {
    border-color: #f8f9fa !important
}

.border-dark,
.cborder-dark>*,
.gcborder-dark>*>* {
    border-color: #4d4c44 !important
}

.border-white,
.cborder-white>*,
.gcborder-white>*>* {
    border-color: #fff !important
}

.border-black,
.cborder-black>*,
.gcborder-black>*>* {
    border-color: #000 !important
}

.border-blue,
.cborder-blue>*,
.gcborder-blue>*>* {
    border-color: #22458a !important
}

.border-bronze,
.cborder-bronze>*,
.gcborder-bronze>*>* {
    border-color: #875e29 !important
}

.border-flower,
.cborder-flower>*,
.gcborder-flower>*>* {
    border-color: #fcdee0 !important
}

.border-sky,
.cborder-sky>*,
.gcborder-sky>*>* {
    border-color: #bad8e1 !important
}

.border-copper,
.cborder-copper>*,
.gcborder-copper>*>* {
    border-color: #b4d7b8 !important
}

.border-plaster,
.cborder-plaster>*,
.gcborder-plaster>*>* {
    border-color: #e2ddcb !important
}

.border-stone,
.cborder-stone>*,
.gcborder-stone>*>* {
    border-color: #beb7b3 !important
}

.border-flower-50,
.cborder-flower-50>*,
.gcborder-flower-50>*>* {
    border-color: #fdeeef !important
}

.border-sky-50,
.cborder-sky-50>*,
.gcborder-sky-50>*>* {
    border-color: #dcebf0 !important
}

.border-copper-50,
.cborder-copper-50>*,
.gcborder-copper-50>*>* {
    border-color: #d9ebdb !important
}

.border-plaster-50,
.cborder-plaster-50>*,
.gcborder-plaster-50>*>* {
    border-color: #f0eee5 !important
}

.border-stone-50,
.cborder-stone-50>*,
.gcborder-stone-50>*>* {
    border-color: #dedbd9 !important
}

.border-dark-50,
.cborder-dark-50>*,
.gcborder-dark-50>*>* {
    border-color: #a6a5a1 !important
}

.border-flower-25,
.cborder-flower-25>*,
.gcborder-flower-25>*>* {
    border-color: #fef8f9 !important
}

.border-sky-25,
.cborder-sky-25>*,
.gcborder-sky-25>*>* {
    border-color: #f1f7f9 !important
}

.border-copper-25,
.cborder-copper-25>*,
.gcborder-copper-25>*>* {
    border-color: #f0f7f1 !important
}

.border-plaster-25,
.cborder-plaster-25>*,
.gcborder-plaster-25>*>* {
    border-color: #f9f8f5 !important
}

.border-stone-25,
.cborder-stone-25>*,
.gcborder-stone-25>*>* {
    border-color: #f2f1f0 !important
}

.border-dark-25,
.cborder-dark-25>*,
.gcborder-dark-25>*>* {
    border-color: #dbdbda !important
}

.border-dark-grey,
.cborder-dark-grey>*,
.gcborder-dark-grey>*>* {
    border-color: #777671 !important
}

.border-darker,
.cborder-darker>*,
.gcborder-darker>*>* {
    border-color: #43423a !important
}

.border-plaster-75,
.cborder-plaster-75>*,
.gcborder-plaster-75>*>* {
    border-color: #e9e6d8 !important
}

@media (min-width:576px) {
    .border-sm {
        border: 1px solid #dee2e6 !important
    }

    .border-sm-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-sm-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-sm-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-sm-0 {
        border: 0 !important
    }

    .border-sm-top-0 {
        border-top: 0 !important
    }

    .border-sm-right-0 {
        border-right: 0 !important
    }

    .border-sm-bottom-0 {
        border-bottom: 0 !important
    }

    .border-sm-left-0 {
        border-left: 0 !important
    }

    .border-between-sm:last-child {
        border-bottom: 0 !important
    }

    .cborder>* {
        border: 1px solid #dee2e6 !important
    }

    .cborder-top>* {
        border-top: 1px solid #dee2e6 !important
    }

    .cborder-right>* {
        border-right: 1px solid #dee2e6 !important
    }

    .cborder-bottom>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .cborder-left>* {
        border-left: 1px solid #dee2e6 !important
    }

    .cborder-0>* {
        border: 0 !important
    }

    .cborder-top-0>* {
        border-top: 0 !important
    }

    .cborder-right-0>* {
        border-right: 0 !important
    }

    .cborder-bottom-0>* {
        border-bottom: 0 !important
    }

    .cborder-left-0>* {
        border-left: 0 !important
    }

    .cborder-sm>* {
        border: 1px solid #dee2e6 !important
    }

    .cborder-sm-top>* {
        border-top: 1px solid #dee2e6 !important
    }

    .cborder-sm-right>* {
        border-right: 1px solid #dee2e6 !important
    }

    .cborder-sm-bottom>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .cborder-sm-left>* {
        border-left: 1px solid #dee2e6 !important
    }

    .cborder-sm-0>* {
        border: 0 !important
    }

    .cborder-sm-top-0>* {
        border-top: 0 !important
    }

    .cborder-sm-right-0>* {
        border-right: 0 !important
    }

    .cborder-sm-bottom-0>* {
        border-bottom: 0 !important
    }

    .cborder-sm-left-0>* {
        border-left: 0 !important
    }

    .gcborder>*>* {
        border: 1px solid #dee2e6 !important
    }

    .gcborder-top>*>* {
        border-top: 1px solid #dee2e6 !important
    }

    .gcborder-right>*>* {
        border-right: 1px solid #dee2e6 !important
    }

    .gcborder-bottom>*>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .gcborder-left>*>* {
        border-left: 1px solid #dee2e6 !important
    }

    .gcborder-0>*>* {
        border: 0 !important
    }

    .gcborder-top-0>*>* {
        border-top: 0 !important
    }

    .gcborder-right-0>*>* {
        border-right: 0 !important
    }

    .gcborder-bottom-0>*>* {
        border-bottom: 0 !important
    }

    .gcborder-left-0>*>* {
        border-left: 0 !important
    }

    .gcborder-sm>*>* {
        border: 1px solid #dee2e6 !important
    }

    .gcborder-sm-top>*>* {
        border-top: 1px solid #dee2e6 !important
    }

    .gcborder-sm-right>*>* {
        border-right: 1px solid #dee2e6 !important
    }

    .gcborder-sm-bottom>*>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .gcborder-sm-left>*>* {
        border-left: 1px solid #dee2e6 !important
    }

    .gcborder-sm-0>*>* {
        border: 0 !important
    }

    .gcborder-sm-top-0>*>* {
        border-top: 0 !important
    }

    .gcborder-sm-right-0>*>* {
        border-right: 0 !important
    }

    .gcborder-sm-bottom-0>*>* {
        border-bottom: 0 !important
    }

    .gcborder-sm-left-0>*>* {
        border-left: 0 !important
    }

    .border-sm-primary,
    .cborder-sm-primary>*,
    .gcborder-sm-primary>*>* {
        border-color: #875e29 !important
    }

    .border-sm-secondary,
    .cborder-sm-secondary>*,
    .gcborder-sm-secondary>*>* {
        border-color: #4d4c44 !important
    }

    .border-sm-success,
    .cborder-sm-success>*,
    .gcborder-sm-success>*>* {
        border-color: #28a745 !important
    }

    .border-sm-info,
    .cborder-sm-info>*,
    .gcborder-sm-info>*>* {
        border-color: #17a2b8 !important
    }

    .border-sm-warning,
    .cborder-sm-warning>*,
    .gcborder-sm-warning>*>* {
        border-color: #ffc107 !important
    }

    .border-sm-danger,
    .cborder-sm-danger>*,
    .gcborder-sm-danger>*>* {
        border-color: #dc3545 !important
    }

    .border-sm-light,
    .cborder-sm-light>*,
    .gcborder-sm-light>*>* {
        border-color: #f8f9fa !important
    }

    .border-sm-dark,
    .cborder-sm-dark>*,
    .gcborder-sm-dark>*>* {
        border-color: #4d4c44 !important
    }

    .border-sm-white,
    .cborder-sm-white>*,
    .gcborder-sm-white>*>* {
        border-color: #fff !important
    }

    .border-sm-black,
    .cborder-sm-black>*,
    .gcborder-sm-black>*>* {
        border-color: #000 !important
    }

    .border-sm-blue,
    .cborder-sm-blue>*,
    .gcborder-sm-blue>*>* {
        border-color: #22458a !important
    }

    .border-sm-bronze,
    .cborder-sm-bronze>*,
    .gcborder-sm-bronze>*>* {
        border-color: #875e29 !important
    }

    .border-sm-flower,
    .cborder-sm-flower>*,
    .gcborder-sm-flower>*>* {
        border-color: #fcdee0 !important
    }

    .border-sm-sky,
    .cborder-sm-sky>*,
    .gcborder-sm-sky>*>* {
        border-color: #bad8e1 !important
    }

    .border-sm-copper,
    .cborder-sm-copper>*,
    .gcborder-sm-copper>*>* {
        border-color: #b4d7b8 !important
    }

    .border-sm-plaster,
    .cborder-sm-plaster>*,
    .gcborder-sm-plaster>*>* {
        border-color: #e2ddcb !important
    }

    .border-sm-stone,
    .cborder-sm-stone>*,
    .gcborder-sm-stone>*>* {
        border-color: #beb7b3 !important
    }

    .border-sm-flower-50,
    .cborder-sm-flower-50>*,
    .gcborder-sm-flower-50>*>* {
        border-color: #fdeeef !important
    }

    .border-sm-sky-50,
    .cborder-sm-sky-50>*,
    .gcborder-sm-sky-50>*>* {
        border-color: #dcebf0 !important
    }

    .border-sm-copper-50,
    .cborder-sm-copper-50>*,
    .gcborder-sm-copper-50>*>* {
        border-color: #d9ebdb !important
    }

    .border-sm-plaster-50,
    .cborder-sm-plaster-50>*,
    .gcborder-sm-plaster-50>*>* {
        border-color: #f0eee5 !important
    }

    .border-sm-stone-50,
    .cborder-sm-stone-50>*,
    .gcborder-sm-stone-50>*>* {
        border-color: #dedbd9 !important
    }

    .border-sm-dark-50,
    .cborder-sm-dark-50>*,
    .gcborder-sm-dark-50>*>* {
        border-color: #a6a5a1 !important
    }

    .border-sm-flower-25,
    .cborder-sm-flower-25>*,
    .gcborder-sm-flower-25>*>* {
        border-color: #fef8f9 !important
    }

    .border-sm-sky-25,
    .cborder-sm-sky-25>*,
    .gcborder-sm-sky-25>*>* {
        border-color: #f1f7f9 !important
    }

    .border-sm-copper-25,
    .cborder-sm-copper-25>*,
    .gcborder-sm-copper-25>*>* {
        border-color: #f0f7f1 !important
    }

    .border-sm-plaster-25,
    .cborder-sm-plaster-25>*,
    .gcborder-sm-plaster-25>*>* {
        border-color: #f9f8f5 !important
    }

    .border-sm-stone-25,
    .cborder-sm-stone-25>*,
    .gcborder-sm-stone-25>*>* {
        border-color: #f2f1f0 !important
    }

    .border-sm-dark-25,
    .cborder-sm-dark-25>*,
    .gcborder-sm-dark-25>*>* {
        border-color: #dbdbda !important
    }

    .border-sm-dark-grey,
    .cborder-sm-dark-grey>*,
    .gcborder-sm-dark-grey>*>* {
        border-color: #777671 !important
    }

    .border-sm-darker,
    .cborder-sm-darker>*,
    .gcborder-sm-darker>*>* {
        border-color: #43423a !important
    }

    .border-sm-plaster-75,
    .cborder-sm-plaster-75>*,
    .gcborder-sm-plaster-75>*>* {
        border-color: #e9e6d8 !important
    }
}

@media (min-width:768px) {
    .border-md {
        border: 1px solid #dee2e6 !important
    }

    .border-md-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-md-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-md-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-md-0 {
        border: 0 !important
    }

    .border-md-top-0 {
        border-top: 0 !important
    }

    .border-md-right-0 {
        border-right: 0 !important
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important
    }

    .border-md-left-0 {
        border-left: 0 !important
    }

    .border-between-md:last-child {
        border-bottom: 0 !important
    }

    .cborder>* {
        border: 1px solid #dee2e6 !important
    }

    .cborder-top>* {
        border-top: 1px solid #dee2e6 !important
    }

    .cborder-right>* {
        border-right: 1px solid #dee2e6 !important
    }

    .cborder-bottom>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .cborder-left>* {
        border-left: 1px solid #dee2e6 !important
    }

    .cborder-0>* {
        border: 0 !important
    }

    .cborder-top-0>* {
        border-top: 0 !important
    }

    .cborder-right-0>* {
        border-right: 0 !important
    }

    .cborder-bottom-0>* {
        border-bottom: 0 !important
    }

    .cborder-left-0>* {
        border-left: 0 !important
    }

    .cborder-md>* {
        border: 1px solid #dee2e6 !important
    }

    .cborder-md-top>* {
        border-top: 1px solid #dee2e6 !important
    }

    .cborder-md-right>* {
        border-right: 1px solid #dee2e6 !important
    }

    .cborder-md-bottom>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .cborder-md-left>* {
        border-left: 1px solid #dee2e6 !important
    }

    .cborder-md-0>* {
        border: 0 !important
    }

    .cborder-md-top-0>* {
        border-top: 0 !important
    }

    .cborder-md-right-0>* {
        border-right: 0 !important
    }

    .cborder-md-bottom-0>* {
        border-bottom: 0 !important
    }

    .cborder-md-left-0>* {
        border-left: 0 !important
    }

    .gcborder>*>* {
        border: 1px solid #dee2e6 !important
    }

    .gcborder-top>*>* {
        border-top: 1px solid #dee2e6 !important
    }

    .gcborder-right>*>* {
        border-right: 1px solid #dee2e6 !important
    }

    .gcborder-bottom>*>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .gcborder-left>*>* {
        border-left: 1px solid #dee2e6 !important
    }

    .gcborder-0>*>* {
        border: 0 !important
    }

    .gcborder-top-0>*>* {
        border-top: 0 !important
    }

    .gcborder-right-0>*>* {
        border-right: 0 !important
    }

    .gcborder-bottom-0>*>* {
        border-bottom: 0 !important
    }

    .gcborder-left-0>*>* {
        border-left: 0 !important
    }

    .gcborder-md>*>* {
        border: 1px solid #dee2e6 !important
    }

    .gcborder-md-top>*>* {
        border-top: 1px solid #dee2e6 !important
    }

    .gcborder-md-right>*>* {
        border-right: 1px solid #dee2e6 !important
    }

    .gcborder-md-bottom>*>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .gcborder-md-left>*>* {
        border-left: 1px solid #dee2e6 !important
    }

    .gcborder-md-0>*>* {
        border: 0 !important
    }

    .gcborder-md-top-0>*>* {
        border-top: 0 !important
    }

    .gcborder-md-right-0>*>* {
        border-right: 0 !important
    }

    .gcborder-md-bottom-0>*>* {
        border-bottom: 0 !important
    }

    .gcborder-md-left-0>*>* {
        border-left: 0 !important
    }

    .border-md-primary,
    .cborder-md-primary>*,
    .gcborder-md-primary>*>* {
        border-color: #875e29 !important
    }

    .border-md-secondary,
    .cborder-md-secondary>*,
    .gcborder-md-secondary>*>* {
        border-color: #4d4c44 !important
    }

    .border-md-success,
    .cborder-md-success>*,
    .gcborder-md-success>*>* {
        border-color: #28a745 !important
    }

    .border-md-info,
    .cborder-md-info>*,
    .gcborder-md-info>*>* {
        border-color: #17a2b8 !important
    }

    .border-md-warning,
    .cborder-md-warning>*,
    .gcborder-md-warning>*>* {
        border-color: #ffc107 !important
    }

    .border-md-danger,
    .cborder-md-danger>*,
    .gcborder-md-danger>*>* {
        border-color: #dc3545 !important
    }

    .border-md-light,
    .cborder-md-light>*,
    .gcborder-md-light>*>* {
        border-color: #f8f9fa !important
    }

    .border-md-dark,
    .cborder-md-dark>*,
    .gcborder-md-dark>*>* {
        border-color: #4d4c44 !important
    }

    .border-md-white,
    .cborder-md-white>*,
    .gcborder-md-white>*>* {
        border-color: #fff !important
    }

    .border-md-black,
    .cborder-md-black>*,
    .gcborder-md-black>*>* {
        border-color: #000 !important
    }

    .border-md-blue,
    .cborder-md-blue>*,
    .gcborder-md-blue>*>* {
        border-color: #22458a !important
    }

    .border-md-bronze,
    .cborder-md-bronze>*,
    .gcborder-md-bronze>*>* {
        border-color: #875e29 !important
    }

    .border-md-flower,
    .cborder-md-flower>*,
    .gcborder-md-flower>*>* {
        border-color: #fcdee0 !important
    }

    .border-md-sky,
    .cborder-md-sky>*,
    .gcborder-md-sky>*>* {
        border-color: #bad8e1 !important
    }

    .border-md-copper,
    .cborder-md-copper>*,
    .gcborder-md-copper>*>* {
        border-color: #b4d7b8 !important
    }

    .border-md-plaster,
    .cborder-md-plaster>*,
    .gcborder-md-plaster>*>* {
        border-color: #e2ddcb !important
    }

    .border-md-stone,
    .cborder-md-stone>*,
    .gcborder-md-stone>*>* {
        border-color: #beb7b3 !important
    }

    .border-md-flower-50,
    .cborder-md-flower-50>*,
    .gcborder-md-flower-50>*>* {
        border-color: #fdeeef !important
    }

    .border-md-sky-50,
    .cborder-md-sky-50>*,
    .gcborder-md-sky-50>*>* {
        border-color: #dcebf0 !important
    }

    .border-md-copper-50,
    .cborder-md-copper-50>*,
    .gcborder-md-copper-50>*>* {
        border-color: #d9ebdb !important
    }

    .border-md-plaster-50,
    .cborder-md-plaster-50>*,
    .gcborder-md-plaster-50>*>* {
        border-color: #f0eee5 !important
    }

    .border-md-stone-50,
    .cborder-md-stone-50>*,
    .gcborder-md-stone-50>*>* {
        border-color: #dedbd9 !important
    }

    .border-md-dark-50,
    .cborder-md-dark-50>*,
    .gcborder-md-dark-50>*>* {
        border-color: #a6a5a1 !important
    }

    .border-md-flower-25,
    .cborder-md-flower-25>*,
    .gcborder-md-flower-25>*>* {
        border-color: #fef8f9 !important
    }

    .border-md-sky-25,
    .cborder-md-sky-25>*,
    .gcborder-md-sky-25>*>* {
        border-color: #f1f7f9 !important
    }

    .border-md-copper-25,
    .cborder-md-copper-25>*,
    .gcborder-md-copper-25>*>* {
        border-color: #f0f7f1 !important
    }

    .border-md-plaster-25,
    .cborder-md-plaster-25>*,
    .gcborder-md-plaster-25>*>* {
        border-color: #f9f8f5 !important
    }

    .border-md-stone-25,
    .cborder-md-stone-25>*,
    .gcborder-md-stone-25>*>* {
        border-color: #f2f1f0 !important
    }

    .border-md-dark-25,
    .cborder-md-dark-25>*,
    .gcborder-md-dark-25>*>* {
        border-color: #dbdbda !important
    }

    .border-md-dark-grey,
    .cborder-md-dark-grey>*,
    .gcborder-md-dark-grey>*>* {
        border-color: #777671 !important
    }

    .border-md-darker,
    .cborder-md-darker>*,
    .gcborder-md-darker>*>* {
        border-color: #43423a !important
    }

    .border-md-plaster-75,
    .cborder-md-plaster-75>*,
    .gcborder-md-plaster-75>*>* {
        border-color: #e9e6d8 !important
    }
}

@media (min-width:992px) {
    .border-lg {
        border: 1px solid #dee2e6 !important
    }

    .border-lg-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-lg-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-lg-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-lg-0 {
        border: 0 !important
    }

    .border-lg-top-0 {
        border-top: 0 !important
    }

    .border-lg-right-0 {
        border-right: 0 !important
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important
    }

    .border-lg-left-0 {
        border-left: 0 !important
    }

    .border-between-lg:last-child {
        border-bottom: 0 !important
    }

    .cborder>* {
        border: 1px solid #dee2e6 !important
    }

    .cborder-top>* {
        border-top: 1px solid #dee2e6 !important
    }

    .cborder-right>* {
        border-right: 1px solid #dee2e6 !important
    }

    .cborder-bottom>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .cborder-left>* {
        border-left: 1px solid #dee2e6 !important
    }

    .cborder-0>* {
        border: 0 !important
    }

    .cborder-top-0>* {
        border-top: 0 !important
    }

    .cborder-right-0>* {
        border-right: 0 !important
    }

    .cborder-bottom-0>* {
        border-bottom: 0 !important
    }

    .cborder-left-0>* {
        border-left: 0 !important
    }

    .cborder-lg>* {
        border: 1px solid #dee2e6 !important
    }

    .cborder-lg-top>* {
        border-top: 1px solid #dee2e6 !important
    }

    .cborder-lg-right>* {
        border-right: 1px solid #dee2e6 !important
    }

    .cborder-lg-bottom>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .cborder-lg-left>* {
        border-left: 1px solid #dee2e6 !important
    }

    .cborder-lg-0>* {
        border: 0 !important
    }

    .cborder-lg-top-0>* {
        border-top: 0 !important
    }

    .cborder-lg-right-0>* {
        border-right: 0 !important
    }

    .cborder-lg-bottom-0>* {
        border-bottom: 0 !important
    }

    .cborder-lg-left-0>* {
        border-left: 0 !important
    }

    .gcborder>*>* {
        border: 1px solid #dee2e6 !important
    }

    .gcborder-top>*>* {
        border-top: 1px solid #dee2e6 !important
    }

    .gcborder-right>*>* {
        border-right: 1px solid #dee2e6 !important
    }

    .gcborder-bottom>*>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .gcborder-left>*>* {
        border-left: 1px solid #dee2e6 !important
    }

    .gcborder-0>*>* {
        border: 0 !important
    }

    .gcborder-top-0>*>* {
        border-top: 0 !important
    }

    .gcborder-right-0>*>* {
        border-right: 0 !important
    }

    .gcborder-bottom-0>*>* {
        border-bottom: 0 !important
    }

    .gcborder-left-0>*>* {
        border-left: 0 !important
    }

    .gcborder-lg>*>* {
        border: 1px solid #dee2e6 !important
    }

    .gcborder-lg-top>*>* {
        border-top: 1px solid #dee2e6 !important
    }

    .gcborder-lg-right>*>* {
        border-right: 1px solid #dee2e6 !important
    }

    .gcborder-lg-bottom>*>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .gcborder-lg-left>*>* {
        border-left: 1px solid #dee2e6 !important
    }

    .gcborder-lg-0>*>* {
        border: 0 !important
    }

    .gcborder-lg-top-0>*>* {
        border-top: 0 !important
    }

    .gcborder-lg-right-0>*>* {
        border-right: 0 !important
    }

    .gcborder-lg-bottom-0>*>* {
        border-bottom: 0 !important
    }

    .gcborder-lg-left-0>*>* {
        border-left: 0 !important
    }

    .border-lg-primary,
    .cborder-lg-primary>*,
    .gcborder-lg-primary>*>* {
        border-color: #875e29 !important
    }

    .border-lg-secondary,
    .cborder-lg-secondary>*,
    .gcborder-lg-secondary>*>* {
        border-color: #4d4c44 !important
    }

    .border-lg-success,
    .cborder-lg-success>*,
    .gcborder-lg-success>*>* {
        border-color: #28a745 !important
    }

    .border-lg-info,
    .cborder-lg-info>*,
    .gcborder-lg-info>*>* {
        border-color: #17a2b8 !important
    }

    .border-lg-warning,
    .cborder-lg-warning>*,
    .gcborder-lg-warning>*>* {
        border-color: #ffc107 !important
    }

    .border-lg-danger,
    .cborder-lg-danger>*,
    .gcborder-lg-danger>*>* {
        border-color: #dc3545 !important
    }

    .border-lg-light,
    .cborder-lg-light>*,
    .gcborder-lg-light>*>* {
        border-color: #f8f9fa !important
    }

    .border-lg-dark,
    .cborder-lg-dark>*,
    .gcborder-lg-dark>*>* {
        border-color: #4d4c44 !important
    }

    .border-lg-white,
    .cborder-lg-white>*,
    .gcborder-lg-white>*>* {
        border-color: #fff !important
    }

    .border-lg-black,
    .cborder-lg-black>*,
    .gcborder-lg-black>*>* {
        border-color: #000 !important
    }

    .border-lg-blue,
    .cborder-lg-blue>*,
    .gcborder-lg-blue>*>* {
        border-color: #22458a !important
    }

    .border-lg-bronze,
    .cborder-lg-bronze>*,
    .gcborder-lg-bronze>*>* {
        border-color: #875e29 !important
    }

    .border-lg-flower,
    .cborder-lg-flower>*,
    .gcborder-lg-flower>*>* {
        border-color: #fcdee0 !important
    }

    .border-lg-sky,
    .cborder-lg-sky>*,
    .gcborder-lg-sky>*>* {
        border-color: #bad8e1 !important
    }

    .border-lg-copper,
    .cborder-lg-copper>*,
    .gcborder-lg-copper>*>* {
        border-color: #b4d7b8 !important
    }

    .border-lg-plaster,
    .cborder-lg-plaster>*,
    .gcborder-lg-plaster>*>* {
        border-color: #e2ddcb !important
    }

    .border-lg-stone,
    .cborder-lg-stone>*,
    .gcborder-lg-stone>*>* {
        border-color: #beb7b3 !important
    }

    .border-lg-flower-50,
    .cborder-lg-flower-50>*,
    .gcborder-lg-flower-50>*>* {
        border-color: #fdeeef !important
    }

    .border-lg-sky-50,
    .cborder-lg-sky-50>*,
    .gcborder-lg-sky-50>*>* {
        border-color: #dcebf0 !important
    }

    .border-lg-copper-50,
    .cborder-lg-copper-50>*,
    .gcborder-lg-copper-50>*>* {
        border-color: #d9ebdb !important
    }

    .border-lg-plaster-50,
    .cborder-lg-plaster-50>*,
    .gcborder-lg-plaster-50>*>* {
        border-color: #f0eee5 !important
    }

    .border-lg-stone-50,
    .cborder-lg-stone-50>*,
    .gcborder-lg-stone-50>*>* {
        border-color: #dedbd9 !important
    }

    .border-lg-dark-50,
    .cborder-lg-dark-50>*,
    .gcborder-lg-dark-50>*>* {
        border-color: #a6a5a1 !important
    }

    .border-lg-flower-25,
    .cborder-lg-flower-25>*,
    .gcborder-lg-flower-25>*>* {
        border-color: #fef8f9 !important
    }

    .border-lg-sky-25,
    .cborder-lg-sky-25>*,
    .gcborder-lg-sky-25>*>* {
        border-color: #f1f7f9 !important
    }

    .border-lg-copper-25,
    .cborder-lg-copper-25>*,
    .gcborder-lg-copper-25>*>* {
        border-color: #f0f7f1 !important
    }

    .border-lg-plaster-25,
    .cborder-lg-plaster-25>*,
    .gcborder-lg-plaster-25>*>* {
        border-color: #f9f8f5 !important
    }

    .border-lg-stone-25,
    .cborder-lg-stone-25>*,
    .gcborder-lg-stone-25>*>* {
        border-color: #f2f1f0 !important
    }

    .border-lg-dark-25,
    .cborder-lg-dark-25>*,
    .gcborder-lg-dark-25>*>* {
        border-color: #dbdbda !important
    }

    .border-lg-dark-grey,
    .cborder-lg-dark-grey>*,
    .gcborder-lg-dark-grey>*>* {
        border-color: #777671 !important
    }

    .border-lg-darker,
    .cborder-lg-darker>*,
    .gcborder-lg-darker>*>* {
        border-color: #43423a !important
    }

    .border-lg-plaster-75,
    .cborder-lg-plaster-75>*,
    .gcborder-lg-plaster-75>*>* {
        border-color: #e9e6d8 !important
    }
}

@media (min-width:1200px) {
    .border-xl {
        border: 1px solid #dee2e6 !important
    }

    .border-xl-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-xl-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xl-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-xl-0 {
        border: 0 !important
    }

    .border-xl-top-0 {
        border-top: 0 !important
    }

    .border-xl-right-0 {
        border-right: 0 !important
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important
    }

    .border-xl-left-0 {
        border-left: 0 !important
    }

    .border-between-xl:last-child {
        border-bottom: 0 !important
    }

    .cborder>* {
        border: 1px solid #dee2e6 !important
    }

    .cborder-top>* {
        border-top: 1px solid #dee2e6 !important
    }

    .cborder-right>* {
        border-right: 1px solid #dee2e6 !important
    }

    .cborder-bottom>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .cborder-left>* {
        border-left: 1px solid #dee2e6 !important
    }

    .cborder-0>* {
        border: 0 !important
    }

    .cborder-top-0>* {
        border-top: 0 !important
    }

    .cborder-right-0>* {
        border-right: 0 !important
    }

    .cborder-bottom-0>* {
        border-bottom: 0 !important
    }

    .cborder-left-0>* {
        border-left: 0 !important
    }

    .cborder-xl>* {
        border: 1px solid #dee2e6 !important
    }

    .cborder-xl-top>* {
        border-top: 1px solid #dee2e6 !important
    }

    .cborder-xl-right>* {
        border-right: 1px solid #dee2e6 !important
    }

    .cborder-xl-bottom>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .cborder-xl-left>* {
        border-left: 1px solid #dee2e6 !important
    }

    .cborder-xl-0>* {
        border: 0 !important
    }

    .cborder-xl-top-0>* {
        border-top: 0 !important
    }

    .cborder-xl-right-0>* {
        border-right: 0 !important
    }

    .cborder-xl-bottom-0>* {
        border-bottom: 0 !important
    }

    .cborder-xl-left-0>* {
        border-left: 0 !important
    }

    .gcborder>*>* {
        border: 1px solid #dee2e6 !important
    }

    .gcborder-top>*>* {
        border-top: 1px solid #dee2e6 !important
    }

    .gcborder-right>*>* {
        border-right: 1px solid #dee2e6 !important
    }

    .gcborder-bottom>*>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .gcborder-left>*>* {
        border-left: 1px solid #dee2e6 !important
    }

    .gcborder-0>*>* {
        border: 0 !important
    }

    .gcborder-top-0>*>* {
        border-top: 0 !important
    }

    .gcborder-right-0>*>* {
        border-right: 0 !important
    }

    .gcborder-bottom-0>*>* {
        border-bottom: 0 !important
    }

    .gcborder-left-0>*>* {
        border-left: 0 !important
    }

    .gcborder-xl>*>* {
        border: 1px solid #dee2e6 !important
    }

    .gcborder-xl-top>*>* {
        border-top: 1px solid #dee2e6 !important
    }

    .gcborder-xl-right>*>* {
        border-right: 1px solid #dee2e6 !important
    }

    .gcborder-xl-bottom>*>* {
        border-bottom: 1px solid #dee2e6 !important
    }

    .gcborder-xl-left>*>* {
        border-left: 1px solid #dee2e6 !important
    }

    .gcborder-xl-0>*>* {
        border: 0 !important
    }

    .gcborder-xl-top-0>*>* {
        border-top: 0 !important
    }

    .gcborder-xl-right-0>*>* {
        border-right: 0 !important
    }

    .gcborder-xl-bottom-0>*>* {
        border-bottom: 0 !important
    }

    .gcborder-xl-left-0>*>* {
        border-left: 0 !important
    }

    .border-xl-primary,
    .cborder-xl-primary>*,
    .gcborder-xl-primary>*>* {
        border-color: #875e29 !important
    }

    .border-xl-secondary,
    .cborder-xl-secondary>*,
    .gcborder-xl-secondary>*>* {
        border-color: #4d4c44 !important
    }

    .border-xl-success,
    .cborder-xl-success>*,
    .gcborder-xl-success>*>* {
        border-color: #28a745 !important
    }

    .border-xl-info,
    .cborder-xl-info>*,
    .gcborder-xl-info>*>* {
        border-color: #17a2b8 !important
    }

    .border-xl-warning,
    .cborder-xl-warning>*,
    .gcborder-xl-warning>*>* {
        border-color: #ffc107 !important
    }

    .border-xl-danger,
    .cborder-xl-danger>*,
    .gcborder-xl-danger>*>* {
        border-color: #dc3545 !important
    }

    .border-xl-light,
    .cborder-xl-light>*,
    .gcborder-xl-light>*>* {
        border-color: #f8f9fa !important
    }

    .border-xl-dark,
    .cborder-xl-dark>*,
    .gcborder-xl-dark>*>* {
        border-color: #4d4c44 !important
    }

    .border-xl-white,
    .cborder-xl-white>*,
    .gcborder-xl-white>*>* {
        border-color: #fff !important
    }

    .border-xl-black,
    .cborder-xl-black>*,
    .gcborder-xl-black>*>* {
        border-color: #000 !important
    }

    .border-xl-blue,
    .cborder-xl-blue>*,
    .gcborder-xl-blue>*>* {
        border-color: #22458a !important
    }

    .border-xl-bronze,
    .cborder-xl-bronze>*,
    .gcborder-xl-bronze>*>* {
        border-color: #875e29 !important
    }

    .border-xl-flower,
    .cborder-xl-flower>*,
    .gcborder-xl-flower>*>* {
        border-color: #fcdee0 !important
    }

    .border-xl-sky,
    .cborder-xl-sky>*,
    .gcborder-xl-sky>*>* {
        border-color: #bad8e1 !important
    }

    .border-xl-copper,
    .cborder-xl-copper>*,
    .gcborder-xl-copper>*>* {
        border-color: #b4d7b8 !important
    }

    .border-xl-plaster,
    .cborder-xl-plaster>*,
    .gcborder-xl-plaster>*>* {
        border-color: #e2ddcb !important
    }

    .border-xl-stone,
    .cborder-xl-stone>*,
    .gcborder-xl-stone>*>* {
        border-color: #beb7b3 !important
    }

    .border-xl-flower-50,
    .cborder-xl-flower-50>*,
    .gcborder-xl-flower-50>*>* {
        border-color: #fdeeef !important
    }

    .border-xl-sky-50,
    .cborder-xl-sky-50>*,
    .gcborder-xl-sky-50>*>* {
        border-color: #dcebf0 !important
    }

    .border-xl-copper-50,
    .cborder-xl-copper-50>*,
    .gcborder-xl-copper-50>*>* {
        border-color: #d9ebdb !important
    }

    .border-xl-plaster-50,
    .cborder-xl-plaster-50>*,
    .gcborder-xl-plaster-50>*>* {
        border-color: #f0eee5 !important
    }

    .border-xl-stone-50,
    .cborder-xl-stone-50>*,
    .gcborder-xl-stone-50>*>* {
        border-color: #dedbd9 !important
    }

    .border-xl-dark-50,
    .cborder-xl-dark-50>*,
    .gcborder-xl-dark-50>*>* {
        border-color: #a6a5a1 !important
    }

    .border-xl-flower-25,
    .cborder-xl-flower-25>*,
    .gcborder-xl-flower-25>*>* {
        border-color: #fef8f9 !important
    }

    .border-xl-sky-25,
    .cborder-xl-sky-25>*,
    .gcborder-xl-sky-25>*>* {
        border-color: #f1f7f9 !important
    }

    .border-xl-copper-25,
    .cborder-xl-copper-25>*,
    .gcborder-xl-copper-25>*>* {
        border-color: #f0f7f1 !important
    }

    .border-xl-plaster-25,
    .cborder-xl-plaster-25>*,
    .gcborder-xl-plaster-25>*>* {
        border-color: #f9f8f5 !important
    }

    .border-xl-stone-25,
    .cborder-xl-stone-25>*,
    .gcborder-xl-stone-25>*>* {
        border-color: #f2f1f0 !important
    }

    .border-xl-dark-25,
    .cborder-xl-dark-25>*,
    .gcborder-xl-dark-25>*>* {
        border-color: #dbdbda !important
    }

    .border-xl-dark-grey,
    .cborder-xl-dark-grey>*,
    .gcborder-xl-dark-grey>*>* {
        border-color: #777671 !important
    }

    .border-xl-darker,
    .cborder-xl-darker>*,
    .gcborder-xl-darker>*>* {
        border-color: #43423a !important
    }

    .border-xl-plaster-75,
    .cborder-xl-plaster-75>*,
    .gcborder-xl-plaster-75>*>* {
        border-color: #e9e6d8 !important
    }
}

.border-between:last-child {
    border-bottom: 0 !important
}

.btn {
    text-decoration: none !important
}

.btn-link {
    padding: 0
}

.cookie__btn--no {
    background-color: transparent;
    color: #4d4c44
}

.cookie__btn--no:hover {
    text-decoration: underline !important
}

.btn.cookie__btn--ok {
    color: #fff
}

.btn.cookie__btn--ok.dark {
    background-color: #4d4c44
}

.btn.cookie__btn--ok.dark:hover {
    text-decoration: underline !important
}

.card {
    background-color: #fff;
    border: 0;
    max-height: 100%
}

.card-header .h1,
.card-header .h2,
.card-header .h3,
.card-header .h4,
.card-header .h5,
.card-header .h6,
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin: 0
}

.card-date {
    padding: .5rem .5rem 0
}

@media (min-width:768px) {
    .card-date {
        margin-right: 1rem;
        padding: 0
    }
}

.card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width:768px) {
    .card-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.card-item .card-img {
    padding: .5rem .5rem 0
}

.card-image-narrow {
    max-width: 50vw;
    width: 100%
}

.card-img-container {
    display: block;
    padding-top: 66.66%;
    position: relative;
    width: 100%
}

.nav-block:hover .card-img-container {
    opacity: .85
}

.card-img-container img {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    position: absolute;
    top: 0
}

@media (min-width:768px) {
    .card-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        height: auto;
        margin-bottom: 2rem
    }

    .card-item .card-img {
        margin-right: 1rem;
        padding: 0;
        width: auto
    }

    .card-item .card-img img {
        min-width: 190px;
        width: 190px;
        position: relative
    }

    .card-item .card-img img,
    .card-item.card-item-square .card-img img {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 125px;
        min-height: 125px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .card-item.card-item-square .card-img img {
        min-width: 125px;
        width: 125px
    }

    .card-item .card-img.card-img-lg img {
        min-width: 300px;
        width: 300px;
        position: relative
    }

    .card-item .card-img.card-img-lg img,
    .card-item.card-item-square .card-img.card-img-lg img {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 170px;
        min-height: 170px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .card-item.card-item-square .card-img.card-img-lg img {
        min-width: 170px;
        width: 170px
    }

    .card-item .card-img-container {
        padding: 0
    }

    .card-item .card-body {
        overflow: hidden;
        padding: 0;
        position: relative
    }
}

@media (min-width:768px) and (max-width:767.98px) {
    .card-item-card .card-body p {
        display: none
    }
}

@media (min-width:768px) {
    .card-item-lined {
        border-bottom: 1px solid #dee2e6;
        border-top: 1px solid #dee2e6;
        margin: -1px 0 0;
        padding: 1rem 0
    }
}

.col-lined {
    margin-top: -1px
}

.collapse-xs {
    display: block !important
}

@media (min-width:576px) {
    .collapse-sm {
        display: block !important
    }
}

@media (min-width:768px) {
    .collapse-md {
        display: block !important
    }
}

@media (min-width:992px) {
    .collapse-lg {
        display: block !important
    }
}

@media (min-width:1200px) {
    .collapse-xl {
        display: block !important
    }
}

.collapse-hide {
    display: block
}

.collapse-hide-inline {
    display: inline
}

.collapse-hide-flex {
    display: -webkit-box;
    display: flex
}

.collapse-show,
.collapse-show-flex,
.collapse-show-inline,
.collapsed .collapse-hide,
.collapsed .collapse-hide-flex,
.collapsed .collapse-hide-inline {
    display: none
}

.collapsed .collapse-show {
    display: block
}

.collapsed .collapse-show-inline {
    display: inline
}

.collapsed .collapse-show-flex {
    display: -webkit-box;
    display: flex
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.cursor-none {
    cursor: none
}

.figure {
    min-height: 1px;
    width: 100%
}

.figure img {
    height: auto;
    width: 100%
}

.flex-1 {
    -webkit-box-flex: 1;
    flex: 1
}

.nav-link,
.nav-link:hover {
    /* text-decoration: underline */
}

.nav-link.active {
    color: #4d4c44
}

.font-weight-light .dropdown-item,
.font-weight-light .nav-link {
    font-weight: 300 !important
}

.font-weight-normal .dropdown-item,
.font-weight-normal .nav-link {
    font-weight: 400 !important
}

.font-weight-bold .dropdown-item,
.font-weight-bold .nav-link,
.font-weight-medium .dropdown-item,
.font-weight-medium .nav-link {
    font-weight: 500 !important
}

.text-primary .dropdown-item,
.text-primary .nav-link {
    color: #875e29 !important
}

.text-secondary .dropdown-item,
.text-secondary .nav-link {
    color: #4d4c44 !important
}

.text-success .dropdown-item,
.text-success .nav-link {
    color: #28a745 !important
}

.text-info .dropdown-item,
.text-info .nav-link {
    color: #17a2b8 !important
}

.text-warning .dropdown-item,
.text-warning .nav-link {
    color: #ffc107 !important
}

.text-danger .dropdown-item,
.text-danger .nav-link {
    color: #dc3545 !important
}

.text-light .dropdown-item,
.text-light .nav-link {
    color: #f8f9fa !important
}

.text-dark .dropdown-item,
.text-dark .nav-link {
    color: #4d4c44 !important
}

.text-white .dropdown-item,
.text-white .nav-link {
    color: #fff !important
}

.text-black .dropdown-item,
.text-black .nav-link {
    color: #000 !important
}

.text-blue .dropdown-item,
.text-blue .nav-link {
    color: #22458a !important
}

.text-bronze .dropdown-item,
.text-bronze .nav-link {
    color: #875e29 !important
}

.text-flower .dropdown-item,
.text-flower .nav-link {
    color: #fcdee0 !important
}

.text-sky .dropdown-item,
.text-sky .nav-link {
    color: #bad8e1 !important
}

.text-copper .dropdown-item,
.text-copper .nav-link {
    color: #b4d7b8 !important
}

.text-plaster .dropdown-item,
.text-plaster .nav-link {
    color: #e2ddcb !important
}

.text-stone .dropdown-item,
.text-stone .nav-link {
    color: #beb7b3 !important
}

.text-flower-50 .dropdown-item,
.text-flower-50 .nav-link {
    color: #fdeeef !important
}

.text-sky-50 .dropdown-item,
.text-sky-50 .nav-link {
    color: #dcebf0 !important
}

.text-copper-50 .dropdown-item,
.text-copper-50 .nav-link {
    color: #d9ebdb !important
}

.text-plaster-50 .dropdown-item,
.text-plaster-50 .nav-link {
    color: #f0eee5 !important
}

.text-stone-50 .dropdown-item,
.text-stone-50 .nav-link {
    color: #dedbd9 !important
}

.text-dark-50 .dropdown-item,
.text-dark-50 .nav-link {
    color: #a6a5a1 !important
}

.text-flower-25 .dropdown-item,
.text-flower-25 .nav-link {
    color: #fef8f9 !important
}

.text-sky-25 .dropdown-item,
.text-sky-25 .nav-link {
    color: #f1f7f9 !important
}

.text-copper-25 .dropdown-item,
.text-copper-25 .nav-link {
    color: #f0f7f1 !important
}

.text-plaster-25 .dropdown-item,
.text-plaster-25 .nav-link {
    color: #f9f8f5 !important
}

.text-stone-25 .dropdown-item,
.text-stone-25 .nav-link {
    color: #f2f1f0 !important
}

.text-dark-25 .dropdown-item,
.text-dark-25 .nav-link {
    color: #dbdbda !important
}

.text-dark-grey .dropdown-item,
.text-dark-grey .nav-link {
    color: #777671 !important
}

.text-darker .dropdown-item,
.text-darker .nav-link {
    color: #43423a !important
}

.text-plaster-75 .dropdown-item,
.text-plaster-75 .nav-link {
    color: #e9e6d8 !important
}

.font-size-base .dropdown-item,
.font-size-base .nav-link {
    font-size: 1.0625rem !important
}

.font-size-sm .dropdown-item,
.font-size-sm .nav-link {
    font-size: .9375rem !important
}

.font-size-lg .dropdown-item,
.font-size-lg .nav-link {
    font-size: 1.25rem !important
}

@media (min-width:576px) {

    .font-size-sm-base .dropdown-item,
    .font-size-sm-base .nav-link {
        font-size: 1.0625rem !important
    }

    .font-size-sm-sm .dropdown-item,
    .font-size-sm-sm .nav-link {
        font-size: .9375rem !important
    }

    .font-size-sm-lg .dropdown-item,
    .font-size-sm-lg .nav-link {
        font-size: 1.25rem !important
    }
}

@media (min-width:768px) {

    .font-size-md-base .dropdown-item,
    .font-size-md-base .nav-link {
        font-size: 1.0625rem !important
    }

    .font-size-md-sm .dropdown-item,
    .font-size-md-sm .nav-link {
        font-size: .9375rem !important
    }

    .font-size-md-lg .dropdown-item,
    .font-size-md-lg .nav-link {
        font-size: 1.25rem !important
    }
}

@media (min-width:992px) {

    .font-size-lg-base .dropdown-item,
    .font-size-lg-base .nav-link {
        font-size: 1.0625rem !important
    }

    .font-size-lg-sm .dropdown-item,
    .font-size-lg-sm .nav-link {
        font-size: .9375rem !important
    }

    .font-size-lg-lg .dropdown-item,
    .font-size-lg-lg .nav-link {
        font-size: 1.25rem !important
    }
}

@media (min-width:1200px) {

    .font-size-xl-base .dropdown-item,
    .font-size-xl-base .nav-link {
        font-size: 1.0625rem !important
    }

    .font-size-xl-sm .dropdown-item,
    .font-size-xl-sm .nav-link {
        font-size: .9375rem !important
    }

    .font-size-xl-lg .dropdown-item,
    .font-size-xl-lg .nav-link {
        font-size: 1.25rem !important
    }
}

.text-primary>.dropdown-item,
.text-primary>.nav-link {
    color: #875e29 !important
}

.text-secondary>.dropdown-item,
.text-secondary>.nav-link {
    color: #4d4c44 !important
}

.text-success>.dropdown-item,
.text-success>.nav-link {
    color: #28a745 !important
}

.text-info>.dropdown-item,
.text-info>.nav-link {
    color: #17a2b8 !important
}

.text-warning>.dropdown-item,
.text-warning>.nav-link {
    color: #ffc107 !important
}

.text-danger>.dropdown-item,
.text-danger>.nav-link {
    color: #dc3545 !important
}

.text-light>.dropdown-item,
.text-light>.nav-link {
    color: #f8f9fa !important
}

.text-dark>.dropdown-item,
.text-dark>.nav-link {
    color: #4d4c44 !important
}

.text-white>.dropdown-item,
.text-white>.nav-link {
    color: #fff !important
}

.text-black>.dropdown-item,
.text-black>.nav-link {
    color: #000 !important
}

.text-blue>.dropdown-item,
.text-blue>.nav-link {
    color: #22458a !important
}

.text-bronze>.dropdown-item,
.text-bronze>.nav-link {
    color: #875e29 !important
}

.text-flower>.dropdown-item,
.text-flower>.nav-link {
    color: #fcdee0 !important
}

.text-sky>.dropdown-item,
.text-sky>.nav-link {
    color: #bad8e1 !important
}

.text-copper>.dropdown-item,
.text-copper>.nav-link {
    color: #b4d7b8 !important
}

.text-plaster>.dropdown-item,
.text-plaster>.nav-link {
    color: #e2ddcb !important
}

.text-stone>.dropdown-item,
.text-stone>.nav-link {
    color: #beb7b3 !important
}

.text-flower-50>.dropdown-item,
.text-flower-50>.nav-link {
    color: #fdeeef !important
}

.text-sky-50>.dropdown-item,
.text-sky-50>.nav-link {
    color: #dcebf0 !important
}

.text-copper-50>.dropdown-item,
.text-copper-50>.nav-link {
    color: #d9ebdb !important
}

.text-plaster-50>.dropdown-item,
.text-plaster-50>.nav-link {
    color: #f0eee5 !important
}

.text-stone-50>.dropdown-item,
.text-stone-50>.nav-link {
    color: #dedbd9 !important
}

.text-dark-50>.dropdown-item,
.text-dark-50>.nav-link {
    color: #a6a5a1 !important
}

.text-flower-25>.dropdown-item,
.text-flower-25>.nav-link {
    color: #fef8f9 !important
}

.text-sky-25>.dropdown-item,
.text-sky-25>.nav-link {
    color: #f1f7f9 !important
}

.text-copper-25>.dropdown-item,
.text-copper-25>.nav-link {
    color: #f0f7f1 !important
}

.text-plaster-25>.dropdown-item,
.text-plaster-25>.nav-link {
    color: #f9f8f5 !important
}

.text-stone-25>.dropdown-item,
.text-stone-25>.nav-link {
    color: #f2f1f0 !important
}

.text-dark-25>.dropdown-item,
.text-dark-25>.nav-link {
    color: #dbdbda !important
}

.text-dark-grey>.dropdown-item,
.text-dark-grey>.nav-link {
    color: #777671 !important
}

.text-darker>.dropdown-item,
.text-darker>.nav-link {
    color: #43423a !important
}

.text-plaster-75>.dropdown-item,
.text-plaster-75>.nav-link {
    color: #e9e6d8 !important
}

.font-weight-light>.dropdown-item,
.font-weight-light>.nav-link {
    font-weight: 300 !important
}

.font-weight-normal>.dropdown-item,
.font-weight-normal>.nav-link {
    font-weight: 400 !important
}

.font-weight-bold>.dropdown-item,
.font-weight-bold>.nav-link,
.font-weight-medium>.dropdown-item,
.font-weight-medium>.nav-link {
    font-weight: 500 !important
}

.font-size-base>.dropdown-item,
.font-size-base>.nav-link {
    font-size: 1.0625rem !important
}

.font-size-sm>.dropdown-item,
.font-size-sm>.nav-link {
    font-size: .9375rem !important
}

.font-size-lg>.dropdown-item,
.font-size-lg>.nav-link {
    font-size: 1.25rem !important
}

@media (min-width:576px) {

    .font-size-sm-base>.dropdown-item,
    .font-size-sm-base>.nav-link {
        font-size: 1.0625rem !important
    }

    .font-size-sm-sm>.dropdown-item,
    .font-size-sm-sm>.nav-link {
        font-size: .9375rem !important
    }

    .font-size-sm-lg>.dropdown-item,
    .font-size-sm-lg>.nav-link {
        font-size: 1.25rem !important
    }
}

@media (min-width:768px) {

    .font-size-md-base>.dropdown-item,
    .font-size-md-base>.nav-link {
        font-size: 1.0625rem !important
    }

    .font-size-md-sm>.dropdown-item,
    .font-size-md-sm>.nav-link {
        font-size: .9375rem !important
    }

    .font-size-md-lg>.dropdown-item,
    .font-size-md-lg>.nav-link {
        font-size: 1.25rem !important
    }
}

@media (min-width:992px) {

    .font-size-lg-base>.dropdown-item,
    .font-size-lg-base>.nav-link {
        font-size: 1.0625rem !important
    }

    .font-size-lg-sm>.dropdown-item,
    .font-size-lg-sm>.nav-link {
        font-size: .9375rem !important
    }

    .font-size-lg-lg>.dropdown-item,
    .font-size-lg-lg>.nav-link {
        font-size: 1.25rem !important
    }
}

@media (min-width:1200px) {

    .font-size-xl-base>.dropdown-item,
    .font-size-xl-base>.nav-link {
        font-size: 1.0625rem !important
    }

    .font-size-xl-sm>.dropdown-item,
    .font-size-xl-sm>.nav-link {
        font-size: .9375rem !important
    }

    .font-size-xl-lg>.dropdown-item,
    .font-size-xl-lg>.nav-link {
        font-size: 1.25rem !important
    }
}

.nav-undecorated .active,
.nav-undecorated .dropdown-item,
.nav-undecorated .nav-link,
.nav-undecorated :link,
:link.nav-undecorated {
    text-decoration: none
}

.nav-decorated .dropdown-item,
.nav-decorated .dropdown-item:hover,
.nav-decorated .nav-link,
.nav-decorated .nav-link:hover,
.nav-decorated :link,
.nav-decorated :link:hover,
.nav-undecorated .active:hover,
.nav-undecorated .dropdown-item:hover,
.nav-undecorated .nav-link:hover,
.nav-undecorated :link:hover,
:link.nav-decorated,
:link.nav-decorated:hover,
:link.nav-undecorated:hover {
    /* text-decoration: underline */
}

.nav-block {
    color: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-decoration: inherit
}

.nav-block>* {
    pointer-events: none
}

.nav-block:hover {
    text-decoration: inherit
}

.nav-block-hover-primary:focus,
.nav-block-hover-primary:hover,
.nav-block-primary {
    background-color: #875e29 !important
}

.nav-block-fade-primary:focus,
.nav-block-fade-primary:hover {
    background-color: #91652c !important
}

.nav-block-hover-secondary:focus,
.nav-block-hover-secondary:hover,
.nav-block-secondary {
    background-color: #4d4c44 !important
}

.nav-block-fade-secondary:focus,
.nav-block-fade-secondary:hover {
    background-color: #54534a !important
}

.nav-block-hover-success:focus,
.nav-block-hover-success:hover,
.nav-block-success {
    background-color: #28a745 !important
}

.nav-block-fade-success:focus,
.nav-block-fade-success:hover {
    background-color: #2ab149 !important
}

.nav-block-hover-info:focus,
.nav-block-hover-info:hover,
.nav-block-info {
    background-color: #17a2b8 !important
}

.nav-block-fade-info:focus,
.nav-block-fade-info:hover {
    background-color: #18acc3 !important
}

.nav-block-hover-warning:focus,
.nav-block-hover-warning:hover,
.nav-block-warning {
    background-color: #ffc107 !important
}

.nav-block-fade-warning:focus,
.nav-block-fade-warning:hover {
    background-color: #ffc414 !important
}

.nav-block-danger,
.nav-block-hover-danger:focus,
.nav-block-hover-danger:hover {
    background-color: #dc3545 !important
}

.nav-block-fade-danger:focus,
.nav-block-fade-danger:hover {
    background-color: #de404f !important
}

.nav-block-hover-light:focus,
.nav-block-hover-light:hover,
.nav-block-light {
    background-color: #f8f9fa !important
}

.nav-block-fade-light:focus,
.nav-block-fade-light:hover {
    background-color: #fff !important
}

.nav-block-dark,
.nav-block-hover-dark:focus,
.nav-block-hover-dark:hover {
    background-color: #4d4c44 !important
}

.nav-block-fade-dark:focus,
.nav-block-fade-dark:hover {
    background-color: #54534a !important
}

.nav-block-fade-white:focus,
.nav-block-fade-white:hover,
.nav-block-hover-white:focus,
.nav-block-hover-white:hover,
.nav-block-white {
    background-color: #fff !important
}

.nav-block-black,
.nav-block-hover-black:focus,
.nav-block-hover-black:hover {
    background-color: #000 !important
}

.nav-block-fade-black:focus,
.nav-block-fade-black:hover {
    background-color: #060606 !important
}

.nav-block-blue,
.nav-block-hover-blue:focus,
.nav-block-hover-blue:hover {
    background-color: #22458a !important
}

.nav-block-fade-blue:focus,
.nav-block-fade-blue:hover {
    background-color: #254a94 !important
}

.nav-block-bronze,
.nav-block-hover-bronze:focus,
.nav-block-hover-bronze:hover {
    background-color: #875e29 !important
}

.nav-block-fade-bronze:focus,
.nav-block-fade-bronze:hover {
    background-color: #91652c !important
}

.nav-block-flower,
.nav-block-hover-flower:focus,
.nav-block-hover-flower:hover {
    background-color: #fcdee0 !important
}

.nav-block-fade-flower:focus,
.nav-block-fade-flower:hover {
    background-color: #fdeaeb !important
}

.nav-block-hover-sky:focus,
.nav-block-hover-sky:hover,
.nav-block-sky {
    background-color: #bad8e1 !important
}

.nav-block-fade-sky:focus,
.nav-block-fade-sky:hover {
    background-color: #c3dde5 !important
}

.nav-block-copper,
.nav-block-hover-copper:focus,
.nav-block-hover-copper:hover {
    background-color: #b4d7b8 !important
}

.nav-block-fade-copper:focus,
.nav-block-fade-copper:hover {
    background-color: #bcdbc0 !important
}

.nav-block-hover-plaster:focus,
.nav-block-hover-plaster:hover,
.nav-block-plaster {
    background-color: #e2ddcb !important
}

.nav-block-fade-plaster:focus,
.nav-block-fade-plaster:hover {
    background-color: #e7e2d3 !important
}

.nav-block-hover-stone:focus,
.nav-block-hover-stone:hover,
.nav-block-stone {
    background-color: #beb7b3 !important
}

.nav-block-fade-stone:focus,
.nav-block-fade-stone:hover {
    background-color: #c4beba !important
}

.nav-block-flower-50,
.nav-block-hover-flower-50:focus,
.nav-block-hover-flower-50:hover {
    background-color: #fdeeef !important
}

.nav-block-fade-flower-50:focus,
.nav-block-fade-flower-50:hover {
    background-color: #fef9fa !important
}

.nav-block-hover-sky-50:focus,
.nav-block-hover-sky-50:hover,
.nav-block-sky-50 {
    background-color: #dcebf0 !important
}

.nav-block-fade-sky-50:focus,
.nav-block-fade-sky-50:hover {
    background-color: #e5f0f4 !important
}

.nav-block-copper-50,
.nav-block-hover-copper-50:focus,
.nav-block-hover-copper-50:hover {
    background-color: #d9ebdb !important
}

.nav-block-fade-copper-50:focus,
.nav-block-fade-copper-50:hover {
    background-color: #e1efe3 !important
}

.nav-block-hover-plaster-50:focus,
.nav-block-hover-plaster-50:hover,
.nav-block-plaster-50 {
    background-color: #f0eee5 !important
}

.nav-block-fade-plaster-50:focus,
.nav-block-fade-plaster-50:hover {
    background-color: #f5f3ed !important
}

.nav-block-hover-stone-50:focus,
.nav-block-hover-stone-50:hover,
.nav-block-stone-50 {
    background-color: #dedbd9 !important
}

.nav-block-fade-stone-50:focus,
.nav-block-fade-stone-50:hover {
    background-color: #e4e1e0 !important
}

.nav-block-dark-50,
.nav-block-hover-dark-50:focus,
.nav-block-hover-dark-50:hover {
    background-color: #a6a5a1 !important
}

.nav-block-fade-dark-50:focus,
.nav-block-fade-dark-50:hover {
    background-color: #acaba8 !important
}

.nav-block-flower-25,
.nav-block-hover-flower-25:focus,
.nav-block-hover-flower-25:hover {
    background-color: #fef8f9 !important
}

.nav-block-fade-flower-25:focus,
.nav-block-fade-flower-25:hover {
    background-color: #fff !important
}

.nav-block-hover-sky-25:focus,
.nav-block-hover-sky-25:hover,
.nav-block-sky-25 {
    background-color: #f1f7f9 !important
}

.nav-block-fade-sky-25:focus,
.nav-block-fade-sky-25:hover {
    background-color: #fafcfd !important
}

.nav-block-copper-25,
.nav-block-hover-copper-25:focus,
.nav-block-hover-copper-25:hover {
    background-color: #f0f7f1 !important
}

.nav-block-fade-copper-25:focus,
.nav-block-fade-copper-25:hover {
    background-color: #f8fbf9 !important
}

.nav-block-hover-plaster-25:focus,
.nav-block-hover-plaster-25:hover,
.nav-block-plaster-25 {
    background-color: #f9f8f5 !important
}

.nav-block-fade-plaster-25:focus,
.nav-block-fade-plaster-25:hover {
    background-color: #fefefd !important
}

.nav-block-hover-stone-25:focus,
.nav-block-hover-stone-25:hover,
.nav-block-stone-25 {
    background-color: #f2f1f0 !important
}

.nav-block-fade-stone-25:focus,
.nav-block-fade-stone-25:hover {
    background-color: #f8f7f7 !important
}

.nav-block-dark-25,
.nav-block-hover-dark-25:focus,
.nav-block-hover-dark-25:hover {
    background-color: #dbdbda !important
}

.nav-block-fade-dark-25:focus,
.nav-block-fade-dark-25:hover {
    background-color: #e1e1e0 !important
}

.nav-block-dark-grey,
.nav-block-hover-dark-grey:focus,
.nav-block-hover-dark-grey:hover {
    background-color: #777671 !important
}

.nav-block-fade-dark-grey:focus,
.nav-block-fade-dark-grey:hover {
    background-color: #7e7c77 !important
}

.nav-block-darker,
.nav-block-hover-darker:focus,
.nav-block-hover-darker:hover {
    background-color: #43423a !important
}

.nav-block-fade-darker:focus,
.nav-block-fade-darker:hover {
    background-color: #4a4940 !important
}

.nav-block-hover-plaster-75:focus,
.nav-block-hover-plaster-75:hover,
.nav-block-plaster-75 {
    background-color: #e9e6d8 !important
}

.nav-block-fade-plaster-75:focus,
.nav-block-fade-plaster-75:hover {
    background-color: #eeebe0 !important
}

.nav-block-link {
    color: #875e29
}

.nav-block:hover .nav-block-link {
    /* text-decoration: underline */
}

.nav-pills .nav-link:not(.disabled) {
    text-decoration: none
}

.nav-pills .nav-link:not(.disabled):focus,
.nav-pills .nav-link:not(.disabled):hover {
    /* text-decoration: underline */
}

.nav-pills .nav-link:not(.active):not(.disabled) {
    background-color: #f0eee5
}

.nav-pills .nav-link:not(.active):not(.disabled):focus,
.nav-pills .nav-link:not(.active):not(.disabled):hover {
    color: #875e29
}

.nav-pills .nav-link.disabled {
    text-decoration: none
}

.nav-pills .nav-item {
    margin-bottom: 1rem;
    margin-right: 1rem
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-auto {
    overflow: auto
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.no-events,
.no-events-xs {
    pointer-events: none !important
}

@media (min-width:576px) {
    .no-events-sm {
        pointer-events: none !important
    }
}

@media (min-width:768px) {
    .no-events-md {
        pointer-events: none !important
    }
}

@media (min-width:992px) {
    .no-events-lg {
        pointer-events: none !important
    }
}

@media (min-width:1200px) {
    .no-events-xl {
        pointer-events: none !important
    }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    z-index: 100
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sticky-sm-top {
    z-index: 100
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sticky-md-top {
    z-index: 100
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sticky-lg-top {
    z-index: 100
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sticky-xl-top {
    z-index: 100
}

.progress {
    height: .25rem
}

.mw-xl {
    max-width: 1320px !important
}

@media (min-width:992px) {
    .mw-lg-xl {
        max-width: 1320px !important
    }
}

.h-auto {
    height: auto !important
}

.w-auto {
    width: auto !important
}

.mh-view-20 {
    max-height: 20vw
}

.h-view-20 {
    height: 20vw
}

.mh-view-25 {
    max-height: 25vw
}

.h-view-25 {
    height: 25vw
}

.mh-view-27 {
    max-height: 27vw
}

.h-view-27 {
    height: 27vw
}

.mh-view-33 {
    max-height: 33.3333vw
}

.h-view-33 {
    height: 33.3333vw
}

.mh-view-50 {
    max-height: 50vw
}

.h-view-50 {
    height: 50vw
}

.mh-view-66 {
    max-height: 66.6667vw
}

.h-view-66 {
    height: 66.6667vw
}

.mh-view-75 {
    max-height: 75vw
}

.h-view-75 {
    height: 75vw
}

.mh-view-100 {
    max-height: 100vw
}

.h-view-100 {
    height: 100vw
}

.mh-120 {
    max-height: 120px
}

.h-120 {
    height: 120px
}

.mh-315 {
    max-height: 315px
}

.h-315 {
    height: 315px
}

.mh-450 {
    max-height: 450px
}

.h-450 {
    height: 450px
}

@media (min-width:576px) {
    .h-sm-auto {
        height: auto !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .mh-sm-view-20 {
        max-height: 20vw
    }

    .h-sm-view-20 {
        height: 20vw
    }

    .mh-sm-view-25 {
        max-height: 25vw
    }

    .h-sm-view-25 {
        height: 25vw
    }

    .mh-sm-view-27 {
        max-height: 27vw
    }

    .h-sm-view-27 {
        height: 27vw
    }

    .mh-sm-view-33 {
        max-height: 33.3333vw
    }

    .h-sm-view-33 {
        height: 33.3333vw
    }

    .mh-sm-view-50 {
        max-height: 50vw
    }

    .h-sm-view-50 {
        height: 50vw
    }

    .mh-sm-view-66 {
        max-height: 66.6667vw
    }

    .h-sm-view-66 {
        height: 66.6667vw
    }

    .mh-sm-view-75 {
        max-height: 75vw
    }

    .h-sm-view-75 {
        height: 75vw
    }

    .mh-sm-view-100 {
        max-height: 100vw
    }

    .h-sm-view-100 {
        height: 100vw
    }

    .mh-sm-120 {
        max-height: 120px
    }

    .h-sm-120 {
        height: 120px
    }

    .mh-sm-315 {
        max-height: 315px
    }

    .h-sm-315 {
        height: 315px
    }

    .mh-sm-450 {
        max-height: 450px
    }

    .h-sm-450 {
        height: 450px
    }
}

@media (min-width:768px) {
    .h-md-auto {
        height: auto !important
    }

    .w-md-auto {
        width: auto !important
    }

    .mh-md-view-20 {
        max-height: 20vw
    }

    .h-md-view-20 {
        height: 20vw
    }

    .mh-md-view-25 {
        max-height: 25vw
    }

    .h-md-view-25 {
        height: 25vw
    }

    .mh-md-view-27 {
        max-height: 27vw
    }

    .h-md-view-27 {
        height: 27vw
    }

    .mh-md-view-33 {
        max-height: 33.3333vw
    }

    .h-md-view-33 {
        height: 33.3333vw
    }

    .mh-md-view-50 {
        max-height: 50vw
    }

    .h-md-view-50 {
        height: 50vw
    }

    .mh-md-view-66 {
        max-height: 66.6667vw
    }

    .h-md-view-66 {
        height: 66.6667vw
    }

    .mh-md-view-75 {
        max-height: 75vw
    }

    .h-md-view-75 {
        height: 75vw
    }

    .mh-md-view-100 {
        max-height: 100vw
    }

    .h-md-view-100 {
        height: 100vw
    }

    .mh-md-120 {
        max-height: 120px
    }

    .h-md-120 {
        height: 120px
    }

    .mh-md-315 {
        max-height: 315px
    }

    .h-md-315 {
        height: 315px
    }

    .mh-md-450 {
        max-height: 450px
    }

    .h-md-450 {
        height: 450px
    }
}

@media (min-width:992px) {
    .h-lg-auto {
        height: auto !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .mh-lg-view-20 {
        max-height: 20vw
    }

    .h-lg-view-20 {
        height: 20vw
    }

    .mh-lg-view-25 {
        max-height: 25vw
    }

    .h-lg-view-25 {
        height: 25vw
    }

    .mh-lg-view-27 {
        max-height: 27vw
    }

    .h-lg-view-27 {
        height: 27vw
    }

    .mh-lg-view-33 {
        max-height: 33.3333vw
    }

    .h-lg-view-33 {
        height: 33.3333vw
    }

    .mh-lg-view-50 {
        max-height: 50vw
    }

    .h-lg-view-50 {
        height: 50vw
    }

    .mh-lg-view-66 {
        max-height: 66.6667vw
    }

    .h-lg-view-66 {
        height: 66.6667vw
    }

    .mh-lg-view-75 {
        max-height: 75vw
    }

    .h-lg-view-75 {
        height: 75vw
    }

    .mh-lg-view-100 {
        max-height: 100vw
    }

    .h-lg-view-100 {
        height: 100vw
    }

    .mh-lg-120 {
        max-height: 120px
    }

    .h-lg-120 {
        height: 120px
    }

    .mh-lg-315 {
        max-height: 315px
    }

    .h-lg-315 {
        height: 315px
    }

    .mh-lg-450 {
        max-height: 450px
    }

    .h-lg-450 {
        height: 450px
    }
}

@media (min-width:1200px) {
    .h-xl-auto {
        height: auto !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .mh-xl-view-20 {
        max-height: 20vw
    }

    .h-xl-view-20 {
        height: 20vw
    }

    .mh-xl-view-25 {
        max-height: 25vw
    }

    .h-xl-view-25 {
        height: 25vw
    }

    .mh-xl-view-27 {
        max-height: 27vw
    }

    .h-xl-view-27 {
        height: 27vw
    }

    .mh-xl-view-33 {
        max-height: 33.3333vw
    }

    .h-xl-view-33 {
        height: 33.3333vw
    }

    .mh-xl-view-50 {
        max-height: 50vw
    }

    .h-xl-view-50 {
        height: 50vw
    }

    .mh-xl-view-66 {
        max-height: 66.6667vw
    }

    .h-xl-view-66 {
        height: 66.6667vw
    }

    .mh-xl-view-75 {
        max-height: 75vw
    }

    .h-xl-view-75 {
        height: 75vw
    }

    .mh-xl-view-100 {
        max-height: 100vw
    }

    .h-xl-view-100 {
        height: 100vw
    }

    .mh-xl-120 {
        max-height: 120px
    }

    .h-xl-120 {
        height: 120px
    }

    .mh-xl-315 {
        max-height: 315px
    }

    .h-xl-315 {
        height: 315px
    }

    .mh-xl-450 {
        max-height: 450px
    }

    .h-xl-450 {
        height: 450px
    }
}

.bottom-0 {
    bottom: 0 !important
}

.top-0 {
    top: 0 !important
}

.left-0 {
    left: 0 !important
}

.right-0 {
    right: 0 !important
}

.bottom-1 {
    bottom: .25rem !important
}

.top-1 {
    top: .25rem !important
}

.left-1 {
    left: .25rem !important
}

.right-1 {
    right: .25rem !important
}

.bottom-2 {
    bottom: .5rem !important
}

.top-2 {
    top: .5rem !important
}

.left-2 {
    left: .5rem !important
}

.right-2 {
    right: .5rem !important
}

.bottom-3 {
    bottom: 1rem !important
}

.top-3 {
    top: 1rem !important
}

.left-3 {
    left: 1rem !important
}

.right-3 {
    right: 1rem !important
}

.bottom-4 {
    bottom: 1.5rem !important
}

.top-4 {
    top: 1.5rem !important
}

.left-4 {
    left: 1.5rem !important
}

.right-4 {
    right: 1.5rem !important
}

.bottom-5 {
    bottom: 2rem !important
}

.top-5 {
    top: 2rem !important
}

.left-5 {
    left: 2rem !important
}

.right-5 {
    right: 2rem !important
}

.bottom-gutter {
    bottom: 15px !important
}

.top-gutter {
    top: 15px !important
}

.left-gutter {
    left: 15px !important
}

.right-gutter {
    right: 15px !important
}

.bottom-huge {
    bottom: 8rem !important
}

.top-huge {
    top: 8rem !important
}

.left-huge {
    left: 8rem !important
}

.right-huge {
    right: 8rem !important
}

.bottom-6 {
    bottom: 2.5rem !important
}

.top-6 {
    top: 2.5rem !important
}

.left-6 {
    left: 2.5rem !important
}

.right-6 {
    right: 2.5rem !important
}

.bottom-7 {
    bottom: 3rem !important
}

.top-7 {
    top: 3rem !important
}

.left-7 {
    left: 3rem !important
}

.right-7 {
    right: 3rem !important
}

.bottom-8 {
    bottom: 3.5rem !important
}

.top-8 {
    top: 3.5rem !important
}

.left-8 {
    left: 3.5rem !important
}

.right-8 {
    right: 3.5rem !important
}

.bottom-9 {
    bottom: 4rem !important
}

.top-9 {
    top: 4rem !important
}

.left-9 {
    left: 4rem !important
}

.right-9 {
    right: 4rem !important
}

.bottom-10 {
    bottom: 4.5rem !important
}

.top-10 {
    top: 4.5rem !important
}

.left-10 {
    left: 4.5rem !important
}

.right-10 {
    right: 4.5rem !important
}

.nm-0 {
    margin: 0 !important
}

.nmt-0,
.nmy-0 {
    margin-top: 0 !important
}

.nmr-0,
.nmx-0 {
    margin-right: 0 !important
}

.nmb-0,
.nmy-0 {
    margin-bottom: 0 !important
}

.nml-0,
.nmx-0 {
    margin-left: 0 !important
}

.nm-1 {
    margin: -.25rem !important
}

.nmt-1,
.nmy-1 {
    margin-top: -.25rem !important
}

.nmr-1,
.nmx-1 {
    margin-right: -.25rem !important
}

.nmb-1,
.nmy-1 {
    margin-bottom: -.25rem !important
}

.nml-1,
.nmx-1 {
    margin-left: -.25rem !important
}

.nm-2 {
    margin: -.5rem !important
}

.nmt-2,
.nmy-2 {
    margin-top: -.5rem !important
}

.nmr-2,
.nmx-2 {
    margin-right: -.5rem !important
}

.nmb-2,
.nmy-2 {
    margin-bottom: -.5rem !important
}

.nml-2,
.nmx-2 {
    margin-left: -.5rem !important
}

.nm-3 {
    margin: -1rem !important
}

.nmt-3,
.nmy-3 {
    margin-top: -1rem !important
}

.nmr-3,
.nmx-3 {
    margin-right: -1rem !important
}

.nmb-3,
.nmy-3 {
    margin-bottom: -1rem !important
}

.nml-3,
.nmx-3 {
    margin-left: -1rem !important
}

.nm-4 {
    margin: -1.5rem !important
}

.nmt-4,
.nmy-4 {
    margin-top: -1.5rem !important
}

.nmr-4,
.nmx-4 {
    margin-right: -1.5rem !important
}

.nmb-4,
.nmy-4 {
    margin-bottom: -1.5rem !important
}

.nml-4,
.nmx-4 {
    margin-left: -1.5rem !important
}

.nm-5 {
    margin: -2rem !important
}

.nmt-5,
.nmy-5 {
    margin-top: -2rem !important
}

.nmr-5,
.nmx-5 {
    margin-right: -2rem !important
}

.nmb-5,
.nmy-5 {
    margin-bottom: -2rem !important
}

.nml-5,
.nmx-5 {
    margin-left: -2rem !important
}

.nm-gutter {
    margin: -15px !important
}

.nmt-gutter,
.nmy-gutter {
    margin-top: -15px !important
}

.nmr-gutter,
.nmx-gutter {
    margin-right: -15px !important
}

.nmb-gutter,
.nmy-gutter {
    margin-bottom: -15px !important
}

.nml-gutter,
.nmx-gutter {
    margin-left: -15px !important
}

.nm-huge {
    margin: -8rem !important
}

.nmt-huge,
.nmy-huge {
    margin-top: -8rem !important
}

.nmr-huge,
.nmx-huge {
    margin-right: -8rem !important
}

.nmb-huge,
.nmy-huge {
    margin-bottom: -8rem !important
}

.nml-huge,
.nmx-huge {
    margin-left: -8rem !important
}

.nm-6 {
    margin: -2.5rem !important
}

.nmt-6,
.nmy-6 {
    margin-top: -2.5rem !important
}

.nmr-6,
.nmx-6 {
    margin-right: -2.5rem !important
}

.nmb-6,
.nmy-6 {
    margin-bottom: -2.5rem !important
}

.nml-6,
.nmx-6 {
    margin-left: -2.5rem !important
}

.nm-7 {
    margin: -3rem !important
}

.nmt-7,
.nmy-7 {
    margin-top: -3rem !important
}

.nmr-7,
.nmx-7 {
    margin-right: -3rem !important
}

.nmb-7,
.nmy-7 {
    margin-bottom: -3rem !important
}

.nml-7,
.nmx-7 {
    margin-left: -3rem !important
}

.nm-8 {
    margin: -3.5rem !important
}

.nmt-8,
.nmy-8 {
    margin-top: -3.5rem !important
}

.nmr-8,
.nmx-8 {
    margin-right: -3.5rem !important
}

.nmb-8,
.nmy-8 {
    margin-bottom: -3.5rem !important
}

.nml-8,
.nmx-8 {
    margin-left: -3.5rem !important
}

.nm-9 {
    margin: -4rem !important
}

.nmt-9,
.nmy-9 {
    margin-top: -4rem !important
}

.nmr-9,
.nmx-9 {
    margin-right: -4rem !important
}

.nmb-9,
.nmy-9 {
    margin-bottom: -4rem !important
}

.nml-9,
.nmx-9 {
    margin-left: -4rem !important
}

.nm-10 {
    margin: -4.5rem !important
}

.nmt-10,
.nmy-10 {
    margin-top: -4.5rem !important
}

.nmr-10,
.nmx-10 {
    margin-right: -4.5rem !important
}

.nmb-10,
.nmy-10 {
    margin-bottom: -4.5rem !important
}

.nml-10,
.nmx-10 {
    margin-left: -4.5rem !important
}

.np-0 {
    padding: 0 !important
}

.npt-0,
.npy-0 {
    padding-top: 0 !important
}

.npr-0,
.npx-0 {
    padding-right: 0 !important
}

.npb-0,
.npy-0 {
    padding-bottom: 0 !important
}

.npl-0,
.npx-0 {
    padding-left: 0 !important
}

.np-1 {
    padding: -.25rem !important
}

.npt-1,
.npy-1 {
    padding-top: -.25rem !important
}

.npr-1,
.npx-1 {
    padding-right: -.25rem !important
}

.npb-1,
.npy-1 {
    padding-bottom: -.25rem !important
}

.npl-1,
.npx-1 {
    padding-left: -.25rem !important
}

.np-2 {
    padding: -.5rem !important
}

.npt-2,
.npy-2 {
    padding-top: -.5rem !important
}

.npr-2,
.npx-2 {
    padding-right: -.5rem !important
}

.npb-2,
.npy-2 {
    padding-bottom: -.5rem !important
}

.npl-2,
.npx-2 {
    padding-left: -.5rem !important
}

.np-3 {
    padding: -1rem !important
}

.npt-3,
.npy-3 {
    padding-top: -1rem !important
}

.npr-3,
.npx-3 {
    padding-right: -1rem !important
}

.npb-3,
.npy-3 {
    padding-bottom: -1rem !important
}

.npl-3,
.npx-3 {
    padding-left: -1rem !important
}

.np-4 {
    padding: -1.5rem !important
}

.npt-4,
.npy-4 {
    padding-top: -1.5rem !important
}

.npr-4,
.npx-4 {
    padding-right: -1.5rem !important
}

.npb-4,
.npy-4 {
    padding-bottom: -1.5rem !important
}

.npl-4,
.npx-4 {
    padding-left: -1.5rem !important
}

.np-5 {
    padding: -2rem !important
}

.npt-5,
.npy-5 {
    padding-top: -2rem !important
}

.npr-5,
.npx-5 {
    padding-right: -2rem !important
}

.npb-5,
.npy-5 {
    padding-bottom: -2rem !important
}

.npl-5,
.npx-5 {
    padding-left: -2rem !important
}

.np-gutter {
    padding: -15px !important
}

.npt-gutter,
.npy-gutter {
    padding-top: -15px !important
}

.npr-gutter,
.npx-gutter {
    padding-right: -15px !important
}

.npb-gutter,
.npy-gutter {
    padding-bottom: -15px !important
}

.npl-gutter,
.npx-gutter {
    padding-left: -15px !important
}

.np-huge {
    padding: -8rem !important
}

.npt-huge,
.npy-huge {
    padding-top: -8rem !important
}

.npr-huge,
.npx-huge {
    padding-right: -8rem !important
}

.npb-huge,
.npy-huge {
    padding-bottom: -8rem !important
}

.npl-huge,
.npx-huge {
    padding-left: -8rem !important
}

.np-6 {
    padding: -2.5rem !important
}

.npt-6,
.npy-6 {
    padding-top: -2.5rem !important
}

.npr-6,
.npx-6 {
    padding-right: -2.5rem !important
}

.npb-6,
.npy-6 {
    padding-bottom: -2.5rem !important
}

.npl-6,
.npx-6 {
    padding-left: -2.5rem !important
}

.np-7 {
    padding: -3rem !important
}

.npt-7,
.npy-7 {
    padding-top: -3rem !important
}

.npr-7,
.npx-7 {
    padding-right: -3rem !important
}

.npb-7,
.npy-7 {
    padding-bottom: -3rem !important
}

.npl-7,
.npx-7 {
    padding-left: -3rem !important
}

.np-8 {
    padding: -3.5rem !important
}

.npt-8,
.npy-8 {
    padding-top: -3.5rem !important
}

.npr-8,
.npx-8 {
    padding-right: -3.5rem !important
}

.npb-8,
.npy-8 {
    padding-bottom: -3.5rem !important
}

.npl-8,
.npx-8 {
    padding-left: -3.5rem !important
}

.np-9 {
    padding: -4rem !important
}

.npt-9,
.npy-9 {
    padding-top: -4rem !important
}

.npr-9,
.npx-9 {
    padding-right: -4rem !important
}

.npb-9,
.npy-9 {
    padding-bottom: -4rem !important
}

.npl-9,
.npx-9 {
    padding-left: -4rem !important
}

.np-10 {
    padding: -4.5rem !important
}

.npt-10,
.npy-10 {
    padding-top: -4.5rem !important
}

.npr-10,
.npx-10 {
    padding-right: -4.5rem !important
}

.npb-10,
.npy-10 {
    padding-bottom: -4.5rem !important
}

.npl-10,
.npx-10 {
    padding-left: -4.5rem !important
}

@media (min-width:576px) {
    .bottom-sm-0 {
        bottom: 0 !important
    }

    .top-sm-0 {
        top: 0 !important
    }

    .left-sm-0 {
        left: 0 !important
    }

    .right-sm-0 {
        right: 0 !important
    }

    .bottom-sm-1 {
        bottom: .25rem !important
    }

    .top-sm-1 {
        top: .25rem !important
    }

    .left-sm-1 {
        left: .25rem !important
    }

    .right-sm-1 {
        right: .25rem !important
    }

    .bottom-sm-2 {
        bottom: .5rem !important
    }

    .top-sm-2 {
        top: .5rem !important
    }

    .left-sm-2 {
        left: .5rem !important
    }

    .right-sm-2 {
        right: .5rem !important
    }

    .bottom-sm-3 {
        bottom: 1rem !important
    }

    .top-sm-3 {
        top: 1rem !important
    }

    .left-sm-3 {
        left: 1rem !important
    }

    .right-sm-3 {
        right: 1rem !important
    }

    .bottom-sm-4 {
        bottom: 1.5rem !important
    }

    .top-sm-4 {
        top: 1.5rem !important
    }

    .left-sm-4 {
        left: 1.5rem !important
    }

    .right-sm-4 {
        right: 1.5rem !important
    }

    .bottom-sm-5 {
        bottom: 2rem !important
    }

    .top-sm-5 {
        top: 2rem !important
    }

    .left-sm-5 {
        left: 2rem !important
    }

    .right-sm-5 {
        right: 2rem !important
    }

    .bottom-sm-gutter {
        bottom: 15px !important
    }

    .top-sm-gutter {
        top: 15px !important
    }

    .left-sm-gutter {
        left: 15px !important
    }

    .right-sm-gutter {
        right: 15px !important
    }

    .bottom-sm-huge {
        bottom: 8rem !important
    }

    .top-sm-huge {
        top: 8rem !important
    }

    .left-sm-huge {
        left: 8rem !important
    }

    .right-sm-huge {
        right: 8rem !important
    }

    .bottom-sm-6 {
        bottom: 2.5rem !important
    }

    .top-sm-6 {
        top: 2.5rem !important
    }

    .left-sm-6 {
        left: 2.5rem !important
    }

    .right-sm-6 {
        right: 2.5rem !important
    }

    .bottom-sm-7 {
        bottom: 3rem !important
    }

    .top-sm-7 {
        top: 3rem !important
    }

    .left-sm-7 {
        left: 3rem !important
    }

    .right-sm-7 {
        right: 3rem !important
    }

    .bottom-sm-8 {
        bottom: 3.5rem !important
    }

    .top-sm-8 {
        top: 3.5rem !important
    }

    .left-sm-8 {
        left: 3.5rem !important
    }

    .right-sm-8 {
        right: 3.5rem !important
    }

    .bottom-sm-9 {
        bottom: 4rem !important
    }

    .top-sm-9 {
        top: 4rem !important
    }

    .left-sm-9 {
        left: 4rem !important
    }

    .right-sm-9 {
        right: 4rem !important
    }

    .bottom-sm-10 {
        bottom: 4.5rem !important
    }

    .top-sm-10 {
        top: 4.5rem !important
    }

    .left-sm-10 {
        left: 4.5rem !important
    }

    .right-sm-10 {
        right: 4.5rem !important
    }

    .nm-sm-0 {
        margin: 0 !important
    }

    .nmt-sm-0,
    .nmy-sm-0 {
        margin-top: 0 !important
    }

    .nmr-sm-0,
    .nmx-sm-0 {
        margin-right: 0 !important
    }

    .nmb-sm-0,
    .nmy-sm-0 {
        margin-bottom: 0 !important
    }

    .nml-sm-0,
    .nmx-sm-0 {
        margin-left: 0 !important
    }

    .nm-sm-1 {
        margin: -.25rem !important
    }

    .nmt-sm-1,
    .nmy-sm-1 {
        margin-top: -.25rem !important
    }

    .nmr-sm-1,
    .nmx-sm-1 {
        margin-right: -.25rem !important
    }

    .nmb-sm-1,
    .nmy-sm-1 {
        margin-bottom: -.25rem !important
    }

    .nml-sm-1,
    .nmx-sm-1 {
        margin-left: -.25rem !important
    }

    .nm-sm-2 {
        margin: -.5rem !important
    }

    .nmt-sm-2,
    .nmy-sm-2 {
        margin-top: -.5rem !important
    }

    .nmr-sm-2,
    .nmx-sm-2 {
        margin-right: -.5rem !important
    }

    .nmb-sm-2,
    .nmy-sm-2 {
        margin-bottom: -.5rem !important
    }

    .nml-sm-2,
    .nmx-sm-2 {
        margin-left: -.5rem !important
    }

    .nm-sm-3 {
        margin: -1rem !important
    }

    .nmt-sm-3,
    .nmy-sm-3 {
        margin-top: -1rem !important
    }

    .nmr-sm-3,
    .nmx-sm-3 {
        margin-right: -1rem !important
    }

    .nmb-sm-3,
    .nmy-sm-3 {
        margin-bottom: -1rem !important
    }

    .nml-sm-3,
    .nmx-sm-3 {
        margin-left: -1rem !important
    }

    .nm-sm-4 {
        margin: -1.5rem !important
    }

    .nmt-sm-4,
    .nmy-sm-4 {
        margin-top: -1.5rem !important
    }

    .nmr-sm-4,
    .nmx-sm-4 {
        margin-right: -1.5rem !important
    }

    .nmb-sm-4,
    .nmy-sm-4 {
        margin-bottom: -1.5rem !important
    }

    .nml-sm-4,
    .nmx-sm-4 {
        margin-left: -1.5rem !important
    }

    .nm-sm-5 {
        margin: -2rem !important
    }

    .nmt-sm-5,
    .nmy-sm-5 {
        margin-top: -2rem !important
    }

    .nmr-sm-5,
    .nmx-sm-5 {
        margin-right: -2rem !important
    }

    .nmb-sm-5,
    .nmy-sm-5 {
        margin-bottom: -2rem !important
    }

    .nml-sm-5,
    .nmx-sm-5 {
        margin-left: -2rem !important
    }

    .nm-sm-gutter {
        margin: -15px !important
    }

    .nmt-sm-gutter,
    .nmy-sm-gutter {
        margin-top: -15px !important
    }

    .nmr-sm-gutter,
    .nmx-sm-gutter {
        margin-right: -15px !important
    }

    .nmb-sm-gutter,
    .nmy-sm-gutter {
        margin-bottom: -15px !important
    }

    .nml-sm-gutter,
    .nmx-sm-gutter {
        margin-left: -15px !important
    }

    .nm-sm-huge {
        margin: -8rem !important
    }

    .nmt-sm-huge,
    .nmy-sm-huge {
        margin-top: -8rem !important
    }

    .nmr-sm-huge,
    .nmx-sm-huge {
        margin-right: -8rem !important
    }

    .nmb-sm-huge,
    .nmy-sm-huge {
        margin-bottom: -8rem !important
    }

    .nml-sm-huge,
    .nmx-sm-huge {
        margin-left: -8rem !important
    }

    .nm-sm-6 {
        margin: -2.5rem !important
    }

    .nmt-sm-6,
    .nmy-sm-6 {
        margin-top: -2.5rem !important
    }

    .nmr-sm-6,
    .nmx-sm-6 {
        margin-right: -2.5rem !important
    }

    .nmb-sm-6,
    .nmy-sm-6 {
        margin-bottom: -2.5rem !important
    }

    .nml-sm-6,
    .nmx-sm-6 {
        margin-left: -2.5rem !important
    }

    .nm-sm-7 {
        margin: -3rem !important
    }

    .nmt-sm-7,
    .nmy-sm-7 {
        margin-top: -3rem !important
    }

    .nmr-sm-7,
    .nmx-sm-7 {
        margin-right: -3rem !important
    }

    .nmb-sm-7,
    .nmy-sm-7 {
        margin-bottom: -3rem !important
    }

    .nml-sm-7,
    .nmx-sm-7 {
        margin-left: -3rem !important
    }

    .nm-sm-8 {
        margin: -3.5rem !important
    }

    .nmt-sm-8,
    .nmy-sm-8 {
        margin-top: -3.5rem !important
    }

    .nmr-sm-8,
    .nmx-sm-8 {
        margin-right: -3.5rem !important
    }

    .nmb-sm-8,
    .nmy-sm-8 {
        margin-bottom: -3.5rem !important
    }

    .nml-sm-8,
    .nmx-sm-8 {
        margin-left: -3.5rem !important
    }

    .nm-sm-9 {
        margin: -4rem !important
    }

    .nmt-sm-9,
    .nmy-sm-9 {
        margin-top: -4rem !important
    }

    .nmr-sm-9,
    .nmx-sm-9 {
        margin-right: -4rem !important
    }

    .nmb-sm-9,
    .nmy-sm-9 {
        margin-bottom: -4rem !important
    }

    .nml-sm-9,
    .nmx-sm-9 {
        margin-left: -4rem !important
    }

    .nm-sm-10 {
        margin: -4.5rem !important
    }

    .nmt-sm-10,
    .nmy-sm-10 {
        margin-top: -4.5rem !important
    }

    .nmr-sm-10,
    .nmx-sm-10 {
        margin-right: -4.5rem !important
    }

    .nmb-sm-10,
    .nmy-sm-10 {
        margin-bottom: -4.5rem !important
    }

    .nml-sm-10,
    .nmx-sm-10 {
        margin-left: -4.5rem !important
    }

    .np-sm-0 {
        padding: 0 !important
    }

    .npt-sm-0,
    .npy-sm-0 {
        padding-top: 0 !important
    }

    .npr-sm-0,
    .npx-sm-0 {
        padding-right: 0 !important
    }

    .npb-sm-0,
    .npy-sm-0 {
        padding-bottom: 0 !important
    }

    .npl-sm-0,
    .npx-sm-0 {
        padding-left: 0 !important
    }

    .np-sm-1 {
        padding: -.25rem !important
    }

    .npt-sm-1,
    .npy-sm-1 {
        padding-top: -.25rem !important
    }

    .npr-sm-1,
    .npx-sm-1 {
        padding-right: -.25rem !important
    }

    .npb-sm-1,
    .npy-sm-1 {
        padding-bottom: -.25rem !important
    }

    .npl-sm-1,
    .npx-sm-1 {
        padding-left: -.25rem !important
    }

    .np-sm-2 {
        padding: -.5rem !important
    }

    .npt-sm-2,
    .npy-sm-2 {
        padding-top: -.5rem !important
    }

    .npr-sm-2,
    .npx-sm-2 {
        padding-right: -.5rem !important
    }

    .npb-sm-2,
    .npy-sm-2 {
        padding-bottom: -.5rem !important
    }

    .npl-sm-2,
    .npx-sm-2 {
        padding-left: -.5rem !important
    }

    .np-sm-3 {
        padding: -1rem !important
    }

    .npt-sm-3,
    .npy-sm-3 {
        padding-top: -1rem !important
    }

    .npr-sm-3,
    .npx-sm-3 {
        padding-right: -1rem !important
    }

    .npb-sm-3,
    .npy-sm-3 {
        padding-bottom: -1rem !important
    }

    .npl-sm-3,
    .npx-sm-3 {
        padding-left: -1rem !important
    }

    .np-sm-4 {
        padding: -1.5rem !important
    }

    .npt-sm-4,
    .npy-sm-4 {
        padding-top: -1.5rem !important
    }

    .npr-sm-4,
    .npx-sm-4 {
        padding-right: -1.5rem !important
    }

    .npb-sm-4,
    .npy-sm-4 {
        padding-bottom: -1.5rem !important
    }

    .npl-sm-4,
    .npx-sm-4 {
        padding-left: -1.5rem !important
    }

    .np-sm-5 {
        padding: -2rem !important
    }

    .npt-sm-5,
    .npy-sm-5 {
        padding-top: -2rem !important
    }

    .npr-sm-5,
    .npx-sm-5 {
        padding-right: -2rem !important
    }

    .npb-sm-5,
    .npy-sm-5 {
        padding-bottom: -2rem !important
    }

    .npl-sm-5,
    .npx-sm-5 {
        padding-left: -2rem !important
    }

    .np-sm-gutter {
        padding: -15px !important
    }

    .npt-sm-gutter,
    .npy-sm-gutter {
        padding-top: -15px !important
    }

    .npr-sm-gutter,
    .npx-sm-gutter {
        padding-right: -15px !important
    }

    .npb-sm-gutter,
    .npy-sm-gutter {
        padding-bottom: -15px !important
    }

    .npl-sm-gutter,
    .npx-sm-gutter {
        padding-left: -15px !important
    }

    .np-sm-huge {
        padding: -8rem !important
    }

    .npt-sm-huge,
    .npy-sm-huge {
        padding-top: -8rem !important
    }

    .npr-sm-huge,
    .npx-sm-huge {
        padding-right: -8rem !important
    }

    .npb-sm-huge,
    .npy-sm-huge {
        padding-bottom: -8rem !important
    }

    .npl-sm-huge,
    .npx-sm-huge {
        padding-left: -8rem !important
    }

    .np-sm-6 {
        padding: -2.5rem !important
    }

    .npt-sm-6,
    .npy-sm-6 {
        padding-top: -2.5rem !important
    }

    .npr-sm-6,
    .npx-sm-6 {
        padding-right: -2.5rem !important
    }

    .npb-sm-6,
    .npy-sm-6 {
        padding-bottom: -2.5rem !important
    }

    .npl-sm-6,
    .npx-sm-6 {
        padding-left: -2.5rem !important
    }

    .np-sm-7 {
        padding: -3rem !important
    }

    .npt-sm-7,
    .npy-sm-7 {
        padding-top: -3rem !important
    }

    .npr-sm-7,
    .npx-sm-7 {
        padding-right: -3rem !important
    }

    .npb-sm-7,
    .npy-sm-7 {
        padding-bottom: -3rem !important
    }

    .npl-sm-7,
    .npx-sm-7 {
        padding-left: -3rem !important
    }

    .np-sm-8 {
        padding: -3.5rem !important
    }

    .npt-sm-8,
    .npy-sm-8 {
        padding-top: -3.5rem !important
    }

    .npr-sm-8,
    .npx-sm-8 {
        padding-right: -3.5rem !important
    }

    .npb-sm-8,
    .npy-sm-8 {
        padding-bottom: -3.5rem !important
    }

    .npl-sm-8,
    .npx-sm-8 {
        padding-left: -3.5rem !important
    }

    .np-sm-9 {
        padding: -4rem !important
    }

    .npt-sm-9,
    .npy-sm-9 {
        padding-top: -4rem !important
    }

    .npr-sm-9,
    .npx-sm-9 {
        padding-right: -4rem !important
    }

    .npb-sm-9,
    .npy-sm-9 {
        padding-bottom: -4rem !important
    }

    .npl-sm-9,
    .npx-sm-9 {
        padding-left: -4rem !important
    }

    .np-sm-10 {
        padding: -4.5rem !important
    }

    .npt-sm-10,
    .npy-sm-10 {
        padding-top: -4.5rem !important
    }

    .npr-sm-10,
    .npx-sm-10 {
        padding-right: -4.5rem !important
    }

    .npb-sm-10,
    .npy-sm-10 {
        padding-bottom: -4.5rem !important
    }

    .npl-sm-10,
    .npx-sm-10 {
        padding-left: -4.5rem !important
    }
}

@media (min-width:768px) {
    .bottom-md-0 {
        bottom: 0 !important
    }

    .top-md-0 {
        top: 0 !important
    }

    .left-md-0 {
        left: 0 !important
    }

    .right-md-0 {
        right: 0 !important
    }

    .bottom-md-1 {
        bottom: .25rem !important
    }

    .top-md-1 {
        top: .25rem !important
    }

    .left-md-1 {
        left: .25rem !important
    }

    .right-md-1 {
        right: .25rem !important
    }

    .bottom-md-2 {
        bottom: .5rem !important
    }

    .top-md-2 {
        top: .5rem !important
    }

    .left-md-2 {
        left: .5rem !important
    }

    .right-md-2 {
        right: .5rem !important
    }

    .bottom-md-3 {
        bottom: 1rem !important
    }

    .top-md-3 {
        top: 1rem !important
    }

    .left-md-3 {
        left: 1rem !important
    }

    .right-md-3 {
        right: 1rem !important
    }

    .bottom-md-4 {
        bottom: 1.5rem !important
    }

    .top-md-4 {
        top: 1.5rem !important
    }

    .left-md-4 {
        left: 1.5rem !important
    }

    .right-md-4 {
        right: 1.5rem !important
    }

    .bottom-md-5 {
        bottom: 2rem !important
    }

    .top-md-5 {
        top: 2rem !important
    }

    .left-md-5 {
        left: 2rem !important
    }

    .right-md-5 {
        right: 2rem !important
    }

    .bottom-md-gutter {
        bottom: 15px !important
    }

    .top-md-gutter {
        top: 15px !important
    }

    .left-md-gutter {
        left: 15px !important
    }

    .right-md-gutter {
        right: 15px !important
    }

    .bottom-md-huge {
        bottom: 8rem !important
    }

    .top-md-huge {
        top: 8rem !important
    }

    .left-md-huge {
        left: 8rem !important
    }

    .right-md-huge {
        right: 8rem !important
    }

    .bottom-md-6 {
        bottom: 2.5rem !important
    }

    .top-md-6 {
        top: 2.5rem !important
    }

    .left-md-6 {
        left: 2.5rem !important
    }

    .right-md-6 {
        right: 2.5rem !important
    }

    .bottom-md-7 {
        bottom: 3rem !important
    }

    .top-md-7 {
        top: 3rem !important
    }

    .left-md-7 {
        left: 3rem !important
    }

    .right-md-7 {
        right: 3rem !important
    }

    .bottom-md-8 {
        bottom: 3.5rem !important
    }

    .top-md-8 {
        top: 3.5rem !important
    }

    .left-md-8 {
        left: 3.5rem !important
    }

    .right-md-8 {
        right: 3.5rem !important
    }

    .bottom-md-9 {
        bottom: 4rem !important
    }

    .top-md-9 {
        top: 4rem !important
    }

    .left-md-9 {
        left: 4rem !important
    }

    .right-md-9 {
        right: 4rem !important
    }

    .bottom-md-10 {
        bottom: 4.5rem !important
    }

    .top-md-10 {
        top: 4.5rem !important
    }

    .left-md-10 {
        left: 4.5rem !important
    }

    .right-md-10 {
        right: 4.5rem !important
    }

    .nm-md-0 {
        margin: 0 !important
    }

    .nmt-md-0,
    .nmy-md-0 {
        margin-top: 0 !important
    }

    .nmr-md-0,
    .nmx-md-0 {
        margin-right: 0 !important
    }

    .nmb-md-0,
    .nmy-md-0 {
        margin-bottom: 0 !important
    }

    .nml-md-0,
    .nmx-md-0 {
        margin-left: 0 !important
    }

    .nm-md-1 {
        margin: -.25rem !important
    }

    .nmt-md-1,
    .nmy-md-1 {
        margin-top: -.25rem !important
    }

    .nmr-md-1,
    .nmx-md-1 {
        margin-right: -.25rem !important
    }

    .nmb-md-1,
    .nmy-md-1 {
        margin-bottom: -.25rem !important
    }

    .nml-md-1,
    .nmx-md-1 {
        margin-left: -.25rem !important
    }

    .nm-md-2 {
        margin: -.5rem !important
    }

    .nmt-md-2,
    .nmy-md-2 {
        margin-top: -.5rem !important
    }

    .nmr-md-2,
    .nmx-md-2 {
        margin-right: -.5rem !important
    }

    .nmb-md-2,
    .nmy-md-2 {
        margin-bottom: -.5rem !important
    }

    .nml-md-2,
    .nmx-md-2 {
        margin-left: -.5rem !important
    }

    .nm-md-3 {
        margin: -1rem !important
    }

    .nmt-md-3,
    .nmy-md-3 {
        margin-top: -1rem !important
    }

    .nmr-md-3,
    .nmx-md-3 {
        margin-right: -1rem !important
    }

    .nmb-md-3,
    .nmy-md-3 {
        margin-bottom: -1rem !important
    }

    .nml-md-3,
    .nmx-md-3 {
        margin-left: -1rem !important
    }

    .nm-md-4 {
        margin: -1.5rem !important
    }

    .nmt-md-4,
    .nmy-md-4 {
        margin-top: -1.5rem !important
    }

    .nmr-md-4,
    .nmx-md-4 {
        margin-right: -1.5rem !important
    }

    .nmb-md-4,
    .nmy-md-4 {
        margin-bottom: -1.5rem !important
    }

    .nml-md-4,
    .nmx-md-4 {
        margin-left: -1.5rem !important
    }

    .nm-md-5 {
        margin: -2rem !important
    }

    .nmt-md-5,
    .nmy-md-5 {
        margin-top: -2rem !important
    }

    .nmr-md-5,
    .nmx-md-5 {
        margin-right: -2rem !important
    }

    .nmb-md-5,
    .nmy-md-5 {
        margin-bottom: -2rem !important
    }

    .nml-md-5,
    .nmx-md-5 {
        margin-left: -2rem !important
    }

    .nm-md-gutter {
        margin: -15px !important
    }

    .nmt-md-gutter,
    .nmy-md-gutter {
        margin-top: -15px !important
    }

    .nmr-md-gutter,
    .nmx-md-gutter {
        margin-right: -15px !important
    }

    .nmb-md-gutter,
    .nmy-md-gutter {
        margin-bottom: -15px !important
    }

    .nml-md-gutter,
    .nmx-md-gutter {
        margin-left: -15px !important
    }

    .nm-md-huge {
        margin: -8rem !important
    }

    .nmt-md-huge,
    .nmy-md-huge {
        margin-top: -8rem !important
    }

    .nmr-md-huge,
    .nmx-md-huge {
        margin-right: -8rem !important
    }

    .nmb-md-huge,
    .nmy-md-huge {
        margin-bottom: -8rem !important
    }

    .nml-md-huge,
    .nmx-md-huge {
        margin-left: -8rem !important
    }

    .nm-md-6 {
        margin: -2.5rem !important
    }

    .nmt-md-6,
    .nmy-md-6 {
        margin-top: -2.5rem !important
    }

    .nmr-md-6,
    .nmx-md-6 {
        margin-right: -2.5rem !important
    }

    .nmb-md-6,
    .nmy-md-6 {
        margin-bottom: -2.5rem !important
    }

    .nml-md-6,
    .nmx-md-6 {
        margin-left: -2.5rem !important
    }

    .nm-md-7 {
        margin: -3rem !important
    }

    .nmt-md-7,
    .nmy-md-7 {
        margin-top: -3rem !important
    }

    .nmr-md-7,
    .nmx-md-7 {
        margin-right: -3rem !important
    }

    .nmb-md-7,
    .nmy-md-7 {
        margin-bottom: -3rem !important
    }

    .nml-md-7,
    .nmx-md-7 {
        margin-left: -3rem !important
    }

    .nm-md-8 {
        margin: -3.5rem !important
    }

    .nmt-md-8,
    .nmy-md-8 {
        margin-top: -3.5rem !important
    }

    .nmr-md-8,
    .nmx-md-8 {
        margin-right: -3.5rem !important
    }

    .nmb-md-8,
    .nmy-md-8 {
        margin-bottom: -3.5rem !important
    }

    .nml-md-8,
    .nmx-md-8 {
        margin-left: -3.5rem !important
    }

    .nm-md-9 {
        margin: -4rem !important
    }

    .nmt-md-9,
    .nmy-md-9 {
        margin-top: -4rem !important
    }

    .nmr-md-9,
    .nmx-md-9 {
        margin-right: -4rem !important
    }

    .nmb-md-9,
    .nmy-md-9 {
        margin-bottom: -4rem !important
    }

    .nml-md-9,
    .nmx-md-9 {
        margin-left: -4rem !important
    }

    .nm-md-10 {
        margin: -4.5rem !important
    }

    .nmt-md-10,
    .nmy-md-10 {
        margin-top: -4.5rem !important
    }

    .nmr-md-10,
    .nmx-md-10 {
        margin-right: -4.5rem !important
    }

    .nmb-md-10,
    .nmy-md-10 {
        margin-bottom: -4.5rem !important
    }

    .nml-md-10,
    .nmx-md-10 {
        margin-left: -4.5rem !important
    }

    .np-md-0 {
        padding: 0 !important
    }

    .npt-md-0,
    .npy-md-0 {
        padding-top: 0 !important
    }

    .npr-md-0,
    .npx-md-0 {
        padding-right: 0 !important
    }

    .npb-md-0,
    .npy-md-0 {
        padding-bottom: 0 !important
    }

    .npl-md-0,
    .npx-md-0 {
        padding-left: 0 !important
    }

    .np-md-1 {
        padding: -.25rem !important
    }

    .npt-md-1,
    .npy-md-1 {
        padding-top: -.25rem !important
    }

    .npr-md-1,
    .npx-md-1 {
        padding-right: -.25rem !important
    }

    .npb-md-1,
    .npy-md-1 {
        padding-bottom: -.25rem !important
    }

    .npl-md-1,
    .npx-md-1 {
        padding-left: -.25rem !important
    }

    .np-md-2 {
        padding: -.5rem !important
    }

    .npt-md-2,
    .npy-md-2 {
        padding-top: -.5rem !important
    }

    .npr-md-2,
    .npx-md-2 {
        padding-right: -.5rem !important
    }

    .npb-md-2,
    .npy-md-2 {
        padding-bottom: -.5rem !important
    }

    .npl-md-2,
    .npx-md-2 {
        padding-left: -.5rem !important
    }

    .np-md-3 {
        padding: -1rem !important
    }

    .npt-md-3,
    .npy-md-3 {
        padding-top: -1rem !important
    }

    .npr-md-3,
    .npx-md-3 {
        padding-right: -1rem !important
    }

    .npb-md-3,
    .npy-md-3 {
        padding-bottom: -1rem !important
    }

    .npl-md-3,
    .npx-md-3 {
        padding-left: -1rem !important
    }

    .np-md-4 {
        padding: -1.5rem !important
    }

    .npt-md-4,
    .npy-md-4 {
        padding-top: -1.5rem !important
    }

    .npr-md-4,
    .npx-md-4 {
        padding-right: -1.5rem !important
    }

    .npb-md-4,
    .npy-md-4 {
        padding-bottom: -1.5rem !important
    }

    .npl-md-4,
    .npx-md-4 {
        padding-left: -1.5rem !important
    }

    .np-md-5 {
        padding: -2rem !important
    }

    .npt-md-5,
    .npy-md-5 {
        padding-top: -2rem !important
    }

    .npr-md-5,
    .npx-md-5 {
        padding-right: -2rem !important
    }

    .npb-md-5,
    .npy-md-5 {
        padding-bottom: -2rem !important
    }

    .npl-md-5,
    .npx-md-5 {
        padding-left: -2rem !important
    }

    .np-md-gutter {
        padding: -15px !important
    }

    .npt-md-gutter,
    .npy-md-gutter {
        padding-top: -15px !important
    }

    .npr-md-gutter,
    .npx-md-gutter {
        padding-right: -15px !important
    }

    .npb-md-gutter,
    .npy-md-gutter {
        padding-bottom: -15px !important
    }

    .npl-md-gutter,
    .npx-md-gutter {
        padding-left: -15px !important
    }

    .np-md-huge {
        padding: -8rem !important
    }

    .npt-md-huge,
    .npy-md-huge {
        padding-top: -8rem !important
    }

    .npr-md-huge,
    .npx-md-huge {
        padding-right: -8rem !important
    }

    .npb-md-huge,
    .npy-md-huge {
        padding-bottom: -8rem !important
    }

    .npl-md-huge,
    .npx-md-huge {
        padding-left: -8rem !important
    }

    .np-md-6 {
        padding: -2.5rem !important
    }

    .npt-md-6,
    .npy-md-6 {
        padding-top: -2.5rem !important
    }

    .npr-md-6,
    .npx-md-6 {
        padding-right: -2.5rem !important
    }

    .npb-md-6,
    .npy-md-6 {
        padding-bottom: -2.5rem !important
    }

    .npl-md-6,
    .npx-md-6 {
        padding-left: -2.5rem !important
    }

    .np-md-7 {
        padding: -3rem !important
    }

    .npt-md-7,
    .npy-md-7 {
        padding-top: -3rem !important
    }

    .npr-md-7,
    .npx-md-7 {
        padding-right: -3rem !important
    }

    .npb-md-7,
    .npy-md-7 {
        padding-bottom: -3rem !important
    }

    .npl-md-7,
    .npx-md-7 {
        padding-left: -3rem !important
    }

    .np-md-8 {
        padding: -3.5rem !important
    }

    .npt-md-8,
    .npy-md-8 {
        padding-top: -3.5rem !important
    }

    .npr-md-8,
    .npx-md-8 {
        padding-right: -3.5rem !important
    }

    .npb-md-8,
    .npy-md-8 {
        padding-bottom: -3.5rem !important
    }

    .npl-md-8,
    .npx-md-8 {
        padding-left: -3.5rem !important
    }

    .np-md-9 {
        padding: -4rem !important
    }

    .npt-md-9,
    .npy-md-9 {
        padding-top: -4rem !important
    }

    .npr-md-9,
    .npx-md-9 {
        padding-right: -4rem !important
    }

    .npb-md-9,
    .npy-md-9 {
        padding-bottom: -4rem !important
    }

    .npl-md-9,
    .npx-md-9 {
        padding-left: -4rem !important
    }

    .np-md-10 {
        padding: -4.5rem !important
    }

    .npt-md-10,
    .npy-md-10 {
        padding-top: -4.5rem !important
    }

    .npr-md-10,
    .npx-md-10 {
        padding-right: -4.5rem !important
    }

    .npb-md-10,
    .npy-md-10 {
        padding-bottom: -4.5rem !important
    }

    .npl-md-10,
    .npx-md-10 {
        padding-left: -4.5rem !important
    }
}

@media (min-width:992px) {
    .bottom-lg-0 {
        bottom: 0 !important
    }

    .top-lg-0 {
        top: 0 !important
    }

    .left-lg-0 {
        left: 0 !important
    }

    .right-lg-0 {
        right: 0 !important
    }

    .bottom-lg-1 {
        bottom: .25rem !important
    }

    .top-lg-1 {
        top: .25rem !important
    }

    .left-lg-1 {
        left: .25rem !important
    }

    .right-lg-1 {
        right: .25rem !important
    }

    .bottom-lg-2 {
        bottom: .5rem !important
    }

    .top-lg-2 {
        top: .5rem !important
    }

    .left-lg-2 {
        left: .5rem !important
    }

    .right-lg-2 {
        right: .5rem !important
    }

    .bottom-lg-3 {
        bottom: 1rem !important
    }

    .top-lg-3 {
        top: 1rem !important
    }

    .left-lg-3 {
        left: 1rem !important
    }

    .right-lg-3 {
        right: 1rem !important
    }

    .bottom-lg-4 {
        bottom: 1.5rem !important
    }

    .top-lg-4 {
        top: 1.5rem !important
    }

    .left-lg-4 {
        left: 1.5rem !important
    }

    .right-lg-4 {
        right: 1.5rem !important
    }

    .bottom-lg-5 {
        bottom: 2rem !important
    }

    .top-lg-5 {
        top: 2rem !important
    }

    .left-lg-5 {
        left: 2rem !important
    }

    .right-lg-5 {
        right: 2rem !important
    }

    .bottom-lg-gutter {
        bottom: 15px !important
    }

    .top-lg-gutter {
        top: 15px !important
    }

    .left-lg-gutter {
        left: 15px !important
    }

    .right-lg-gutter {
        right: 15px !important
    }

    .bottom-lg-huge {
        bottom: 8rem !important
    }

    .top-lg-huge {
        top: 8rem !important
    }

    .left-lg-huge {
        left: 8rem !important
    }

    .right-lg-huge {
        right: 8rem !important
    }

    .bottom-lg-6 {
        bottom: 2.5rem !important
    }

    .top-lg-6 {
        top: 2.5rem !important
    }

    .left-lg-6 {
        left: 2.5rem !important
    }

    .right-lg-6 {
        right: 2.5rem !important
    }

    .bottom-lg-7 {
        bottom: 3rem !important
    }

    .top-lg-7 {
        top: 3rem !important
    }

    .left-lg-7 {
        left: 3rem !important
    }

    .right-lg-7 {
        right: 3rem !important
    }

    .bottom-lg-8 {
        bottom: 3.5rem !important
    }

    .top-lg-8 {
        top: 3.5rem !important
    }

    .left-lg-8 {
        left: 3.5rem !important
    }

    .right-lg-8 {
        right: 3.5rem !important
    }

    .bottom-lg-9 {
        bottom: 4rem !important
    }

    .top-lg-9 {
        top: 4rem !important
    }

    .left-lg-9 {
        left: 4rem !important
    }

    .right-lg-9 {
        right: 4rem !important
    }

    .bottom-lg-10 {
        bottom: 4.5rem !important
    }

    .top-lg-10 {
        top: 4.5rem !important
    }

    .left-lg-10 {
        left: 4.5rem !important
    }

    .right-lg-10 {
        right: 4.5rem !important
    }

    .nm-lg-0 {
        margin: 0 !important
    }

    .nmt-lg-0,
    .nmy-lg-0 {
        margin-top: 0 !important
    }

    .nmr-lg-0,
    .nmx-lg-0 {
        margin-right: 0 !important
    }

    .nmb-lg-0,
    .nmy-lg-0 {
        margin-bottom: 0 !important
    }

    .nml-lg-0,
    .nmx-lg-0 {
        margin-left: 0 !important
    }

    .nm-lg-1 {
        margin: -.25rem !important
    }

    .nmt-lg-1,
    .nmy-lg-1 {
        margin-top: -.25rem !important
    }

    .nmr-lg-1,
    .nmx-lg-1 {
        margin-right: -.25rem !important
    }

    .nmb-lg-1,
    .nmy-lg-1 {
        margin-bottom: -.25rem !important
    }

    .nml-lg-1,
    .nmx-lg-1 {
        margin-left: -.25rem !important
    }

    .nm-lg-2 {
        margin: -.5rem !important
    }

    .nmt-lg-2,
    .nmy-lg-2 {
        margin-top: -.5rem !important
    }

    .nmr-lg-2,
    .nmx-lg-2 {
        margin-right: -.5rem !important
    }

    .nmb-lg-2,
    .nmy-lg-2 {
        margin-bottom: -.5rem !important
    }

    .nml-lg-2,
    .nmx-lg-2 {
        margin-left: -.5rem !important
    }

    .nm-lg-3 {
        margin: -1rem !important
    }

    .nmt-lg-3,
    .nmy-lg-3 {
        margin-top: -1rem !important
    }

    .nmr-lg-3,
    .nmx-lg-3 {
        margin-right: -1rem !important
    }

    .nmb-lg-3,
    .nmy-lg-3 {
        margin-bottom: -1rem !important
    }

    .nml-lg-3,
    .nmx-lg-3 {
        margin-left: -1rem !important
    }

    .nm-lg-4 {
        margin: -1.5rem !important
    }

    .nmt-lg-4,
    .nmy-lg-4 {
        margin-top: -1.5rem !important
    }

    .nmr-lg-4,
    .nmx-lg-4 {
        margin-right: -1.5rem !important
    }

    .nmb-lg-4,
    .nmy-lg-4 {
        margin-bottom: -1.5rem !important
    }

    .nml-lg-4,
    .nmx-lg-4 {
        margin-left: -1.5rem !important
    }

    .nm-lg-5 {
        margin: -2rem !important
    }

    .nmt-lg-5,
    .nmy-lg-5 {
        margin-top: -2rem !important
    }

    .nmr-lg-5,
    .nmx-lg-5 {
        margin-right: -2rem !important
    }

    .nmb-lg-5,
    .nmy-lg-5 {
        margin-bottom: -2rem !important
    }

    .nml-lg-5,
    .nmx-lg-5 {
        margin-left: -2rem !important
    }

    .nm-lg-gutter {
        margin: -15px !important
    }

    .nmt-lg-gutter,
    .nmy-lg-gutter {
        margin-top: -15px !important
    }

    .nmr-lg-gutter,
    .nmx-lg-gutter {
        margin-right: -15px !important
    }

    .nmb-lg-gutter,
    .nmy-lg-gutter {
        margin-bottom: -15px !important
    }

    .nml-lg-gutter,
    .nmx-lg-gutter {
        margin-left: -15px !important
    }

    .nm-lg-huge {
        margin: -8rem !important
    }

    .nmt-lg-huge,
    .nmy-lg-huge {
        margin-top: -8rem !important
    }

    .nmr-lg-huge,
    .nmx-lg-huge {
        margin-right: -8rem !important
    }

    .nmb-lg-huge,
    .nmy-lg-huge {
        margin-bottom: -8rem !important
    }

    .nml-lg-huge,
    .nmx-lg-huge {
        margin-left: -8rem !important
    }

    .nm-lg-6 {
        margin: -2.5rem !important
    }

    .nmt-lg-6,
    .nmy-lg-6 {
        margin-top: -2.5rem !important
    }

    .nmr-lg-6,
    .nmx-lg-6 {
        margin-right: -2.5rem !important
    }

    .nmb-lg-6,
    .nmy-lg-6 {
        margin-bottom: -2.5rem !important
    }

    .nml-lg-6,
    .nmx-lg-6 {
        margin-left: -2.5rem !important
    }

    .nm-lg-7 {
        margin: -3rem !important
    }

    .nmt-lg-7,
    .nmy-lg-7 {
        margin-top: -3rem !important
    }

    .nmr-lg-7,
    .nmx-lg-7 {
        margin-right: -3rem !important
    }

    .nmb-lg-7,
    .nmy-lg-7 {
        margin-bottom: -3rem !important
    }

    .nml-lg-7,
    .nmx-lg-7 {
        margin-left: -3rem !important
    }

    .nm-lg-8 {
        margin: -3.5rem !important
    }

    .nmt-lg-8,
    .nmy-lg-8 {
        margin-top: -3.5rem !important
    }

    .nmr-lg-8,
    .nmx-lg-8 {
        margin-right: -3.5rem !important
    }

    .nmb-lg-8,
    .nmy-lg-8 {
        margin-bottom: -3.5rem !important
    }

    .nml-lg-8,
    .nmx-lg-8 {
        margin-left: -3.5rem !important
    }

    .nm-lg-9 {
        margin: -4rem !important
    }

    .nmt-lg-9,
    .nmy-lg-9 {
        margin-top: -4rem !important
    }

    .nmr-lg-9,
    .nmx-lg-9 {
        margin-right: -4rem !important
    }

    .nmb-lg-9,
    .nmy-lg-9 {
        margin-bottom: -4rem !important
    }

    .nml-lg-9,
    .nmx-lg-9 {
        margin-left: -4rem !important
    }

    .nm-lg-10 {
        margin: -4.5rem !important
    }

    .nmt-lg-10,
    .nmy-lg-10 {
        margin-top: -4.5rem !important
    }

    .nmr-lg-10,
    .nmx-lg-10 {
        margin-right: -4.5rem !important
    }

    .nmb-lg-10,
    .nmy-lg-10 {
        margin-bottom: -4.5rem !important
    }

    .nml-lg-10,
    .nmx-lg-10 {
        margin-left: -4.5rem !important
    }

    .np-lg-0 {
        padding: 0 !important
    }

    .npt-lg-0,
    .npy-lg-0 {
        padding-top: 0 !important
    }

    .npr-lg-0,
    .npx-lg-0 {
        padding-right: 0 !important
    }

    .npb-lg-0,
    .npy-lg-0 {
        padding-bottom: 0 !important
    }

    .npl-lg-0,
    .npx-lg-0 {
        padding-left: 0 !important
    }

    .np-lg-1 {
        padding: -.25rem !important
    }

    .npt-lg-1,
    .npy-lg-1 {
        padding-top: -.25rem !important
    }

    .npr-lg-1,
    .npx-lg-1 {
        padding-right: -.25rem !important
    }

    .npb-lg-1,
    .npy-lg-1 {
        padding-bottom: -.25rem !important
    }

    .npl-lg-1,
    .npx-lg-1 {
        padding-left: -.25rem !important
    }

    .np-lg-2 {
        padding: -.5rem !important
    }

    .npt-lg-2,
    .npy-lg-2 {
        padding-top: -.5rem !important
    }

    .npr-lg-2,
    .npx-lg-2 {
        padding-right: -.5rem !important
    }

    .npb-lg-2,
    .npy-lg-2 {
        padding-bottom: -.5rem !important
    }

    .npl-lg-2,
    .npx-lg-2 {
        padding-left: -.5rem !important
    }

    .np-lg-3 {
        padding: -1rem !important
    }

    .npt-lg-3,
    .npy-lg-3 {
        padding-top: -1rem !important
    }

    .npr-lg-3,
    .npx-lg-3 {
        padding-right: -1rem !important
    }

    .npb-lg-3,
    .npy-lg-3 {
        padding-bottom: -1rem !important
    }

    .npl-lg-3,
    .npx-lg-3 {
        padding-left: -1rem !important
    }

    .np-lg-4 {
        padding: -1.5rem !important
    }

    .npt-lg-4,
    .npy-lg-4 {
        padding-top: -1.5rem !important
    }

    .npr-lg-4,
    .npx-lg-4 {
        padding-right: -1.5rem !important
    }

    .npb-lg-4,
    .npy-lg-4 {
        padding-bottom: -1.5rem !important
    }

    .npl-lg-4,
    .npx-lg-4 {
        padding-left: -1.5rem !important
    }

    .np-lg-5 {
        padding: -2rem !important
    }

    .npt-lg-5,
    .npy-lg-5 {
        padding-top: -2rem !important
    }

    .npr-lg-5,
    .npx-lg-5 {
        padding-right: -2rem !important
    }

    .npb-lg-5,
    .npy-lg-5 {
        padding-bottom: -2rem !important
    }

    .npl-lg-5,
    .npx-lg-5 {
        padding-left: -2rem !important
    }

    .np-lg-gutter {
        padding: -15px !important
    }

    .npt-lg-gutter,
    .npy-lg-gutter {
        padding-top: -15px !important
    }

    .npr-lg-gutter,
    .npx-lg-gutter {
        padding-right: -15px !important
    }

    .npb-lg-gutter,
    .npy-lg-gutter {
        padding-bottom: -15px !important
    }

    .npl-lg-gutter,
    .npx-lg-gutter {
        padding-left: -15px !important
    }

    .np-lg-huge {
        padding: -8rem !important
    }

    .npt-lg-huge,
    .npy-lg-huge {
        padding-top: -8rem !important
    }

    .npr-lg-huge,
    .npx-lg-huge {
        padding-right: -8rem !important
    }

    .npb-lg-huge,
    .npy-lg-huge {
        padding-bottom: -8rem !important
    }

    .npl-lg-huge,
    .npx-lg-huge {
        padding-left: -8rem !important
    }

    .np-lg-6 {
        padding: -2.5rem !important
    }

    .npt-lg-6,
    .npy-lg-6 {
        padding-top: -2.5rem !important
    }

    .npr-lg-6,
    .npx-lg-6 {
        padding-right: -2.5rem !important
    }

    .npb-lg-6,
    .npy-lg-6 {
        padding-bottom: -2.5rem !important
    }

    .npl-lg-6,
    .npx-lg-6 {
        padding-left: -2.5rem !important
    }

    .np-lg-7 {
        padding: -3rem !important
    }

    .npt-lg-7,
    .npy-lg-7 {
        padding-top: -3rem !important
    }

    .npr-lg-7,
    .npx-lg-7 {
        padding-right: -3rem !important
    }

    .npb-lg-7,
    .npy-lg-7 {
        padding-bottom: -3rem !important
    }

    .npl-lg-7,
    .npx-lg-7 {
        padding-left: -3rem !important
    }

    .np-lg-8 {
        padding: -3.5rem !important
    }

    .npt-lg-8,
    .npy-lg-8 {
        padding-top: -3.5rem !important
    }

    .npr-lg-8,
    .npx-lg-8 {
        padding-right: -3.5rem !important
    }

    .npb-lg-8,
    .npy-lg-8 {
        padding-bottom: -3.5rem !important
    }

    .npl-lg-8,
    .npx-lg-8 {
        padding-left: -3.5rem !important
    }

    .np-lg-9 {
        padding: -4rem !important
    }

    .npt-lg-9,
    .npy-lg-9 {
        padding-top: -4rem !important
    }

    .npr-lg-9,
    .npx-lg-9 {
        padding-right: -4rem !important
    }

    .npb-lg-9,
    .npy-lg-9 {
        padding-bottom: -4rem !important
    }

    .npl-lg-9,
    .npx-lg-9 {
        padding-left: -4rem !important
    }

    .np-lg-10 {
        padding: -4.5rem !important
    }

    .npt-lg-10,
    .npy-lg-10 {
        padding-top: -4.5rem !important
    }

    .npr-lg-10,
    .npx-lg-10 {
        padding-right: -4.5rem !important
    }

    .npb-lg-10,
    .npy-lg-10 {
        padding-bottom: -4.5rem !important
    }

    .npl-lg-10,
    .npx-lg-10 {
        padding-left: -4.5rem !important
    }
}

@media (min-width:1200px) {
    .bottom-xl-0 {
        bottom: 0 !important
    }

    .top-xl-0 {
        top: 0 !important
    }

    .left-xl-0 {
        left: 0 !important
    }

    .right-xl-0 {
        right: 0 !important
    }

    .bottom-xl-1 {
        bottom: .25rem !important
    }

    .top-xl-1 {
        top: .25rem !important
    }

    .left-xl-1 {
        left: .25rem !important
    }

    .right-xl-1 {
        right: .25rem !important
    }

    .bottom-xl-2 {
        bottom: .5rem !important
    }

    .top-xl-2 {
        top: .5rem !important
    }

    .left-xl-2 {
        left: .5rem !important
    }

    .right-xl-2 {
        right: .5rem !important
    }

    .bottom-xl-3 {
        bottom: 1rem !important
    }

    .top-xl-3 {
        top: 1rem !important
    }

    .left-xl-3 {
        left: 1rem !important
    }

    .right-xl-3 {
        right: 1rem !important
    }

    .bottom-xl-4 {
        bottom: 1.5rem !important
    }

    .top-xl-4 {
        top: 1.5rem !important
    }

    .left-xl-4 {
        left: 1.5rem !important
    }

    .right-xl-4 {
        right: 1.5rem !important
    }

    .bottom-xl-5 {
        bottom: 2rem !important
    }

    .top-xl-5 {
        top: 2rem !important
    }

    .left-xl-5 {
        left: 2rem !important
    }

    .right-xl-5 {
        right: 2rem !important
    }

    .bottom-xl-gutter {
        bottom: 15px !important
    }

    .top-xl-gutter {
        top: 15px !important
    }

    .left-xl-gutter {
        left: 15px !important
    }

    .right-xl-gutter {
        right: 15px !important
    }

    .bottom-xl-huge {
        bottom: 8rem !important
    }

    .top-xl-huge {
        top: 8rem !important
    }

    .left-xl-huge {
        left: 8rem !important
    }

    .right-xl-huge {
        right: 8rem !important
    }

    .bottom-xl-6 {
        bottom: 2.5rem !important
    }

    .top-xl-6 {
        top: 2.5rem !important
    }

    .left-xl-6 {
        left: 2.5rem !important
    }

    .right-xl-6 {
        right: 2.5rem !important
    }

    .bottom-xl-7 {
        bottom: 3rem !important
    }

    .top-xl-7 {
        top: 3rem !important
    }

    .left-xl-7 {
        left: 3rem !important
    }

    .right-xl-7 {
        right: 3rem !important
    }

    .bottom-xl-8 {
        bottom: 3.5rem !important
    }

    .top-xl-8 {
        top: 3.5rem !important
    }

    .left-xl-8 {
        left: 3.5rem !important
    }

    .right-xl-8 {
        right: 3.5rem !important
    }

    .bottom-xl-9 {
        bottom: 4rem !important
    }

    .top-xl-9 {
        top: 4rem !important
    }

    .left-xl-9 {
        left: 4rem !important
    }

    .right-xl-9 {
        right: 4rem !important
    }

    .bottom-xl-10 {
        bottom: 4.5rem !important
    }

    .top-xl-10 {
        top: 4.5rem !important
    }

    .left-xl-10 {
        left: 4.5rem !important
    }

    .right-xl-10 {
        right: 4.5rem !important
    }

    .nm-xl-0 {
        margin: 0 !important
    }

    .nmt-xl-0,
    .nmy-xl-0 {
        margin-top: 0 !important
    }

    .nmr-xl-0,
    .nmx-xl-0 {
        margin-right: 0 !important
    }

    .nmb-xl-0,
    .nmy-xl-0 {
        margin-bottom: 0 !important
    }

    .nml-xl-0,
    .nmx-xl-0 {
        margin-left: 0 !important
    }

    .nm-xl-1 {
        margin: -.25rem !important
    }

    .nmt-xl-1,
    .nmy-xl-1 {
        margin-top: -.25rem !important
    }

    .nmr-xl-1,
    .nmx-xl-1 {
        margin-right: -.25rem !important
    }

    .nmb-xl-1,
    .nmy-xl-1 {
        margin-bottom: -.25rem !important
    }

    .nml-xl-1,
    .nmx-xl-1 {
        margin-left: -.25rem !important
    }

    .nm-xl-2 {
        margin: -.5rem !important
    }

    .nmt-xl-2,
    .nmy-xl-2 {
        margin-top: -.5rem !important
    }

    .nmr-xl-2,
    .nmx-xl-2 {
        margin-right: -.5rem !important
    }

    .nmb-xl-2,
    .nmy-xl-2 {
        margin-bottom: -.5rem !important
    }

    .nml-xl-2,
    .nmx-xl-2 {
        margin-left: -.5rem !important
    }

    .nm-xl-3 {
        margin: -1rem !important
    }

    .nmt-xl-3,
    .nmy-xl-3 {
        margin-top: -1rem !important
    }

    .nmr-xl-3,
    .nmx-xl-3 {
        margin-right: -1rem !important
    }

    .nmb-xl-3,
    .nmy-xl-3 {
        margin-bottom: -1rem !important
    }

    .nml-xl-3,
    .nmx-xl-3 {
        margin-left: -1rem !important
    }

    .nm-xl-4 {
        margin: -1.5rem !important
    }

    .nmt-xl-4,
    .nmy-xl-4 {
        margin-top: -1.5rem !important
    }

    .nmr-xl-4,
    .nmx-xl-4 {
        margin-right: -1.5rem !important
    }

    .nmb-xl-4,
    .nmy-xl-4 {
        margin-bottom: -1.5rem !important
    }

    .nml-xl-4,
    .nmx-xl-4 {
        margin-left: -1.5rem !important
    }

    .nm-xl-5 {
        margin: -2rem !important
    }

    .nmt-xl-5,
    .nmy-xl-5 {
        margin-top: -2rem !important
    }

    .nmr-xl-5,
    .nmx-xl-5 {
        margin-right: -2rem !important
    }

    .nmb-xl-5,
    .nmy-xl-5 {
        margin-bottom: -2rem !important
    }

    .nml-xl-5,
    .nmx-xl-5 {
        margin-left: -2rem !important
    }

    .nm-xl-gutter {
        margin: -15px !important
    }

    .nmt-xl-gutter,
    .nmy-xl-gutter {
        margin-top: -15px !important
    }

    .nmr-xl-gutter,
    .nmx-xl-gutter {
        margin-right: -15px !important
    }

    .nmb-xl-gutter,
    .nmy-xl-gutter {
        margin-bottom: -15px !important
    }

    .nml-xl-gutter,
    .nmx-xl-gutter {
        margin-left: -15px !important
    }

    .nm-xl-huge {
        margin: -8rem !important
    }

    .nmt-xl-huge,
    .nmy-xl-huge {
        margin-top: -8rem !important
    }

    .nmr-xl-huge,
    .nmx-xl-huge {
        margin-right: -8rem !important
    }

    .nmb-xl-huge,
    .nmy-xl-huge {
        margin-bottom: -8rem !important
    }

    .nml-xl-huge,
    .nmx-xl-huge {
        margin-left: -8rem !important
    }

    .nm-xl-6 {
        margin: -2.5rem !important
    }

    .nmt-xl-6,
    .nmy-xl-6 {
        margin-top: -2.5rem !important
    }

    .nmr-xl-6,
    .nmx-xl-6 {
        margin-right: -2.5rem !important
    }

    .nmb-xl-6,
    .nmy-xl-6 {
        margin-bottom: -2.5rem !important
    }

    .nml-xl-6,
    .nmx-xl-6 {
        margin-left: -2.5rem !important
    }

    .nm-xl-7 {
        margin: -3rem !important
    }

    .nmt-xl-7,
    .nmy-xl-7 {
        margin-top: -3rem !important
    }

    .nmr-xl-7,
    .nmx-xl-7 {
        margin-right: -3rem !important
    }

    .nmb-xl-7,
    .nmy-xl-7 {
        margin-bottom: -3rem !important
    }

    .nml-xl-7,
    .nmx-xl-7 {
        margin-left: -3rem !important
    }

    .nm-xl-8 {
        margin: -3.5rem !important
    }

    .nmt-xl-8,
    .nmy-xl-8 {
        margin-top: -3.5rem !important
    }

    .nmr-xl-8,
    .nmx-xl-8 {
        margin-right: -3.5rem !important
    }

    .nmb-xl-8,
    .nmy-xl-8 {
        margin-bottom: -3.5rem !important
    }

    .nml-xl-8,
    .nmx-xl-8 {
        margin-left: -3.5rem !important
    }

    .nm-xl-9 {
        margin: -4rem !important
    }

    .nmt-xl-9,
    .nmy-xl-9 {
        margin-top: -4rem !important
    }

    .nmr-xl-9,
    .nmx-xl-9 {
        margin-right: -4rem !important
    }

    .nmb-xl-9,
    .nmy-xl-9 {
        margin-bottom: -4rem !important
    }

    .nml-xl-9,
    .nmx-xl-9 {
        margin-left: -4rem !important
    }

    .nm-xl-10 {
        margin: -4.5rem !important
    }

    .nmt-xl-10,
    .nmy-xl-10 {
        margin-top: -4.5rem !important
    }

    .nmr-xl-10,
    .nmx-xl-10 {
        margin-right: -4.5rem !important
    }

    .nmb-xl-10,
    .nmy-xl-10 {
        margin-bottom: -4.5rem !important
    }

    .nml-xl-10,
    .nmx-xl-10 {
        margin-left: -4.5rem !important
    }

    .np-xl-0 {
        padding: 0 !important
    }

    .npt-xl-0,
    .npy-xl-0 {
        padding-top: 0 !important
    }

    .npr-xl-0,
    .npx-xl-0 {
        padding-right: 0 !important
    }

    .npb-xl-0,
    .npy-xl-0 {
        padding-bottom: 0 !important
    }

    .npl-xl-0,
    .npx-xl-0 {
        padding-left: 0 !important
    }

    .np-xl-1 {
        padding: -.25rem !important
    }

    .npt-xl-1,
    .npy-xl-1 {
        padding-top: -.25rem !important
    }

    .npr-xl-1,
    .npx-xl-1 {
        padding-right: -.25rem !important
    }

    .npb-xl-1,
    .npy-xl-1 {
        padding-bottom: -.25rem !important
    }

    .npl-xl-1,
    .npx-xl-1 {
        padding-left: -.25rem !important
    }

    .np-xl-2 {
        padding: -.5rem !important
    }

    .npt-xl-2,
    .npy-xl-2 {
        padding-top: -.5rem !important
    }

    .npr-xl-2,
    .npx-xl-2 {
        padding-right: -.5rem !important
    }

    .npb-xl-2,
    .npy-xl-2 {
        padding-bottom: -.5rem !important
    }

    .npl-xl-2,
    .npx-xl-2 {
        padding-left: -.5rem !important
    }

    .np-xl-3 {
        padding: -1rem !important
    }

    .npt-xl-3,
    .npy-xl-3 {
        padding-top: -1rem !important
    }

    .npr-xl-3,
    .npx-xl-3 {
        padding-right: -1rem !important
    }

    .npb-xl-3,
    .npy-xl-3 {
        padding-bottom: -1rem !important
    }

    .npl-xl-3,
    .npx-xl-3 {
        padding-left: -1rem !important
    }

    .np-xl-4 {
        padding: -1.5rem !important
    }

    .npt-xl-4,
    .npy-xl-4 {
        padding-top: -1.5rem !important
    }

    .npr-xl-4,
    .npx-xl-4 {
        padding-right: -1.5rem !important
    }

    .npb-xl-4,
    .npy-xl-4 {
        padding-bottom: -1.5rem !important
    }

    .npl-xl-4,
    .npx-xl-4 {
        padding-left: -1.5rem !important
    }

    .np-xl-5 {
        padding: -2rem !important
    }

    .npt-xl-5,
    .npy-xl-5 {
        padding-top: -2rem !important
    }

    .npr-xl-5,
    .npx-xl-5 {
        padding-right: -2rem !important
    }

    .npb-xl-5,
    .npy-xl-5 {
        padding-bottom: -2rem !important
    }

    .npl-xl-5,
    .npx-xl-5 {
        padding-left: -2rem !important
    }

    .np-xl-gutter {
        padding: -15px !important
    }

    .npt-xl-gutter,
    .npy-xl-gutter {
        padding-top: -15px !important
    }

    .npr-xl-gutter,
    .npx-xl-gutter {
        padding-right: -15px !important
    }

    .npb-xl-gutter,
    .npy-xl-gutter {
        padding-bottom: -15px !important
    }

    .npl-xl-gutter,
    .npx-xl-gutter {
        padding-left: -15px !important
    }

    .np-xl-huge {
        padding: -8rem !important
    }

    .npt-xl-huge,
    .npy-xl-huge {
        padding-top: -8rem !important
    }

    .npr-xl-huge,
    .npx-xl-huge {
        padding-right: -8rem !important
    }

    .npb-xl-huge,
    .npy-xl-huge {
        padding-bottom: -8rem !important
    }

    .npl-xl-huge,
    .npx-xl-huge {
        padding-left: -8rem !important
    }

    .np-xl-6 {
        padding: -2.5rem !important
    }

    .npt-xl-6,
    .npy-xl-6 {
        padding-top: -2.5rem !important
    }

    .npr-xl-6,
    .npx-xl-6 {
        padding-right: -2.5rem !important
    }

    .npb-xl-6,
    .npy-xl-6 {
        padding-bottom: -2.5rem !important
    }

    .npl-xl-6,
    .npx-xl-6 {
        padding-left: -2.5rem !important
    }

    .np-xl-7 {
        padding: -3rem !important
    }

    .npt-xl-7,
    .npy-xl-7 {
        padding-top: -3rem !important
    }

    .npr-xl-7,
    .npx-xl-7 {
        padding-right: -3rem !important
    }

    .npb-xl-7,
    .npy-xl-7 {
        padding-bottom: -3rem !important
    }

    .npl-xl-7,
    .npx-xl-7 {
        padding-left: -3rem !important
    }

    .np-xl-8 {
        padding: -3.5rem !important
    }

    .npt-xl-8,
    .npy-xl-8 {
        padding-top: -3.5rem !important
    }

    .npr-xl-8,
    .npx-xl-8 {
        padding-right: -3.5rem !important
    }

    .npb-xl-8,
    .npy-xl-8 {
        padding-bottom: -3.5rem !important
    }

    .npl-xl-8,
    .npx-xl-8 {
        padding-left: -3.5rem !important
    }

    .np-xl-9 {
        padding: -4rem !important
    }

    .npt-xl-9,
    .npy-xl-9 {
        padding-top: -4rem !important
    }

    .npr-xl-9,
    .npx-xl-9 {
        padding-right: -4rem !important
    }

    .npb-xl-9,
    .npy-xl-9 {
        padding-bottom: -4rem !important
    }

    .npl-xl-9,
    .npx-xl-9 {
        padding-left: -4rem !important
    }

    .np-xl-10 {
        padding: -4.5rem !important
    }

    .npt-xl-10,
    .npy-xl-10 {
        padding-top: -4.5rem !important
    }

    .npr-xl-10,
    .npx-xl-10 {
        padding-right: -4.5rem !important
    }

    .npb-xl-10,
    .npy-xl-10 {
        padding-bottom: -4.5rem !important
    }

    .npl-xl-10,
    .npx-xl-10 {
        padding-left: -4.5rem !important
    }
}

.nav-tabs {
    border: 1px solid #d3cbb5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width:992px) {
    .nav-tabs {
        border: 0;
        border-bottom: 1px solid #d3cbb5;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.nav-tabs .nav-item {
    border-bottom: 1px solid #d3cbb5;
    margin-bottom: 0
}

@media (min-width:992px) {
    .nav-tabs .nav-item {
        border: 0;
        margin-bottom: -1px;
        margin-right: .26562rem
    }
}

.nav-tabs .nav-item:last-of-type {
    border: 0
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 0;
    text-align: center
}

@media (min-width:992px) {
    .nav-tabs .nav-link {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        background-color: #f9f8f5;
        border: 1px solid #d3cbb5;
        text-align: left
    }
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    color: #4d4c44;
    text-decoration: none
}

@media (min-width:992px) {

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        background-color: #f9f8f5;
        border-color: #d3cbb5;
        color: #4d4c44;
        /* text-decoration: underline */
    }
}

@media (min-width:992px) {
    .nav-tabs .nav-link.disabled {
        background-color: transparent;
        border-color: transparent;
        color: #6c757d
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #f9f8f5;
    color: #4d4c44;
    font-weight: 400;
    text-decoration: none
}

@media (min-width:992px) {

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background-color: #fff;
        border-bottom: 1px solid #fff !important;
        border-color: #d3cbb5 #d3cbb5 #fff;
        color: #4d4c44
    }
}

.line-height-xs {
    line-height: 1 !important
}

.line-height-sm {
    line-height: 1.5 !important
}

.line-height-base {
    line-height: 1.58824 !important
}

.line-height-lg {
    line-height: 1.5 !important
}

.line-height-xl {
    line-height: 1.61905 !important
}

.font-size-base {
    font-size: 1.0625rem !important
}

.font-size-sm {
    font-size: .9375rem !important
}

.font-size-lg {
    font-size: 1.25rem !important
}

@media (min-width:576px) {
    .font-size-sm-base {
        font-size: 1.0625rem !important
    }

    .font-size-sm-sm {
        font-size: .9375rem !important
    }

    .font-size-sm-lg {
        font-size: 1.25rem !important
    }
}

@media (min-width:768px) {
    .font-size-md-base {
        font-size: 1.0625rem !important
    }

    .font-size-md-sm {
        font-size: .9375rem !important
    }

    .font-size-md-lg {
        font-size: 1.25rem !important
    }
}

@media (min-width:992px) {
    .font-size-lg-base {
        font-size: 1.0625rem !important
    }

    .font-size-lg-sm {
        font-size: .9375rem !important
    }

    .font-size-lg-lg {
        font-size: 1.25rem !important
    }
}

@media (min-width:1200px) {
    .font-size-xl-base {
        font-size: 1.0625rem !important
    }

    .font-size-xl-sm {
        font-size: .9375rem !important
    }

    .font-size-xl-lg {
        font-size: 1.25rem !important
    }
}

.lh-0 {
    line-height: 0
}

bold,
strong {
    font-weight: 500
}

.p {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0 0 1rem
}

.p:last-child {
    margin: 0
}

.text-wrap {
    white-space: inherit
}

.container.oddfix {
    padding-left: 15.5px;
    padding-right: 15.5px
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.lead {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    line-height: 1.61905;
    margin-bottom: 1rem
}

@media (min-width:992px) {
    .lead {
        font-size: 1.3125rem;
        margin-bottom: 2rem
    }
}

.kicker {
    font-weight: 500;
    text-transform: uppercase
}

.blockquote p {
    font-family: Georgia, serif;
    line-height: 1.61905
}

.blockquote .blockquote-footer {
    color: #4d4c44;
    margin-top: .5rem
}

.font-size-sm {
    font-size: .9375rem
}

.font-size-lg {
    font-size: 1.25rem
}

.h1,
h1 {
    font-size: 1.875rem
}

@media (min-width:992px) {

    .h1,
    h1 {
        font-size: 2.625rem
    }
}

article .h1,
article h1 {
    margin-bottom: 1.5rem
}

.h2,
h2 {
    font-size: 1.5rem
}

@media (min-width:992px) {

    .h2,
    h2 {
        font-size: 1.875rem
    }
}

.h3,
h3 {
    font-size: 1.3125rem
}

@media (min-width:992px) {

    .h3,
    h3 {
        font-size: 1.5rem
    }
}

.h2,
.h3,
.h4,
.h5,
h2,
h3,
h4,
h5 {
    margin-top: 2rem
}

.h6,
h6 {
    font-family: Hind, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 1rem
}

.letter-spacing-normal {
    letter-spacing: 0
}

.letter-spacing-1 {
    letter-spacing: .5rem
}

.letter-spacing-2 {
    letter-spacing: 1rem
}

.letter-spacing-3 {
    letter-spacing: 1.5rem
}

p:last-child {
    margin-bottom: 0
}

.embed-responsive,
.figure,
.nav-list,
.table,
dl,
ol,
ul {
    margin-bottom: 1rem
}

.embed-responsive:last-child,
.figure:last-child,
.nav-list:last-child,
.table:last-child,
dl:last-child,
ol:last-child,
ul:last-child {
    margin-bottom: 0
}

th {
    font-weight: 500
}

.accordion .card:first-of-type,
.accordion .card:last-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion .card {
    border-radius: .25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: .5rem
}

.accordion .card-header {
    background-color: #f9f8f5;
    border: 0;
    padding: 0
}

.accordion .card-header .btn-link {
    display: block;
    padding: .5rem 1rem;
    text-align: left;
    width: 100%
}

.accordion .card .collapse.show,
.accordion .card .collapsing {
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.accordion .card-body {
    background-color: #fff;
    padding: 1rem
}

.blockline {
    bottom: 0;
    padding: 0 0 0 5px;
    text-align: left
}

.p-0 .blockline {
    bottom: 0;
    width: 100%
}

.p-1 .blockline {
    bottom: .25rem;
    width: calc(100% - .5rem)
}

.p-2 .blockline {
    bottom: .5rem;
    width: calc(100% - 1rem)
}

.p-3 .blockline {
    bottom: 1rem;
    width: calc(100% - 2rem)
}

.p-4 .blockline {
    bottom: 1.5rem;
    width: calc(100% - 3rem)
}

.p-5 .blockline {
    bottom: 2rem;
    width: calc(100% - 4rem)
}

.p-gutter .blockline {
    bottom: 15px;
    width: calc(100% - 30px)
}

.p-huge .blockline {
    bottom: 8rem;
    width: calc(100% - 16rem)
}

.p-6 .blockline {
    bottom: 2.5rem;
    width: calc(100% - 5rem)
}

.p-7 .blockline {
    bottom: 3rem;
    width: calc(100% - 6rem)
}

.p-8 .blockline {
    bottom: 3.5rem;
    width: calc(100% - 7rem)
}

.p-9 .blockline {
    bottom: 4rem;
    width: calc(100% - 8rem)
}

.p-10 .blockline {
    bottom: 4.5rem;
    width: calc(100% - 9rem)
}

@media (min-width:576px) {
    .p-sm-0 .blockline {
        bottom: 0;
        width: 100%
    }

    .p-sm-1 .blockline {
        bottom: .25rem;
        width: calc(100% - .5rem)
    }

    .p-sm-2 .blockline {
        bottom: .5rem;
        width: calc(100% - 1rem)
    }

    .p-sm-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem)
    }

    .p-sm-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem)
    }

    .p-sm-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem)
    }

    .p-sm-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px)
    }

    .p-sm-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem)
    }

    .p-sm-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem)
    }

    .p-sm-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem)
    }

    .p-sm-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem)
    }

    .p-sm-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem)
    }

    .p-sm-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem)
    }
}

@media (min-width:768px) {
    .p-md-0 .blockline {
        bottom: 0;
        width: 100%
    }

    .p-md-1 .blockline {
        bottom: .25rem;
        width: calc(100% - .5rem)
    }

    .p-md-2 .blockline {
        bottom: .5rem;
        width: calc(100% - 1rem)
    }

    .p-md-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem)
    }

    .p-md-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem)
    }

    .p-md-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem)
    }

    .p-md-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px)
    }

    .p-md-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem)
    }

    .p-md-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem)
    }

    .p-md-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem)
    }

    .p-md-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem)
    }

    .p-md-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem)
    }

    .p-md-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem)
    }
}

@media (min-width:992px) {
    .p-lg-0 .blockline {
        bottom: 0;
        width: 100%
    }

    .p-lg-1 .blockline {
        bottom: .25rem;
        width: calc(100% - .5rem)
    }

    .p-lg-2 .blockline {
        bottom: .5rem;
        width: calc(100% - 1rem)
    }

    .p-lg-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem)
    }

    .p-lg-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem)
    }

    .p-lg-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem)
    }

    .p-lg-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px)
    }

    .p-lg-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem)
    }

    .p-lg-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem)
    }

    .p-lg-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem)
    }

    .p-lg-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem)
    }

    .p-lg-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem)
    }

    .p-lg-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem)
    }
}

@media (min-width:1200px) {
    .p-xl-0 .blockline {
        bottom: 0;
        width: 100%
    }

    .p-xl-1 .blockline {
        bottom: .25rem;
        width: calc(100% - .5rem)
    }

    .p-xl-2 .blockline {
        bottom: .5rem;
        width: calc(100% - 1rem)
    }

    .p-xl-3 .blockline {
        bottom: 1rem;
        width: calc(100% - 2rem)
    }

    .p-xl-4 .blockline {
        bottom: 1.5rem;
        width: calc(100% - 3rem)
    }

    .p-xl-5 .blockline {
        bottom: 2rem;
        width: calc(100% - 4rem)
    }

    .p-xl-gutter .blockline {
        bottom: 15px;
        width: calc(100% - 30px)
    }

    .p-xl-huge .blockline {
        bottom: 8rem;
        width: calc(100% - 16rem)
    }

    .p-xl-6 .blockline {
        bottom: 2.5rem;
        width: calc(100% - 5rem)
    }

    .p-xl-7 .blockline {
        bottom: 3rem;
        width: calc(100% - 6rem)
    }

    .p-xl-8 .blockline {
        bottom: 3.5rem;
        width: calc(100% - 7rem)
    }

    .p-xl-9 .blockline {
        bottom: 4rem;
        width: calc(100% - 8rem)
    }

    .p-xl-10 .blockline {
        bottom: 4.5rem;
        width: calc(100% - 9rem)
    }
}

.blockline .h1,
.blockline h1 {
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    font-size: 1.875rem;
    line-height: 3.12488rem;
    padding: 5px 0
}

@media (max-width:767.98px) {

    .blockline .h1,
    .blockline h1 {
        font-size: 1.5rem;
        line-height: 2
    }
}

@media (min-width:1200px) {

    .blockline .h1,
    .blockline h1 {
        box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
        font-size: 2.625rem;
        line-height: 3.9375rem;
        padding: 5px 0
    }

    .masonry-tile-md .blockline .h1,
    .masonry-tile-md .blockline h1 {
        box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
        font-size: 1.875rem;
        line-height: 3.12488rem;
        padding: 5px 0
    }

    .masonry-tile-sm .blockline .h1,
    .masonry-tile-sm .blockline h1 {
        box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
        font-size: 1.5rem;
        line-height: 2.7rem;
        padding: 5px 0
    }
}

.blockline .h2,
.blockline h2 {
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    font-size: 1.875rem;
    line-height: 3.12488rem;
    padding: 5px 0
}

.blockline .h3,
.blockline h3 {
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    font-size: 1.5rem;
    line-height: 2.7rem;
    padding: 5px 0
}

.blockline .h4,
.blockline h4 {
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    font-size: 1.3125rem;
    line-height: 2.3625rem;
    padding: 3px 0
}

.blockline .h5,
.blockline h5 {
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    font-size: 1.25rem;
    line-height: 2.25rem;
    padding: 5px 0
}

.blockline .h6,
.blockline h6 {
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    font-size: 1.0625rem;
    line-height: 1.9125rem;
    padding: 5px 0
}

.blockline h1,
.blockline h2,
.blockline h3,
.blockline h4,
.blockline h5,
.blockline h6,
.blockline p {
    display: inline;
    font-family: Georgia, serif;
    text-align: left
}

.blockline h1 .a,
.blockline h1 a,
.blockline h2 .a,
.blockline h2 a,
.blockline h3 .a,
.blockline h3 a,
.blockline h4 .a,
.blockline h4 a,
.blockline h5 .a,
.blockline h5 a,
.blockline h6 .a,
.blockline h6 a,
.blockline p .a,
.blockline p a {
    background-color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    line-height: 2.125rem;
    padding: 5px 3px
}

.box-toggle-control {
    -webkit-box-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f0eee5;
    border: 0;
    color: #875e29;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem 2rem;
    text-align: left;
    width: 100%
}

.box-toggle-content {
    padding: 1rem
}

@media (min-width:992px) {
    .box-toggle-content {
        border: 1px solid #e2ddcb;
        padding: 1rem 2rem
    }
}

.breadcrumb-item {
    max-width: 100%;
    overflow: hidden;
    padding-right: .5rem;
    white-space: nowrap
}

@media (max-width:991.98px) {
    .breadcrumb-item {
        font-size: .9rem;
        line-height: 1.7rem
    }

    .breadcrumb-item:nth-last-of-type(2):after {
        display: none
    }
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}

.calendar-date-box {
    align-self: start;
    background: #22458a;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    flex-shrink: 0;
    height: 80px;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 80px
}

@media (min-width:992px) {
    .calendar-date-box {
        height: 80px;
        width: 80px
    }
}

.calendar-date-box .h1,
.calendar-date-box h1,
.calendar-date-box p {
    margin: 0
}

.calendar-date-box p {
    font-size: .9375rem
}

.calendar-card {
    display: -webkit-box;
    display: flex
}

.calendar-card-img img {
    height: auto;
    max-height: 80px;
    max-width: 80px;
    width: auto
}

.calendar-card-text {
    padding-left: 1rem
}

.calendar-card-category {
    text-transform: uppercase
}

.calendar-card-meta {
    font-size: .9375rem
}

.calendar-card-date {
    font-weight: 500
}

.calendar-card-title {
    color: #875e29;
    font-weight: 500;
    letter-spacing: .5px
}

.carousel .sr-only {
    color: #000
}

.carousel-controls {
    z-index: 100
}

.carousel-controls-container {
    bottom: 0;
    min-width: 80px;
    position: absolute;
    right: 0;
    width: 10%;
    z-index: 150
}

.carousel-controls-pause,
.carousel-controls-play {
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 80px;
    min-width: 80px;
    opacity: .85;
    width: 100%
}

.carousel-controls-pause:hover,
.carousel-controls-play:hover {
    opacity: 1
}

.carousel-controls-pause {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2240%22%20width%3D%2240%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20fill%3D%22%234d4c44%22%20fill-opacity%3D%22.3%22%20r%3D%2220%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20%201.29a18.71%2018.71%200%201%201%200%2037.42%2018.71%2018.71%200%200%201%200-37.42zM20%200a20%2020%200%201%200%200%2040%2020%2020%200%200%200%200-40z%22%2F%3E%3Cpath%20d%3D%22M28.33%2012.36v15.28c0%20.19-.06.35-.2.49a.63.63%200%200%201-.46.2h-5.34a.63.63%200%200%201-.47-.2.68.68%200%200%201-.2-.5V12.37c0-.19.07-.35.2-.49.14-.13.3-.2.47-.2h5.34a.68.68%200%200%201%20.67.7zm-10%200v15.28c0%20.19-.06.35-.2.49a.63.63%200%200%201-.46.2h-5.34a.63.63%200%200%201-.47-.2.68.68%200%200%201-.2-.5V12.37c0-.19.07-.35.2-.49.14-.13.3-.2.47-.2h5.34a.68.68%200%200%201%20.67.7z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A")
}

.carousel-controls-play {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2240%22%20width%3D%2240%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20fill%3D%22%234d4c44%22%20fill-opacity%3D%22.3%22%20r%3D%2220%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M20%201.29a18.71%2018.71%200%201%201%200%2037.42%2018.71%2018.71%200%200%201%200-37.42zM20%200a20%2020%200%201%200%200%2040%2020%2020%200%200%200%200-40z%22%2F%3E%3Cpath%20d%3D%22M29.75%2020.33L15.6%2028.25c-.17.1-.3.1-.42.04s-.18-.2-.18-.39V12.1c0-.19.06-.32.18-.39.11-.07.25-.06.42.04l14.15%207.92c.17.09.25.2.25.33s-.08.24-.25.33z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A")
}

.carousel-item {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    height: 320px;
    -webkit-perspective: inherit;
    perspective: inherit
}

@media (min-width:768px) {
    .carousel-item {
        height: 480px
    }
}

@media (min-width:992px) {
    .carousel-item {
        height: 600px
    }
}

@media (min-width:1200px) {
    .carousel-item {
        height: 720px
    }
}

.carousel-item .col,
.carousel-item .col>.a,
.carousel-item .col>a,
.carousel-item .row {
    height: 100%;
    width: 100%
}

.carousel-indicators {
    bottom: 0
}

@media (min-width:768px) {
    .carousel-indicators {
        bottom: 10px
    }
}

.carousel-indicators li {
    cursor: pointer;
    height: 4px
}

.carousel-img-container {
    display: block;
    height: 100%;
    min-height: 1px;
    width: 100%
}

.carousel-img {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.nav-block:hover .carousel-img {
    opacity: .85
}

.carousel-caption {
    bottom: 40px;
    margin: 0 auto;
    max-width: calc(100% - 100px);
    padding: 0;
    text-align: left;
    width: 80%
}

@media (min-width:768px) {
    .carousel-caption {
        bottom: 60px
    }
}

.carousel-caption p {
    display: inline;
    font-family: Georgia, serif;
    text-align: left
}

.carousel-caption p .a,
.carousel-caption p a {
    background-color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    font-size: 1.0625rem;
    line-height: 2.125rem;
    padding: 5px 3px
}

@media (min-width:576px) {

    .carousel-caption p .a,
    .carousel-caption p a {
        box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
        font-size: 1.5rem;
        line-height: 2.7rem;
        padding: 3px
    }
}

@media (min-width:768px) {

    .carousel-caption p .a,
    .carousel-caption p a {
        box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
        font-size: 1.875rem;
        line-height: 3.12488rem;
        padding: 5px
    }
}

@media (min-width:992px) {

    .carousel-caption p .a,
    .carousel-caption p a {
        box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
        font-size: 2.625rem;
        line-height: 3.9375rem;
        padding: 5px
    }
}

.carousel-control-next,
.carousel-control-prev {
    min-width: 50px
}

.circle-progress {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 120px;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1;
    width: 120px
}

.circle-progress-value {
    font-family: Georgia, serif;
    font-size: 1.25rem;
    font-weight: 500
}

.circle-progress canvas {
    position: absolute
}

.container-fill {
    margin-left: -15px;
    margin-right: -15px
}

.dropdown-hover .dropdown-toggle:hover {
    /* text-decoration: underline */
}

.dropdown-hover .dropdown-toggle:after {
    display: none
}

.dropdown-item,
.dropdown-item:hover {
    background: none
}

.dropdown-item.active {
    font-weight: 400 !important
}

.dropdown-item.active:hover {
    background: none;
    color: #4d4c44
}

.dropdown-hover:focus-within .dropdown-menu,
.dropdown-hover:hover .dropdown-menu {
    display: block !important
}

.expand-content {
    padding: 2rem
}

.expand-content :last-child {
    margin-bottom: 0
}

.expand-content-body {
    display: none;
    padding-top: 2rem
}

.expand-control {
    background: hsla(0, 0%, 100%, .5);
    border-width: 0;
    cursor: pointer;
    font-weight: 400;
    padding: 1rem 2rem;
    text-align: center;
    width: 100%
}

.expand-closed {
    display: initial
}

.expand-open,
.expand-show .expand-closed {
    display: none
}

.expand-show .expand-open {
    display: initial
}

.expand-fallback {
    color: #4d4c44;
    text-decoration: none
}

.event-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.event-title__date {
    position: absolute
}

.event-title__meta {
    display: -webkit-box;
    display: flex;
    margin-left: calc(80px + 1rem)
}

@media (max-width:767.98px) {
    .event-title__meta {
        margin-left: calc(80px + 1rem)
    }
}

.event-title__heading {
    margin-left: calc(80px + 1rem)
}

@media (max-width:767.98px) {
    .event-title__heading {
        margin-left: calc(80px + 1rem)
    }
}

@media (max-width:991.98px) {
    .event-title__heading h1 {
        font-size: 1.75rem
    }
}

.footer {
    background: #284f3b;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.5;
    overflow-x: hidden;
    padding: 2rem 0 0
}

.footer-logo {
    height: auto;
    max-height: 160px;
    max-width: 100%;
    width: auto
}

.footer-partner {
    height: auto;
    max-height: 54px;
    max-width: 130px;
    width: auto
}

@media (max-width:1024px) {
    .offset-md-3-maw {
        margin-left: 7%
    }
}

.form-control::-webkit-input-placeholder {
    font-style: italic;
    line-height: normal
}

.form-control::-moz-placeholder {
    font-style: italic;
    line-height: normal
}

.form-control:-ms-input-placeholder {
    font-style: italic;
    line-height: normal
}

.form-control::-ms-input-placeholder {
    font-style: italic;
    line-height: normal
}

.form-control::placeholder {
    font-style: italic;
    line-height: normal
}

.input-group-round .btn,
.input-group-round .form-control,
.input-group-round .form-control-lg,
.input-group-round .form-control-sm,
.input-group-round .input-group-text,
.input-group-round>.input-group-append>.btn,
.input-group-round>.input-group-append>.input-group-text,
.input-group-round>.input-group-prepend>.btn,
.input-group-round>.input-group-prepend>.input-group-text {
    border-radius: 100rem
}

.input-group-round>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-round>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group-round>.input-group-append:not(:last-child)>.btn,
.input-group-round>.input-group-append:not(:last-child)>.input-group-text,
.input-group-round>.input-group-prepend>.btn,
.input-group-round>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-round>.input-group-append>.btn,
.input-group-round>.input-group-append>.input-group-text,
.input-group-round>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group-round>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group-round>.input-group-prepend:not(:first-child)>.btn,
.input-group-round>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

fieldset legend {
    font-size: 1.0625rem;
    font-weight: 500
}

@media (min-width:992px) {
    .header-search-form {
        display: none !important
    }
}

.nav-header-main .nav-item {
    border-bottom: 2px solid transparent
}

.nav-header-main .nav-item.active {
    border-color: #a3a197
}

.nav-header-main .active .nav-link {
    color: #4d4c44
}

.title-with-sub-blue h1,
.title-with-sub h1 {
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: .25rem
}

.hero {
    overflow: hidden;
    width: 100%
}

.hero,
.hero .img-bg {
    position: relative
}

@media (min-width:992px) {
    .hero .img-bg {
        display: block
    }
}

.hero-img {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

@media (min-width:992px) {
    .hero-img {
        display: block;
        height: 100%;
        max-height: 450px
    }
}

.hero-img-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.hero-title {
    margin: 0;
    padding: 0;
    position: relative
}

@media (min-width:992px) {
    .hero-title {
        margin: 0 0 1rem
    }
}

.hero-img .hero-title {
    margin: 2rem 0
}

@media (min-width:992px) {
    .hero-img .hero-title {
        background: #fff;
        bottom: 0;
        left: 0;
        margin: 2rem;
        padding: 1rem 2rem;
        position: absolute
    }
}

.hero-img-reverse .hero-title {
    margin: 0 0 2rem
}

@media (min-width:992px) {
    .hero-img-reverse .hero-title {
        margin: 2rem
    }
}

.hero-title h1 {
    font-size: 1.75rem;
    line-height: 2rem;
    margin: 0
}

@media (min-width:992px) {
    .hero-title h1 {
        font-size: 2.375rem
    }
}

.hero-title p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1;
    margin: 1rem 0 0;
    text-transform: uppercase
}

.img-bg {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -1
}

.nav-block:hover .img-bg {
    opacity: .85
}

@media (min-width:992px) {
    .img-bg {
        position: relative
    }
}

.img-bg img {
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
    width: 100%
}

.nav-block:hover .img-navblock-fade {
    opacity: .85
}

.img-fit {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.img-hero-container {
    height: 50vw;
    max-height: 450px
}

@media (min-width:768px) {
    .img-hero-container {
        height: 44vw
    }
}

@media (min-width:1200px) {
    .img-hero-container {
        height: 37vw
    }
}

.img-staff-list {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 160px;
    min-height: 160px;
    min-width: 152px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 152px
}

@media (min-width:992px) {
    .img-staff-list {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 200px;
        min-height: 200px;
        min-width: 190px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 190px
    }
}

.img-staff-detail {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 160px;
    min-height: 160px;
    min-width: 152px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 152px
}

@media (min-width:992px) {
    .img-staff-detail {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 240px;
        min-height: 240px;
        min-width: 190px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 190px
    }
}

.infobox {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    margin-bottom: 2rem;
    padding: 2rem
}

.infobox.language-switch {
    padding: 0 2rem 2rem
}

.list-item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 2rem
}

@media (max-width:767.98px) {
    .list-item-card {
        background-color: #f9f8f5;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.list-item-img {
    margin-right: 1rem
}

@media (max-width:767.98px) {
    .list-item-card .list-item-img {
        margin-right: 0
    }
}

.list-item-img img {
    min-width: 190px;
    width: 190px
}

.list-item-img img,
.list-item-square .list-item-img img {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 125px;
    min-height: 125px;
    -o-object-fit: cover;
    object-fit: cover
}

.list-item-square .list-item-img img {
    min-width: 125px;
    width: 125px
}

@media (max-width:767.98px) {
    .list-item-card .list-item-img img {
        display: block;
        font-family: "object-fit:cover", "object-fit: cover;";
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

.list-item-body {
    overflow: hidden;
    position: relative
}

@media (max-width:767.98px) {
    .list-item-card .list-item-body {
        padding: 1rem
    }
}

@media (max-width:767.98px) {
    .list-item-card .list-item-body p {
        display: none
    }
}

.list-item-lined {
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    margin: -1px 0 0;
    padding: 1rem 0
}

.list {
    padding-left: 2rem
}

.list li {
    margin-bottom: .25rem;
    padding-left: .25rem
}

ol.list {
    padding-left: 2rem !important;
    -webkit-padding-start: 2rem
}

.list.nav,
.list.nav-accordion,
.list.navbar-nav {
    margin-bottom: 0
}

.list.nav-accordion li,
.list.navbar-nav li,
.list.nav li {
    margin-bottom: 0;
    padding-left: 0
}

.header-logo {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%
}

.header-logo img {
    display: block
}

.header-logo-ehl img {
    min-height: 64px;
    min-width: 153px
}

.header-logo-institution img {
    max-height: 100px;
    min-height: 64px
}

@media (max-width:991.98px) {
    .header-logo img {
        max-height: 72px
    }
}

@media (max-width:1024px) {
    .medarbetarweb-title {
        font-size: 5vw
    }

    .medarbetarweb-sub {
        font-size: 2vw
    }
}

.main {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

@media (min-width:992px) {
    .main {
        margin-bottom: 3.5rem;
        margin-top: 3.5rem
    }
}

.map {
    height: 100%;
    width: 100%
}

.map-container {
    height: 80vw;
    position: relative;
    width: 100%
}

@media (min-width:576px) {
    .map-container {
        height: 60vw
    }
}

@media (min-width:768px) {
    .map-container {
        height: 50vw
    }
}

@media (min-width:992px) {
    .map-container {
        height: 40vw
    }
}

@media (min-width:1200px) {
    .map-container {
        height: 33vw
    }
}

.masonry {
    display: -webkit-box;
    display: flex;
    height: auto;
    left: 0;
    top: 0;
    width: calc(100% + .53124rem)
}

@media (min-width:992px) {
    .masonry {
        height: 100%;
        position: absolute;
        width: calc(100% + 1.0625rem)
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-5 {
        width: 5%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-5 {
        height: 5%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-10 {
        width: 10%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-10 {
        height: 10%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-15 {
        width: 15%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-15 {
        height: 15%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-20 {
        width: 20%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-20 {
        height: 20%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-25 {
        width: 25%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-25 {
        height: 25%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-30 {
        width: 30%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-30 {
        height: 30%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-35 {
        width: 35%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-35 {
        height: 35%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-40 {
        width: 40%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-40 {
        height: 40%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-45 {
        width: 45%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-45 {
        height: 45%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-50 {
        width: 50%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-50 {
        height: 50%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-55 {
        width: 55%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-55 {
        height: 55%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-60 {
        width: 60%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-60 {
        height: 60%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-65 {
        width: 65%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-65 {
        height: 65%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-70 {
        width: 70%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-70 {
        height: 70%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-75 {
        width: 75%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-75 {
        height: 75%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-80 {
        width: 80%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-80 {
        height: 80%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-85 {
        width: 85%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-85 {
        height: 85%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-90 {
        width: 90%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-90 {
        height: 90%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-95 {
        width: 95%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-95 {
        height: 95%
    }
}

@media (min-width:992px) {
    .masonry .masonry-col-100 {
        width: 100%
    }
}

@media (min-width:992px) {
    .masonry .masonry-row-100 {
        height: 100%
    }
}

.masonry-container {
    margin: 0 -.26562rem;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (min-width:992px) {
    .masonry-container {
        margin: 0 -.53125rem;
        padding-top: 100%
    }
}

@media (min-width:992px) {
    .masonry-container-1by1 {
        padding-top: 100%
    }
}

@media (min-width:992px) {
    .masonry-container-4by3 {
        padding-top: 75%
    }
}

@media (min-width:992px) {
    .masonry-container-16by9 {
        padding-top: 56.25%
    }
}

@media (min-width:992px) {
    .masonry-container-3by2 {
        padding-top: 66.66667%
    }
}

@media (min-width:992px) {
    .masonry-container-8by5 {
        padding-top: 62.5%
    }
}

@media (min-width:992px) {
    .masonry-container-2by1 {
        padding-top: 50%
    }
}

.masonry-col,
.masonry-row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    width: 100%
}

@media (min-width:992px) {

    .masonry-col,
    .masonry-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.masonry-row .masonry-cols {
    width: 100%
}

.masonry-cols,
.masonry-rows {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%
}

@media (min-width:992px) {

    .masonry-cols,
    .masonry-rows {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }
}

.masonry-col,
.masonry-rows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.masonry-tile {
    border: .26562rem solid transparent;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .masonry-tile {
        border-width: .53125rem
    }
}

.masonry-tile-img,
.masonry-tile>* {
    height: 100%;
    width: 100%
}

.masonry-tile-img {
    min-height: 15rem;
    position: relative
}

@media (min-width:992px) {
    .masonry-tile-img {
        min-height: auto
    }
}

.masonry-tile-img-bg {
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: -1
}

.nav-block:hover .masonry-tile-img-bg {
    opacity: .85
}

.masonry-tile-img-bg img {
    display: block;
    font-family: "object-fit:cover", "object-fit: cover;";
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.masonry-tile-video-bg {
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: -1
}

.masonry-tile-video-bg video {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto
}

.nav-block:hover .masonry-tile-video-bg video {
    opacity: .85
}

.masonry-tile-img-content {
    bottom: 1rem;
    padding: 0 1rem;
    position: absolute
}

@media (min-width:1200px) {
    .masonry-tile-img-content {
        bottom: 2rem;
        padding: 0 2rem
    }
}

@media (min-width:992px) {

    .masonry-tile-sm .h1,
    .masonry-tile-sm h1 {
        font-size: 1.3125rem
    }
}

@media (min-width:992px) {

    .masonry-tile-md .h1,
    .masonry-tile-md h1 {
        font-size: 1.96875rem
    }
}

.mobile-nav-bar {
    display: -webkit-box;
    display: flex;
    height: 43px;
    overflow: hidden;
    white-space: nowrap
}

.mobile-nav-bar .nav-item {
    border-bottom: 2px solid transparent;
    height: 43px;
    margin-right: .5rem
}

.mobile-nav-bar .nav-item.active {
    border-bottom: 2px solid #a3a197
}

.mobile-nav-bar .active .nav-link {
    color: #4d4c44
}

.mobile-nav {
    border-top: 1px solid #dee2e6;
    list-style: none;
    padding: 0
}

.mobile-nav-root {
    background-color: #4d4c44
}

.mobile-nav-container {
    border-bottom: 1px solid;
    display: -webkit-box;
    display: flex;
    padding: 0
}

.mobile-nav-root .mobile-nav-container,
.mobile-nav-root .mobile-nav-toggle {
    border-color: rgba(222, 226, 230, .25)
}

.mobile-nav:not(.mobile-nav-root) .mobile-nav-container,
.mobile-nav:not(.mobile-nav-root) .mobile-nav-toggle {
    border-color: #dee2e6
}

.mobile-nav:not(.mobile-nav-root) .mobile-nav-item {
    padding-left: 8px
}

.mobile-nav-root .nav-link {
    color: #fff
}

.mobile-nav-root .mobile-nav {
    background-color: #fff;
    border: 0
}

.mobile-nav-root .mobile-nav .mobile-nav {
    background-color: rgba(226, 221, 203, .2)
}

.mobile-nav-root .mobile-nav .mobile-nav .mobile-nav {
    background-color: rgba(226, 221, 203, .3)
}

.mobile-nav-root .mobile-nav .mobile-nav .mobile-nav .mobile-nav {
    background-color: rgba(226, 221, 203, .4)
}

.mobile-nav-root .mobile-nav .mobile-nav .mobile-nav .mobile-nav .mobile-nav {
    background-color: rgba(226, 221, 203, .5)
}

.mobile-nav .nav-divider,
.mobile-nav .nav-link {
    display: block;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 1rem;
    width: 100%
}

.mobile-nav-toggle {
    border-left: 1px solid;
    flex-shrink: 1;
    padding: 1rem;
    width: auto
}

.mobile-nav-root .mobile-nav-toggle,
.mobile-nav-root .nav-link {
    color: #fff
}

.mobile-nav-root .mobile-nav .mobile-nav-toggle,
.mobile-nav-root .mobile-nav .nav-link {
    color: #875e29
}

.mobile-nav .nav-link.active {
    border-left: 6px solid;
    font-weight: 500
}

.mobile-nav .nav-link.active:hover {
    text-decoration: inherit
}

.mobile-nav-root .nav-link.active {
    border-color: #fff;
    color: #fff
}

.mobile-nav:not(.mobile-nav-root) .nav-link.active {
    border-color: #875e29;
    color: #000
}

.meta {
    font-size: .9375rem;
    margin-bottom: .5rem
}

@media (min-width:576px) {
    .meta {
        letter-spacing: .5px
    }
}

.meta-date {
    font-weight: 500
}

.meta-category {
    display: inline
}

.meta-category:before {
    content: "  |  ";
    margin: .25rem
}

.pagination {
    max-width: 100%
}

.page-item {
    margin-left: 10px;
    text-align: center
}

.page-item:first-child {
    margin-left: 0
}

.page-item .page-icon {
    margin: 0
}

@media (min-width:768px) {
    .page-item:first-child .page-icon {
        margin-right: .75rem
    }
}

@media (min-width:768px) {
    .page-item:last-child .page-icon {
        margin-left: .75rem
    }
}

@media (max-width:991.98px) {
    .page-label {
        display: none
    }
}

.page-link {
    text-decoration: none;
    white-space: nowrap
}

.page-text {
    border: 1px solid transparent;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.pagination-lg .page-text {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

@media (min-width:768px) {
    .pagination-lg .page-item:first-child.page-icon {
        margin-right: 1.5rem
    }
}

@media (min-width:768px) {
    .pagination-lg .page-item:last-child .page-icon {
        margin-left: 1.5rem
    }
}

.pagination-sm .page-text {
    font-size: .9375rem;
    line-height: 1.5;
    padding: .33rem .85rem
}

@media (min-width:768px) {
    .pagination-sm .page-item:first-child.page-icon {
        margin-right: .85rem
    }
}

@media (min-width:768px) {
    .pagination-sm .page-item:last-child .page-icon {
        margin-left: .85rem
    }
}

.header-search-container {
    max-width: 36rem !important
}

.header-search-container--institution {
    max-width: 26rem !important
}

.header-search-container .form-control-sm,
.header-search-container .input-group-sm>.form-control,
.header-search-container .input-group-sm>.input-group-append>.btn,
.header-search-container .input-group-sm>.input-group-append>.input-group-text,
.header-search-container .input-group-sm>.input-group-prepend>.btn,
.header-search-container .input-group-sm>.input-group-prepend>.input-group-text,
.header-search-form .form-control-sm,
.header-search-form .input-group-sm>.form-control,
.header-search-form .input-group-sm>.input-group-append>.btn,
.header-search-form .input-group-sm>.input-group-append>.input-group-text,
.header-search-form .input-group-sm>.input-group-prepend>.btn,
.header-search-form .input-group-sm>.input-group-prepend>.input-group-text {
    line-height: normal
}

.nav-accordion {
    border-top: 1px solid #dee2e6;
    list-style: none;
    padding: 0
}

.nav-accordion .nav-accordion {
    border: 0
}

.nav-accordion li {
    padding: 0
}

.nav-accordion .nav-divider,
.nav-accordion .nav-link {
    border-bottom: 1px solid #dee2e6;
    display: block;
    padding: .25rem 1rem
}

.nav-accordion li li .nav-link {
    padding-left: 2rem
}

.nav-accordion li li .nav-link.active {
    padding-left: 1.75rem
}

.nav-accordion li li li .nav-link {
    padding-left: 3rem
}

.nav-accordion li li li .nav-link.active {
    padding-left: 2.75rem
}

.nav-accordion li li li li .nav-link {
    padding-left: 4rem
}

.nav-accordion li li li li .nav-link.active {
    padding-left: 3.75rem
}

.nav-accordion li li li li li .nav-link {
    padding-left: 5rem
}

.nav-accordion li li li li li .nav-link.active {
    padding-left: 4.75rem
}

.nav-accordion li li li li li li .nav-link {
    padding-left: 6rem
}

.nav-accordion li li li li li li .nav-link.active {
    padding-left: 5.75rem
}

.nav-accordion li li li li li li li .nav-link {
    padding-left: 7rem
}

.nav-accordion li li li li li li li .nav-link.active {
    padding-left: 6.75rem
}

.nav-accordion li li li li li li li li .nav-link {
    padding-left: 8rem
}

.nav-accordion li li li li li li li li .nav-link.active {
    padding-left: 7.75rem
}

.nav-accordion .nav-link {
    font-weight: 300;
    padding: 1rem
}

@media (min-width:992px) {
    .nav-accordion .nav-link {
        padding: .75rem 1rem
    }
}

.nav-accordion .nav-link .float-right,
.nav-accordion .nav-link:hover {
    color: #875e29
}

.nav-accordion .nav-link.active {
    background: #f9f8f5;
    border-left: .25rem solid #a3a197;
    color: #4d4c44;
    font-weight: 500
}

.nav-accordion .nav-link.active:hover {
    color: rgba(0, 0, 0, .8)
}

.nav-accordion .nav-link.collapse,
.nav-accordion .nav-link.collapse+ul {
    background: #f9f8f5
}

.nav-accordion .nav-link.collapse:hover {
    color: #4d4c44
}

.nav-accordion .nav-link.collapsed {
    background: none;
    color: #875e29;
    font-weight: 300
}

.nav-accordion .nav-link.collapsed:hover {
    background: #f9f8f5
}

.nav-accordion .nav-link.collapsed.active {
    color: #4d4c44
}

.nav-accordion .nav-link.collapsed.active:hover {
    color: rgba(0, 0, 0, .8)
}

.anchor:target {
    top: -120px
}

.anchor-tight:target,
.anchor:target {
    display: block;
    position: relative;
    visibility: hidden
}

.anchor-tight:target {
    top: -88px
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .anchor:target {
        top: -120px
    }

    .anchor-tight:target,
    .anchor:target {
        display: block;
        position: relative;
        visibility: hidden
    }

    .anchor-tight:target {
        top: -88px
    }

    @media (min-width:576px) {
        .anchor-sm:target {
            top: -120px
        }

        .anchor-sm-tight:target,
        .anchor-sm:target {
            display: block;
            position: relative;
            visibility: hidden
        }

        .anchor-sm-tight:target {
            top: -88px
        }
    }

    @media (min-width:768px) {
        .anchor-md:target {
            top: -120px
        }

        .anchor-md-tight:target,
        .anchor-md:target {
            display: block;
            position: relative;
            visibility: hidden
        }

        .anchor-md-tight:target {
            top: -88px
        }
    }

    @media (min-width:992px) {
        .anchor-lg:target {
            top: -120px
        }

        .anchor-lg-tight:target,
        .anchor-lg:target {
            display: block;
            position: relative;
            visibility: hidden
        }

        .anchor-lg-tight:target {
            top: -88px
        }
    }

    @media (min-width:1200px) {
        .anchor-xl:target {
            top: -120px
        }

        .anchor-xl-tight:target,
        .anchor-xl:target {
            display: block;
            position: relative;
            visibility: hidden
        }

        .anchor-xl-tight:target {
            top: -88px
        }
    }
}

.swipe {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 1rem
}

.swipe::-webkit-scrollbar {
    display: none
}

.swipe-inner {
    flex-wrap: nowrap;
    padding-bottom: 1rem
}

@media (min-width:576px) {
    .swipe-sm {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }

    .swipe-sm::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:576px) {
    .swipe-sm-none {
        overflow: visible
    }

    .swipe-sm-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important
    }
}

@media (min-width:768px) {
    .swipe-md {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }

    .swipe-md::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:768px) {
    .swipe-md-none {
        overflow: visible
    }

    .swipe-md-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important
    }
}

@media (min-width:992px) {
    .swipe-lg {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }

    .swipe-lg::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:992px) {
    .swipe-lg-none {
        overflow: visible
    }

    .swipe-lg-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important
    }
}

@media (min-width:1200px) {
    .swipe-xl {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }

    .swipe-xl::-webkit-scrollbar {
        display: none
    }
}

@media (min-width:1200px) {
    .swipe-xl-none {
        overflow: visible
    }

    .swipe-xl-none .swipe-inner {
        flex-wrap: wrap;
        padding-bottom: 0;
        width: auto !important
    }
}

.swipe-steps {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center
}

.swipe-step {
    background-color: #fff;
    border: 1px solid #875e29;
    border-radius: 999px;
    display: block;
    height: 12px;
    margin: 0 5px;
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
    width: 12px
}

.swipe-step.active {
    background-color: #875e29
}

.teaser-masonry {
    padding: 1rem
}

.teaser-masonry>* {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.teaser-masonry-a {
    height: 866px
}

.teaser-masonry-b {
    height: 318px
}

.teaser-masonry-c {
    height: 540px
}

.teaser-masonry-d {
    height: 644px
}

html {
    scroll-behavior: smooth
}

.btn--back-to-top {
    background-color: #4d4c44;
    border-bottom-left-radius: 5rem;
    border-bottom-right-radius: 0;
    border-color: #fff;
    border-top-left-radius: 5rem;
    border-top-right-radius: 0;
    border-width: 3px;
    bottom: 0;
    color: #fff;
    display: inline-block;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 2rem;
    margin-bottom: 2rem;
    opacity: 0;
    position: fixed;
    right: -3px;
    -webkit-transition: visibility 0s, opacity .3s linear;
    transition: visibility 0s, opacity .3s linear;
    visibility: hidden;
    z-index: 900
}

.btn--back-to-top:hover {
    color: #fff
}

.ease-in {
    opacity: 1;
    visibility: visible
}

.ease-out {
    opacity: 0;
    visibility: visible
}

.main-nav__shortcut {
    background-color: #fff;
    color: #875e29;
    left: 0;
    margin-left: 4px;
    margin-top: 4px;
    padding: 2px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -100px;
    z-index: 1
}

.main-nav__shortcut:focus {
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0
}

.card-img-top {
    min-height: 1px
}

.modal-open .modal {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.leaflet-image-layer,
.leaflet-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane,
.leaflet-pane>canvas,
.leaflet-pane>svg,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden
}

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-tile::-moz-selection {
    background: transparent
}

.leaflet-tile::selection {
    background: transparent
}

.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast
}

.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    max-height: none !important
}

.leaflet-container.leaflet-touch-zoom {
    touch-action: pan-x pan-y
}

.leaflet-container.leaflet-touch-drag {
    touch-action: none;
    touch-action: pinch-zoom
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    touch-action: none
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, .4)
}

.leaflet-tile {
    -webkit-filter: inherit;
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    box-sizing: border-box;
    z-index: 800
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-pane {
    z-index: 400
}

.leaflet-tile-pane {
    z-index: 200
}

.leaflet-overlay-pane {
    z-index: 400
}

.leaflet-shadow-pane {
    z-index: 500
}

.leaflet-marker-pane {
    z-index: 600
}

.leaflet-tooltip-pane {
    z-index: 650
}

.leaflet-popup-pane {
    z-index: 700
}

.leaflet-map-pane canvas {
    z-index: 100
}

.leaflet-map-pane svg {
    z-index: 200
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1), -webkit-transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-pan-anim .leaflet-tile,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-interactive {
    cursor: pointer
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: grab
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair
}

.leaflet-control,
.leaflet-popup-pane {
    cursor: auto
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.leaflet-image-layer,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-pane>svg path,
.leaflet-tile-container {
    pointer-events: none
}

.leaflet-image-layer.leaflet-interactive,
.leaflet-marker-icon.leaflet-interactive,
.leaflet-pane>svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted;
    pointer-events: auto
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078a8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: hsla(0, 0%, 100%, .5)
}

.leaflet-container {
    font: 12px/1.5 Helvetica Neue, Arial, Helvetica, sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: 700 18px Lucida Console, Monaco, monospace;
    text-indent: 1px
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
    width: 36px;
    height: 36px
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
    background-size: 26px 26px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers-expanded .leaflet-control-layers-toggle,
.leaflet-control-layers .leaflet-control-layers-list {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-default-icon-path {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: hsla(0, 0%, 100%, .7);
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    /* text-decoration: underline */
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    background: hsla(0, 0%, 100%, .5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers {
    box-shadow: none
}

.leaflet-touch .leaflet-bar,
.leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4)
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before,
.leaflet-tooltip-top:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.leaflet-tooltip-bottom {
    margin-top: 6px
}

.leaflet-tooltip-top {
    margin-top: -6px
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff
}

.leaflet-tooltip-left {
    margin-left: -6px
}

.leaflet-tooltip-right {
    margin-left: 6px
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff
}
.sticky-scroll {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}

.az{
     max-width: 80%;
  width: 80%;
  height: 80%;
  max-height: 80%;
}
.ay{
      max-width: 70%;
  width: 70%;
  height:70%;
  max-height: 70%;
  position:relative;
  top: 25px;
}
.ays{
      max-width: 50%;
  width: 50%;
  height:50%;
  max-height: 50%;
  position:relative;
  margin-top: 90px;
  margin-left:40px;
}
.ayc{
      max-width: 90%;
  width: 90%;
  height:90%;
  max-height: 90%;
  position:relative;
  margin-top: 90px;
  margin-left:10px;
}
.aa{
  max-width: 60%;
  width: 60%;
  height:60%;
  max-height: 60%;
  position:relative;
  top: 25px;   
  left:40px;
}
.aw{
      max-width: 60%;
  width: 60%;
  height:60%;
  max-height: 60%;
  position:relative;
  top: 25px;
}
.af{
  max-width: 50%;
  width: 50%;
  height:50%;
  max-height: 50%;
  position:relative;
  top: 25px;
  margin-left:90%;
}
.afd{
  max-width: 50%;
  width: 50%;
  height:50%;
  max-height: 50%;
  position:relative;
  top: 25px;
  margin-left:89;
}

.ab{
  max-width: 40%;
  width: 40%;
  height:40%;
  max-height: 40%;
  position:relative;
  top: 25px;
  left:45px;
}
.ax{
   max-width: 100%;
  width: 100%;
  height:100%;
  max-height: 100%;
}
.napa{
    position:relative;
    left: 129px;
    top: -50px;
}
@media screen and (max-width: 350px) {
    .navbar-one{
        display: none;
    }
    #statistics{
    position: relative;
    margin-left: 100px;
    /*font-size: 10px;*/
}
 #statistics1{
    position: relative;
    margin-left: 40px;
    /*font-size: 10px;*/
}
    .navbar-one{
        display: none;
    }
    .mapouter{
        position:relative;
        left: 10px;
        top:-10px;
    }
    .dit-copyright-wrapper{
        position:relative;
        top: 120px;
    }
    .xo{
        position:relative;
        left: 59px;
    }
    .az{
        position:relative;
        left:20px;
    }
    .ay{
        position:relative;
        left:4px;
        max-height:100%;
        height:100%;
        width:100%;
        max-width:100%;
        top:-10px;
    }
    .ax{
        position:relative;
        top:-27px;
    }
    .aa{
        position:relative;
        left:50px;
        top:-28px;
    }
    .ab{
        position:relative;
        left: 65px;
        top: 10px;
    }
    .az{
        position:relative;
        left:27px;
        max-height:80%;
        height:80%;
        width:80%;
        max-width:100%;
        top: 5px; 
    }
    .ays{
        position:relative;
        left: 10px;
        top: -68px;
    }
    .ayc{
        position:relative;
        top: -138px;
          max-height:100%;
        height:100%;
        width:100%;
        max-width:100%;
    }
    .afd{
        position:relative;
        top:-100px;
        left: 50px;
    }
    .fc{
        position:relative;
        left: 100px;
    }
    .po1{
        position:relative;
        margin-left:110px;
        top:40px;
    }
    .a0{
        width:290px;
    }
}
.po1{
    position:relative;
    left:-110px;
}
.navbar{
    background-color: red;
}
.footer{
/*    visibility: hidden;*/
}
.sticky-scroll {
        position: sticky;
        top: 0; /* Stick to the top of the viewport */
        background-color: #fff;
        color: white;
        padding: 10px 0;
        text-align: center;
        z-index: 100;
    }

a{
    text-decoration:none;
}
.sticky-scroll{
    position: sticky;
    width:100%;
}
#more{
    display:none;
}
#myBtn{
    padding: 10px;
    border-radius:4px;
    border:1px solid #6a4a20;
    color: #6a4a20;
    font-weight: 500;
    background-color: white;
}
#btnP{
    padding: 10px;
    border-radius:4px;
    border:1px solid #a1662f;
    color: white;
    font-weight: 500;
    background-color: #a1662f;

}

.navbar{
    border-bottom: 1px solid #cdcdcd;

}
#searchForm{
    position: relative;
    margin-left: -310px;
    width: 500px;
    top: 20px;
  }
  .navbar-nav{
    position: relative;
    margin-left: -500px;
    top: 22px;
  }
  .navbar-nav .navbar-item .navbar-link{
    position: relative;
    left: -200px;
  }

#statistics{
  color:white;
  position: relative;
  left: -100px;
}
#statistics1{
  color:white;
  position: relative;
  left: -137px;
}
#statistics:hover{
  color: #a1662f;
  /* text-decoration: underline; */
  font-weight: 500;
}
#goToTopButton {
    display: none; /* Initially hidden */
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    background-color:  #a1662f;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    cursor: pointer;
}

#goToTopButton:hover {
    background-color:  #a1662f;
}
.quicks ul li{
    color: white;
    list-style: none;
    padding-top: 4px;
}
.quicks ul li:hover{
    color: #a1662f;
}

.quicks ul a{
    text-decoration: none;
}
body{
    overflow-x: hidden;
}
#goToTopButton{
    z-index: 120000;
}

#mwja{
            display: none;
        }
        /* Top Bar Styles */
        .top-bar {
            background-color: #156F3E;
            color: #fff;
            padding: 10px;
            text-align: center;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            height: 50px;
        }

        /* Second Bar Styles */
        .second-bar {
            background-color: white;
            padding: 10px;
            position: sticky;
            top: 0;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #cdcdcd;

        }

        .logo {
            display: inline-block;
            margin-left: 20px;
            font-size: 1.5em;
            color: #fff;
        }

        .menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            top: 10px;
            /*left: 210px;*/

            padding-left: 20px;

        }

        .menu li {
           /* margin-right: 15px;
            padding-left: 4px;*/
        }

        .search-bar {
            margin-left: auto;
            position: relative;
            top: -35px;
            left: 400px;
            display: flex;
            flex-direction: row;
        }
        

        .additional-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
            margin-left: auto;
        }

        .additional-menu li {
            margin-right: 15px;
        }

.acx{
    position: relative;top:
    70px;
}
   @media (max-width: 768px) {
            .second-bar {
                flex-direction: column;
            }

            .menu {
                display: none;
            }

            .menu.active {
                display: flex;
            }

            .menu li {
                margin-bottom: 5px;
            }
        }
        @media (max-width: 768px) {
            .josea a{
    position: relative;
    margin-left: 25px;
}
            .libraries{
                position: relative;
                left: 70px;
            }
            .mmn{
                position: relative;
                left: -50px;
            }

            .end .container nav ol li{
                position: relative;
                top:-20px;
                left: -14px;
            }

            #acx{
                position: relative;
                top: -2000px;
            }
            .logo img{
                width: 250px;
                position: relative;left: -15px;
                top: 20px;
            }

            #mwja{
                 display: block;
                position: relative;
                left: 300px;
                top: -50px;
                font-size: 19px;
                 color: #a1662f;
                 border:1px solid gray;
 
            }
                       .top-bar{
                display: none;
            }
            .second-bar {
                flex-direction: column;
                align-items: flex-start;
            }

             .menu {
        /*margin-top: -80px;*/
        position: relative;
        top: -50px;
        width: 350px;
        /*left: -140px;*/
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        display: none;
        border:1px solid #c4c4c4;
        border-radius: 4px
    }/*
             #meus{
                display: none;
             }*/
            .menu li {
                margin-right: 0;
                margin-bottom: 5px;
                margin-top: 10px;
                color: #a1662f;
            }



            .search{
                margin-top: 10px;
                margin-left: 0;
                display: none;
            }

            .additional-menu {
                margin-top: 10px;
            }
        }
        .search{
            /*position: relative;*/
            margin-left: -800px;
            margin-top: -110px;
            position: relative;
            margin-top: -35px;
            z-index: 1200000000;
         
        }
        .search input{
            z-index: 1200000000;
            border-top-left-radius: 19px;
           border-bottom-left-radius: 19px;
           width: 420px;


        }
        .vx{
            display: flex;
            flex-direction: row;   
        }
        .vx button{
              border-top-right-radius: 19px;
           border-bottom-right-radius: 19px;   
        }
        .xp{
            border-top-right-radius: 19px;
           border-bottom-right-radius: 19px;
           width: 120px;
        }
        .left2 ul{
            display: flex;
            flex-direction: row;
        }
        .left2 ul li{
            list-style: none;
            color: white
        }
        .left2 ul li a{
            text-decoration: none;
            color: white;
        }
        .right2 .a9{
                display: flex;
                flex-direction: row;
                z-index: 15000;
                /*justify-content: space-around;*/
        }
        .right2 .a9 li{
                list-style: none;
        }
                /* iPad and Tablet Styles */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        font-size: 14px; /* Adjust font size for better readability on smaller screens */
    }

      .end .container nav ol li{
                position: relative;
                top: -60px;
                left: -14px;
            }

    .top-bar, .second-bar {
        height: auto; /* Adjust the height of the top and second bars for smaller screens */
        padding: 10px; /* Add padding for better spacing on smaller screens */
    }

    .logo img {
        max-width: 100%; /* Ensure the logo stays within its container on smaller screens */
        height: auto; 
        position:relative;
        top: 20px;/* Maintain the aspect ratio of the logo */
    }
    .search{
        display: none;
    }

    

    .menu {
        display: none; /* Hide the menu by default on smaller screens */
    }

    #meus.active {
        display: flex;
        flex-direction: column;
        background-color: #fff; /* Add a background color to the dropdown */
        position: absolute;
        left: 100px;
        border: 1px solid #a1662f;
        width: 700px;
        border-radius: 4px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: 80px; /* Adjust the top position based on your design */
        z-index: 1000; /* Ensure the dropdown appears above other elements */
    }

    #meus.active li {
        margin-bottom: 5px; /* Adjust spacing between dropdown items */
    }

    /* Add styles for the dropdown arrow if needed */
    .dropdown-arrow {
        display: inline-block;
        margin-left: 5px; /* Adjust the margin as needed */
    }

    .search-bar {
        display: none; /* Hide the search bar by default on smaller screens */
    }

    .additional-menu li {
        margin-right: 10px; /* Adjust the spacing of additional menu items on smaller screens */
    }
    #mwja{
        display: block;
        position: relative;
        left: 700px;
        top: -80px;
        font-size: 30px;
    }
    .search {
        margin-left: 20px; /* Adjust the margin for the search bar on smaller screens */
    }

.dropdowns {
    position: relative;
    display: block;
}

.dropdown-menus {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #555;
    padding: 10px;
}

.dropdowns:hover .dropdown-menus {
    display: block;
}
    #mdja {
        display: block; /* Ensure the element is visible on smaller screens */
        position: relative;
        margin-left: 500px;
        top: 0;
        float: right;
        /* Adjust the right margin for spacing */
        text-align: right; /* Align the content to the right side */
    }

    .vx button {
        width: auto;

         /* Adjust the width of the button in the search bar on smaller screens */
    }

    @media (max-width: 768px) {
        /* Additional styles for screens with a maximum width of 768px */
        .logo img {
            max-width: 80%; /* Further reduce logo size for smaller screens */
        }
         #mdja {
            margin-right: 10px; /* Adjust the right margin for spacing on smaller screens */
        }
    }
}

}
.end{
    z-index: 150000;
}
.var{
    position: relative;
    margin-top: 50px;
}
.custom-hr {
    width: 100%;
    position: relative;
    top: 100px;
    left: -100px;
}
.end{
    position: relative;
    top: 45px;
    padding-bottom: 15px;
    /*z-index: 1500000;*/
    left: 20px;
}
.josea a{
    position: relative;
    left: 12px;
}