@charset "UTF-8";

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #434040;
    --secondary: #FA8B41;
    --success: rgba(0, 153, 153, 0.8);
    --info: #009999;
    --warning: #cc6633;
    --danger: #a91628;
    --light: #a91628;
    --dark: #a91628;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.86;
    color: #9C9FA4;
    text-align: left;
    background-color: #ffffff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 24px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #434040;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #131010;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #9C9FA4;
    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;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 24px;
    font-family: "Dosis";
    font-weight: 400;
    line-height: 1.3;
    color: #434040;
}

h1, .h1 {
    font-size: 48px;
}

h2, .h2 {
    font-size: 36px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 21px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

.lead, .format-status .card-body p:not(.card-subtitle) {
    font-size: 18px;
    font-weight: 300;
}

.display-1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 1.3;
}

.display-2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.3;
}

.display-3 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
}

.display-4 {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #9C9FA4;
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 10px;
    font-size: 22px;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #393e43;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 0px;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 5px;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #868e96;
}

code,
kbd,
pre,
samp {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0px;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: 0;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 90%;
    color: #212529;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.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: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.3333333333%;
                flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.6666666667%;
                flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.3333333333%;
                flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.6666666667%;
                flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    background-color: #dfdfdf;
}

.table th,
.table td {
    padding: 20px;
    vertical-align: top;
    border-top: 1px solid rgba(0, 0, 0, 0.025);
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, 0.025);
}

.table tbody + tbody {
    border-top: 2px solid rgba(0, 0, 0, 0.025);
}

.table .table {
    background-color: #ffffff;
}

.table-sm th,
.table-sm td {
    padding: 10;
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.025);
}

.table-bordered th,
.table-bordered td {
    border: 1px solid rgba(0, 0, 0, 0.025);
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(222, 222, 222, 0.6);
}

.table-hover tbody tr:hover {
    background-color: rgba(222, 222, 222, 0.4);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #cacaca;
}

.table-hover .table-primary:hover {
    background-color: #bdbdbd;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #bdbdbd;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #fedfca;
}

.table-hover .table-secondary:hover {
    background-color: #fed0b1;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #fed0b1;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: rgba(203, 234, 234, 0.944);
}

.table-hover .table-success:hover {
    background-color: rgba(185, 227, 227, 0.944);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: rgba(185, 227, 227, 0.944);
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #b8e2e2;
}

.table-hover .table-info:hover {
    background-color: #a6dbdb;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #a6dbdb;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #f1d4c6;
}

.table-hover .table-warning:hover {
    background-color: #ecc5b2;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ecc5b2;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #e7bec3;
}

.table-hover .table-danger:hover {
    background-color: #e0abb2;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #e0abb2;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #e7bec3;
}

.table-hover .table-light:hover {
    background-color: #e0abb2;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #e0abb2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #e7bec3;
}

.table-hover .table-dark:hover {
    background-color: #e0abb2;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #e0abb2;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: red;
}

.table-hover .table-active:hover {
    background-color: #e60000;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: #e60000;
}

.table .thead-dark th {
    color: #ffffff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: rgba(0, 0, 0, 0.025);
}

.table-dark {
    color: #ffffff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.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: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm.table-bordered {
        border: 0;
    }
}

@media (max-width: 767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md.table-bordered {
        border: 0;
    }
}

@media (max-width: 991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg.table-bordered {
        border: 0;
    }
}

@media (max-width: 1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl.table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
    border: 0;
}

.form-control, .wc-widget select.postform,
.wc-widget select.dropdown_product_cat,
.wc-widget.widget_archive select {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.25;
    color: #605A5A;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 2px solid #9C9FA4;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand, .wc-widget select.postform::-ms-expand,
.wc-widget select.dropdown_product_cat::-ms-expand,
.wc-widget.widget_archive select::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus, .wc-widget select.postform:focus,
.wc-widget select.dropdown_product_cat:focus,
.wc-widget.widget_archive select:focus {
    color: #434040;
    background-color: #ffffff;
    border-color: #434040;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-control::-webkit-input-placeholder, .wc-widget select.postform::-webkit-input-placeholder,
.wc-widget select.dropdown_product_cat::-webkit-input-placeholder,
.wc-widget.widget_archive select::-webkit-input-placeholder {
    color: #9C9FA4;
    opacity: 1;
}

.form-control:-ms-input-placeholder, .wc-widget select.postform:-ms-input-placeholder,
.wc-widget select.dropdown_product_cat:-ms-input-placeholder,
.wc-widget.widget_archive select:-ms-input-placeholder {
    color: #9C9FA4;
    opacity: 1;
}

.form-control::-ms-input-placeholder, .wc-widget select.postform::-ms-input-placeholder,
.wc-widget select.dropdown_product_cat::-ms-input-placeholder,
.wc-widget.widget_archive select::-ms-input-placeholder {
    color: #9C9FA4;
    opacity: 1;
}

.form-control::placeholder, .wc-widget select.postform::placeholder,
.wc-widget select.dropdown_product_cat::placeholder,
.wc-widget.widget_archive select::placeholder {
    color: #9C9FA4;
    opacity: 1;
}

.form-control:disabled, .wc-widget select.postform:disabled,
.wc-widget select.dropdown_product_cat:disabled,
.wc-widget.widget_archive select:disabled, .form-control[readonly], .wc-widget select[readonly].postform,
.wc-widget select[readonly].dropdown_product_cat,
.wc-widget.widget_archive select[readonly] {
    background-color: #c5c2c5;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]), .wc-widget select.postform:not([size]):not([multiple]),
.wc-widget select.dropdown_product_cat:not([size]):not([multiple]),
.wc-widget.widget_archive select:not([size]):not([multiple]) {
    height: calc(37.5px + 4px);
}

select.form-control:focus::-ms-value, .wc-widget select.postform:focus::-ms-value,
.wc-widget select.dropdown_product_cat:focus::-ms-value,
.wc-widget.widget_archive select:focus::-ms-value {
    color: #605A5A;
    background-color: rgba(255, 255, 255, 0.85);
}

.form-control-file,
.form-control-range {
    display: block;
}

.col-form-label {
    padding-top: calc(10px + 2px);
    padding-bottom: calc(10px + 2px);
    margin-bottom: 0;
    line-height: 1.25;
}

.col-form-label-lg {
    padding-top: calc(13px + 2px);
    padding-bottom: calc(13px + 2px);
    font-size: 21px;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(5px + 2px);
    padding-bottom: calc(5px + 2px);
    font-size: 16px;
    line-height: 1.5;
}

.col-form-legend {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 1.25;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .wc-widget .input-group-sm > select.form-control-plaintext.postform,
.wc-widget .input-group-sm > select.form-control-plaintext.dropdown_product_cat,
.wc-widget.widget_archive .input-group-sm > select.form-control-plaintext,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .wc-widget .input-group-lg > select.form-control-plaintext.postform,
.wc-widget .input-group-lg > select.form-control-plaintext.dropdown_product_cat,
.wc-widget.widget_archive .input-group-lg > select.form-control-plaintext,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .wc-widget .input-group-sm > select.postform,
.wc-widget .input-group-sm > select.dropdown_product_cat,
.wc-widget.widget_archive .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding: 5px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .wc-widget .input-group-sm > select.postform:not([size]):not([multiple]),
.wc-widget .input-group-sm > select.dropdown_product_cat:not([size]):not([multiple]),
.wc-widget.widget_archive .input-group-sm > select:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(34px + 4px);
}

.form-control-lg, .input-group-lg > .form-control, .wc-widget .input-group-lg > select.postform,
.wc-widget .input-group-lg > select.dropdown_product_cat,
.wc-widget.widget_archive .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding: 13px 50px;
    font-size: 21px;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .wc-widget .input-group-lg > select.postform:not([size]):not([multiple]),
.wc-widget .input-group-lg > select.dropdown_product_cat:not([size]):not([multiple]),
.wc-widget.widget_archive .input-group-lg > select:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(57.5px + 4px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
    color: #9C9FA4;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.25rem;
    margin-left: -1.25rem;
}

.form-check-inline {
    display: inline-block;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
    vertical-align: middle;
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: rgba(0, 153, 153, 0.8);
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 153, 153, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid, .was-validated .wc-widget select.postform:valid, .wc-widget .was-validated select.postform:valid, .was-validated
.wc-widget select.dropdown_product_cat:valid,
.wc-widget .was-validated select.dropdown_product_cat:valid, .was-validated
.wc-widget.widget_archive select:valid,
.wc-widget.widget_archive .was-validated select:valid, .form-control.is-valid, .wc-widget select.is-valid.postform,
.wc-widget select.is-valid.dropdown_product_cat,
.wc-widget.widget_archive select.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: rgba(0, 153, 153, 0.8);
}

.was-validated .form-control:valid:focus, .was-validated .wc-widget select.postform:valid:focus, .wc-widget .was-validated select.postform:valid:focus, .was-validated
.wc-widget select.dropdown_product_cat:valid:focus,
.wc-widget .was-validated select.dropdown_product_cat:valid:focus, .was-validated
.wc-widget.widget_archive select:valid:focus,
.wc-widget.widget_archive .was-validated select:valid:focus, .form-control.is-valid:focus, .wc-widget select.is-valid.postform:focus,
.wc-widget select.is-valid.dropdown_product_cat:focus,
.wc-widget.widget_archive select.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated .wc-widget select.postform:valid ~ .valid-feedback, .wc-widget .was-validated select.postform:valid ~ .valid-feedback, .was-validated
.wc-widget select.dropdown_product_cat:valid ~ .valid-feedback,
.wc-widget .was-validated select.dropdown_product_cat:valid ~ .valid-feedback, .was-validated
.wc-widget.widget_archive select:valid ~ .valid-feedback,
.wc-widget.widget_archive .was-validated select:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .wc-widget select.postform:valid ~ .valid-tooltip, .wc-widget
.was-validated select.postform:valid ~ .valid-tooltip,
.was-validated
.wc-widget select.dropdown_product_cat:valid ~ .valid-tooltip,
.wc-widget
.was-validated select.dropdown_product_cat:valid ~ .valid-tooltip,
.was-validated
.wc-widget.widget_archive select:valid ~ .valid-tooltip,
.wc-widget.widget_archive
.was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .wc-widget select.is-valid.postform ~ .valid-feedback,
.wc-widget select.is-valid.dropdown_product_cat ~ .valid-feedback,
.wc-widget.widget_archive select.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .wc-widget select.is-valid.postform ~ .valid-tooltip,
.wc-widget select.is-valid.dropdown_product_cat ~ .valid-tooltip,
.wc-widget.widget_archive select.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
    color: rgba(0, 153, 153, 0.8);
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
    background-color: rgba(0, 153, 153, 0.4);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
    color: rgba(0, 153, 153, 0.8);
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-indicator, .custom-control-input.is-valid:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 153, 153, 0.25);
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 153, 153, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
    border-color: rgba(0, 153, 153, 0.8);
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-control, .custom-file-input.is-valid:focus ~ .custom-file-control {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.25);
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #a91628;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(169, 22, 40, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid, .was-validated .wc-widget select.postform:invalid, .wc-widget .was-validated select.postform:invalid, .was-validated
.wc-widget select.dropdown_product_cat:invalid,
.wc-widget .was-validated select.dropdown_product_cat:invalid, .was-validated
.wc-widget.widget_archive select:invalid,
.wc-widget.widget_archive .was-validated select:invalid, .form-control.is-invalid, .wc-widget select.is-invalid.postform,
.wc-widget select.is-invalid.dropdown_product_cat,
.wc-widget.widget_archive select.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #a91628;
}

.was-validated .form-control:invalid:focus, .was-validated .wc-widget select.postform:invalid:focus, .wc-widget .was-validated select.postform:invalid:focus, .was-validated
.wc-widget select.dropdown_product_cat:invalid:focus,
.wc-widget .was-validated select.dropdown_product_cat:invalid:focus, .was-validated
.wc-widget.widget_archive select:invalid:focus,
.wc-widget.widget_archive .was-validated select:invalid:focus, .form-control.is-invalid:focus, .wc-widget select.is-invalid.postform:focus,
.wc-widget select.is-invalid.dropdown_product_cat:focus,
.wc-widget.widget_archive select.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .wc-widget select.postform:invalid ~ .invalid-feedback, .wc-widget .was-validated select.postform:invalid ~ .invalid-feedback, .was-validated
.wc-widget select.dropdown_product_cat:invalid ~ .invalid-feedback,
.wc-widget .was-validated select.dropdown_product_cat:invalid ~ .invalid-feedback, .was-validated
.wc-widget.widget_archive select:invalid ~ .invalid-feedback,
.wc-widget.widget_archive .was-validated select:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .wc-widget select.postform:invalid ~ .invalid-tooltip, .wc-widget
.was-validated select.postform:invalid ~ .invalid-tooltip,
.was-validated
.wc-widget select.dropdown_product_cat:invalid ~ .invalid-tooltip,
.wc-widget
.was-validated select.dropdown_product_cat:invalid ~ .invalid-tooltip,
.was-validated
.wc-widget.widget_archive select:invalid ~ .invalid-tooltip,
.wc-widget.widget_archive
.was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .wc-widget select.is-invalid.postform ~ .invalid-feedback,
.wc-widget select.is-invalid.dropdown_product_cat ~ .invalid-feedback,
.wc-widget.widget_archive select.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .wc-widget select.is-invalid.postform ~ .invalid-tooltip,
.wc-widget select.is-invalid.dropdown_product_cat ~ .invalid-tooltip,
.wc-widget.widget_archive select.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
    color: #a91628;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
    background-color: rgba(169, 22, 40, 0.4);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
    color: #a91628;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-indicator, .custom-control-input.is-invalid:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(169, 22, 40, 0.25);
            box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(169, 22, 40, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
    border-color: #a91628;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-control, .custom-file-input.is-invalid:focus ~ .custom-file-control {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control, .form-inline .wc-widget select.postform, .wc-widget .form-inline select.postform, .form-inline
    .wc-widget select.dropdown_product_cat,
    .wc-widget .form-inline select.dropdown_product_cat, .form-inline
    .wc-widget.widget_archive select,
    .wc-widget.widget_archive .form-inline select {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .form-inline .form-check-label {
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 0;
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: text-bottom;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 2px solid transparent;
    padding: 10px 48px;
    font-size: 14px;
    line-height: 1.25;
    border-radius: 18px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #e64608;
    border-color: #e64608;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ff652a;
    border-color: #ff652a;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 64, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(67, 64, 64, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #434040;
    border-color: #434040;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff652a;
    border-color: #e64608;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 70, 8, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(230, 70, 8, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #4ac3b8;
    border-color: #4ac3b8;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #55dcd0;
    border-color: #55dcd0;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 139, 65, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(250, 139, 65, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #FA8B41;
    border-color: #FA8B41;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #55dcd0;
    border-color: #55dcd0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 195, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(74, 195, 184, 0.5);
}

.btn-success {
    color: #fff;
    background-color: rgba(0, 153, 153, 0.8);
    border-color: rgba(0, 153, 153, 0.8);
}

.btn-success:hover {
    color: #fff;
    background-color: rgba(0, 115, 115, 0.8);
    border-color: rgba(0, 102, 102, 0.8);
}

.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    background-color: rgba(0, 153, 153, 0.8);
    border-color: rgba(0, 153, 153, 0.8);
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: rgba(0, 102, 102, 0.8);
    border-color: rgba(0, 89, 89, 0.8);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #009999;
    border-color: #009999;
}

.btn-info:hover {
    color: #fff;
    background-color: #007373;
    border-color: #006666;
}

.btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #009999;
    border-color: #009999;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #006666;
    border-color: #005959;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
}

.btn-warning {
    color: #fff;
    background-color: #cc6633;
    border-color: #cc6633;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ad572b;
    border-color: #a35229;
}

.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 102, 51, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(204, 102, 51, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #cc6633;
    border-color: #cc6633;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #a35229;
    border-color: #994d26;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 102, 51, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(204, 102, 51, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-danger:hover {
    color: #fff;
    background-color: #871220;
    border-color: #7c101d;
}

.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #a91628;
    border-color: #a91628;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #7c101d;
    border-color: #710f1b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-light {
    color: #fff;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-light:hover {
    color: #fff;
    background-color: #871220;
    border-color: #7c101d;
}

.btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
    background-color: #a91628;
    border-color: #a91628;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #fff;
    background-color: #7c101d;
    border-color: #710f1b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-dark:hover {
    color: #fff;
    background-color: #871220;
    border-color: #7c101d;
}

.btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    background-color: #a91628;
    border-color: #a91628;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #7c101d;
    border-color: #710f1b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-outline-primary {
    color: #434040;
    background-color: transparent;
    background-image: none;
    border-color: #434040;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #434040;
    border-color: #434040;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 64, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(67, 64, 64, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #434040;
    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: #434040;
    border-color: #434040;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(67, 64, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(67, 64, 64, 0.5);
}

.btn-outline-secondary {
    color: #FA8B41;
    background-color: transparent;
    background-image: none;
    border-color: #FA8B41;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #FA8B41;
    border-color: #FA8B41;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 139, 65, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(250, 139, 65, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #FA8B41;
    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: #FA8B41;
    border-color: #FA8B41;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(250, 139, 65, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(250, 139, 65, 0.5);
}

.btn-outline-success {
    color: rgba(0, 153, 153, 0.8);
    background-color: transparent;
    background-image: none;
    border-color: rgba(0, 153, 153, 0.8);
}

.btn-outline-success:hover {
    color: #fff;
    background-color: rgba(0, 153, 153, 0.8);
    border-color: rgba(0, 153, 153, 0.8);
}

.btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: rgba(0, 153, 153, 0.8);
    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: rgba(0, 153, 153, 0.8);
    border-color: rgba(0, 153, 153, 0.8);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
}

.btn-outline-info {
    color: #009999;
    background-color: transparent;
    background-image: none;
    border-color: #009999;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #009999;
    border-color: #009999;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #009999;
    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: #009999;
    border-color: #009999;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 153, 0.5);
}

.btn-outline-warning {
    color: #cc6633;
    background-color: transparent;
    background-image: none;
    border-color: #cc6633;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #cc6633;
    border-color: #cc6633;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 102, 51, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(204, 102, 51, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #cc6633;
    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: #fff;
    background-color: #cc6633;
    border-color: #cc6633;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(204, 102, 51, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(204, 102, 51, 0.5);
}

.btn-outline-danger {
    color: #a91628;
    background-color: transparent;
    background-image: none;
    border-color: #a91628;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #a91628;
    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: #a91628;
    border-color: #a91628;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-outline-light {
    color: #a91628;
    background-color: transparent;
    background-image: none;
    border-color: #a91628;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #a91628;
    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: #a91628;
    border-color: #a91628;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-outline-dark {
    color: #a91628;
    background-color: transparent;
    background-image: none;
    border-color: #a91628;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #a91628;
    border-color: #a91628;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #a91628;
    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: #a91628;
    border-color: #a91628;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(169, 22, 40, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #434040;
    background-color: transparent;
}

.btn-link:hover {
    color: #131010;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
    color: #979da3;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 13px 50px;
    font-size: 21px;
    line-height: 1.5;
    border-radius: 22px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 30px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 14px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 14px;
    color: #9C9FA4;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-divider {
    height: 0;
    margin: 5px 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #434040;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 16px;
    color: #868e96;
    white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -2px;
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
    padding-right: 36px;
    padding-left: 36px;
}

.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 22.5px;
    padding-left: 22.5px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 37.5px;
    padding-left: 37.5px;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -2px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn,
[data-toggle="buttons"] > .btn-group > .btn {
    margin-bottom: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
}

.input-group .form-control, .input-group .wc-widget select.postform, .wc-widget .input-group select.postform, .input-group
.wc-widget select.dropdown_product_cat,
.wc-widget .input-group select.dropdown_product_cat, .input-group
.wc-widget.widget_archive select,
.wc-widget.widget_archive .input-group select {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .wc-widget select.postform:focus, .wc-widget .input-group select.postform:focus, .input-group
.wc-widget select.dropdown_product_cat:focus,
.wc-widget .input-group select.dropdown_product_cat:focus, .input-group
.wc-widget.widget_archive select:focus,
.wc-widget.widget_archive .input-group select:focus, .input-group .form-control:active, .input-group .wc-widget select.postform:active, .wc-widget .input-group select.postform:active, .input-group
.wc-widget select.dropdown_product_cat:active,
.wc-widget .input-group select.dropdown_product_cat:active, .input-group
.wc-widget.widget_archive select:active,
.wc-widget.widget_archive .input-group select:active, .input-group .form-control:hover, .input-group .wc-widget select.postform:hover, .wc-widget .input-group select.postform:hover, .input-group
.wc-widget select.dropdown_product_cat:hover,
.wc-widget .input-group select.dropdown_product_cat:hover, .input-group
.wc-widget.widget_archive select:hover,
.wc-widget.widget_archive .input-group select:hover {
    z-index: 2;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .wc-widget select.postform, .wc-widget
.input-group select.postform,
.input-group
.wc-widget select.dropdown_product_cat,
.wc-widget
.input-group select.dropdown_product_cat,
.input-group
.wc-widget.widget_archive select,
.wc-widget.widget_archive
.input-group select,
.input-group .custom-select,
.input-group .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .wc-widget select.postform:not(:first-child):not(:last-child), .wc-widget
.input-group select.postform:not(:first-child):not(:last-child),
.input-group
.wc-widget select.dropdown_product_cat:not(:first-child):not(:last-child),
.wc-widget
.input-group select.dropdown_product_cat:not(:first-child):not(:last-child),
.input-group
.wc-widget.widget_archive select:not(:first-child):not(:last-child),
.wc-widget.widget_archive
.input-group select:not(:first-child):not(:last-child),
.input-group .custom-select:not(:first-child):not(:last-child),
.input-group .custom-file:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.input-group .custom-select,
.input-group .custom-file {
    width: 100%;
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap;
}

.input-group-addon {
    padding: 10px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: #605A5A;
    text-align: center;
    background-color: #e9ecef;
    border: 2px solid transparent;
    border-radius: 0;
}

.input-group-addon.form-control-sm, .wc-widget .input-group-sm > select.input-group-addon.postform,
.wc-widget .input-group-sm > select.input-group-addon.dropdown_product_cat,
.wc-widget.widget_archive .input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 30px;
    font-size: 16px;
    border-radius: 0;
}

.input-group-addon.form-control-lg, .wc-widget .input-group-lg > select.input-group-addon.postform,
.wc-widget .input-group-lg > select.input-group-addon.dropdown_product_cat,
.wc-widget.widget_archive .input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 13px 50px;
    font-size: 21px;
    border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:not(:last-child), .input-group .wc-widget select.postform:not(:last-child), .wc-widget .input-group select.postform:not(:last-child), .input-group
.wc-widget select.dropdown_product_cat:not(:last-child),
.wc-widget .input-group select.dropdown_product_cat:not(:last-child), .input-group
.wc-widget.widget_archive select:not(:last-child),
.wc-widget.widget_archive .input-group select:not(:last-child),
.input-group .custom-select:not(:last-child),
.input-group .custom-file:not(:last-child) .custom-file-control::before,
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
    border-right: 0;
}

.input-group .form-control:not(:first-child), .input-group .wc-widget select.postform:not(:first-child), .wc-widget .input-group select.postform:not(:first-child), .input-group
.wc-widget select.dropdown_product_cat:not(:first-child),
.wc-widget .input-group select.dropdown_product_cat:not(:first-child), .input-group
.wc-widget.widget_archive select:not(:first-child),
.wc-widget.widget_archive .input-group select:not(:first-child),
.input-group .custom-select:not(:first-child),
.input-group .custom-file:not(:first-child) .custom-file-control,
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child), .wc-widget select.postform + .input-group-addon:not(:first-child),
.wc-widget select.dropdown_product_cat + .input-group-addon:not(:first-child),
.wc-widget.widget_archive select + .input-group-addon:not(:first-child),
.custom-select + .input-group-addon:not(:first-child),
.custom-file + .input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -2px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 2;
}

.input-group-btn:first-child > .btn + .btn {
    margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
    margin-right: -2px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
    z-index: 1;
    margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
    margin-left: -2px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 2;
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.86rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #434040;
}

.custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #ffffff, none;
            box-shadow: 0 0 0 1px #ffffff, none;
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #9d9898;
}

.custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
    color: #868e96;
}

.custom-control-indicator {
    position: absolute;
    top: 0.43rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
    border-radius: 0px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    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-indicator {
    background-color: #434040;
    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-radio .custom-control-indicator {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    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-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(37.5px + 4px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #605A5A;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.85) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 2px solid #9C9FA4;
    border-radius: 0px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.custom-select:focus {
    border-color: #847e7e;
    outline: none;
}

.custom-select:focus::-ms-value {
    color: #605A5A;
    background-color: rgba(255, 255, 255, 0.85);
}

.custom-select[multiple] {
    height: auto;
    background-image: none;
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(34px + 4px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(37.5px + 4px);
    margin-bottom: 0;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(37.5px + 4px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
    -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #434040;
            box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #434040;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(37.5px + 4px);
    padding: 10px 48px;
    line-height: 1.25;
    color: #605A5A;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: rgba(255, 255, 255, 0.85);
    border: 2px solid #9C9FA4;
    border-radius: 0;
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

.custom-file-control::before {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 6;
    display: block;
    height: calc(37.5px + 4px);
    padding: 10px 48px;
    line-height: 1.25;
    color: #605A5A;
    background-color: #e9ecef;
    border: 2px solid #9C9FA4;
    border-radius: 0 0 0 0;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 10px 1rem;
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs {
    border-bottom: 1px solid #dbdad7;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent transparent #dbdad7;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #061a40;
    background-color: #ffffff;
    border-color: #dbdad7 #dbdad7 #ffffff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #434040;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 10px;
}

.navbar > .container,
.navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 3.49px;
    padding-bottom: 3.49px;
    margin-right: 10px;
    font-size: 21px;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 21px;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 18px;
}

.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 center center;
    background-size: 100% 100%;
}

@media (max-width: 575px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 767px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

@media (max-width: 1199px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;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: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0.8);
    background-clip: border-box;
    border: 0px solid white;
    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;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 30px;
}

.card-title {
    margin-bottom: 30px;
}

.card-subtitle {
    margin-top: -15px;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 30px;
}

.card-header {
    padding: 30px 30px;
    margin-bottom: 0;
    background-color: #f7f7f7;
    border-bottom: 0px solid white;
}

.card-header:first-child {
    border-radius: calc(0 - 0px) calc(0 - 0px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 30px 30px;
    background-color: #f7f7f7;
    border-top: 0px solid white;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0 - 0px) calc(0 - 0px);
}

.card-header-tabs {
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -15px;
    margin-left: -15px;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
}

.card-img {
    width: 100%;
    border-radius: calc(0 - 0px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0 - 0px);
    border-top-right-radius: calc(0 - 0px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0 - 0px);
    border-bottom-left-radius: calc(0 - 0px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.card-group .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .card-group .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group .card:first-child .card-img-top,
    .card-group .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group .card:first-child .card-img-bottom,
    .card-group .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group .card:last-child .card-img-top,
    .card-group .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group .card:last-child .card-img-bottom,
    .card-group .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group .card:only-child {
        border-radius: 0;
    }
    .card-group .card:only-child .card-img-top,
    .card-group .card:only-child .card-header {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .card-group .card:only-child .card-img-bottom,
    .card-group .card:only-child .card-footer {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 1.25rem;
                column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 30px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f7f7f7;
    border-radius: 0px;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    color: #979da3;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #979da3;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0px;
}

.page-link {
    position: relative;
    display: block;
    padding: 12px 16px;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #fff;
}

.page-link:focus, .page-link:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #434040;
    border-color: #434040;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #434040;
    border-color: #434040;
}

.page-item.disabled .page-link {
    color: #333;
    pointer-events: none;
    background-color: #fff;
    border-color: #fff;
}

.pagination-lg .page-link {
    padding: 8px 20px;
    font-size: 21px;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
    padding: 3px 14px;
    font-size: 16px;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #434040;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #292727;
}

.badge-secondary {
    color: #111;
    background-color: #FA8B41;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #f96d0f;
}

.badge-success {
    color: #fff;
    background-color: rgba(0, 153, 153, 0.8);
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 102, 102, 0.8);
}

.badge-info {
    color: #fff;
    background-color: #009999;
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #006666;
}

.badge-warning {
    color: #fff;
    background-color: #cc6633;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #a35229;
}

.badge-danger {
    color: #fff;
    background-color: #a91628;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7c101d;
}

.badge-light {
    color: #fff;
    background-color: #a91628;
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7c101d;
}

.badge-dark {
    color: #fff;
    background-color: #a91628;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #7c101d;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 14px 17.5px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 56px;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 14px 17.5px;
    color: inherit;
}

.alert-primary {
    color: #232121;
    background-color: #d9d9d9;
    border-color: #cacaca;
}

.alert-primary hr {
    border-top-color: #bdbdbd;
}

.alert-primary .alert-link {
    color: #090808;
}

.alert-secondary {
    color: #824822;
    background-color: #fee8d9;
    border-color: #fedfca;
}

.alert-secondary hr {
    border-top-color: #fed0b1;
}

.alert-secondary .alert-link {
    color: #5a3217;
}

.alert-success {
    color: rgba(0, 64, 64, 0.896);
    background-color: rgba(219, 240, 240, 0.96);
    border-color: rgba(203, 234, 234, 0.944);
}

.alert-success hr {
    border-top-color: rgba(185, 227, 227, 0.944);
}

.alert-success .alert-link {
    color: rgba(0, 13, 13, 0.896);
}

.alert-info {
    color: #005050;
    background-color: #ccebeb;
    border-color: #b8e2e2;
}

.alert-info hr {
    border-top-color: #a6dbdb;
}

.alert-info .alert-link {
    color: #001d1d;
}

.alert-warning {
    color: #6a351b;
    background-color: #f5e0d6;
    border-color: #f1d4c6;
}

.alert-warning hr {
    border-top-color: #ecc5b2;
}

.alert-warning .alert-link {
    color: #412111;
}

.alert-danger {
    color: #580b15;
    background-color: #eed0d4;
    border-color: #e7bec3;
}

.alert-danger hr {
    border-top-color: #e0abb2;
}

.alert-danger .alert-link {
    color: #2b050a;
}

.alert-light {
    color: #580b15;
    background-color: #eed0d4;
    border-color: #e7bec3;
}

.alert-light hr {
    border-top-color: #e0abb2;
}

.alert-light .alert-link {
    color: #2b050a;
}

.alert-dark {
    color: #580b15;
    background-color: #eed0d4;
    border-color: #e7bec3;
}

.alert-dark hr {
    border-top-color: #e0abb2;
}

.alert-dark .alert-link {
    color: #2b050a;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 4px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 4px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4px;
    overflow: hidden;
    font-size: 10.5px;
    background-color: #F9E2CC;
    border-radius: 0px;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #EC229A;
    background-color: #EC229A;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 4px 4px;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
            animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
    color: #495057;
    text-decoration: none;
    background-color: #f7f7f7;
}

.list-group-item-action:active {
    color: #9C9FA4;
    background-color: #f7f7f7;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 30px 30px;
    margin-bottom: -1px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #f0f0f0;
}

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item:focus, .list-group-item:hover {
    text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    background-color: rgba(255, 255, 255, 0.8);
}

.list-group-item.active {
    z-index: 1;
    color: #fff;
    background-color: #434040;
    border-color: #434040;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #232121;
    background-color: #cacaca;
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #232121;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #232121;
    background-color: #bdbdbd;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #232121;
    border-color: #232121;
}

.list-group-item-secondary {
    color: #824822;
    background-color: #fedfca;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #824822;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #824822;
    background-color: #fed0b1;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #824822;
    border-color: #824822;
}

.list-group-item-success {
    color: rgba(0, 64, 64, 0.896);
    background-color: rgba(203, 234, 234, 0.944);
}

a.list-group-item-success,
button.list-group-item-success {
    color: rgba(0, 64, 64, 0.896);
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: rgba(0, 64, 64, 0.896);
    background-color: rgba(185, 227, 227, 0.944);
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: rgba(0, 64, 64, 0.896);
    border-color: rgba(0, 64, 64, 0.896);
}

.list-group-item-info {
    color: #005050;
    background-color: #b8e2e2;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #005050;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #005050;
    background-color: #a6dbdb;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #005050;
    border-color: #005050;
}

.list-group-item-warning {
    color: #6a351b;
    background-color: #f1d4c6;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #6a351b;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #6a351b;
    background-color: #ecc5b2;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #6a351b;
    border-color: #6a351b;
}

.list-group-item-danger {
    color: #580b15;
    background-color: #e7bec3;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #580b15;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #580b15;
    background-color: #e0abb2;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #580b15;
    border-color: #580b15;
}

.list-group-item-light {
    color: #580b15;
    background-color: #e7bec3;
}

a.list-group-item-light,
button.list-group-item-light {
    color: #580b15;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: #580b15;
    background-color: #e0abb2;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: #580b15;
    border-color: #580b15;
}

.list-group-item-dark {
    color: #580b15;
    background-color: #e7bec3;
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #580b15;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #580b15;
    background-color: #e0abb2;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
    color: #fff;
    background-color: #580b15;
    border-color: #580b15;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: auto;
    background-color: #fafafa;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(6, 26, 64, 0.8);
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.86;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 30px;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px;
    border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1011;
    display: block;
    margin: 0;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 1.86;
    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: 16px;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #061a40;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #061a40;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #061a40;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #061a40;
}

.tooltip-inner {
    max-width: 200px;
    padding: 6px 20px;
    color: #fafafa;
    text-align: center;
    background-color: #061a40;
    border-radius: 0px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: block;
    max-width: 276px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    line-height: 1.86;
    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: 16px;
    word-wrap: break-word;
    background-color: #061a40;
    background-clip: padding-box;
    border: 1px solid #061a40;
    border-radius: 0;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow::before {
    content: "";
    border-width: 0.8rem;
}

.popover .arrow::after {
    content: "";
    border-width: 0.8rem;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.8rem;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -0.8rem;
    margin-left: -0.8rem;
    border-top-color: #061a40;
}

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: calc((0.8rem - 1px) * -1);
    margin-left: -0.8rem;
    border-top-color: #061a40;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    margin-top: -0.8rem;
    border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: -0.8rem;
    border-right-color: #061a40;
}

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: calc((0.8rem - 1px) * -1);
    border-right-color: #061a40;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.8rem;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    margin-left: -0.8rem;
    border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: -0.8rem;
    border-bottom-color: #061a40;
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: calc((0.8rem - 1px) * -1);
    border-bottom-color: #061a40;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #061a40;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    margin-top: -0.8rem;
    border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: -0.8rem;
    border-left-color: #061a40;
}

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: calc((0.8rem - 1px) * -1);
    border-left-color: #061a40;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 14px;
    color: #434040;
    background-color: #061a40;
    border-bottom: 1px solid #041129;
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #fafafa;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15%;
    color: rgba(67, 64, 64, 0.9);
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
    color: rgba(67, 64, 64, 0.9);
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgba(67, 64, 64, 0.9)' 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='rgba(67, 64, 64, 0.9)' 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;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(253, 97, 56, 0.9);
    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: #434040 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #292727 !important;
}

.bg-secondary {
    background-color: #FA8B41 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #f96d0f !important;
}

.bg-success {
    background-color: rgba(0, 153, 153, 0.8) !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: rgba(0, 102, 102, 0.8) !important;
}

.bg-info {
    background-color: #009999 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #006666 !important;
}

.bg-warning {
    background-color: #cc6633 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #a35229 !important;
}

.bg-danger {
    background-color: #a91628 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #7c101d !important;
}

.bg-light {
    background-color: #a91628 !important;
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #7c101d !important;
}

.bg-dark {
    background-color: #a91628 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #7c101d !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #434040 !important;
}

.border-secondary {
    border-color: #FA8B41 !important;
}

.border-success {
    border-color: rgba(0, 153, 153, 0.8) !important;
}

.border-info {
    border-color: #009999 !important;
}

.border-warning {
    border-color: #cc6633 !important;
}

.border-danger {
    border-color: #a91628 !important;
}

.border-light {
    border-color: #a91628 !important;
}

.border-dark {
    border-color: #a91628 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0px !important;
}

.rounded-top {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.rounded-right {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.rounded-left {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }
}

.d-print-inline {
    display: none !important;
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
}

.d-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
            align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
            align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
            align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
            align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
            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;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
            clip-path: none;
}

.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;
}

.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: 2.5px !important;
}

.mt-1,
.my-1 {
    margin-top: 2.5px !important;
}

.mr-1,
.mx-1 {
    margin-right: 2.5px !important;
}

.mb-1,
.my-1 {
    margin-bottom: 2.5px !important;
}

.ml-1,
.mx-1 {
    margin-left: 2.5px !important;
}

.m-2 {
    margin: 5px !important;
}

.mt-2,
.my-2 {
    margin-top: 5px !important;
}

.mr-2,
.mx-2 {
    margin-right: 5px !important;
}

.mb-2,
.my-2 {
    margin-bottom: 5px !important;
}

.ml-2,
.mx-2 {
    margin-left: 5px !important;
}

.m-3 {
    margin: 10px !important;
}

.mt-3,
.my-3 {
    margin-top: 10px !important;
}

.mr-3,
.mx-3 {
    margin-right: 10px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 10px !important;
}

.ml-3,
.mx-3 {
    margin-left: 10px !important;
}

.m-4 {
    margin: 15px !important;
}

.mt-4,
.my-4 {
    margin-top: 15px !important;
}

.mr-4,
.mx-4 {
    margin-right: 15px !important;
}

.mb-4,
.my-4 {
    margin-bottom: 15px !important;
}

.ml-4,
.mx-4 {
    margin-left: 15px !important;
}

.m-5 {
    margin: 30px !important;
}

.mt-5,
.my-5 {
    margin-top: 30px !important;
}

.mr-5,
.mx-5 {
    margin-right: 30px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 30px !important;
}

.ml-5,
.mx-5 {
    margin-left: 30px !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: 2.5px !important;
}

.pt-1,
.py-1 {
    padding-top: 2.5px !important;
}

.pr-1,
.px-1 {
    padding-right: 2.5px !important;
}

.pb-1,
.py-1 {
    padding-bottom: 2.5px !important;
}

.pl-1,
.px-1 {
    padding-left: 2.5px !important;
}

.p-2 {
    padding: 5px !important;
}

.pt-2,
.py-2 {
    padding-top: 5px !important;
}

.pr-2,
.px-2 {
    padding-right: 5px !important;
}

.pb-2,
.py-2 {
    padding-bottom: 5px !important;
}

.pl-2,
.px-2 {
    padding-left: 5px !important;
}

.p-3 {
    padding: 10px !important;
}

.pt-3,
.py-3 {
    padding-top: 10px !important;
}

.pr-3,
.px-3 {
    padding-right: 10px !important;
}

.pb-3,
.py-3 {
    padding-bottom: 10px !important;
}

.pl-3,
.px-3 {
    padding-left: 10px !important;
}

.p-4 {
    padding: 15px !important;
}

.pt-4,
.py-4 {
    padding-top: 15px !important;
}

.pr-4,
.px-4 {
    padding-right: 15px !important;
}

.pb-4,
.py-4 {
    padding-bottom: 15px !important;
}

.pl-4,
.px-4 {
    padding-left: 15px !important;
}

.p-5 {
    padding: 30px !important;
}

.pt-5,
.py-5 {
    padding-top: 30px !important;
}

.pr-5,
.px-5 {
    padding-right: 30px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 30px !important;
}

.pl-5,
.px-5 {
    padding-left: 30px !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: 2.5px !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 2.5px !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 2.5px !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 2.5px !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 2.5px !important;
    }
    .m-sm-2 {
        margin: 5px !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 5px !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 5px !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 5px !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 5px !important;
    }
    .m-sm-3 {
        margin: 10px !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 10px !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 10px !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 10px !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 10px !important;
    }
    .m-sm-4 {
        margin: 15px !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 15px !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 15px !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 15px !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 15px !important;
    }
    .m-sm-5 {
        margin: 30px !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 30px !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 30px !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 30px !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 30px !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: 2.5px !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 2.5px !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 2.5px !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 2.5px !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 2.5px !important;
    }
    .p-sm-2 {
        padding: 5px !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 5px !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 5px !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 5px !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 5px !important;
    }
    .p-sm-3 {
        padding: 10px !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 10px !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 10px !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 10px !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 10px !important;
    }
    .p-sm-4 {
        padding: 15px !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 15px !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 15px !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 15px !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 15px !important;
    }
    .p-sm-5 {
        padding: 30px !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 30px !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 30px !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 30px !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 30px !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: 2.5px !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 2.5px !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 2.5px !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 2.5px !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 2.5px !important;
    }
    .m-md-2 {
        margin: 5px !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 5px !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 5px !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 5px !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 5px !important;
    }
    .m-md-3 {
        margin: 10px !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 10px !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 10px !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 10px !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 10px !important;
    }
    .m-md-4 {
        margin: 15px !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 15px !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 15px !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 15px !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 15px !important;
    }
    .m-md-5 {
        margin: 30px !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 30px !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 30px !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 30px !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 30px !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: 2.5px !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 2.5px !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 2.5px !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 2.5px !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 2.5px !important;
    }
    .p-md-2 {
        padding: 5px !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 5px !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 5px !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 5px !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 5px !important;
    }
    .p-md-3 {
        padding: 10px !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 10px !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 10px !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 10px !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 10px !important;
    }
    .p-md-4 {
        padding: 15px !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 15px !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 15px !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 15px !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 15px !important;
    }
    .p-md-5 {
        padding: 30px !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 30px !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 30px !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 30px !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 30px !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: 2.5px !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 2.5px !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 2.5px !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 2.5px !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 2.5px !important;
    }
    .m-lg-2 {
        margin: 5px !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 5px !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 5px !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 5px !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 5px !important;
    }
    .m-lg-3 {
        margin: 10px !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 10px !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 10px !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 10px !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 10px !important;
    }
    .m-lg-4 {
        margin: 15px !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 15px !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 15px !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 15px !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 15px !important;
    }
    .m-lg-5 {
        margin: 30px !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 30px !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 30px !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 30px !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 30px !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: 2.5px !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 2.5px !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 2.5px !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 2.5px !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 2.5px !important;
    }
    .p-lg-2 {
        padding: 5px !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 5px !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 5px !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 5px !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 5px !important;
    }
    .p-lg-3 {
        padding: 10px !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 10px !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 10px !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 10px !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 10px !important;
    }
    .p-lg-4 {
        padding: 15px !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 15px !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 15px !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 15px !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 15px !important;
    }
    .p-lg-5 {
        padding: 30px !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 30px !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 30px !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 30px !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 30px !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: 2.5px !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 2.5px !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 2.5px !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 2.5px !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 2.5px !important;
    }
    .m-xl-2 {
        margin: 5px !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 5px !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 5px !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 5px !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 5px !important;
    }
    .m-xl-3 {
        margin: 10px !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 10px !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 10px !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 10px !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 10px !important;
    }
    .m-xl-4 {
        margin: 15px !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 15px !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 15px !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 15px !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 15px !important;
    }
    .m-xl-5 {
        margin: 30px !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 30px !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 30px !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 30px !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 30px !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: 2.5px !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 2.5px !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 2.5px !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 2.5px !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 2.5px !important;
    }
    .p-xl-2 {
        padding: 5px !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 5px !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 5px !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 5px !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 5px !important;
    }
    .p-xl-3 {
        padding: 10px !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 10px !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 10px !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 10px !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 10px !important;
    }
    .p-xl-4 {
        padding: 15px !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 15px !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 15px !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 15px !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 15px !important;
    }
    .p-xl-5 {
        padding: 30px !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 30px !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 30px !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 30px !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 30px !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-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 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-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #434040 !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #292727 !important;
}

.text-secondary {
    color: #FA8B41 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #f96d0f !important;
}

.text-success {
    color: rgba(0, 153, 153, 0.8) !important;
}

a.text-success:focus, a.text-success:hover {
    color: rgba(0, 102, 102, 0.8) !important;
}

.text-info {
    color: #009999 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #006666 !important;
}

.text-warning {
    color: #cc6633 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #a35229 !important;
}

.text-danger {
    color: #a91628 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #7c101d !important;
}

.text-light {
    color: #a91628 !important;
}

a.text-light:focus, a.text-light:hover {
    color: #7c101d !important;
}

.text-dark {
    color: #a91628 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #7c101d !important;
}

.text-muted {
    color: #9C9FA4 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*------------------------------------------------------------------
[2. Font Awesome]
------------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
            filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*------------------------------------------------------------------
[3. Loader]
------------------------------------------------------------------*/
.pace-on .pace-overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s 0s, height 0s 0.5s;
    transition: opacity 0.5s 0s, height 0s 0.5s;
    background-color: white;
}

.pace-on.pace-running {
    overflow: hidden;
}

.pace-done .pace-overlay {
    opacity: 0;
    height: 0;
}

.pace {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    -webkit-transition: opacity 0.5s 0s, height 0s 0.5s;
    transition: opacity 0.5s 0s, height 0s 0.5s;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.pace-inactive {
    height: 0;
    opacity: 0;
}

.pace-dot .pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    position: fixed;
    width: 100%;
    height: 100%;
}

.pace-dot .pace-progress-inner {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-animation: pace-progress 1.0s infinite ease-in-out;
            animation: pace-progress 1.0s infinite ease-in-out;
    background: #434040;
}

@-webkit-keyframes pace-progress {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pace-progress {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.pace-line.pace-on {
    background-size: auto;
}

.pace-line .pace .pace-progress {
    position: absolute;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
    -webkit-transition: width 1s;
    transition: width 1s;
    background: #434040;
}

.pace-counter .pace .pace-progress {
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 200px !important;
    margin-top: -50px;
    margin-left: -100px;
    line-height: 100px;
    font-size: 60px;
    color: #fff;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    color: #434040;
}

.pace-counter .pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
}

.pace-logo-pulse .pace {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-image: url(url("../images/logo.png"));
    -webkit-animation: logo-pulse 3s linear infinite;
            animation: logo-pulse 3s linear infinite;
}

.pace-logo-pulse .pace:before {
    content: "";
}

.pace-logo-pulse .pace .pace-progress,
.pace-logo-pulse .pace:before {
    position: absolute;
    z-index: 2000;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 4px;
}

@-webkit-keyframes logo-pulse {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
                transform: translate3d(-50%, -50%, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
                transform: translate3d(-50%, -50%, 0) scale(0.9);
    }
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
                transform: translate3d(-50%, -50%, 0) scale(1);
    }
}

@keyframes logo-pulse {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
                transform: translate3d(-50%, -50%, 0) scale(1);
    }
    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(0.9);
                transform: translate3d(-50%, -50%, 0) scale(0.9);
    }
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
                transform: translate3d(-50%, -50%, 0) scale(1);
    }
}

.pace-logo-counter .pace {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background-image: url(url("../images/logo.png"));
}

.pace-logo-counter .pace:before {
    content: "";
    background-color: #434040;
}

.pace-logo-counter .pace .pace-progress {
    background-color: white;
}

.pace-logo-counter .pace .pace-progress,
.pace-logo-counter .pace:before {
    position: absolute;
    z-index: 2000;
    bottom: 0px;
    left: 10%;
    width: 80%;
    height: 4px;
}

.pace-logo-rotate .pace {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: logo-rotate 2.2s infinite ease-in-out;
            animation: logo-rotate 2.2s infinite ease-in-out;
    background-image: url(url("../images/logo.png"));
}

@-webkit-keyframes logo-rotate {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    33% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    66% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
                transform: perspective(120px) rotateX(0) rotateY(0);
    }
}

@keyframes logo-rotate {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    33% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    66% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
                transform: perspective(120px) rotateX(0) rotateY(0);
    }
}

.pace-circle .pace-progress,
.pace-circle .pace-progress:before,
.pace-circle .pace-progress:after {
    border-radius: 50%;
}

.pace-circle .pace-progress:before,
.pace-circle .pace-progress:after {
    position: absolute;
    content: '';
}

.pace-circle .pace-progress:before {
    width: 2.6em;
    height: 5.1em;
    background: white;
    border-radius: 5.1em 0 0 5.1em;
    top: -0.05em;
    left: -0.05em;
    -webkit-transform-origin: 2.6em 2.55em;
            transform-origin: 2.6em 2.55em;
    -webkit-animation: pace-circle 2s infinite ease 1.5s;
            animation: pace-circle 2s infinite ease 1.5s;
}

.pace-circle .pace-progress {
    color: #434040;
    font-size: 12px;
    text-indent: -99999em;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5em;
    height: 5em;
    -webkit-box-shadow: inset 0 0 0 0.4em;
            box-shadow: inset 0 0 0 0.4em;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
    border: 1px solid transparent;
}

.pace-circle .pace-progress:after {
    width: 2.6em;
    height: 5.1em;
    background: white;
    border-radius: 0 5.1em 5.1em 0;
    top: -0.05em;
    left: 2.55em;
    -webkit-transform-origin: 0px 2.55em;
            transform-origin: 0px 2.55em;
    -webkit-animation: pace-circle 2s infinite ease;
            animation: pace-circle 2s infinite ease;
}

@-webkit-keyframes pace-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pace-cross .pace-progress {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
}

.pace-cross .pace-progress:before, .pace-cross .pace-progress:after {
    content: "";
    position: absolute;
    background: #434040;
    -webkit-animation: pace-cross 4s ease infinite;
            animation: pace-cross 4s ease infinite;
    opacity: .8;
    border-radius: 3px;
}

.pace-cross .pace-progress:before {
    left: 50%;
    top: 0;
    height: 100%;
    width: 4px;
    margin-left: -2px;
}

.pace-cross .pace-progress:after {
    left: 0;
    width: 100%;
    height: 4px;
    top: 50%;
    margin-top: -2px;
}

@-webkit-keyframes pace-cross {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(405deg);
                transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    75% {
        -webkit-transform: rotate(765deg);
                transform: rotate(765deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
                transform: rotate(720deg);
    }
}

@keyframes pace-cross {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(405deg);
                transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
    75% {
        -webkit-transform: rotate(765deg);
                transform: rotate(765deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
                transform: rotate(720deg);
    }
}

.pace-flower .pace-progress {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
    border-radius: 50%;
}

.pace-flower .pace-progress-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: pace-flower 4s infinite cubic-bezier(0.74, 0.01, 0.35, 1.01);
            animation: pace-flower 4s infinite cubic-bezier(0.74, 0.01, 0.35, 1.01);
    -webkit-box-shadow: none;
            box-shadow: none;
}

@-webkit-keyframes pace-flower {
    0% {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    25% {
        -webkit-box-shadow: 0px 0px 20px #434040, -20px -20px 0 5px #434040, -20px 20px 0 5px #434040, 20px 20px 0 5px #434040, 20px -20px 0 5px #434040, 30px 0px 0px 5px #434040, -30px 0px 0px 5px #434040, 0px 30px 0px 5px #434040, 0px -30px 0px 5px #434040;
                box-shadow: 0px 0px 20px #434040, -20px -20px 0 5px #434040, -20px 20px 0 5px #434040, 20px 20px 0 5px #434040, 20px -20px 0 5px #434040, 30px 0px 0px 5px #434040, -30px 0px 0px 5px #434040, 0px 30px 0px 5px #434040, 0px -30px 0px 5px #434040;
        -webkit-transform: rotate(0.25turn);
                transform: rotate(0.25turn);
        opacity: .6;
    }
    50% {
        -webkit-transform: scale(1.5) rotate(2turn);
                transform: scale(1.5) rotate(2turn);
        opacity: .1;
    }
    75% {
        -webkit-box-shadow: 0px 0px 20px #434040, -20px -20px 0 5px #434040, -20px 20px 0 5px #434040, 20px 20px 0 5px #434040, 20px -20px 0 5px #434040, 30px 0px 0px 5px #434040, -30px 0px 0px 5px #434040, 0px 30px 0px 5px #434040, 0px -30px 0px 5px #434040;
                box-shadow: 0px 0px 20px #434040, -20px -20px 0 5px #434040, -20px 20px 0 5px #434040, 20px 20px 0 5px #434040, 20px -20px 0 5px #434040, 30px 0px 0px 5px #434040, -30px 0px 0px 5px #434040, 0px 30px 0px 5px #434040, 0px -30px 0px 5px #434040;
        -webkit-transform: rotate(0.4turn);
                transform: rotate(0.4turn);
        opacity: .6;
    }
    100% {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}

@keyframes pace-flower {
    0% {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    25% {
        -webkit-box-shadow: 0px 0px 20px #434040, -20px -20px 0 5px #434040, -20px 20px 0 5px #434040, 20px 20px 0 5px #434040, 20px -20px 0 5px #434040, 30px 0px 0px 5px #434040, -30px 0px 0px 5px #434040, 0px 30px 0px 5px #434040, 0px -30px 0px 5px #434040;
                box-shadow: 0px 0px 20px #434040, -20px -20px 0 5px #434040, -20px 20px 0 5px #434040, 20px 20px 0 5px #434040, 20px -20px 0 5px #434040, 30px 0px 0px 5px #434040, -30px 0px 0px 5px #434040, 0px 30px 0px 5px #434040, 0px -30px 0px 5px #434040;
        -webkit-transform: rotate(0.25turn);
                transform: rotate(0.25turn);
        opacity: .6;
    }
    50% {
        -webkit-transform: scale(1.5) rotate(2turn);
                transform: scale(1.5) rotate(2turn);
        opacity: .1;
    }
    75% {
        -webkit-box-shadow: 0px 0px 20px #434040, -20px -20px 0 5px #434040, -20px 20px 0 5px #434040, 20px 20px 0 5px #434040, 20px -20px 0 5px #434040, 30px 0px 0px 5px #434040, -30px 0px 0px 5px #434040, 0px 30px 0px 5px #434040, 0px -30px 0px 5px #434040;
                box-shadow: 0px 0px 20px #434040, -20px -20px 0 5px #434040, -20px 20px 0 5px #434040, 20px 20px 0 5px #434040, 20px -20px 0 5px #434040, 30px 0px 0px 5px #434040, -30px 0px 0px 5px #434040, 0px 30px 0px 5px #434040, 0px -30px 0px 5px #434040;
        -webkit-transform: rotate(0.4turn);
                transform: rotate(0.4turn);
        opacity: .6;
    }
    100% {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}

.pace-double-dot .pace-progress {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
}

.pace-double-dot .pace-progress:before, .pace-double-dot .pace-progress:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #434040;
    opacity: 0.6;
    -webkit-animation: pace-double-dot 2.0s infinite ease-in-out;
            animation: pace-double-dot 2.0s infinite ease-in-out;
}

.pace-double-dot .pace-progress:before {
    -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
}

@-webkit-keyframes pace-double-dot {
    0%, 100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: .2;
    }
}

@keyframes pace-double-dot {
    0%, 100% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: .2;
    }
}

.pace-squares .pace-progress {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
}

.pace-squares .pace-progress:before, .pace-squares .pace-progress:after {
    content: "";
    background-color: #434040;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: pace-squares 1.8s infinite ease-in-out;
            animation: pace-squares 1.8s infinite ease-in-out;
    opacity: .5;
}

.pace-squares .pace-progress:after {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
}

@-webkit-keyframes pace-squares {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
                transform: translateX(42px) rotate(-90deg) scale(0.5);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
                transform: translateX(42px) translateY(42px) rotate(-179deg);
        opacity: .5;
    }
    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
                transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
                transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
        opacity: .5;
    }
}

@keyframes pace-squares {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
                transform: translateX(42px) rotate(-90deg) scale(0.5);
        opacity: 1;
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
                transform: translateX(42px) translateY(42px) rotate(-179deg);
        opacity: .5;
    }
    50.1% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
                transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
                transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
        opacity: .5;
    }
}

.pace-flipper .pace-progress {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
    background-color: #434040;
    -webkit-animation: pace-flipper 1.2s infinite ease-in-out;
            animation: pace-flipper 1.2s infinite ease-in-out;
}

@-webkit-keyframes pace-flipper {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(0deg) rotateY(0deg);
                transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes pace-flipper {
    0% {
        -webkit-transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(0deg) rotateY(0deg);
                transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                transform: translate3d(-50%, -50%, 0) perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.pace-double-spinner .pace-progress {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
}

.pace-double-spinner .pace-progress-inner {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    border: 4px solid transparent;
    border-top-color: #434040;
    border-bottom-color: #434040;
    border-radius: 50%;
    -webkit-animation: pace-double-spinner 1s linear infinite;
            animation: pace-double-spinner 1s linear infinite;
}

@-webkit-keyframes pace-double-spinner {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes pace-double-spinner {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.pace-bars .pace-progress {
    width: 10px;
    height: 48px;
    background: #434040;
    position: relative;
    -webkit-animation: pace-bars 1s ease-in-out infinite;
            animation: pace-bars 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
            transform: translate3d(-50%, -50%, 0) !important;
}

.pace-bars .pace-progress:after, .pace-bars .pace-progress:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 48px;
    background: #434040;
    -webkit-animation: pace-bars 1s ease-in-out infinite;
            animation: pace-bars 1s ease-in-out infinite;
}

.pace-bars .pace-progress:before {
    right: 18px;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

.pace-bars .pace-progress::after {
    left: 18px;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}

@-webkit-keyframes pace-bars {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 #434040, 0 0 0 #434040;
                box-shadow: 0 0 0 #434040, 0 0 0 #434040;
    }
    50% {
        -webkit-box-shadow: 0 -8px 0 #434040, 0 8px 0 #434040;
                box-shadow: 0 -8px 0 #434040, 0 8px 0 #434040;
    }
}

@keyframes pace-bars {
    0%, 100% {
        -webkit-box-shadow: 0 0 0 #434040, 0 0 0 #434040;
                box-shadow: 0 0 0 #434040, 0 0 0 #434040;
    }
    50% {
        -webkit-box-shadow: 0 -8px 0 #434040, 0 8px 0 #434040;
                box-shadow: 0 -8px 0 #434040, 0 8px 0 #434040;
    }
}

.pace-heart .pace-progress {
    width: 60px;
    height: 50px;
    position: relative;
    -webkit-animation: pace-heart 1s ease-in-out infinite;
            animation: pace-heart 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    -webkit-transform: none !important;
            transform: none !important;
}

.pace-heart .pace-progress:before, .pace-heart .pace-progress:after {
    position: absolute;
    background: #434040;
    top: 0;
    left: 30px;
    width: 30px;
    height: 50px;
    content: '';
    border-radius: 30px 30px 0 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
}

.pace-heart .pace-progress:after {
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

@-webkit-keyframes pace-heart {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes pace-heart {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*------------------------------------------------------------------
[4. Sections]
------------------------------------------------------------------*/
.section {
    position: relative;
    z-index: 1;
}

.section-content {
    position: relative;
    z-index: 3;
}

.section-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.section-fullheight {
    min-height: 100vh;
}

.section-fullheight .container, .section-fullheight .container-fluid {
    min-height: 100vh;
}

.section-fullheight .container > .row, .section-fullheight .container-fluid > .row {
    min-height: 100vh;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .section-fullheight {
        min-height: 768px;
    }
    .section-fullheight .container, .section-fullheight .container-fluid {
        min-height: 768px;
    }
    .section-fullheight .container > .row, .section-fullheight .container-fluid > .row {
        min-height: 768px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .section-fullheight {
        min-height: 1024px;
    }
    .section-fullheight .container, .section-fullheight .container-fluid {
        min-height: 1024px;
    }
    .section-fullheight .container > .row, .section-fullheight .container-fluid > .row {
        min-height: 1024px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .section-fullheight {
        min-height: 320px;
    }
    .section-fullheight .container, .section-fullheight .container-fluid {
        min-height: 320px;
    }
    .section-fullheight .container > .row, .section-fullheight .container-fluid > .row {
        min-height: 320px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .section-fullheight {
        min-height: 568px;
    }
    .section-fullheight .container, .section-fullheight .container-fluid {
        min-height: 568px;
    }
    .section-fullheight .container > .row, .section-fullheight .container-fluid > .row {
        min-height: 568px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .section-fullheight {
        min-height: 320px;
    }
    .section-fullheight .container, .section-fullheight .container-fluid {
        min-height: 320px;
    }
    .section-fullheight .container > .row, .section-fullheight .container-fluid > .row {
        min-height: 320px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .section-fullheight {
        min-height: 480px;
    }
    .section-fullheight .container, .section-fullheight .container-fluid {
        min-height: 480px;
    }
    .section-fullheight .container > .row, .section-fullheight .container-fluid > .row {
        min-height: 480px;
    }
}

.section-bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    .section-bg-image-hide-sm-down .section-bg-image {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .section-bg-image-hide-xs-down .section-bg-image {
        display: none !important;
    }
}

.section-bg-image-position-top {
    background-position: top;
}

.section-bg-image-position-middle {
    background-position: 50%;
}

.section-bg-image-position-bottom {
    background-position: bottom;
}

.section-bg-image-size-100 {
    background-size: 100%;
}

.section-bg-image-size-cover {
    background-size: cover;
}

.section-bg-image-size-contain {
    background-size: contain;
}

.section-bg-image-size-auto {
    background-size: auto;
}

@media (min-width: 576px) {
    .section-bg-image-position-sm-top {
        background-position: top;
    }
    .section-bg-image-position-sm-middle {
        background-position: 50%;
    }
    .section-bg-image-position-sm-bottom {
        background-position: bottom;
    }
    .section-bg-image-size-sm-100 {
        background-size: 100%;
    }
    .section-bg-image-size-sm-cover {
        background-size: cover;
    }
    .section-bg-image-size-sm-contain {
        background-size: contain;
    }
    .section-bg-image-size-sm-auto {
        background-size: auto;
    }
}

@media (min-width: 768px) {
    .section-bg-image-position-md-top {
        background-position: top;
    }
    .section-bg-image-position-md-middle {
        background-position: 50%;
    }
    .section-bg-image-position-md-bottom {
        background-position: bottom;
    }
    .section-bg-image-size-md-100 {
        background-size: 100%;
    }
    .section-bg-image-size-md-cover {
        background-size: cover;
    }
    .section-bg-image-size-md-contain {
        background-size: contain;
    }
    .section-bg-image-size-md-auto {
        background-size: auto;
    }
}

@media (min-width: 992px) {
    .section-bg-image-position-lg-top {
        background-position: top;
    }
    .section-bg-image-position-lg-middle {
        background-position: 50%;
    }
    .section-bg-image-position-lg-bottom {
        background-position: bottom;
    }
    .section-bg-image-size-lg-100 {
        background-size: 100%;
    }
    .section-bg-image-size-lg-cover {
        background-size: cover;
    }
    .section-bg-image-size-lg-contain {
        background-size: contain;
    }
    .section-bg-image-size-lg-auto {
        background-size: auto;
    }
}

@media (min-width: 1200px) {
    .section-bg-image-position-xl-top {
        background-position: top;
    }
    .section-bg-image-position-xl-middle {
        background-position: 50%;
    }
    .section-bg-image-position-xl-bottom {
        background-position: bottom;
    }
    .section-bg-image-size-xl-100 {
        background-size: 100%;
    }
    .section-bg-image-size-xl-cover {
        background-size: cover;
    }
    .section-bg-image-size-xl-contain {
        background-size: contain;
    }
    .section-bg-image-size-xl-auto {
        background-size: auto;
    }
}

@media (max-width: 575px) {
    .section-bg-hidden-xs-down .section-bg-image {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .section-bg-hidden-sm-down .section-bg-image {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .section-bg-hidden-md-down .section-bg-image {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .section-bg-hidden-lg-down .section-bg-image {
        display: none !important;
    }
}

.section-bg-hidden-xl-down .section-bg-image {
    display: none !important;
}

.section-bg-image-repeat {
    background-repeat: repeat;
}

body:not(.wc-agent-touch) .section-bg-image-paralax {
    display: none;
    height: 120%;
    top: -10%;
}

body:not(.wc-agent-iphone) .section-bg-image-attachment-fix, body:not(.wc-agent-ipad) .section-bg-image-attachment-fix {
    background-attachment: fixed;
}

.section-background:after {
    font-family: "Dosis";
    font-weight: 400;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    content: attr(data-section-bg-title);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100px;
    font-size: 200px;
    color: rgba(0, 0, 0, 0.03);
}

@media (min-width: 576px) {
    .section-background:after {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .section-background:after {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .section-background:after {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .section-background:after {
        max-width: 1140px;
    }
}

/*------------------------------------------------------------------
[5. Type]
------------------------------------------------------------------*/
body {
    font-weight: 400;
}

a:focus {
    outline: none;
}

::-moz-selection {
    background: #9C9FA4;
    color: #ffffff;
}

::selection {
    background: #9C9FA4;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-style: normal;
    text-transform: none;
}

h1.font-italic, h2.font-italic, h3.font-italic, h4.font-italic, h5.font-italic, h6.font-italic,
.h1.font-italic, .h2.font-italic, .h3.font-italic, .h4.font-italic, .h5.font-italic, .h6.font-italic {
    font-style: italic;
}

.lead, .format-status .card-body p:not(.card-subtitle) {
    line-height: 36px;
}

.wc-heading-bordered {
    position: relative;
    padding-left: 24px;
    border: 0;
    border-left-width: 3px;
    border-style: solid;
    border-color: #9C9FA4;
    padding-top: 12px;
    padding-bottom: 12px;
}

.wc-heading-bordered small {
    display: block;
    font-size: 58%;
}

.wc-heading-bordered.wc-heading-bordered-reversed {
    text-align: right;
    border-left-width: 0;
    border-right-width: 3px;
    padding-left: 0;
    padding-right: 24px;
}

.wc-heading-image {
    position: relative;
    padding-left: 36px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left;
}

.wc-heading-image small {
    display: block;
    font-size: 58%;
}

@media (min-width: 992px) {
    .wc-heading-image.wc-heading-image-reversed {
        text-align: right;
        padding-left: 0;
        padding-right: 36px;
        background-position: right;
    }
}

.blockquote p {
    text-indent: -26px;
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    line-height: 2;
}

.blockquote p:before, .blockquote p:after {
    position: relative;
    font-size: 3em;
    line-height: 22px;
    height: 22px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    opacity: 0.2;
    font-family: "Georgia";
}

.blockquote p:before {
    content: "\201C";
    text-align: right;
}

.blockquote p:after {
    content: "\201D";
    margin-left: 22px;
    text-align: left;
}

.blockquote.blockquote-reverse p {
    text-indent: 0;
}

.blockquote.blockquote-reverse p:before {
    margin-right: 22px;
}

.blockquote.blockquote-reverse p:after {
    margin-left: 0;
    width: 0;
    right: -11px;
}

.blockquote.blockquote-lg {
    font-size: 45px;
}

.blockquote.blockquote-lg p:before, .blockquote.blockquote-lg p:after {
    font-size: 2.5em;
}

.blockquote-footer {
    font-size: 14px;
    font-style: normal;
}

.wc-font-weight-100 {
    font-weight: 100 !important;
}

.wc-font-weight-200 {
    font-weight: 200 !important;
}

.wc-font-weight-300 {
    font-weight: 300 !important;
}

.wc-font-weight-400 {
    font-weight: 400 !important;
}

.wc-font-weight-500 {
    font-weight: 500 !important;
}

.wc-font-weight-600 {
    font-weight: 600 !important;
}

.wc-font-weight-700 {
    font-weight: 700 !important;
}

.wc-font-weight-800 {
    font-weight: 800 !important;
}

.wc-font-weight-900 {
    font-weight: 900 !important;
}

.wc-line-height-small {
    line-height: 1;
}

.wc-line-height-normal {
    line-height: 1.86;
}

.wc-line-height-big {
    line-height: 3.72;
}

.fa-ul li {
    line-height: 2em;
}

.fa-ul .fa-li {
    top: 0;
    left: -2.5em;
    position: absolute;
    line-height: 2em;
}

a.text-muted:hover {
    color: #434040 !important;
}

.wc-text-light {
    color: #fafafa !important;
}

.wc-text-light h1, .wc-text-light h2, .wc-text-light h3, .wc-text-light h4, .wc-text-light h5, .wc-text-light h6,
.wc-text-light .h1, .wc-text-light .h2, .wc-text-light .h3, .wc-text-light .h4, .wc-text-light .h5, .wc-text-light .h6, .wc-text-lighth1, .wc-text-lighth2, .wc-text-lighth3, .wc-text-lighth4, .wc-text-lighth5, .wc-text-lighth6, .wc-text-light.h1, .wc-text-light.h2, .wc-text-light.h3, .wc-text-light.h4, .wc-text-light.h5, .wc-text-light .h6 {
    color: #fafafa !important;
}

.wc-text-light .blockquote-footer {
    color: #fafafa;
}

.wc-text-light a, .wc-text-light a {
    color: #fafafa !important;
}

.wc-text-light a:hover, .wc-text-light a:hover {
    color: #fafafa !important;
}

.wc-text-light .text-muted, .wc-text-light.text-muted {
    color: #fafafa !important;
}

.wc-text-light .wc-heading-bordered, .wc-text-light.wc-heading-bordered {
    border-color: #fafafa !important;
}

@media (min-width: 576px) {
    .wc-text-sm-light {
        color: #fafafa !important;
    }
    .wc-text-sm-light h1, .wc-text-sm-light h2, .wc-text-sm-light h3, .wc-text-sm-light h4, .wc-text-sm-light h5, .wc-text-sm-light h6,
    .wc-text-sm-light .h1, .wc-text-sm-light .h2, .wc-text-sm-light .h3, .wc-text-sm-light .h4, .wc-text-sm-light .h5, .wc-text-sm-light .h6, .wc-text-sm-lighth1, .wc-text-sm-lighth2, .wc-text-sm-lighth3, .wc-text-sm-lighth4, .wc-text-sm-lighth5, .wc-text-sm-lighth6, .wc-text-sm-light.h1, .wc-text-sm-light.h2, .wc-text-sm-light.h3, .wc-text-sm-light.h4, .wc-text-sm-light.h5, .wc-text-sm-light .h6 {
        color: #fafafa !important;
    }
    .wc-text-sm-light .blockquote-footer {
        color: #fafafa;
    }
    .wc-text-sm-light a, .wc-text-sm-light a {
        color: #fafafa !important;
    }
    .wc-text-sm-light a:hover, .wc-text-sm-light a:hover {
        color: #fafafa !important;
    }
    .wc-text-sm-light .text-muted, .wc-text-sm-light.text-muted {
        color: #fafafa !important;
    }
    .wc-text-sm-light .wc-heading-bordered, .wc-text-sm-light.wc-heading-bordered {
        border-color: #fafafa !important;
    }
}

@media (min-width: 768px) {
    .wc-text-md-light {
        color: #fafafa !important;
    }
    .wc-text-md-light h1, .wc-text-md-light h2, .wc-text-md-light h3, .wc-text-md-light h4, .wc-text-md-light h5, .wc-text-md-light h6,
    .wc-text-md-light .h1, .wc-text-md-light .h2, .wc-text-md-light .h3, .wc-text-md-light .h4, .wc-text-md-light .h5, .wc-text-md-light .h6, .wc-text-md-lighth1, .wc-text-md-lighth2, .wc-text-md-lighth3, .wc-text-md-lighth4, .wc-text-md-lighth5, .wc-text-md-lighth6, .wc-text-md-light.h1, .wc-text-md-light.h2, .wc-text-md-light.h3, .wc-text-md-light.h4, .wc-text-md-light.h5, .wc-text-md-light .h6 {
        color: #fafafa !important;
    }
    .wc-text-md-light .blockquote-footer {
        color: #fafafa;
    }
    .wc-text-md-light a, .wc-text-md-light a {
        color: #fafafa !important;
    }
    .wc-text-md-light a:hover, .wc-text-md-light a:hover {
        color: #fafafa !important;
    }
    .wc-text-md-light .text-muted, .wc-text-md-light.text-muted {
        color: #fafafa !important;
    }
    .wc-text-md-light .wc-heading-bordered, .wc-text-md-light.wc-heading-bordered {
        border-color: #fafafa !important;
    }
}

@media (min-width: 992px) {
    .wc-text-lg-light {
        color: #fafafa !important;
    }
    .wc-text-lg-light h1, .wc-text-lg-light h2, .wc-text-lg-light h3, .wc-text-lg-light h4, .wc-text-lg-light h5, .wc-text-lg-light h6,
    .wc-text-lg-light .h1, .wc-text-lg-light .h2, .wc-text-lg-light .h3, .wc-text-lg-light .h4, .wc-text-lg-light .h5, .wc-text-lg-light .h6, .wc-text-lg-lighth1, .wc-text-lg-lighth2, .wc-text-lg-lighth3, .wc-text-lg-lighth4, .wc-text-lg-lighth5, .wc-text-lg-lighth6, .wc-text-lg-light.h1, .wc-text-lg-light.h2, .wc-text-lg-light.h3, .wc-text-lg-light.h4, .wc-text-lg-light.h5, .wc-text-lg-light .h6 {
        color: #fafafa !important;
    }
    .wc-text-lg-light .blockquote-footer {
        color: #fafafa;
    }
    .wc-text-lg-light a, .wc-text-lg-light a {
        color: #fafafa !important;
    }
    .wc-text-lg-light a:hover, .wc-text-lg-light a:hover {
        color: #fafafa !important;
    }
    .wc-text-lg-light .text-muted, .wc-text-lg-light.text-muted {
        color: #fafafa !important;
    }
    .wc-text-lg-light .wc-heading-bordered, .wc-text-lg-light.wc-heading-bordered {
        border-color: #fafafa !important;
    }
}

@media (min-width: 1200px) {
    .wc-text-xl-light {
        color: #fafafa !important;
    }
    .wc-text-xl-light h1, .wc-text-xl-light h2, .wc-text-xl-light h3, .wc-text-xl-light h4, .wc-text-xl-light h5, .wc-text-xl-light h6,
    .wc-text-xl-light .h1, .wc-text-xl-light .h2, .wc-text-xl-light .h3, .wc-text-xl-light .h4, .wc-text-xl-light .h5, .wc-text-xl-light .h6, .wc-text-xl-lighth1, .wc-text-xl-lighth2, .wc-text-xl-lighth3, .wc-text-xl-lighth4, .wc-text-xl-lighth5, .wc-text-xl-lighth6, .wc-text-xl-light.h1, .wc-text-xl-light.h2, .wc-text-xl-light.h3, .wc-text-xl-light.h4, .wc-text-xl-light.h5, .wc-text-xl-light .h6 {
        color: #fafafa !important;
    }
    .wc-text-xl-light .blockquote-footer {
        color: #fafafa;
    }
    .wc-text-xl-light a, .wc-text-xl-light a {
        color: #fafafa !important;
    }
    .wc-text-xl-light a:hover, .wc-text-xl-light a:hover {
        color: #fafafa !important;
    }
    .wc-text-xl-light .text-muted, .wc-text-xl-light.text-muted {
        color: #fafafa !important;
    }
    .wc-text-xl-light .wc-heading-bordered, .wc-text-xl-light.wc-heading-bordered {
        border-color: #fafafa !important;
    }
}

.wc-text-super-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .wc-text-super-truncate {
        visibility: hidden;
    }
    .wc-text-super-truncate::first-letter {
        visibility: visible;
    }
}

ol.fa-ul .fa-li {
    line-height: inherit;
    font-size: 20px;
    left: -2em;
}

ol.fa-ul .fa-li:after {
    font-size: 10px;
    color: white;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
}

ol.fa-ul li:nth-child(1) .fa-li:after {
    content: "1";
}

ol.fa-ul li:nth-child(2) .fa-li:after {
    content: "2";
}

ol.fa-ul li:nth-child(3) .fa-li:after {
    content: "3";
}

ol.fa-ul li:nth-child(4) .fa-li:after {
    content: "4";
}

ol.fa-ul li:nth-child(5) .fa-li:after {
    content: "5";
}

ol.fa-ul li:nth-child(6) .fa-li:after {
    content: "6";
}

ol.fa-ul li:nth-child(7) .fa-li:after {
    content: "7";
}

ol.fa-ul li:nth-child(8) .fa-li:after {
    content: "8";
}

ol.fa-ul li:nth-child(9) .fa-li:after {
    content: "9";
}

ol.fa-ul li:nth-child(10) .fa-li:after {
    content: "10";
}

ol.fa-ul li:nth-child(11) .fa-li:after {
    content: "11";
}

ol.fa-ul li:nth-child(12) .fa-li:after {
    content: "12";
}

ol.fa-ul li:nth-child(13) .fa-li:after {
    content: "13";
}

ol.fa-ul li:nth-child(14) .fa-li:after {
    content: "14";
}

ol.fa-ul li:nth-child(15) .fa-li:after {
    content: "15";
}

ol.fa-ul li:nth-child(16) .fa-li:after {
    content: "16";
}

ol.fa-ul li:nth-child(17) .fa-li:after {
    content: "17";
}

ol.fa-ul li:nth-child(18) .fa-li:after {
    content: "18";
}

ol.fa-ul li:nth-child(19) .fa-li:after {
    content: "19";
}

ol.fa-ul li:nth-child(20) .fa-li:after {
    content: "20";
}

/*------------------------------------------------------------------
[6. Media]
------------------------------------------------------------------*/
@media (max-width: 767px) {
    .single-post .media img {
        max-width: 26px;
    }
    .single-post .media-body .media {
        margin-left: -18px;
    }
    .single-post .media-heading {
        font-size: 0.8rem;
    }
    .single-post .media-heading small {
        font-size: inherit;
        display: block;
        float: none !important;
    }
    .single-post .media-body {
        font-size: 0.8rem;
    }
}

.wc-media-icon {
    width: 2.5em;
    font-size: 1.5em;
}

.wc-media-icon i {
    vertical-align: top;
}

/*------------------------------------------------------------------
[7. Buttons]
------------------------------------------------------------------*/
.btn {
    text-transform: uppercase;
    font-size: 14px;
    border-width: 0;
}

.btn:focus, .btn:active, .btn:active:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn.btn-lg, .btn-group-lg > .btn, .btn.btn-sm, .btn-group-sm > .btn {
    line-height: 1.25;
}

/*------------------------------------------------------------------
[8. Forms]
------------------------------------------------------------------*/
.form-control:not(.btn), .wc-widget select.postform:not(.btn),
.wc-widget select.dropdown_product_cat:not(.btn),
.wc-widget.widget_archive select:not(.btn) {
    font-family: "Open Sans";
    padding: 10px 14px;
    border: 0;
    border-left: 2px solid #9C9FA4;
}

.form-control:not(.btn)::-webkit-input-placeholder, .wc-widget select.postform:not(.btn)::-webkit-input-placeholder,
.wc-widget select.dropdown_product_cat:not(.btn)::-webkit-input-placeholder,
.wc-widget.widget_archive select:not(.btn)::-webkit-input-placeholder {
    font-style: italic;
}

.form-control:not(.btn):-ms-input-placeholder, .wc-widget select.postform:not(.btn):-ms-input-placeholder,
.wc-widget select.dropdown_product_cat:not(.btn):-ms-input-placeholder,
.wc-widget.widget_archive select:not(.btn):-ms-input-placeholder {
    font-style: italic;
}

.form-control:not(.btn)::-ms-input-placeholder, .wc-widget select.postform:not(.btn)::-ms-input-placeholder,
.wc-widget select.dropdown_product_cat:not(.btn)::-ms-input-placeholder,
.wc-widget.widget_archive select:not(.btn)::-ms-input-placeholder {
    font-style: italic;
}

.form-control:not(.btn)::placeholder, .wc-widget select.postform:not(.btn)::placeholder,
.wc-widget select.dropdown_product_cat:not(.btn)::placeholder,
.wc-widget.widget_archive select:not(.btn)::placeholder {
    font-style: italic;
}

.form-control:not(.btn):disabled::-webkit-input-placeholder, .wc-widget select.postform:not(.btn):disabled::-webkit-input-placeholder,
.wc-widget select.dropdown_product_cat:not(.btn):disabled::-webkit-input-placeholder,
.wc-widget.widget_archive select:not(.btn):disabled::-webkit-input-placeholder {
    opacity: 0.5;
}

.form-control:not(.btn):disabled:-ms-input-placeholder, .wc-widget select.postform:not(.btn):disabled:-ms-input-placeholder,
.wc-widget select.dropdown_product_cat:not(.btn):disabled:-ms-input-placeholder,
.wc-widget.widget_archive select:not(.btn):disabled:-ms-input-placeholder {
    opacity: 0.5;
}

.form-control:not(.btn):disabled::-ms-input-placeholder, .wc-widget select.postform:not(.btn):disabled::-ms-input-placeholder,
.wc-widget select.dropdown_product_cat:not(.btn):disabled::-ms-input-placeholder,
.wc-widget.widget_archive select:not(.btn):disabled::-ms-input-placeholder {
    opacity: 0.5;
}

.form-control:not(.btn):disabled::placeholder, .wc-widget select.postform:not(.btn):disabled::placeholder,
.wc-widget select.dropdown_product_cat:not(.btn):disabled::placeholder,
.wc-widget.widget_archive select:not(.btn):disabled::placeholder {
    opacity: 0.5;
}

.form-control:not(.btn):focus, .wc-widget select.postform:not(.btn):focus,
.wc-widget select.dropdown_product_cat:not(.btn):focus,
.wc-widget.widget_archive select:not(.btn):focus {
    border-color: #434040;
}

.form-check-input:only-child {
    position: absolute;
}

select.form-control:not([size]):not([multiple]), .wc-widget select.postform:not([size]):not([multiple]),
.wc-widget select.dropdown_product_cat:not([size]):not([multiple]),
.wc-widget.widget_archive select:not([size]):not([multiple]) {
    position: relative;
    height: 37.5px;
}

.custom-select, .orderby {
    height: 37.5px;
}

/*------------------------------------------------------------------
[9. Custom Forms]
------------------------------------------------------------------*/
.custom-select, .orderby {
    border: 0;
    font-family: "Open Sans";
    border-left: 2px solid #9C9FA4;
    -webkit-appearance: none;
}

.custom-select::-webkit-input-placeholder, .orderby::-webkit-input-placeholder {
    font-style: italic;
}

.custom-select:-ms-input-placeholder, .orderby:-ms-input-placeholder {
    font-style: italic;
}

.custom-select::-ms-input-placeholder, .orderby::-ms-input-placeholder {
    font-style: italic;
}

.custom-select::placeholder, .orderby::placeholder {
    font-style: italic;
}

.custom-select:focus, .orderby:focus {
    border-left: 2px solid #9C9FA4;
}

.custom-select:disabled::-webkit-input-placeholder, .orderby:disabled::-webkit-input-placeholder {
    opacity: 0.5;
}

.custom-select:disabled:-ms-input-placeholder, .orderby:disabled:-ms-input-placeholder {
    opacity: 0.5;
}

.custom-select:disabled::-ms-input-placeholder, .orderby:disabled::-ms-input-placeholder {
    opacity: 0.5;
}

.custom-select:disabled::placeholder, .orderby:disabled::placeholder {
    opacity: 0.5;
}

/*------------------------------------------------------------------
[10. Footer]
------------------------------------------------------------------*/
.wc-footer {
    position: relative;
    z-index: 2;
}

.wc-footer .section:first-child {
    font-size: 14px;
    color: #E9EAEC;
    background-color: #434040;
}

.wc-footer .section:first-child a {
    color: #ffffff;
}

.wc-footer .section:first-child a:hover {
    color: #fafafa;
}

.wc-footer .section:first-child h1, .wc-footer .section:first-child h2, .wc-footer .section:first-child h3, .wc-footer .section:first-child h4, .wc-footer .section:first-child h5, .wc-footer .section:first-child h6,
.wc-footer .section:first-child .h1, .wc-footer .section:first-child .h2, .wc-footer .section:first-child .h3, .wc-footer .section:first-child .h4, .wc-footer .section:first-child .h5, .wc-footer .section:first-child .h6 {
    color: #ffffff;
}

.wc-footer .section:first-child .text-muted {
    color: #EAB1F3 !important;
}

.wc-footer .section:first-child .text-muted:hover {
    color: #EAB1F3 !important;
}

.wc-footer .section:first-child small {
    font-size: 90%;
}

.wc-footer .section:first-child .btn-primary {
    color: #434040;
    background-color: #fafafa;
    border-color: #fafafa;
}

.wc-footer .section:first-child .widget_tag_cloud li a {
    background: #fafafa;
    color: #434040;
}

.wc-footer .section:first-child .widget_archive li,
.wc-footer .section:first-child .widget_categories li,
.wc-footer .section:first-child .widget_meta li,
.wc-footer .section:first-child .widget_nav_menu li,
.wc-footer .section:first-child .widget_pages li,
.wc-footer .section:first-child .widget_recent_comments li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.wc-footer .section:first-child .widget_archive ul ul,
.wc-footer .section:first-child .widget_categories ul ul,
.wc-footer .section:first-child .widget_meta ul ul,
.wc-footer .section:first-child .widget_nav_menu ul ul,
.wc-footer .section:first-child .widget_pages ul ul,
.wc-footer .section:first-child .widget_recent_comments ul ul {
    border-color: rgba(255, 255, 255, 0.1);
}

/*------------------------------------------------------------------
[11. Subfooter]
------------------------------------------------------------------*/
.wc-footer .section + .section {
    font-size: 16px;
    color: #B6DDD6;
    background-color: #381e11;
}

.wc-footer .section + .section .row > [class^="col-"]:nth-child(1) {
    margin-bottom: 10px;
}

.wc-footer .section + .section a {
    color: #FFFFFF;
}

.wc-footer .section + .section a:hover {
    color: #DAF5F0;
}

.wc-footer .section + .section .text-muted {
    color: #ffffff;
}

.wc-footer .section + .section .text-muted:hover {
    color: #ffffff;
}

.wc-footer .section + .section small {
    font-size: 90%;
}

.wc-footer .section + .section .wc-widget {
    margin: 0;
}

.wc-footer .section + .section .wc-widget p:last-child {
    margin: 0;
}

@media (min-width: 576px) {
    .wc-footer .section + .section .row > [class^="col-"]:nth-child(1) {
        margin-bottom: 0;
    }
    .wc-footer .section + .section .row > [class^="col-"]:nth-child(2) {
        text-align: right;
    }
}

@media (min-width: 768px) {
    #footer .section + .section .col-sm-6 + .col-sm-6 {
        text-align: right;
    }
    #footer .section + .section .col-sm-4:nth-child(2) {
        text-align: center;
    }
    #footer .section + .section .col-sm-4:nth-child(3) {
        text-align: right;
    }
}

/*------------------------------------------------------------------
[12. Magnific]
------------------------------------------------------------------*/
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
    position: fixed;
    background: rgba(6, 26, 64, 0.8);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2003;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 2005;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-preloader {
    color: #fdfffc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 2004;
}

.mfp-preloader a {
    color: #fdfffc;
}

.mfp-preloader a:hover {
    color: #fdfffc;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 2006;
    -webkit-box-shadow: none;
            box-shadow: none;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #fdfffc;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #fdfffc;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fdfffc;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fdfffc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow.mfp-arrow-left {
    left: 0;
}

.mfp-arrow.mfp-arrow-left:after {
    border-right: 17px solid #fdfffc;
    margin-left: 31px;
}

.mfp-arrow.mfp-arrow-right {
    right: 0;
}

.mfp-arrow.mfp-arrow-right:after {
    border-left: 17px solid #fdfffc;
    margin-left: 39px;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
    background: #000;
}

.audio-popup {
    position: relative;
    padding-top: 44px;
    width: 320px;
    max-width: 90%;
    max-width: 100%;
    margin: 20px auto;
    z-index: 2003;
}

.audio-popup audio {
    width: 100%;
    -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
}

.audio-popup .mfp-close {
    right: -12px;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.1), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
    background: #000;
}

.mfp-figure small {
    color: #fdfffc;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #fdfffc;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
   * Remove all paddings around the image on small screen
   */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*------------------------------------------------------------------
[13. Carousel]
------------------------------------------------------------------*/
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block;
}

.carousel-inner, .carousel-item {
    height: 100%;
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel-caption {
    color: rgba(253, 97, 56, 0.9);
}

.carousel-caption > h1, .carousel-caption > h2, .carousel-caption > h3, .carousel-caption > h4, .carousel-caption > h5, .carousel-caption > h6, .carousel-caption > a, .carousel-caption > p, .carousel-caption > div, .carousel-caption > span {
    color: rgba(253, 97, 56, 0.9);
}

.captions-fullwidth .carousel-caption {
    left: 0px;
    padding-left: 40px;
    padding-right: 40px;
    right: 0px;
    bottom: 0;
    text-align: left;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    background-color: rgba(67, 64, 64, 0.9);
    opacity: .3;
    -ms-flex: 0 1 auto;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: rgba(67, 64, 64, 0.9);
}

.carousel-indicators-circle .carousel-indicators li {
    width: 15px;
    height: 15px;
    max-height: none;
    background: transparent;
    border-radius: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-right: 10px;
    margin-left: 10px;
    border: 3px solid rgba(67, 64, 64, 0.9);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
    position: relative;
    text-align: center;
    width: 2em;
    height: 2em;
    line-height: 1;
}

.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
    content: "\f104";
    font-family: FontAwesome;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2em;
}

.carousel-control-next-icon:after {
    content: "\f105";
}

.carousel-controls-bg .carousel-control-prev {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}

.carousel-controls-bg .carousel-control-next {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}

@media (min-width: 768px) {
    .carousel-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .carousel-horizontal .carousel-indicators {
        position: relative;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        z-index: 21;
    }
    .carousel-horizontal .carousel-indicators:before, .carousel-horizontal .carousel-indicators:after {
        display: none;
    }
    .carousel-horizontal .carousel-indicators li {
        position: relative;
        max-width: none;
        height: auto;
        width: auto;
        margin-right: 0;
        margin-left: 0;
        text-indent: 0;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
        text-align: left;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        opacity: 0.5;
    }
    .carousel-horizontal .carousel-indicators li:after {
        display: none;
    }
    .carousel-horizontal .carousel-indicators li:before {
        display: block;
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid rgba(255, 255, 255, 0.8);
        position: absolute;
        left: -9px;
        right: auto;
        top: 50%;
        margin-top: -10px;
        opacity: 0;
    }
    .carousel-horizontal .carousel-indicators li.active {
        opacity: 1;
    }
    .carousel-horizontal .carousel-indicators li.active:before {
        opacity: 1;
    }
    .carousel-horizontal .carousel-inner {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        width: auto;
    }
    .carousel-horizontal.carousel-horizontal-simple .carousel-inner {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .carousel-horizontal .carousel-inner > .carousel-item > a > img, .carousel-horizontal .carousel-inner > .carousel-item > img, .carousel-horizontal .img-fluid {
        max-width: none;
    }
    .carousel-horizontal .carousel-caption {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 20px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    }
    .carousel-horizontal .carousel-caption h3 {
        display: none;
    }
    .carousel-horizontal .carousel-caption a, .carousel-horizontal .carousel-caption a:hover {
        color: #fff;
    }
    .carousel-horizontal .carousel-control-next, .carousel-horizontal .carousel-control-prev {
        z-index: 20;
    }
    .carousel-horizontal .carousel-control-next {
        right: 33.3333333333%;
    }
    .carousel-horizontal.carousel-horizontal-simple .carousel-control-next {
        right: 0;
    }
}

.carousel-thumbnails .carousel-indicators {
    position: relative;
    bottom: 0;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    overflow: auto;
}

.carousel-thumbnails .carousel-indicators li {
    max-width: none;
    margin-right: 10px;
    margin-left: 0px;
    height: auto;
    width: auto;
    text-indent: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
}

.carousel-thumbnails .carousel-indicators li img {
    max-width: 100px;
}

.carousel-thumbnails .carousel-indicators li:last-child {
    margin-right: 0;
}

.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/*------------------------------------------------------------------
[14. Popover]
------------------------------------------------------------------*/
.popover-header {
    margin-bottom: 0em;
    line-height: 1.5;
    color: #fafafa;
}

/*------------------------------------------------------------------
[15. Modals]
------------------------------------------------------------------*/
.modal-content {
    -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.07), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.07), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
}

.modal-backdrop.in {
    opacity: 1;
}

.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/*------------------------------------------------------------------
[16. Cards]
------------------------------------------------------------------*/
.card-title {
    margin-bottom: 0.6666rem;
}

.card-title:last-child {
    margin-bottom: 0;
}

.card p:last-child {
    margin-bottom: 0;
}

.card-body + .card-body {
    padding-top: 0;
}

.card-body img {
    max-width: 100%;
    height: auto;
}

.card-subtitle {
    margin-top: -0.3rem;
}

.card-footer {
    padding: 10px 30px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12) inset;
            box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12) inset;
}

[class^="card-img"] {
    width: 100%;
}

.post [class^="card-img"].wp-post-image {
    width: auto;
    max-width: 100%;
}

.card-img {
    border-radius: 0;
    height: auto !important;
}

.card-img-container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-color: #f7f7f7;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

body.wc-agent-explorer .card-img-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.card-img-overlay {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
}

.card-img-overlay h1, .card-img-overlay h2, .card-img-overlay h3, .card-img-overlay h4, .card-img-overlay h5, .card-img-overlay h6, .card-img-overlay a, .card-img-overlay p, .card-img-overlay div, .card-img-overlay span {
    color: #fff;
    outline: none;
}

.card-img-overlay h1:hover, .card-img-overlay h2:hover, .card-img-overlay h3:hover, .card-img-overlay h4:hover, .card-img-overlay h5:hover, .card-img-overlay h6:hover, .card-img-overlay a:hover, .card-img-overlay p:hover, .card-img-overlay div:hover, .card-img-overlay span:hover {
    color: #fff;
}

.card-img-overlay.card-img-overlay-mini {
    left: auto;
    right: auto;
    width: auto;
    padding: 10px 20px;
}

.card-img-overlay.card-img-overlay-square {
    left: auto;
    right: auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
}

.card-img-overlay.card-img-overlay-transparent {
    background: none;
}

.card-img-overlay-fade-to-bottom {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(60%, transparent));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 60%);
}

.card-img-overlay-fade-to-top {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), color-stop(60%, transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 60%);
}

.card-img-overlay-fade-to-left {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.65)), color-stop(60%, transparent));
    background: linear-gradient(to left, rgba(0, 0, 0, 0.65) 0%, transparent 60%);
}

.card-img-overlay-fade-to-right {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), color-stop(60%, transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 60%);
}

.card-img-overlay-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.card-img-overlay-top.card-img-overlay-mini {
    bottom: auto;
    top: 30px;
}

@media (min-width: 576px) {
    .card-hero .card-img-overlay-top.card-img-overlay-mini {
        top: 80px;
    }
}

.card-img-overlay-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.card-img-overlay-center.card-img-overlay-mini {
    bottom: auto;
    top: 30px;
}

@media (min-width: 576px) {
    .card-hero .card-img-overlay-center.card-img-overlay-mini {
        top: 80px;
    }
}

.card-img-overlay-bottom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.card-img-overlay-bottom.card-img-overlay-mini {
    top: auto;
    bottom: 30px;
}

@media (min-width: 576px) {
    .card-hero .card-img-overlay-bottom.card-img-overlay-mini {
        bottom: 80px;
    }
}

.card-img-overlay-left.card-img-overlay-mini {
    right: auto;
    left: 30px;
}

@media (min-width: 576px) {
    .card-hero .card-img-overlay-left.card-img-overlay-mini {
        left: 80px;
    }
}

.card-img-overlay-right.card-img-overlay-mini {
    left: auto;
    right: 30px;
}

@media (min-width: 576px) {
    .card-hero .card-img-overlay-right.card-img-overlay-mini {
        right: 80px;
    }
}

.card-img-overlay.card-img-overlay-on-hover {
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-img-overlay.card-img-overlay-on-hover h1, .card-img-overlay.card-img-overlay-on-hover h2, .card-img-overlay.card-img-overlay-on-hover h3, .card-img-overlay.card-img-overlay-on-hover h4, .card-img-overlay.card-img-overlay-on-hover h5, .card-img-overlay.card-img-overlay-on-hover h6, .card-img-overlay.card-img-overlay-on-hover a, .card-img-overlay.card-img-overlay-on-hover p, .card-img-overlay.card-img-overlay-on-hover div, .card-img-overlay.card-img-overlay-on-hover span {
    opacity: 0;
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    -webkit-transition-delay: 0.39s;
            transition-delay: 0.39s;
}

.card-img-overlay.card-img-overlay-on-hover:hover {
    opacity: 1;
}

.card-img-overlay.card-img-overlay-on-hover:hover h1, .card-img-overlay.card-img-overlay-on-hover:hover h2, .card-img-overlay.card-img-overlay-on-hover:hover h3, .card-img-overlay.card-img-overlay-on-hover:hover h4, .card-img-overlay.card-img-overlay-on-hover:hover h5, .card-img-overlay.card-img-overlay-on-hover:hover h6, .card-img-overlay.card-img-overlay-on-hover:hover a, .card-img-overlay.card-img-overlay-on-hover:hover p, .card-img-overlay.card-img-overlay-on-hover:hover div, .card-img-overlay.card-img-overlay-on-hover:hover span {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.card-columns {
    -webkit-column-gap: 30px;
            column-gap: 30px;
}

.card-columns .card {
    display: inline-block;
}

.card-columns-2 {
    -webkit-column-count: 2;
            column-count: 2;
}

.card-columns-4 {
    -webkit-column-count: 4;
            column-count: 4;
}

.card-blockquote.blockquote, .card-body blockquote {
    padding: 30px;
}

.card > .row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.card > .row > [class^="col"] {
    padding: 0;
}

.card > .row [class*="col-xs"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
}

.card > .row [class*="col-xs"] .card-img, .card > .row [class*="col-xs"] .carousel {
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
}

.card > .row [class*="col-xs"] .carousel img {
    height: 100%;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}

body.wc-agent-explorer .card > .row [class*="col-xs"] .card-img, body.wc-agent-edge .card > .row [class*="col-xs"] .card-img {
    visibility: hidden;
}

@media (min-width: 576px) {
    .card > .row [class*="col-sm"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
    }
    .card > .row [class*="col-sm"] .card-img, .card > .row [class*="col-sm"] .carousel {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .card > .row [class*="col-sm"] .carousel img {
        height: 100%;
        width: 100% !important;
        -o-object-fit: cover;
           object-fit: cover;
    }
    body.wc-agent-explorer .card > .row [class*="col-sm"] .card-img, body.wc-agent-edge .card > .row [class*="col-sm"] .card-img {
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    .card > .row [class*="col-md"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
    }
    .card > .row [class*="col-md"] .card-img, .card > .row [class*="col-md"] .carousel {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .card > .row [class*="col-md"] .carousel img {
        height: 100%;
        width: 100% !important;
        -o-object-fit: cover;
           object-fit: cover;
    }
    body.wc-agent-explorer .card > .row [class*="col-md"] .card-img, body.wc-agent-edge .card > .row [class*="col-md"] .card-img {
        visibility: hidden;
    }
}

@media (min-width: 992px) {
    .card > .row [class*="col-lg"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
    }
    .card > .row [class*="col-lg"] .card-img, .card > .row [class*="col-lg"] .carousel {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .card > .row [class*="col-lg"] .carousel img {
        height: 100%;
        width: 100% !important;
        -o-object-fit: cover;
           object-fit: cover;
    }
    body.wc-agent-explorer .card > .row [class*="col-lg"] .card-img, body.wc-agent-edge .card > .row [class*="col-lg"] .card-img {
        visibility: hidden;
    }
}

@media (min-width: 1200px) {
    .card > .row [class*="col-xl"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        overflow: hidden;
    }
    .card > .row [class*="col-xl"] .card-img, .card > .row [class*="col-xl"] .carousel {
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        position: absolute;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .card > .row [class*="col-xl"] .carousel img {
        height: 100%;
        width: 100% !important;
        -o-object-fit: cover;
           object-fit: cover;
    }
    body.wc-agent-explorer .card > .row [class*="col-xl"] .card-img, body.wc-agent-edge .card > .row [class*="col-xl"] .card-img {
        visibility: hidden;
    }
}

.archive .card-horizontal.format-image .card-img-container,
.blog .card-horizontal.format-image .card-img-container {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.archive .card-horizontal.format-image .card-img-container .card-img,
.blog .card-horizontal.format-image .card-img-container .card-img {
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.card-inverse, .card.sticky {
    background-color: #605A5A;
    border-color: #605A5A;
}

.card-inverse .card-header,
.card-inverse .card-footer, .card.sticky .card-header,
.card.sticky .card-footer {
    background-color: transparent;
}

.card-inverse .card-text, .card-inverse .card-body, .card-inverse .card-blockquote .blockquote-footer, .card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6, .card-inverse .h1, .card-inverse .h2, .card-inverse .h3, .card-inverse .h4, .card-inverse .h5, .card-inverse .h6, .card-inverse a, .card.sticky .card-text, .card.sticky .card-body, .card.sticky .card-blockquote .blockquote-footer, .card.sticky h1, .card.sticky h2, .card.sticky h3, .card.sticky h4, .card.sticky h5, .card.sticky h6, .card.sticky .h1, .card.sticky .h2, .card.sticky .h3, .card.sticky .h4, .card.sticky .h5, .card.sticky .h6, .card.sticky a {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-text a, .card-inverse .card-body a, .card-inverse .card-blockquote .blockquote-footer a, .card-inverse h1 a, .card-inverse h2 a, .card-inverse h3 a, .card-inverse h4 a, .card-inverse h5 a, .card-inverse h6 a, .card-inverse .h1 a, .card-inverse .h2 a, .card-inverse .h3 a, .card-inverse .h4 a, .card-inverse .h5 a, .card-inverse .h6 a, .card-inverse a a, .card.sticky .card-text a, .card.sticky .card-body a, .card.sticky .card-blockquote .blockquote-footer a, .card.sticky h1 a, .card.sticky h2 a, .card.sticky h3 a, .card.sticky h4 a, .card.sticky h5 a, .card.sticky h6 a, .card.sticky .h1 a, .card.sticky .h2 a, .card.sticky .h3 a, .card.sticky .h4 a, .card.sticky .h5 a, .card.sticky .h6 a, .card.sticky a a {
    color: white;
}

.card-inverse .card-text .text-muted, .card-inverse .card-body .text-muted, .card-inverse .card-blockquote .blockquote-footer .text-muted, .card-inverse h1 .text-muted, .card-inverse h2 .text-muted, .card-inverse h3 .text-muted, .card-inverse h4 .text-muted, .card-inverse h5 .text-muted, .card-inverse h6 .text-muted, .card-inverse .h1 .text-muted, .card-inverse .h2 .text-muted, .card-inverse .h3 .text-muted, .card-inverse .h4 .text-muted, .card-inverse .h5 .text-muted, .card-inverse .h6 .text-muted, .card-inverse a .text-muted, .card.sticky .card-text .text-muted, .card.sticky .card-body .text-muted, .card.sticky .card-blockquote .blockquote-footer .text-muted, .card.sticky h1 .text-muted, .card.sticky h2 .text-muted, .card.sticky h3 .text-muted, .card.sticky h4 .text-muted, .card.sticky h5 .text-muted, .card.sticky h6 .text-muted, .card.sticky .h1 .text-muted, .card.sticky .h2 .text-muted, .card.sticky .h3 .text-muted, .card.sticky .h4 .text-muted, .card.sticky .h5 .text-muted, .card.sticky .h6 .text-muted, .card.sticky a .text-muted {
    color: rgba(255, 255, 255, 0.5) !important;
}

.card-inverse .card-subtitle, .card-inverse .card-title, .card-inverse .card-blockquote, .card.sticky .card-subtitle, .card.sticky .card-title, .card.sticky .card-blockquote {
    color: #fff;
}

.card-inverse .card-title > h1, .card-inverse .card-title > h2, .card-inverse .card-title > h3, .card-inverse .card-title > h4, .card-inverse .card-title > h5, .card-inverse .card-title > h6, .card-inverse .card-title > a, .card-inverse .card-title > p, .card-inverse .card-title > div, .card-inverse .card-title > span, .card-inverse .card-subtitle > h1, .card-inverse .card-subtitle > h2, .card-inverse .card-subtitle > h3, .card-inverse .card-subtitle > h4, .card-inverse .card-subtitle > h5, .card-inverse .card-subtitle > h6, .card-inverse .card-subtitle > a, .card-inverse .card-subtitle > p, .card-inverse .card-subtitle > div, .card-inverse .card-subtitle > span, .card.sticky .card-title > h1, .card.sticky .card-title > h2, .card.sticky .card-title > h3, .card.sticky .card-title > h4, .card.sticky .card-title > h5, .card.sticky .card-title > h6, .card.sticky .card-title > a, .card.sticky .card-title > p, .card.sticky .card-title > div, .card.sticky .card-title > span, .card.sticky .card-subtitle > h1, .card.sticky .card-subtitle > h2, .card.sticky .card-subtitle > h3, .card.sticky .card-subtitle > h4, .card.sticky .card-subtitle > h5, .card.sticky .card-subtitle > h6, .card.sticky .card-subtitle > a, .card.sticky .card-subtitle > p, .card.sticky .card-subtitle > div, .card.sticky .card-subtitle > span {
    color: #fff;
}

.card-inverse .card-footer a, .card-inverse .card-footer a:hover, .card-inverse .card-footer .text-muted, .card-inverse .card-footer a.text-muted, .card.sticky .card-footer a, .card.sticky .card-footer a:hover, .card.sticky .card-footer .text-muted, .card.sticky .card-footer a.text-muted {
    color: #fff !important;
}

@media (min-width: 576px) {
    .card-hero .card-body {
        padding: 80px 80px;
    }
    .card-hero .card-body + .card-body {
        padding-top: 0;
    }
}

.card-header-collapse {
    display: block;
    position: relative;
    z-index: 2;
}

.card-header-collapse:after {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-family: FontAwesome;
    content: "\f107";
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.card-header-collapse:not(.collapsed):after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.format-aside .card-title,
.format-aside .card-subtitle {
    display: none;
}

.format-status .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.format-status .card-body .card-title {
    display: none;
}

.format-status .card-body .card-subtitle {
    margin-bottom: 0 !important;
}

.format-status .card-body p:not(.card-subtitle) {
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
[17. Tables]
------------------------------------------------------------------*/
.table thead {
    background: #999999;
}

.table tbody {
    background: rgba(255, 255, 255, 0.8);
}

.table-fixed {
    table-layout: fixed;
}

.table-vertical-striped.table-striped tbody tr:nth-of-type(even) td:nth-of-type(odd),
.table-vertical-striped.table-striped tbody tr:nth-of-type(odd) td:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.025);
}

/*------------------------------------------------------------------
[18. Countdown]
------------------------------------------------------------------*/
.countdown-clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.countdown-clock-box {
    margin-right: 4px;
    padding-right: 4px;
    border-right: 1px solid #9C9FA4;
}

.countdown-clock-box:last-child {
    margin-right: 0;
    padding-right: 4px;
    border-right: 0;
}

.wc-text-light .countdown-clock-box {
    border-color: rgba(255, 255, 255, 0.2);
}

.countdown-digits {
    display: block;
    padding: 0;
    font-size: 48px;
    line-height: 1;
    font-weight: lighter;
    min-width: 150px;
}

.countdown-label {
    text-transform: uppercase;
    display: block;
    padding: 10px;
    font-weight: normal;
}

@media (max-width: 991px) {
    .countdown-clock-box {
        border: 0;
    }
    .countdown-digits {
        font-size: 3em;
        padding: 10px;
        width: 2em;
    }
}

@media (max-width: 767px) {
    .countdown-digits {
        font-size: 2em;
        width: 2.3em;
    }
}

/*------------------------------------------------------------------
[19. Progress]
------------------------------------------------------------------*/
.progress {
    position: relative;
}

.progress-bar {
    height: 4px;
}

.progress-wrapper {
    position: relative;
    padding-top: 1.5em;
}

.progress-indicator {
    font-size: 1.2em;
    color: #EC229A;
    display: block;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}

.progress-with-point {
    overflow: visible;
}

.progress-with-point .progress-bar {
    position: relative;
}

.progress-with-point .progress-bar:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    background: #EC229A;
}

/*------------------------------------------------------------------
[20. Icon Sets]
------------------------------------------------------------------*/
.wc-icon-set {
    display: inline-block;
    background: inherit;
    line-height: inherit;
}

.wc-icon-set.wc-icon-set-transparent {
    background: transparent;
}

.wc-icon-set .wc-icon-set-item {
    text-align: center;
    background: inherit;
    width: 2em;
    text-align: center;
    display: inline-block;
    position: relative;
}

.wc-icon-set.wc-icon-set-expandable {
    position: relative;
}

.wc-icon-set.wc-icon-set-expandable .wc-icon-set-item:not(:first-child) {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.wc-icon-set.wc-icon-set-expandable .wc-icon-set-item-trigger {
    opacity: 1;
    z-index: 3;
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item {
    opacity: 1;
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item-trigger {
    opacity: 0;
    z-index: 2;
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item-close {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    z-index: 3;
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item:nth-child(3) {
    -webkit-transform: translateX(-2em);
            transform: translateX(-2em);
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item:nth-child(4) {
    -webkit-transform: translateX(-4em);
            transform: translateX(-4em);
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item:nth-child(5) {
    -webkit-transform: translateX(-6em);
            transform: translateX(-6em);
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item:nth-child(6) {
    -webkit-transform: translateX(-8em);
            transform: translateX(-8em);
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item:nth-child(7) {
    -webkit-transform: translateX(-10em);
            transform: translateX(-10em);
}

.wc-icon-set.wc-icon-set-expandable.open .wc-icon-set-item:nth-child(8) {
    -webkit-transform: translateX(-12em);
            transform: translateX(-12em);
}

/*------------------------------------------------------------------
[21. List Group]
------------------------------------------------------------------*/
.list-group-item {
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    z-index: 1;
    position: relative;
}

.list-group-item:hover {
    z-index: 2;
}

.list-group-item-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.list-group-item-prefix + .list-group-item-content {
    margin-left: 100px;
}

.list-group-item {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.list-group-item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: 100%;
}

.card .list-group-item:last-child {
    border-bottom: none;
}

.list-group-item-prefix {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f7f7f7;
    -webkit-box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.12) inset;
            box-shadow: -2px 0px 1px rgba(0, 0, 0, 0.12) inset;
    text-align: center;
    min-width: 100px;
}

/*------------------------------------------------------------------
[22. Go To Top]
------------------------------------------------------------------*/
.wc-go-top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #434040;
    color: #ffffff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    opacity: 1;
    line-height: 48px;
    text-align: center;
    -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 1050;
}

.wc-go-top:active, .wc-go-top:focus, .wc-go-top:hover {
    color: #ffffff;
}

.wc-go-top.hide {
    bottom: -48px;
    opacity: 0;
}

/*------------------------------------------------------------------
[23. Widgets]
------------------------------------------------------------------*/
.wc-widget {
    margin-bottom: 30px;
}

.wc-widget::after {
    display: block;
    clear: both;
    content: "";
}

.sidebar .wc-widget {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1), 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 2px rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1), 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 2px rgba(0, 0, 0, 0.06);
}

.sidebar .wc-widget.wc-widget-no-padding {
    padding: 0;
}

.wc-nav-widget .wc-widget,
.wc-topbar .wc-widget {
    margin-bottom: 0;
}

.wc-nav-widget .wc-widget p,
.wc-topbar .wc-widget p {
    margin-bottom: 0;
}

.wc-topbar .wc-widget + .wc-widget {
    margin-left: 20px;
}

.wc-widget img, .wc-widget select {
    max-width: 100%;
}

.wc-widget-header {
    margin-bottom: 1.5em;
}

.sidebar .wc-widget-header {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px 20px;
    margin-bottom: 20px;
}

.widget_archive ul,
.widget_tag_cloud ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_twitter ul,
.widget_em_widget ul,
.tribe-events-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_tag_cloud li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_twitter li,
.widget_em_widget li,
.tribe-events-list-widget li {
    clear: both;
    margin-bottom: 20px;
}

.widget_archive li:last-child,
.widget_tag_cloud li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_rss li:last-child,
.widget_twitter li:last-child,
.widget_em_widget li:last-child,
.tribe-events-list-widget li:last-child {
    margin-bottom: 0;
}

.wc-widget-image {
    max-width: 2.7em;
}

.wc-widget-image img {
    max-width: 100%;
    height: auto;
}

.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #f0f0f0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar .widget_archive li, .sidebar
.widget_categories li, .sidebar
.widget_meta li, .sidebar
.widget_nav_menu li, .sidebar
.widget_pages li, .sidebar
.widget_recent_comments li {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.wc-topbar .widget_archive li, .wc-topbar
.widget_categories li, .wc-topbar
.widget_meta li, .wc-topbar
.widget_nav_menu li, .wc-topbar
.widget_pages li, .wc-topbar
.widget_recent_comments li {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    margin-left: 10px;
}

.wc-topbar .widget_archive li:first-child, .wc-topbar
.widget_categories li:first-child, .wc-topbar
.widget_meta li:first-child, .wc-topbar
.widget_nav_menu li:first-child, .wc-topbar
.widget_pages li:first-child, .wc-topbar
.widget_recent_comments li:first-child {
    margin-left: 0;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul {
    margin-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #f0f0f0;
    padding-top: 10px;
}

.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_meta ul ul li,
.widget_nav_menu ul ul li,
.widget_pages ul ul li,
.widget_recent_comments ul ul li {
    text-indent: 1em;
    margin-left: 0;
    margin-right: 0;
    opacity: .75;
}

.sidebar .widget_archive ul ul, .sidebar
.widget_categories ul ul, .sidebar
.widget_meta ul ul, .sidebar
.widget_nav_menu ul ul, .sidebar
.widget_pages ul ul, .sidebar
.widget_recent_comments ul ul {
    margin-left: -20px;
    margin-right: -20px;
}

.sidebar .widget_archive ul ul li, .sidebar
.widget_categories ul ul li, .sidebar
.widget_meta ul ul li, .sidebar
.widget_nav_menu ul ul li, .sidebar
.widget_pages ul ul li, .sidebar
.widget_recent_comments ul ul li {
    margin-right: 0;
    margin-left: 0;
}

.widget_em_widget ul ul {
    display: inline-block;
}

.widget_em_widget ul ul li {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0;
}

.widget_em_widget i {
    margin-right: 0.5em;
}

.sidebar .widget_search {
    padding: 0;
}

.sidebar .widget_search .wc-widget-header {
    display: none;
}

.sidebar .widget_search .btn {
    padding-left: 1em;
    padding-right: 1em;
    margin-left: 0;
}

.widget_tag_cloud li {
    display: inline-block;
    margin: 0;
}

.widget_tag_cloud a {
    display: inline-block;
    font-size: 80% !important;
    margin-right: 0.5em;
    padding: .3em 1em;
    margin-bottom: 0.5em;
    background: #434040;
    color: #fff;
    opacity: 0.8;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.widget_tag_cloud a:hover {
    opacity: 1;
}

.widget_calendar {
    empty-cells: hide;
}

.widget_calendar table {
    width: 100%;
    table-layout: fixed;
}

.widget_calendar th, .widget_calendar td {
    text-align: center;
    background-color: #dfdfdf;
    border: none;
    padding: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}

.widget_calendar th {
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.widget_calendar td:hover {
    background-color: rgba(222, 222, 222, 0.4);
}

.widget_calendar a {
    display: block;
}

.widget_calendar caption {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.widget_calendar #today {
    background: red;
}

.widget_calendar .pad {
    background-color: transparent;
}

.widget_calendar #next a {
    text-align: right;
}

.widget_calendar #prev a {
    text-align: left;
}

#footer .widget_calendar th, #footer .widget_calendar td:not(#today) {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.1);
}

#footer .widget_calendar caption {
    color: #EAB1F3;
}

.wc-search-widget-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(6, 26, 64, 0.8);
    color: #fdfffc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
}

.wc-search-widget-container.wc-search-widget-container-open {
    opacity: 1;
    height: 100%;
    pointer-events: auto;
}

.wc-search-widget-form {
    width: 100%;
}

.wc-search-widget-button-close {
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fdfffc;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 21px;
    width: 2em;
    height: 2em;
    text-align: center;
    padding: 0;
    line-height: 2em;
    opacity: .8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wc-search-widget-button-close:hover, .wc-search-widget-button-close:focus {
    outline: none;
    opacity: 1;
    cursor: pointer;
}

.wc-search-widget-input {
    background: none;
    font-family: inherit;
    font-size: 7vw;
    line-height: 1;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    border: 0;
    border-bottom: 1px solid #fdfffc;
    color: #fdfffc;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    opacity: 0;
}

.wc-search-widget-input:focus {
    outline: none;
}

.wc-search-widget-input::-webkit-input-placeholder {
    color: #fdfffc;
}

.wc-search-widget-input:-ms-input-placeholder {
    color: #fdfffc;
}

.wc-search-widget-input::-ms-input-placeholder {
    color: #fdfffc;
}

.wc-search-widget-input::placeholder {
    color: #fdfffc;
}

.wc-search-widget-container-open .wc-search-widget-input {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.wc-search-widget-info {
    display: block;
    text-align: right;
    width: 75%;
    margin: 0 auto;
    padding: 20px 0;
    font-style: italic;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
    opacity: 0;
}

.wc-search-widget-container-open .wc-search-widget-info {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}

.wc-content-box.wc-content-box-moved.wc-content-box-move-behind {
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
}

.wc-content-box.wc-content-box-moved.wc-content-box-move-fade {
    opacity: 0;
}

.wc-content-box.wc-content-box-moved.wc-content-box-move-down {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}

.sidebar .widget_media_image {
    padding: 0;
}

.sidebar .widget_media_image img {
    height: auto;
}

/*------------------------------------------------------------------
[24. Utilities]
------------------------------------------------------------------*/
@media (min-width: 576px) {
    [class^="wc-col-count"] > p:last-child {
        margin-bottom: 0;
    }
    .wc-col-count-2 {
        -webkit-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 30px;
                column-gap: 30px;
    }
    .wc-col-count-3 {
        -webkit-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 30px;
                column-gap: 30px;
    }
    .wc-col-count-4 {
        -webkit-column-count: 4;
                column-count: 4;
        -webkit-column-gap: 30px;
                column-gap: 30px;
    }
    .wc-col-count-5 {
        -webkit-column-count: 5;
                column-count: 5;
        -webkit-column-gap: 30px;
                column-gap: 30px;
    }
    .wc-col-count-6 {
        -webkit-column-count: 6;
                column-count: 6;
        -webkit-column-gap: 30px;
                column-gap: 30px;
    }
    .wc-col-count-bordered {
        -webkit-column-rule-width: 1px;
                column-rule-width: 1px;
        -webkit-column-rule-style: solid;
                column-rule-style: solid;
        -webkit-column-rule-color: #9C9FA4;
                column-rule-color: #9C9FA4;
    }
}

.wc-transition {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
}

.wc-transition-slow {
    -webkit-transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
    transition: all 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
}

.wc-shadow-0, .wc-shadow-hover-0:hover, .wc-shadow-focus-0:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.wc-shadow-1, .wc-shadow-hover-1:hover, .wc-shadow-hover-1:focus, .wc-shadow-focus-1:focus {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 2px 1px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07), 0 2px 1px -1px rgba(0, 0, 0, 0.06);
}

.wc-shadow-2, .wc-shadow-hover-2:hover, .wc-shadow-hover-2:focus, .wc-shadow-focus-2:focus {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06);
}

.wc-shadow-3, .wc-shadow-hover-3:hover, .wc-shadow-hover-3:focus, .wc-shadow-focus-3:focus {
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.07), 0 3px 3px -2px rgba(0, 0, 0, 0.06);
            box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 4px 0 rgba(0, 0, 0, 0.07), 0 3px 3px -2px rgba(0, 0, 0, 0.06);
}

.wc-shadow-4, .wc-shadow-hover-4:hover, .wc-shadow-hover-4:focus, .wc-shadow-focus-4:focus {
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.06);
}

.wc-shadow-5, .wc-shadow-hover-5:hover, .wc-shadow-hover-5:focus, .wc-shadow-focus-5:focus {
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 5px 8px 0 rgba(0, 0, 0, 0.07), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 5px 8px 0 rgba(0, 0, 0, 0.07), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}

.wc-shadow-6, .wc-shadow-hover-6:hover, .wc-shadow-hover-6:focus, .wc-shadow-focus-6:focus {
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.07), 0 1px 18px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.07), 0 1px 18px 0 rgba(0, 0, 0, 0.06);
}

.wc-shadow-7, .wc-shadow-hover-7:hover, .wc-shadow-hover-7:focus, .wc-shadow-focus-7:focus {
    -webkit-box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1), 0 7px 10px 1px rgba(0, 0, 0, 0.07), 0 2px 16px 1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1), 0 7px 10px 1px rgba(0, 0, 0, 0.07), 0 2px 16px 1px rgba(0, 0, 0, 0.06);
}

.wc-shadow-8, .wc-shadow-hover-8:hover, .wc-shadow-hover-8:focus, .wc-shadow-focus-8:focus {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1), 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 2px rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.1), 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 2px rgba(0, 0, 0, 0.06);
}

.wc-shadow-9, .wc-shadow-hover-9:hover, .wc-shadow-hover-9:focus, .wc-shadow-focus-9:focus {
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.1), 0 9px 12px 1px rgba(0, 0, 0, 0.07), 0 3px 16px 2px rgba(0, 0, 0, 0.06);
            box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.1), 0 9px 12px 1px rgba(0, 0, 0, 0.07), 0 3px 16px 2px rgba(0, 0, 0, 0.06);
}

.wc-shadow-10, .wc-shadow-hover-10:hover, .wc-shadow-hover-10:focus, .wc-shadow-focus-10:focus {
    -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.07), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1), 0 10px 14px 1px rgba(0, 0, 0, 0.07), 0 4px 18px 3px rgba(0, 0, 0, 0.06);
}

.wc-shadow-11, .wc-shadow-hover-11:hover, .wc-shadow-hover-11:focus, .wc-shadow-focus-11:focus {
    -webkit-box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.1), 0 11px 15px 1px rgba(0, 0, 0, 0.07), 0 4px 20px 3px rgba(0, 0, 0, 0.06);
            box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.1), 0 11px 15px 1px rgba(0, 0, 0, 0.07), 0 4px 20px 3px rgba(0, 0, 0, 0.06);
}

.wc-shadow-12, .wc-shadow-hover-12:hover, .wc-shadow-hover-12:focus, .wc-shadow-focus-12:focus {
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1), 0 12px 17px 2px rgba(0, 0, 0, 0.07), 0 5px 22px 4px rgba(0, 0, 0, 0.06);
            box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1), 0 12px 17px 2px rgba(0, 0, 0, 0.07), 0 5px 22px 4px rgba(0, 0, 0, 0.06);
}

.wc-shadow-13, .wc-shadow-hover-13:hover, .wc-shadow-hover-13:focus, .wc-shadow-focus-13:focus {
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1), 0 13px 19px 2px rgba(0, 0, 0, 0.07), 0 5px 24px 4px rgba(0, 0, 0, 0.06);
            box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.1), 0 13px 19px 2px rgba(0, 0, 0, 0.07), 0 5px 24px 4px rgba(0, 0, 0, 0.06);
}

.wc-shadow-14, .wc-shadow-hover-14:hover, .wc-shadow-hover-14:focus, .wc-shadow-focus-14:focus {
    -webkit-box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.1), 0 14px 21px 2px rgba(0, 0, 0, 0.07), 0 5px 26px 4px rgba(0, 0, 0, 0.06);
            box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.1), 0 14px 21px 2px rgba(0, 0, 0, 0.07), 0 5px 26px 4px rgba(0, 0, 0, 0.06);
}

.wc-shadow-15, .wc-shadow-hover-15:hover, .wc-shadow-hover-15:focus, .wc-shadow-focus-15:focus {
    -webkit-box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.1), 0 15px 22px 2px rgba(0, 0, 0, 0.07), 0 6px 28px 5px rgba(0, 0, 0, 0.06);
            box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.1), 0 15px 22px 2px rgba(0, 0, 0, 0.07), 0 6px 28px 5px rgba(0, 0, 0, 0.06);
}

.wc-shadow-16, .wc-shadow-hover-16:hover, .wc-shadow-hover-16:focus, .wc-shadow-focus-16:focus {
    -webkit-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1), 0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
            box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.1), 0 16px 24px 2px rgba(0, 0, 0, 0.07), 0 6px 30px 5px rgba(0, 0, 0, 0.06);
}

.wc-shadow-17, .wc-shadow-hover-17:hover, .wc-shadow-hover-17:focus, .wc-shadow-focus-17:focus {
    -webkit-box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.1), 0 17px 26px 2px rgba(0, 0, 0, 0.07), 0 6px 32px 5px rgba(0, 0, 0, 0.06);
            box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.1), 0 17px 26px 2px rgba(0, 0, 0, 0.07), 0 6px 32px 5px rgba(0, 0, 0, 0.06);
}

.wc-shadow-18, .wc-shadow-hover-18:hover, .wc-shadow-hover-18:focus, .wc-shadow-focus-18:focus {
    -webkit-box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.1), 0 18px 28px 2px rgba(0, 0, 0, 0.07), 0 7px 34px 6px rgba(0, 0, 0, 0.06);
            box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.1), 0 18px 28px 2px rgba(0, 0, 0, 0.07), 0 7px 34px 6px rgba(0, 0, 0, 0.06);
}

.wc-shadow-19, .wc-shadow-hover-19:hover, .wc-shadow-hover-19:focus, .wc-shadow-focus-19:focus {
    -webkit-box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.1), 0 19px 29px 2px rgba(0, 0, 0, 0.07), 0 7px 36px 6px rgba(0, 0, 0, 0.06);
            box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.1), 0 19px 29px 2px rgba(0, 0, 0, 0.07), 0 7px 36px 6px rgba(0, 0, 0, 0.06);
}

.wc-shadow-20, .wc-shadow-hover-20:hover, .wc-shadow-hover-20:focus, .wc-shadow-focus-20:focus {
    -webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.1), 0 20px 31px 3px rgba(0, 0, 0, 0.07), 0 8px 38px 7px rgba(0, 0, 0, 0.06);
            box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.1), 0 20px 31px 3px rgba(0, 0, 0, 0.07), 0 8px 38px 7px rgba(0, 0, 0, 0.06);
}

.wc-opacity-0 {
    opacity: 0;
}

.wc-opacity-1 {
    opacity: 0.1;
}

.wc-opacity-2 {
    opacity: 0.2;
}

.wc-opacity-3 {
    opacity: 0.3;
}

.wc-opacity-4 {
    opacity: 0.4;
}

.wc-opacity-5 {
    opacity: 0.5;
}

.wc-opacity-6 {
    opacity: 0.6;
}

.wc-opacity-7 {
    opacity: 0.7;
}

.wc-opacity-8 {
    opacity: 0.8;
}

.wc-opacity-9 {
    opacity: 0.9;
}

.wc-opacity-10 {
    opacity: 1;
}

.wc-opacity-hover-0:hover {
    opacity: 0;
}

.wc-opacity-hover-1:hover {
    opacity: 1;
}

.wc-z-0 {
    z-index: 0;
}

.wc-z-1 {
    z-index: 1;
}

.wc-z-2 {
    z-index: 2;
}

.wc-z-3 {
    z-index: 3;
}

.wc-z-4 {
    z-index: 4;
}

.wc-z-5 {
    z-index: 5;
}

.wc-z-6 {
    z-index: 6;
}

.wc-z-7 {
    z-index: 7;
}

.wc-z-8 {
    z-index: 8;
}

.wc-z-9 {
    z-index: 9;
}

.wc-z-10 {
    z-index: 10;
}

.wc-pos-relative {
    position: relative;
}

.wc-pos-absolute {
    position: absolute;
}

.wc-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.wc-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.wc-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.wc-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

@media (min-width: 576px) {
    .wc-order-sm-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .wc-order-sm-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .wc-order-sm-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .wc-order-sm-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}

@media (min-width: 768px) {
    .wc-order-md-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .wc-order-md-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .wc-order-md-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .wc-order-md-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}

@media (min-width: 992px) {
    .wc-order-lg-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .wc-order-lg-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .wc-order-lg-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .wc-order-lg-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}

@media (min-width: 1200px) {
    .wc-order-xl-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .wc-order-xl-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .wc-order-xl-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .wc-order-xl-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
}

body:not(.wc-agent-touch) .wc-os-animation {
    opacity: 0;
}

body:not(.wc-agent-touch) .wc-os-animation.animated {
    opacity: 1;
}

body.wc-agent-touch .wc-os-animation.animated {
    -webkit-animation-name: none !important;
            animation-name: none !important;
}

.wc-photo-filter-none, .wc-photo-filter-hover-none:hover {
    -webkit-filter: none;
            filter: none;
}

.wc-photo-filter-blur, .wc-photo-filter-hover-blur:hover {
    -webkit-filter: blur(3px);
            filter: blur(3px);
}

.wc-photo-filter-grayscale, .wc-photo-filter-hover-grayscale:hover {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}

.wc-photo-filter-desaturate-50, .wc-photo-filter-hover-desaturate-50:hover {
    -webkit-filter: grayscale(50%);
            filter: grayscale(50%);
}

.wc-photo-filter-hue-rotate, .wc-photo-filter-hover-hue-rotate:hover {
    -webkit-filter: hue-rotate(120deg);
            filter: hue-rotate(120deg);
}

.wc-photo-filter-hue-rotate-2, .wc-photo-filter-hover-hue-rotate-2:hover {
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg);
}

.wc-photo-filter-sepia, .wc-photo-filter-hover-sepia:hover {
    -webkit-filter: sepia(0.5);
            filter: sepia(0.5);
}

@media (max-width: 575px) {
    .wc-mt-reset-xs-down {
        margin-top: 0 !important;
    }
}

@media (max-width: 575px) {
    .wc-mb-reset-xs-down {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 575px) {
    .wc-ml-reset-xs-down {
        margin-left: 0 !important;
    }
}

@media (max-width: 575px) {
    .wc-mr-reset-xs-down {
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .wc-mt-reset-sm-down {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .wc-mb-reset-sm-down {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .wc-ml-reset-sm-down {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .wc-mr-reset-sm-down {
        margin-right: 0 !important;
    }
}

@media (max-width: 991px) {
    .wc-mt-reset-md-down {
        margin-top: 0 !important;
    }
}

@media (max-width: 991px) {
    .wc-mb-reset-md-down {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 991px) {
    .wc-ml-reset-md-down {
        margin-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .wc-mr-reset-md-down {
        margin-right: 0 !important;
    }
}

@media (max-width: 1199px) {
    .wc-mt-reset-lg-down {
        margin-top: 0 !important;
    }
}

@media (max-width: 1199px) {
    .wc-mb-reset-lg-down {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 1199px) {
    .wc-ml-reset-lg-down {
        margin-left: 0 !important;
    }
}

@media (max-width: 1199px) {
    .wc-mr-reset-lg-down {
        margin-right: 0 !important;
    }
}

.wc-mt-reset-xl-down {
    margin-top: 0 !important;
}

.wc-mb-reset-xl-down {
    margin-bottom: 0 !important;
}

.wc-ml-reset-xl-down {
    margin-left: 0 !important;
}

.wc-mr-reset-xl-down {
    margin-right: 0 !important;
}

/*------------------------------------------------------------------
[25. Navigation]
------------------------------------------------------------------*/
.wc-header {
    position: relative;
    text-transform: none;
    font-family: "Dosis";
}

.wc-nav {
    position: relative;
    z-index: 1030;
    min-height: 90px;
    top: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
    font-weight: 400;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.wc-nav.wc-nav-scrolled {
    min-height: 80px;
}

.wc-nav.wc-nav-stuck {
    position: fixed;
}

.wc-nav-inner {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
}

.wc-nav-shadow-style-1 .wc-nav-inner:before, .wc-nav-shadow-style-1 .wc-nav-inner:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 70%;
    max-width: 300px;
    -webkit-box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
}

.wc-nav-shadow-style-1 .wc-nav-inner:after {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.wc-nav-shadow-style-2 .wc-nav-inner:before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    bottom: 10%;
    left: 10px;
    right: 10px;
    border-radius: 40% / 30px;
    -webkit-box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.2);
}

.wc-nav-container,
.wc-topbar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .wc-nav-container,
    .wc-topbar-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wc-nav-container,
    .wc-topbar-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wc-nav-container,
    .wc-topbar-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wc-nav-container,
    .wc-topbar-container {
        max-width: 1140px;
    }
}

.wc-header-fluid .wc-nav-container, .wc-header-fluid
.wc-topbar-container {
    max-width: initial;
    width: 100%;
}

.wc-nav-brand {
    height: 90px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    font-size: 27px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    padding: 20px 0;
}

.wc-nav-brand a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.wc-nav-brand a, .wc-nav-brand a:visited {
    color: #9C9FA4;
    text-decoration: none;
    color: #434040;
}

.wc-nav-brand a:hover {
    color: #434040;
}

.wc-nav-brand img {
    margin-right: 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    max-width: 100%;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -o-object-fit: contain;
       object-fit: contain;
    /* fix for image distortion */
}

.wc-nav-scrolled .wc-nav-brand {
    height: 80px;
}

.wc-nav-menu {
    max-height: 400px;
    overflow: auto;
}

.wc-nav-list {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.wc-nav-list > li > a, .wc-nav-list > li > a:visited {
    padding: 20px 0;
    display: block;
    color: #9C9FA4;
    font-size: 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wc-nav-list > li > a:hover {
    color: #434040;
    background-color: transparent;
}

.wc-nav-list > li.active > a,
.wc-nav-list > li.active > a:hover {
    color: #434040;
    background-color: transparent;
}

.wc-nav-widget {
    display: none;
    color: #9C9FA4;
}

.wc-nav-widget a {
    color: #9C9FA4;
}

.wc-nav-widget a:hover {
    color: #434040;
}

.wc-nav-widget .wc-widget {
    padding: 20px 0;
}

.wc-nav-dropdown {
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    overflow: hidden;
    max-height: 1000px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

.wc-nav-dropdown li a {
    color: #9C9FA4;
    display: block;
    padding: 12px 20px;
    -webkit-transition: padding 0.3s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s, color 0.3s, background-color 0.3s;
    font-size: 15px;
}

.wc-nav-dropdown li a:hover {
    color: #434040;
    background-color: rgba(205, 205, 205, 0.2);
}

.wc-nav-dropdown li.active a {
    color: #434040;
    background-color: rgba(205, 205, 205, 0.2);
}

.wc-nav-dropdown li:nth-child(2) a {
    -webkit-transition: padding 0.3s 0.15s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.15s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(3) a {
    -webkit-transition: padding 0.3s 0.225s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.225s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(4) a {
    -webkit-transition: padding 0.3s 0.3s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.3s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(5) a {
    -webkit-transition: padding 0.3s 0.375s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.375s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(6) a {
    -webkit-transition: padding 0.3s 0.45s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.45s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(7) a {
    -webkit-transition: padding 0.3s 0.525s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.525s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(8) a {
    -webkit-transition: padding 0.3s 0.6s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.6s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(9) a {
    -webkit-transition: padding 0.3s 0.675s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.675s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(10) a {
    -webkit-transition: padding 0.3s 0.75s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.75s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(11) a {
    -webkit-transition: padding 0.3s 0.825s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.825s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(12) a {
    -webkit-transition: padding 0.3s 0.9s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.9s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(13) a {
    -webkit-transition: padding 0.3s 0.975s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 0.975s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(14) a {
    -webkit-transition: padding 0.3s 1.05s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 1.05s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(15) a {
    -webkit-transition: padding 0.3s 1.125s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 1.125s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(16) a {
    -webkit-transition: padding 0.3s 1.2s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 1.2s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(17) a {
    -webkit-transition: padding 0.3s 1.275s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 1.275s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(18) a {
    -webkit-transition: padding 0.3s 1.35s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 1.35s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(19) a {
    -webkit-transition: padding 0.3s 1.425s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 1.425s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown li:nth-child(20) a {
    -webkit-transition: padding 0.3s 1.5s, color 0.3s, background-color 0.3s;
    transition: padding 0.3s 1.5s, color 0.3s, background-color 0.3s;
}

.wc-nav-dropdown.closed {
    max-height: 0px;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
}

.wc-nav-dropdown.closed li a {
    padding: 12px 10px;
}

.wc-nav-mobile {
    position: absolute;
    top: 0;
    right: 15px;
}

.wc-nav-mobile span {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
}

.wc-nav-mobile span, .wc-nav-mobile span:before, .wc-nav-mobile span:after {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #9C9FA4;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
}

.wc-nav-mobile span:before, .wc-nav-mobile span:after {
    content: "";
}

.wc-nav-mobile span:before {
    top: -8px;
}

.wc-nav-mobile span:after {
    top: 8px;
}

.wc-nav-mobile a {
    display: block;
    position: relative;
    height: 90px;
    width: 48px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.wc-nav-mobile a.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.wc-nav-mobile a.active span {
    background-color: transparent !important;
}

.wc-nav-mobile a.active span:before {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
}

.wc-nav-mobile a.active span:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
}

.wc-nav-scrolled .wc-nav-mobile a {
    height: 80px;
}

.wc-topbar {
    position: relative;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.4);
    color: red;
    font-size: 13px;
    -webkit-box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.3) inset;
}

.wc-topbar .wc-topbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
}

.wc-topbar a {
    color: red;
}

.wc-topbar a:hover {
    color: red;
}

.wc-topbar .wc-topbar-container .wc-topbar-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.wc-topbar.wc-topbar-leftright .wc-topbar-inner {
    height: 72px;
}

.wc-topbar .wc-topbar-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wc-header-float .wc-topbar {
    position: absolute;
    width: 100%;
    color: #656565;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 0;
}

.wc-header-float .wc-topbar a {
    color: #656565;
}

.wc-header-float .wc-topbar a:hover {
    color: #434040;
}

.wc-header-float .sticky-wrapper {
    position: absolute;
    width: 100%;
}

.wc-header-float > .wc-nav {
    position: absolute;
}

.wc-header-float .wc-nav {
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.wc-header-float .wc-nav .wc-nav-inner {
    background-color: transparent;
}

.wc-header-float .wc-nav .wc-nav-inner:before, .wc-header-float .wc-nav .wc-nav-inner:after {
    display: none;
}

.wc-header-float .wc-topbar + .wc-nav,
.wc-header-float .wc-topbar + .sticky-wrapper {
    top: 36px;
}

.wc-header-float .wc-topbar-leftright + .wc-nav,
.wc-header-float .wc-topbar-leftright + .sticky-wrapper {
    top: 72px;
}

.wc-header-float .wc-nav .wc-nav-container {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 4px 5px 0 rgba(0, 0, 0, 0.05), 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.wc-header-float .wc-nav-shadow-style-1 .wc-nav-container:before, .wc-header-float .wc-nav-shadow-style-1 .wc-nav-container:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 70%;
    max-width: 300px;
    -webkit-box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
}

.wc-header-float .wc-nav-shadow-style-1 .wc-nav-container:after {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.wc-header-float .wc-nav-shadow-style-2 .wc-nav-container:before {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    bottom: 10%;
    left: 10px;
    right: 10px;
    border-radius: 40% / 30px;
    -webkit-box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 20px 15px rgba(0, 0, 0, 0.2);
}

.wc-header-transparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}

.wc-header-transparent > .wc-nav {
    position: absolute;
}

.wc-header-transparent .wc-topbar + .wc-nav,
.wc-header-transparent .wc-topbar + .sticky-wrapper {
    top: 36px;
}

.wc-header-transparent .wc-topbar-leftright + .wc-nav,
.wc-header-transparent .wc-topbar-leftright + .sticky-wrapper {
    top: 72px;
}

@media screen and (min-width: 1200px) {
    .wc-nav-menu {
        max-height: none;
        overflow: visible;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .wc-nav-mobile {
        display: none;
    }
    .wc-nav-container,
    .wc-topbar-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .wc-nav-list {
        height: 100%;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .wc-nav-list > li {
        position: relative;
    }
    .wc-nav-list > li > a {
        padding: 0 40px;
        height: 100%;
        line-height: 90px;
        position: relative;
    }
    .wc-nav-list > li > a:before {
        content: "";
        width: 0;
        height: 3px;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        left: 50%;
        top: 0;
        opacity: 0;
        background-color: #434040;
        position: absolute;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .wc-nav-scrolled .wc-nav-list > li > a {
        line-height: 80px;
    }
    .wc-nav-list > li.active > a:before,
    .wc-nav-list > li > a:hover:before {
        width: 100%;
        opacity: 1;
    }
    .wc-nav-list > li.nav-btn a:before {
        display: none;
    }
    .wc-nav-list > li.nav-btn a:after {
        content: "";
        position: absolute;
        width: 90%;
        height: 37.5px;
        background: red;
        left: 5%;
        z-index: -1;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #434040;
        border-radius: 18px;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06);
                box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 3px 1px -2px rgba(0, 0, 0, 0.06);
    }
    .wc-nav-list > li.nav-btn a {
        z-index: 1;
        font-size: 14px;
        color: #fff;
    }
    .wc-nav-list > li.nav-btn.nav-btn-secondary a {
        color: #111;
    }
    .wc-nav-list > li.nav-btn.nav-btn-secondary a:after {
        background-color: #eee;
    }
    .wc-nav-widget {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .wc-nav-widget .wc-widget {
        padding: 0 20px;
    }
    .wc-nav-dropdown {
        position: absolute;
        width: 220px;
        top: 100%;
        left: 0;
        -webkit-box-shadow: 0px 3px 0px #434040 inset, 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0px 3px 0px #434040 inset, 0 2px 4px -1px rgba(0, 0, 0, 0.04), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    }
    .wc-nav-layout-logo-r-menu-l .wc-nav-brand {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .wc-nav-layout-logo-c-menu-lr .wc-nav-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .wc-nav-layout-logo-c-menu-lr .wc-nav-brand {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 200px;
        text-align: center;
    }
    .wc-nav-layout-logo-c-menu-lr .wc-nav-brand a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .wc-nav-layout-logo-c-menu-lr .wc-nav-brand img {
        margin-right: 0;
    }
    .wc-nav-layout-logo-c-menu-lr .wc-nav-list > li > a {
        width: 130px;
        text-align: center;
    }
    .wc-nav-layout-logo-c-menu-lr .wc-nav-menu:last-of-type {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .wc-nav-layout-logo-tl-menu-b .wc-nav-container,
    .wc-nav-layout-logo-tr-menu-b .wc-nav-container,
    .wc-nav-layout-logo-tc-menu-b .wc-nav-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .wc-nav-layout-logo-tl-menu-b .wc-nav-brand,
    .wc-nav-layout-logo-tr-menu-b .wc-nav-brand,
    .wc-nav-layout-logo-tc-menu-b .wc-nav-brand {
        line-height: 90px;
        height: 90px;
    }
    .wc-nav-layout-logo-tl-menu-b .wc-nav-brand img,
    .wc-nav-layout-logo-tr-menu-b .wc-nav-brand img,
    .wc-nav-layout-logo-tc-menu-b .wc-nav-brand img {
        max-height: 90px;
    }
    .wc-nav-layout-logo-tr-menu-b .wc-nav-container {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .wc-nav-layout-logo-tl-menu-b .wc-nav-menu {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .wc-nav-layout-logo-tc-menu-b .wc-nav-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .wc-nav-layout-logo-tc-menu-b .wc-nav-brand a {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .wc-nav-layout-logo-tc-menu-b .wc-nav-brand img {
        margin-right: 0;
    }
    .wc-topbar .wc-topbar-inner {
        height: 36px;
    }
    .wc-topbar.wc-topbar-right .wc-topbar-container {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .wc-topbar.wc-topbar-right .wc-topbar-container .wc-topbar-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }
    .wc-topbar.wc-topbar-left .wc-topbar-container {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .wc-topbar.wc-topbar-left .wc-topbar-container .wc-topbar-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }
    .wc-topbar.wc-topbar-leftright .wc-topbar-inner {
        height: 36px;
    }
    .wc-topbar.wc-topbar-leftright .wc-topbar-col {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
    }
    .wc-header-transparent .wc-topbar {
        position: absolute;
        width: 100%;
        color: #C9C7C7;
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .wc-header-transparent .wc-topbar a {
        color: #C9C7C7;
    }
    .wc-header-transparent .wc-topbar a:hover {
        color: #C9C7C7;
    }
    .wc-header-float .wc-nav {
        top: 20px;
    }
    .wc-header-float .wc-topbar + .wc-nav {
        top: 36px;
    }
    .wc-header-float .wc-topbar + .sticky-wrapper {
        top: 36px;
    }
    .wc-header-float .wc-topbar + .sticky-wrapper .wc-nav {
        top: 0;
    }
    .wc-header-transparent .wc-topbar-leftright + .wc-nav,
    .wc-header-transparent .wc-topbar-leftright + .sticky-wrapper {
        top: 36px;
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-inner {
        background-color: rgba(255, 255, 255, 0.4);
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-inner:before, .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-inner:after {
        display: none;
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-inner .wc-nav-widget, .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-inner .wc-nav-widget a {
        color: #656565;
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-brand a, .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-brand a:visited {
        color: #656565;
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-brand a:hover {
        color: #434040;
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-list > li > a, .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-list > li > a:visited {
        color: #656565;
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-list > li > a:hover {
        color: #434040;
    }
    .wc-header-transparent .wc-nav:not(.wc-nav-scrolled) .wc-nav-list > li > a:before {
        background-color: #434040;
    }
    .wc-header-side {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        z-index: 1030;
        width: 220px;
        height: 100%;
    }
    .wc-header-side.wc-header-side-left {
        left: 0;
    }
    .wc-header-side.wc-header-side-left + .wc-content,
    .wc-header-side.wc-header-side-left ~ #content,
    .wc-header-side.wc-header-side-left + .wc-content + .wc-footer,
    .wc-header-side.wc-header-side-left ~ #content ~ .wc-footer {
        margin-left: 220px;
    }
    .wc-header-side.wc-header-side-right {
        right: 0;
    }
    .wc-header-side.wc-header-side-right + .wc-content,
    .wc-header-side.wc-header-side-right ~ #content,
    .wc-header-side.wc-header-side-right + .wc-content + .wc-footer,
    .wc-header-side.wc-header-side-right ~ .wc-content ~ .wc-footer {
        margin-right: 220px;
    }
    .wc-header-side.wc-header-side-right + .wc-content + .wc-footer + .wc-go-top,
    .wc-header-side.wc-header-side-right ~ #content ~ .wc-footer ~ .wc-go-top {
        right: 250px;
    }
    .wc-header-side .wc-nav-brand {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .wc-header-side .wc-nav-brand img {
        margin-right: 10px;
    }
    .wc-header-side .wc-nav {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        height: calc(100% - 36px);
    }
    .wc-header-side .wc-nav .wc-nav-inner {
        height: 100%;
    }
    .wc-header-side .wc-nav .wc-nav-container, .wc-header-side .wc-nav .wc-nav-menu, .wc-header-side .wc-nav .wc-nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .wc-header-side .wc-nav .wc-nav-container {
        height: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0;
    }
    .wc-header-side .wc-nav .wc-nav-menu {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        overflow: auto;
    }
    .wc-header-side .wc-nav .wc-nav-menu .wc-widget {
        padding: 20px;
    }
    .wc-header-side .wc-nav .wc-nav-list {
        max-height: 100%;
        overflow: auto;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-overflow-style: none;
    }
    .wc-header-side .wc-nav .wc-nav-list::-webkit-scrollbar {
        display: none;
    }
    .wc-header-side .wc-nav .wc-nav-list > li {
        width: 100%;
    }
    .wc-header-side .wc-nav .wc-nav-list > li > a {
        padding: 20px 40px;
        line-height: 1;
        width: 100%;
        height: auto;
        text-align: inherit;
    }
    .wc-header-side .wc-nav .wc-nav-list > li > a:before {
        height: 0;
        width: 3px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .wc-header-side .wc-nav .wc-nav-list > li > a:hover:before {
        height: 100%;
    }
    .wc-header-side .wc-nav .wc-nav-list > li.nav-btn > a {
        text-align: center;
    }
    .wc-header-side .wc-nav-dropdown {
        position: relative;
        width: 100%;
        top: 0;
    }
}

/*------------------------------------------------------------------
[26. Nav]
------------------------------------------------------------------*/
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #434040;
}

.tab-content {
    border: 1px solid #dbdad7;
    border-top: 0px;
    background-color: #ffffff;
}

/*------------------------------------------------------------------
[27. Event Table]
------------------------------------------------------------------*/
.wc-events-table th, .wc-events-table td {
    text-align: center;
}

.wc-events-table td {
    position: relative;
    text-align: center;
    padding: 10px;
}

.wc-events-table td:hover {
    z-index: 1;
}

.wc-events-table p {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .wc-events-table th, .wc-events-table td {
        text-align: left;
    }
    .wc-events-table td {
        height: 12em;
        padding: 20px;
    }
}

.wc-event-date {
    margin-bottom: 20px;
}

.wc-event-day-past > *, .tribe-events-past > div > p {
    opacity: .4;
}

.wc-event-day-current, .tribe-events-present {
    background: #FA8B41 !important;
    color: #111;
}

.wc-event-day-current h1, .wc-event-day-current h2, .wc-event-day-current h3, .wc-event-day-current h4, .wc-event-day-current h5, .wc-event-day-current h6, .wc-event-day-current a, .wc-event-day-current p, .wc-event-day-current div, .wc-event-day-current span, .tribe-events-present h1, .tribe-events-present h2, .tribe-events-present h3, .tribe-events-present h4, .tribe-events-present h5, .tribe-events-present h6, .tribe-events-present a, .tribe-events-present p, .tribe-events-present div, .tribe-events-present span {
    color: #111;
}

.wc-event-day-current h1:hover, .wc-event-day-current h2:hover, .wc-event-day-current h3:hover, .wc-event-day-current h4:hover, .wc-event-day-current h5:hover, .wc-event-day-current h6:hover, .wc-event-day-current a:hover, .wc-event-day-current p:hover, .wc-event-day-current div:hover, .wc-event-day-current span:hover, .tribe-events-present h1:hover, .tribe-events-present h2:hover, .tribe-events-present h3:hover, .tribe-events-present h4:hover, .tribe-events-present h5:hover, .tribe-events-present h6:hover, .tribe-events-present a:hover, .tribe-events-present p:hover, .tribe-events-present div:hover, .tribe-events-present span:hover {
    color: #111;
}

/*------------------------------------------------------------------
[28. Box Layout]
------------------------------------------------------------------*/
.wc-content-box {
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    opacity: 1;
    position: relative;
    top: 0px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.wc-content-box > .section-background {
    z-index: 1;
}

/*------------------------------------------------------------------
[29. Spacing]
------------------------------------------------------------------*/
.wc-mt--30 {
    margin-top: -300px !important;
}

.wc-mb--30 {
    margin-bottom: -300px !important;
}

.wc-mt--29 {
    margin-top: -290px !important;
}

.wc-mb--29 {
    margin-bottom: -290px !important;
}

.wc-mt--28 {
    margin-top: -280px !important;
}

.wc-mb--28 {
    margin-bottom: -280px !important;
}

.wc-mt--27 {
    margin-top: -270px !important;
}

.wc-mb--27 {
    margin-bottom: -270px !important;
}

.wc-mt--26 {
    margin-top: -260px !important;
}

.wc-mb--26 {
    margin-bottom: -260px !important;
}

.wc-mt--25 {
    margin-top: -250px !important;
}

.wc-mb--25 {
    margin-bottom: -250px !important;
}

.wc-mt--24 {
    margin-top: -240px !important;
}

.wc-mb--24 {
    margin-bottom: -240px !important;
}

.wc-mt--23 {
    margin-top: -230px !important;
}

.wc-mb--23 {
    margin-bottom: -230px !important;
}

.wc-mt--22 {
    margin-top: -220px !important;
}

.wc-mb--22 {
    margin-bottom: -220px !important;
}

.wc-mt--21 {
    margin-top: -210px !important;
}

.wc-mb--21 {
    margin-bottom: -210px !important;
}

.wc-mt--20 {
    margin-top: -200px !important;
}

.wc-mb--20 {
    margin-bottom: -200px !important;
}

.wc-mt--19 {
    margin-top: -190px !important;
}

.wc-mb--19 {
    margin-bottom: -190px !important;
}

.wc-mt--18 {
    margin-top: -180px !important;
}

.wc-mb--18 {
    margin-bottom: -180px !important;
}

.wc-mt--17 {
    margin-top: -170px !important;
}

.wc-mb--17 {
    margin-bottom: -170px !important;
}

.wc-mt--16 {
    margin-top: -160px !important;
}

.wc-mb--16 {
    margin-bottom: -160px !important;
}

.wc-mt--15 {
    margin-top: -150px !important;
}

.wc-mb--15 {
    margin-bottom: -150px !important;
}

.wc-mt--14 {
    margin-top: -140px !important;
}

.wc-mb--14 {
    margin-bottom: -140px !important;
}

.wc-mt--13 {
    margin-top: -130px !important;
}

.wc-mb--13 {
    margin-bottom: -130px !important;
}

.wc-mt--12 {
    margin-top: -120px !important;
}

.wc-mb--12 {
    margin-bottom: -120px !important;
}

.wc-mt--11 {
    margin-top: -110px !important;
}

.wc-mb--11 {
    margin-bottom: -110px !important;
}

.wc-mt--10 {
    margin-top: -100px !important;
}

.wc-mb--10 {
    margin-bottom: -100px !important;
}

.wc-mt--9 {
    margin-top: -90px !important;
}

.wc-mb--9 {
    margin-bottom: -90px !important;
}

.wc-mt--8 {
    margin-top: -80px !important;
}

.wc-mb--8 {
    margin-bottom: -80px !important;
}

.wc-mt--7 {
    margin-top: -70px !important;
}

.wc-mb--7 {
    margin-bottom: -70px !important;
}

.wc-mt--6 {
    margin-top: -60px !important;
}

.wc-mb--6 {
    margin-bottom: -60px !important;
}

.wc-mt--5 {
    margin-top: -50px !important;
}

.wc-mb--5 {
    margin-bottom: -50px !important;
}

.wc-mt--4 {
    margin-top: -40px !important;
}

.wc-mb--4 {
    margin-bottom: -40px !important;
}

.wc-mt--3 {
    margin-top: -30px !important;
}

.wc-mb--3 {
    margin-bottom: -30px !important;
}

.wc-mt--2 {
    margin-top: -20px !important;
}

.wc-mb--2 {
    margin-bottom: -20px !important;
}

.wc-mt--1 {
    margin-top: -10px !important;
}

.wc-mb--1 {
    margin-bottom: -10px !important;
}

.wc-mt-0 {
    margin-top: 0px !important;
}

.wc-mb-0 {
    margin-bottom: 0px !important;
}

.wc-mt-1 {
    margin-top: 10px !important;
}

.wc-mb-1 {
    margin-bottom: 10px !important;
}

.wc-mt-2 {
    margin-top: 20px !important;
}

.wc-mb-2 {
    margin-bottom: 20px !important;
}

.wc-mt-3 {
    margin-top: 30px !important;
}

.wc-mb-3 {
    margin-bottom: 30px !important;
}

.wc-mt-4 {
    margin-top: 40px !important;
}

.wc-mb-4 {
    margin-bottom: 40px !important;
}

.wc-mt-5 {
    margin-top: 50px !important;
}

.wc-mb-5 {
    margin-bottom: 50px !important;
}

.wc-mt-6 {
    margin-top: 60px !important;
}

.wc-mb-6 {
    margin-bottom: 60px !important;
}

.wc-mt-7 {
    margin-top: 70px !important;
}

.wc-mb-7 {
    margin-bottom: 70px !important;
}

.wc-mt-8 {
    margin-top: 80px !important;
}

.wc-mb-8 {
    margin-bottom: 80px !important;
}

.wc-mt-9 {
    margin-top: 90px !important;
}

.wc-mb-9 {
    margin-bottom: 90px !important;
}

.wc-mt-10 {
    margin-top: 100px !important;
}

.wc-mb-10 {
    margin-bottom: 100px !important;
}

.wc-mt-11 {
    margin-top: 110px !important;
}

.wc-mb-11 {
    margin-bottom: 110px !important;
}

.wc-mt-12 {
    margin-top: 120px !important;
}

.wc-mb-12 {
    margin-bottom: 120px !important;
}

.wc-mt-13 {
    margin-top: 130px !important;
}

.wc-mb-13 {
    margin-bottom: 130px !important;
}

.wc-mt-14 {
    margin-top: 140px !important;
}

.wc-mb-14 {
    margin-bottom: 140px !important;
}

.wc-mt-15 {
    margin-top: 150px !important;
}

.wc-mb-15 {
    margin-bottom: 150px !important;
}

.wc-mt-16 {
    margin-top: 160px !important;
}

.wc-mb-16 {
    margin-bottom: 160px !important;
}

.wc-mt-17 {
    margin-top: 170px !important;
}

.wc-mb-17 {
    margin-bottom: 170px !important;
}

.wc-mt-18 {
    margin-top: 180px !important;
}

.wc-mb-18 {
    margin-bottom: 180px !important;
}

.wc-mt-19 {
    margin-top: 190px !important;
}

.wc-mb-19 {
    margin-bottom: 190px !important;
}

.wc-mt-20 {
    margin-top: 200px !important;
}

.wc-mb-20 {
    margin-bottom: 200px !important;
}

.wc-mt-21 {
    margin-top: 210px !important;
}

.wc-mb-21 {
    margin-bottom: 210px !important;
}

.wc-mt-22 {
    margin-top: 220px !important;
}

.wc-mb-22 {
    margin-bottom: 220px !important;
}

.wc-mt-23 {
    margin-top: 230px !important;
}

.wc-mb-23 {
    margin-bottom: 230px !important;
}

.wc-mt-24 {
    margin-top: 240px !important;
}

.wc-mb-24 {
    margin-bottom: 240px !important;
}

.wc-mt-25 {
    margin-top: 250px !important;
}

.wc-mb-25 {
    margin-bottom: 250px !important;
}

.wc-mt-26 {
    margin-top: 260px !important;
}

.wc-mb-26 {
    margin-bottom: 260px !important;
}

.wc-mt-27 {
    margin-top: 270px !important;
}

.wc-mb-27 {
    margin-bottom: 270px !important;
}

.wc-mt-28 {
    margin-top: 280px !important;
}

.wc-mb-28 {
    margin-bottom: 280px !important;
}

.wc-mt-29 {
    margin-top: 290px !important;
}

.wc-mb-29 {
    margin-bottom: 290px !important;
}

.wc-mt-30 {
    margin-top: 300px !important;
}

.wc-mb-30 {
    margin-bottom: 300px !important;
}

.wc-mr--10 {
    margin-right: -100px !important;
}

.wc-ml--10 {
    margin-left: -100px !important;
}

.wc-mr--9 {
    margin-right: -90px !important;
}

.wc-ml--9 {
    margin-left: -90px !important;
}

.wc-mr--8 {
    margin-right: -80px !important;
}

.wc-ml--8 {
    margin-left: -80px !important;
}

.wc-mr--7 {
    margin-right: -70px !important;
}

.wc-ml--7 {
    margin-left: -70px !important;
}

.wc-mr--6 {
    margin-right: -60px !important;
}

.wc-ml--6 {
    margin-left: -60px !important;
}

.wc-mr--5 {
    margin-right: -50px !important;
}

.wc-ml--5 {
    margin-left: -50px !important;
}

.wc-mr--4 {
    margin-right: -40px !important;
}

.wc-ml--4 {
    margin-left: -40px !important;
}

.wc-mr--3 {
    margin-right: -30px !important;
}

.wc-ml--3 {
    margin-left: -30px !important;
}

.wc-mr--2 {
    margin-right: -20px !important;
}

.wc-ml--2 {
    margin-left: -20px !important;
}

.wc-mr--1 {
    margin-right: -10px !important;
}

.wc-ml--1 {
    margin-left: -10px !important;
}

.wc-mr-0 {
    margin-right: 0px !important;
}

.wc-ml-0 {
    margin-left: 0px !important;
}

.wc-mr-1 {
    margin-right: 10px !important;
}

.wc-ml-1 {
    margin-left: 10px !important;
}

.wc-mr-2 {
    margin-right: 20px !important;
}

.wc-ml-2 {
    margin-left: 20px !important;
}

.wc-mr-3 {
    margin-right: 30px !important;
}

.wc-ml-3 {
    margin-left: 30px !important;
}

.wc-mr-4 {
    margin-right: 40px !important;
}

.wc-ml-4 {
    margin-left: 40px !important;
}

.wc-mr-5 {
    margin-right: 50px !important;
}

.wc-ml-5 {
    margin-left: 50px !important;
}

.wc-mr-6 {
    margin-right: 60px !important;
}

.wc-ml-6 {
    margin-left: 60px !important;
}

.wc-mr-7 {
    margin-right: 70px !important;
}

.wc-ml-7 {
    margin-left: 70px !important;
}

.wc-mr-8 {
    margin-right: 80px !important;
}

.wc-ml-8 {
    margin-left: 80px !important;
}

.wc-mr-9 {
    margin-right: 90px !important;
}

.wc-ml-9 {
    margin-left: 90px !important;
}

.wc-mr-10 {
    margin-right: 100px !important;
}

.wc-ml-10 {
    margin-left: 100px !important;
}

.wc-pt-0 {
    padding-top: 0px !important;
}

.wc-pb-0 {
    padding-bottom: 0px !important;
}

.wc-pr-0 {
    padding-right: 0px !important;
}

.wc-pl-0 {
    padding-left: 0px !important;
}

.wc-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.wc-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.wc-pa-0 {
    padding: 0px !important;
}

.wc-pt-1 {
    padding-top: 10px !important;
}

.wc-pb-1 {
    padding-bottom: 10px !important;
}

.wc-pr-1 {
    padding-right: 10px !important;
}

.wc-pl-1 {
    padding-left: 10px !important;
}

.wc-py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.wc-px-1 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.wc-pa-1 {
    padding: 10px !important;
}

.wc-pt-2 {
    padding-top: 20px !important;
}

.wc-pb-2 {
    padding-bottom: 20px !important;
}

.wc-pr-2 {
    padding-right: 20px !important;
}

.wc-pl-2 {
    padding-left: 20px !important;
}

.wc-py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.wc-px-2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.wc-pa-2 {
    padding: 20px !important;
}

.wc-pt-3 {
    padding-top: 30px !important;
}

.wc-pb-3 {
    padding-bottom: 30px !important;
}

.wc-pr-3 {
    padding-right: 30px !important;
}

.wc-pl-3 {
    padding-left: 30px !important;
}

.wc-py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.wc-px-3 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.wc-pa-3 {
    padding: 30px !important;
}

.wc-pt-4 {
    padding-top: 40px !important;
}

.wc-pb-4 {
    padding-bottom: 40px !important;
}

.wc-pr-4 {
    padding-right: 40px !important;
}

.wc-pl-4 {
    padding-left: 40px !important;
}

.wc-py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.wc-px-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.wc-pa-4 {
    padding: 40px !important;
}

.wc-pt-5 {
    padding-top: 50px !important;
}

.wc-pb-5 {
    padding-bottom: 50px !important;
}

.wc-pr-5 {
    padding-right: 50px !important;
}

.wc-pl-5 {
    padding-left: 50px !important;
}

.wc-py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.wc-px-5 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.wc-pa-5 {
    padding: 50px !important;
}

.wc-pt-6 {
    padding-top: 60px !important;
}

.wc-pb-6 {
    padding-bottom: 60px !important;
}

.wc-pr-6 {
    padding-right: 60px !important;
}

.wc-pl-6 {
    padding-left: 60px !important;
}

.wc-py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.wc-px-6 {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.wc-pa-6 {
    padding: 60px !important;
}

.wc-pt-7 {
    padding-top: 70px !important;
}

.wc-pb-7 {
    padding-bottom: 70px !important;
}

.wc-pr-7 {
    padding-right: 70px !important;
}

.wc-pl-7 {
    padding-left: 70px !important;
}

.wc-py-7 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.wc-px-7 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.wc-pa-7 {
    padding: 70px !important;
}

.wc-pt-8 {
    padding-top: 80px !important;
}

.wc-pb-8 {
    padding-bottom: 80px !important;
}

.wc-pr-8 {
    padding-right: 80px !important;
}

.wc-pl-8 {
    padding-left: 80px !important;
}

.wc-py-8 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.wc-px-8 {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.wc-pa-8 {
    padding: 80px !important;
}

.wc-pt-9 {
    padding-top: 90px !important;
}

.wc-pb-9 {
    padding-bottom: 90px !important;
}

.wc-pr-9 {
    padding-right: 90px !important;
}

.wc-pl-9 {
    padding-left: 90px !important;
}

.wc-py-9 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.wc-px-9 {
    padding-left: 90px !important;
    padding-right: 90px !important;
}

.wc-pa-9 {
    padding: 90px !important;
}

.wc-pt-10 {
    padding-top: 100px !important;
}

.wc-pb-10 {
    padding-bottom: 100px !important;
}

.wc-pr-10 {
    padding-right: 100px !important;
}

.wc-pl-10 {
    padding-left: 100px !important;
}

.wc-py-10 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.wc-px-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.wc-pa-10 {
    padding: 100px !important;
}

.wc-pt-11 {
    padding-top: 110px !important;
}

.wc-pb-11 {
    padding-bottom: 110px !important;
}

.wc-pr-11 {
    padding-right: 110px !important;
}

.wc-pl-11 {
    padding-left: 110px !important;
}

.wc-py-11 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}

.wc-px-11 {
    padding-left: 110px !important;
    padding-right: 110px !important;
}

.wc-pa-11 {
    padding: 110px !important;
}

.wc-pt-12 {
    padding-top: 120px !important;
}

.wc-pb-12 {
    padding-bottom: 120px !important;
}

.wc-pr-12 {
    padding-right: 120px !important;
}

.wc-pl-12 {
    padding-left: 120px !important;
}

.wc-py-12 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.wc-px-12 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.wc-pa-12 {
    padding: 120px !important;
}

.wc-pt-13 {
    padding-top: 130px !important;
}

.wc-pb-13 {
    padding-bottom: 130px !important;
}

.wc-pr-13 {
    padding-right: 130px !important;
}

.wc-pl-13 {
    padding-left: 130px !important;
}

.wc-py-13 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
}

.wc-px-13 {
    padding-left: 130px !important;
    padding-right: 130px !important;
}

.wc-pa-13 {
    padding: 130px !important;
}

.wc-pt-14 {
    padding-top: 140px !important;
}

.wc-pb-14 {
    padding-bottom: 140px !important;
}

.wc-pr-14 {
    padding-right: 140px !important;
}

.wc-pl-14 {
    padding-left: 140px !important;
}

.wc-py-14 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.wc-px-14 {
    padding-left: 140px !important;
    padding-right: 140px !important;
}

.wc-pa-14 {
    padding: 140px !important;
}

.wc-pt-15 {
    padding-top: 150px !important;
}

.wc-pb-15 {
    padding-bottom: 150px !important;
}

.wc-pr-15 {
    padding-right: 150px !important;
}

.wc-pl-15 {
    padding-left: 150px !important;
}

.wc-py-15 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.wc-px-15 {
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.wc-pa-15 {
    padding: 150px !important;
}

.wc-pt-16 {
    padding-top: 160px !important;
}

.wc-pb-16 {
    padding-bottom: 160px !important;
}

.wc-pr-16 {
    padding-right: 160px !important;
}

.wc-pl-16 {
    padding-left: 160px !important;
}

.wc-py-16 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.wc-px-16 {
    padding-left: 160px !important;
    padding-right: 160px !important;
}

.wc-pa-16 {
    padding: 160px !important;
}

.wc-pt-17 {
    padding-top: 170px !important;
}

.wc-pb-17 {
    padding-bottom: 170px !important;
}

.wc-pr-17 {
    padding-right: 170px !important;
}

.wc-pl-17 {
    padding-left: 170px !important;
}

.wc-py-17 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
}

.wc-px-17 {
    padding-left: 170px !important;
    padding-right: 170px !important;
}

.wc-pa-17 {
    padding: 170px !important;
}

.wc-pt-18 {
    padding-top: 180px !important;
}

.wc-pb-18 {
    padding-bottom: 180px !important;
}

.wc-pr-18 {
    padding-right: 180px !important;
}

.wc-pl-18 {
    padding-left: 180px !important;
}

.wc-py-18 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.wc-px-18 {
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.wc-pa-18 {
    padding: 180px !important;
}

.wc-pt-19 {
    padding-top: 190px !important;
}

.wc-pb-19 {
    padding-bottom: 190px !important;
}

.wc-pr-19 {
    padding-right: 190px !important;
}

.wc-pl-19 {
    padding-left: 190px !important;
}

.wc-py-19 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
}

.wc-px-19 {
    padding-left: 190px !important;
    padding-right: 190px !important;
}

.wc-pa-19 {
    padding: 190px !important;
}

.wc-pt-20 {
    padding-top: 200px !important;
}

.wc-pb-20 {
    padding-bottom: 200px !important;
}

.wc-pr-20 {
    padding-right: 200px !important;
}

.wc-pl-20 {
    padding-left: 200px !important;
}

.wc-py-20 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.wc-px-20 {
    padding-left: 200px !important;
    padding-right: 200px !important;
}

.wc-pa-20 {
    padding: 200px !important;
}

.wc-pt-21 {
    padding-top: 210px !important;
}

.wc-pb-21 {
    padding-bottom: 210px !important;
}

.wc-pr-21 {
    padding-right: 210px !important;
}

.wc-pl-21 {
    padding-left: 210px !important;
}

.wc-py-21 {
    padding-top: 210px !important;
    padding-bottom: 210px !important;
}

.wc-px-21 {
    padding-left: 210px !important;
    padding-right: 210px !important;
}

.wc-pa-21 {
    padding: 210px !important;
}

.wc-pt-22 {
    padding-top: 220px !important;
}

.wc-pb-22 {
    padding-bottom: 220px !important;
}

.wc-pr-22 {
    padding-right: 220px !important;
}

.wc-pl-22 {
    padding-left: 220px !important;
}

.wc-py-22 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
}

.wc-px-22 {
    padding-left: 220px !important;
    padding-right: 220px !important;
}

.wc-pa-22 {
    padding: 220px !important;
}

.wc-pt-23 {
    padding-top: 230px !important;
}

.wc-pb-23 {
    padding-bottom: 230px !important;
}

.wc-pr-23 {
    padding-right: 230px !important;
}

.wc-pl-23 {
    padding-left: 230px !important;
}

.wc-py-23 {
    padding-top: 230px !important;
    padding-bottom: 230px !important;
}

.wc-px-23 {
    padding-left: 230px !important;
    padding-right: 230px !important;
}

.wc-pa-23 {
    padding: 230px !important;
}

.wc-pt-24 {
    padding-top: 240px !important;
}

.wc-pb-24 {
    padding-bottom: 240px !important;
}

.wc-pr-24 {
    padding-right: 240px !important;
}

.wc-pl-24 {
    padding-left: 240px !important;
}

.wc-py-24 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

.wc-px-24 {
    padding-left: 240px !important;
    padding-right: 240px !important;
}

.wc-pa-24 {
    padding: 240px !important;
}

.wc-pt-25 {
    padding-top: 250px !important;
}

.wc-pb-25 {
    padding-bottom: 250px !important;
}

.wc-pr-25 {
    padding-right: 250px !important;
}

.wc-pl-25 {
    padding-left: 250px !important;
}

.wc-py-25 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
}

.wc-px-25 {
    padding-left: 250px !important;
    padding-right: 250px !important;
}

.wc-pa-25 {
    padding: 250px !important;
}

.wc-pt-26 {
    padding-top: 260px !important;
}

.wc-pb-26 {
    padding-bottom: 260px !important;
}

.wc-pr-26 {
    padding-right: 260px !important;
}

.wc-pl-26 {
    padding-left: 260px !important;
}

.wc-py-26 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
}

.wc-px-26 {
    padding-left: 260px !important;
    padding-right: 260px !important;
}

.wc-pa-26 {
    padding: 260px !important;
}

.wc-pt-27 {
    padding-top: 270px !important;
}

.wc-pb-27 {
    padding-bottom: 270px !important;
}

.wc-pr-27 {
    padding-right: 270px !important;
}

.wc-pl-27 {
    padding-left: 270px !important;
}

.wc-py-27 {
    padding-top: 270px !important;
    padding-bottom: 270px !important;
}

.wc-px-27 {
    padding-left: 270px !important;
    padding-right: 270px !important;
}

.wc-pa-27 {
    padding: 270px !important;
}

.wc-pt-28 {
    padding-top: 280px !important;
}

.wc-pb-28 {
    padding-bottom: 280px !important;
}

.wc-pr-28 {
    padding-right: 280px !important;
}

.wc-pl-28 {
    padding-left: 280px !important;
}

.wc-py-28 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
}

.wc-px-28 {
    padding-left: 280px !important;
    padding-right: 280px !important;
}

.wc-pa-28 {
    padding: 280px !important;
}

.wc-pt-29 {
    padding-top: 290px !important;
}

.wc-pb-29 {
    padding-bottom: 290px !important;
}

.wc-pr-29 {
    padding-right: 290px !important;
}

.wc-pl-29 {
    padding-left: 290px !important;
}

.wc-py-29 {
    padding-top: 290px !important;
    padding-bottom: 290px !important;
}

.wc-px-29 {
    padding-left: 290px !important;
    padding-right: 290px !important;
}

.wc-pa-29 {
    padding: 290px !important;
}

.wc-pt-30 {
    padding-top: 300px !important;
}

.wc-pb-30 {
    padding-bottom: 300px !important;
}

.wc-pr-30 {
    padding-right: 300px !important;
}

.wc-pl-30 {
    padding-left: 300px !important;
}

.wc-py-30 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}

.wc-px-30 {
    padding-left: 300px !important;
    padding-right: 300px !important;
}

.wc-pa-30 {
    padding: 300px !important;
}

@media (min-width: 576px) {
    .wc-mt-sm--30 {
        margin-top: -300px !important;
    }
    .wc-mb-sm--30 {
        margin-bottom: -300px !important;
    }
    .wc-mt-sm--29 {
        margin-top: -290px !important;
    }
    .wc-mb-sm--29 {
        margin-bottom: -290px !important;
    }
    .wc-mt-sm--28 {
        margin-top: -280px !important;
    }
    .wc-mb-sm--28 {
        margin-bottom: -280px !important;
    }
    .wc-mt-sm--27 {
        margin-top: -270px !important;
    }
    .wc-mb-sm--27 {
        margin-bottom: -270px !important;
    }
    .wc-mt-sm--26 {
        margin-top: -260px !important;
    }
    .wc-mb-sm--26 {
        margin-bottom: -260px !important;
    }
    .wc-mt-sm--25 {
        margin-top: -250px !important;
    }
    .wc-mb-sm--25 {
        margin-bottom: -250px !important;
    }
    .wc-mt-sm--24 {
        margin-top: -240px !important;
    }
    .wc-mb-sm--24 {
        margin-bottom: -240px !important;
    }
    .wc-mt-sm--23 {
        margin-top: -230px !important;
    }
    .wc-mb-sm--23 {
        margin-bottom: -230px !important;
    }
    .wc-mt-sm--22 {
        margin-top: -220px !important;
    }
    .wc-mb-sm--22 {
        margin-bottom: -220px !important;
    }
    .wc-mt-sm--21 {
        margin-top: -210px !important;
    }
    .wc-mb-sm--21 {
        margin-bottom: -210px !important;
    }
    .wc-mt-sm--20 {
        margin-top: -200px !important;
    }
    .wc-mb-sm--20 {
        margin-bottom: -200px !important;
    }
    .wc-mt-sm--19 {
        margin-top: -190px !important;
    }
    .wc-mb-sm--19 {
        margin-bottom: -190px !important;
    }
    .wc-mt-sm--18 {
        margin-top: -180px !important;
    }
    .wc-mb-sm--18 {
        margin-bottom: -180px !important;
    }
    .wc-mt-sm--17 {
        margin-top: -170px !important;
    }
    .wc-mb-sm--17 {
        margin-bottom: -170px !important;
    }
    .wc-mt-sm--16 {
        margin-top: -160px !important;
    }
    .wc-mb-sm--16 {
        margin-bottom: -160px !important;
    }
    .wc-mt-sm--15 {
        margin-top: -150px !important;
    }
    .wc-mb-sm--15 {
        margin-bottom: -150px !important;
    }
    .wc-mt-sm--14 {
        margin-top: -140px !important;
    }
    .wc-mb-sm--14 {
        margin-bottom: -140px !important;
    }
    .wc-mt-sm--13 {
        margin-top: -130px !important;
    }
    .wc-mb-sm--13 {
        margin-bottom: -130px !important;
    }
    .wc-mt-sm--12 {
        margin-top: -120px !important;
    }
    .wc-mb-sm--12 {
        margin-bottom: -120px !important;
    }
    .wc-mt-sm--11 {
        margin-top: -110px !important;
    }
    .wc-mb-sm--11 {
        margin-bottom: -110px !important;
    }
    .wc-mt-sm--10 {
        margin-top: -100px !important;
    }
    .wc-mb-sm--10 {
        margin-bottom: -100px !important;
    }
    .wc-mt-sm--9 {
        margin-top: -90px !important;
    }
    .wc-mb-sm--9 {
        margin-bottom: -90px !important;
    }
    .wc-mt-sm--8 {
        margin-top: -80px !important;
    }
    .wc-mb-sm--8 {
        margin-bottom: -80px !important;
    }
    .wc-mt-sm--7 {
        margin-top: -70px !important;
    }
    .wc-mb-sm--7 {
        margin-bottom: -70px !important;
    }
    .wc-mt-sm--6 {
        margin-top: -60px !important;
    }
    .wc-mb-sm--6 {
        margin-bottom: -60px !important;
    }
    .wc-mt-sm--5 {
        margin-top: -50px !important;
    }
    .wc-mb-sm--5 {
        margin-bottom: -50px !important;
    }
    .wc-mt-sm--4 {
        margin-top: -40px !important;
    }
    .wc-mb-sm--4 {
        margin-bottom: -40px !important;
    }
    .wc-mt-sm--3 {
        margin-top: -30px !important;
    }
    .wc-mb-sm--3 {
        margin-bottom: -30px !important;
    }
    .wc-mt-sm--2 {
        margin-top: -20px !important;
    }
    .wc-mb-sm--2 {
        margin-bottom: -20px !important;
    }
    .wc-mt-sm--1 {
        margin-top: -10px !important;
    }
    .wc-mb-sm--1 {
        margin-bottom: -10px !important;
    }
    .wc-mt-sm-0 {
        margin-top: 0px !important;
    }
    .wc-mb-sm-0 {
        margin-bottom: 0px !important;
    }
    .wc-mt-sm-1 {
        margin-top: 10px !important;
    }
    .wc-mb-sm-1 {
        margin-bottom: 10px !important;
    }
    .wc-mt-sm-2 {
        margin-top: 20px !important;
    }
    .wc-mb-sm-2 {
        margin-bottom: 20px !important;
    }
    .wc-mt-sm-3 {
        margin-top: 30px !important;
    }
    .wc-mb-sm-3 {
        margin-bottom: 30px !important;
    }
    .wc-mt-sm-4 {
        margin-top: 40px !important;
    }
    .wc-mb-sm-4 {
        margin-bottom: 40px !important;
    }
    .wc-mt-sm-5 {
        margin-top: 50px !important;
    }
    .wc-mb-sm-5 {
        margin-bottom: 50px !important;
    }
    .wc-mt-sm-6 {
        margin-top: 60px !important;
    }
    .wc-mb-sm-6 {
        margin-bottom: 60px !important;
    }
    .wc-mt-sm-7 {
        margin-top: 70px !important;
    }
    .wc-mb-sm-7 {
        margin-bottom: 70px !important;
    }
    .wc-mt-sm-8 {
        margin-top: 80px !important;
    }
    .wc-mb-sm-8 {
        margin-bottom: 80px !important;
    }
    .wc-mt-sm-9 {
        margin-top: 90px !important;
    }
    .wc-mb-sm-9 {
        margin-bottom: 90px !important;
    }
    .wc-mt-sm-10 {
        margin-top: 100px !important;
    }
    .wc-mb-sm-10 {
        margin-bottom: 100px !important;
    }
    .wc-mt-sm-11 {
        margin-top: 110px !important;
    }
    .wc-mb-sm-11 {
        margin-bottom: 110px !important;
    }
    .wc-mt-sm-12 {
        margin-top: 120px !important;
    }
    .wc-mb-sm-12 {
        margin-bottom: 120px !important;
    }
    .wc-mt-sm-13 {
        margin-top: 130px !important;
    }
    .wc-mb-sm-13 {
        margin-bottom: 130px !important;
    }
    .wc-mt-sm-14 {
        margin-top: 140px !important;
    }
    .wc-mb-sm-14 {
        margin-bottom: 140px !important;
    }
    .wc-mt-sm-15 {
        margin-top: 150px !important;
    }
    .wc-mb-sm-15 {
        margin-bottom: 150px !important;
    }
    .wc-mt-sm-16 {
        margin-top: 160px !important;
    }
    .wc-mb-sm-16 {
        margin-bottom: 160px !important;
    }
    .wc-mt-sm-17 {
        margin-top: 170px !important;
    }
    .wc-mb-sm-17 {
        margin-bottom: 170px !important;
    }
    .wc-mt-sm-18 {
        margin-top: 180px !important;
    }
    .wc-mb-sm-18 {
        margin-bottom: 180px !important;
    }
    .wc-mt-sm-19 {
        margin-top: 190px !important;
    }
    .wc-mb-sm-19 {
        margin-bottom: 190px !important;
    }
    .wc-mt-sm-20 {
        margin-top: 200px !important;
    }
    .wc-mb-sm-20 {
        margin-bottom: 200px !important;
    }
    .wc-mt-sm-21 {
        margin-top: 210px !important;
    }
    .wc-mb-sm-21 {
        margin-bottom: 210px !important;
    }
    .wc-mt-sm-22 {
        margin-top: 220px !important;
    }
    .wc-mb-sm-22 {
        margin-bottom: 220px !important;
    }
    .wc-mt-sm-23 {
        margin-top: 230px !important;
    }
    .wc-mb-sm-23 {
        margin-bottom: 230px !important;
    }
    .wc-mt-sm-24 {
        margin-top: 240px !important;
    }
    .wc-mb-sm-24 {
        margin-bottom: 240px !important;
    }
    .wc-mt-sm-25 {
        margin-top: 250px !important;
    }
    .wc-mb-sm-25 {
        margin-bottom: 250px !important;
    }
    .wc-mt-sm-26 {
        margin-top: 260px !important;
    }
    .wc-mb-sm-26 {
        margin-bottom: 260px !important;
    }
    .wc-mt-sm-27 {
        margin-top: 270px !important;
    }
    .wc-mb-sm-27 {
        margin-bottom: 270px !important;
    }
    .wc-mt-sm-28 {
        margin-top: 280px !important;
    }
    .wc-mb-sm-28 {
        margin-bottom: 280px !important;
    }
    .wc-mt-sm-29 {
        margin-top: 290px !important;
    }
    .wc-mb-sm-29 {
        margin-bottom: 290px !important;
    }
    .wc-mt-sm-30 {
        margin-top: 300px !important;
    }
    .wc-mb-sm-30 {
        margin-bottom: 300px !important;
    }
    .wc-mr-sm--10 {
        margin-right: -100px !important;
    }
    .wc-ml-sm--10 {
        margin-left: -100px !important;
    }
    .wc-mr-sm--9 {
        margin-right: -90px !important;
    }
    .wc-ml-sm--9 {
        margin-left: -90px !important;
    }
    .wc-mr-sm--8 {
        margin-right: -80px !important;
    }
    .wc-ml-sm--8 {
        margin-left: -80px !important;
    }
    .wc-mr-sm--7 {
        margin-right: -70px !important;
    }
    .wc-ml-sm--7 {
        margin-left: -70px !important;
    }
    .wc-mr-sm--6 {
        margin-right: -60px !important;
    }
    .wc-ml-sm--6 {
        margin-left: -60px !important;
    }
    .wc-mr-sm--5 {
        margin-right: -50px !important;
    }
    .wc-ml-sm--5 {
        margin-left: -50px !important;
    }
    .wc-mr-sm--4 {
        margin-right: -40px !important;
    }
    .wc-ml-sm--4 {
        margin-left: -40px !important;
    }
    .wc-mr-sm--3 {
        margin-right: -30px !important;
    }
    .wc-ml-sm--3 {
        margin-left: -30px !important;
    }
    .wc-mr-sm--2 {
        margin-right: -20px !important;
    }
    .wc-ml-sm--2 {
        margin-left: -20px !important;
    }
    .wc-mr-sm--1 {
        margin-right: -10px !important;
    }
    .wc-ml-sm--1 {
        margin-left: -10px !important;
    }
    .wc-mr-sm-0 {
        margin-right: 0px !important;
    }
    .wc-ml-sm-0 {
        margin-left: 0px !important;
    }
    .wc-mr-sm-1 {
        margin-right: 10px !important;
    }
    .wc-ml-sm-1 {
        margin-left: 10px !important;
    }
    .wc-mr-sm-2 {
        margin-right: 20px !important;
    }
    .wc-ml-sm-2 {
        margin-left: 20px !important;
    }
    .wc-mr-sm-3 {
        margin-right: 30px !important;
    }
    .wc-ml-sm-3 {
        margin-left: 30px !important;
    }
    .wc-mr-sm-4 {
        margin-right: 40px !important;
    }
    .wc-ml-sm-4 {
        margin-left: 40px !important;
    }
    .wc-mr-sm-5 {
        margin-right: 50px !important;
    }
    .wc-ml-sm-5 {
        margin-left: 50px !important;
    }
    .wc-mr-sm-6 {
        margin-right: 60px !important;
    }
    .wc-ml-sm-6 {
        margin-left: 60px !important;
    }
    .wc-mr-sm-7 {
        margin-right: 70px !important;
    }
    .wc-ml-sm-7 {
        margin-left: 70px !important;
    }
    .wc-mr-sm-8 {
        margin-right: 80px !important;
    }
    .wc-ml-sm-8 {
        margin-left: 80px !important;
    }
    .wc-mr-sm-9 {
        margin-right: 90px !important;
    }
    .wc-ml-sm-9 {
        margin-left: 90px !important;
    }
    .wc-mr-sm-10 {
        margin-right: 100px !important;
    }
    .wc-ml-sm-10 {
        margin-left: 100px !important;
    }
    .wc-pt-sm-0 {
        padding-top: 0px !important;
    }
    .wc-pb-sm-0 {
        padding-bottom: 0px !important;
    }
    .wc-pr-sm-0 {
        padding-right: 0px !important;
    }
    .wc-pl-sm-0 {
        padding-left: 0px !important;
    }
    .wc-py-sm-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .wc-px-sm-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .wc-pa-sm-0 {
        padding: 0px !important;
    }
    .wc-pt-sm-1 {
        padding-top: 10px !important;
    }
    .wc-pb-sm-1 {
        padding-bottom: 10px !important;
    }
    .wc-pr-sm-1 {
        padding-right: 10px !important;
    }
    .wc-pl-sm-1 {
        padding-left: 10px !important;
    }
    .wc-py-sm-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .wc-px-sm-1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .wc-pa-sm-1 {
        padding: 10px !important;
    }
    .wc-pt-sm-2 {
        padding-top: 20px !important;
    }
    .wc-pb-sm-2 {
        padding-bottom: 20px !important;
    }
    .wc-pr-sm-2 {
        padding-right: 20px !important;
    }
    .wc-pl-sm-2 {
        padding-left: 20px !important;
    }
    .wc-py-sm-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .wc-px-sm-2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .wc-pa-sm-2 {
        padding: 20px !important;
    }
    .wc-pt-sm-3 {
        padding-top: 30px !important;
    }
    .wc-pb-sm-3 {
        padding-bottom: 30px !important;
    }
    .wc-pr-sm-3 {
        padding-right: 30px !important;
    }
    .wc-pl-sm-3 {
        padding-left: 30px !important;
    }
    .wc-py-sm-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .wc-px-sm-3 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .wc-pa-sm-3 {
        padding: 30px !important;
    }
    .wc-pt-sm-4 {
        padding-top: 40px !important;
    }
    .wc-pb-sm-4 {
        padding-bottom: 40px !important;
    }
    .wc-pr-sm-4 {
        padding-right: 40px !important;
    }
    .wc-pl-sm-4 {
        padding-left: 40px !important;
    }
    .wc-py-sm-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .wc-px-sm-4 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .wc-pa-sm-4 {
        padding: 40px !important;
    }
    .wc-pt-sm-5 {
        padding-top: 50px !important;
    }
    .wc-pb-sm-5 {
        padding-bottom: 50px !important;
    }
    .wc-pr-sm-5 {
        padding-right: 50px !important;
    }
    .wc-pl-sm-5 {
        padding-left: 50px !important;
    }
    .wc-py-sm-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .wc-px-sm-5 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .wc-pa-sm-5 {
        padding: 50px !important;
    }
    .wc-pt-sm-6 {
        padding-top: 60px !important;
    }
    .wc-pb-sm-6 {
        padding-bottom: 60px !important;
    }
    .wc-pr-sm-6 {
        padding-right: 60px !important;
    }
    .wc-pl-sm-6 {
        padding-left: 60px !important;
    }
    .wc-py-sm-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .wc-px-sm-6 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .wc-pa-sm-6 {
        padding: 60px !important;
    }
    .wc-pt-sm-7 {
        padding-top: 70px !important;
    }
    .wc-pb-sm-7 {
        padding-bottom: 70px !important;
    }
    .wc-pr-sm-7 {
        padding-right: 70px !important;
    }
    .wc-pl-sm-7 {
        padding-left: 70px !important;
    }
    .wc-py-sm-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .wc-px-sm-7 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .wc-pa-sm-7 {
        padding: 70px !important;
    }
    .wc-pt-sm-8 {
        padding-top: 80px !important;
    }
    .wc-pb-sm-8 {
        padding-bottom: 80px !important;
    }
    .wc-pr-sm-8 {
        padding-right: 80px !important;
    }
    .wc-pl-sm-8 {
        padding-left: 80px !important;
    }
    .wc-py-sm-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .wc-px-sm-8 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .wc-pa-sm-8 {
        padding: 80px !important;
    }
    .wc-pt-sm-9 {
        padding-top: 90px !important;
    }
    .wc-pb-sm-9 {
        padding-bottom: 90px !important;
    }
    .wc-pr-sm-9 {
        padding-right: 90px !important;
    }
    .wc-pl-sm-9 {
        padding-left: 90px !important;
    }
    .wc-py-sm-9 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .wc-px-sm-9 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
    .wc-pa-sm-9 {
        padding: 90px !important;
    }
    .wc-pt-sm-10 {
        padding-top: 100px !important;
    }
    .wc-pb-sm-10 {
        padding-bottom: 100px !important;
    }
    .wc-pr-sm-10 {
        padding-right: 100px !important;
    }
    .wc-pl-sm-10 {
        padding-left: 100px !important;
    }
    .wc-py-sm-10 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .wc-px-sm-10 {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    .wc-pa-sm-10 {
        padding: 100px !important;
    }
    .wc-pt-sm-11 {
        padding-top: 110px !important;
    }
    .wc-pb-sm-11 {
        padding-bottom: 110px !important;
    }
    .wc-pr-sm-11 {
        padding-right: 110px !important;
    }
    .wc-pl-sm-11 {
        padding-left: 110px !important;
    }
    .wc-py-sm-11 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .wc-px-sm-11 {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }
    .wc-pa-sm-11 {
        padding: 110px !important;
    }
    .wc-pt-sm-12 {
        padding-top: 120px !important;
    }
    .wc-pb-sm-12 {
        padding-bottom: 120px !important;
    }
    .wc-pr-sm-12 {
        padding-right: 120px !important;
    }
    .wc-pl-sm-12 {
        padding-left: 120px !important;
    }
    .wc-py-sm-12 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .wc-px-sm-12 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
    .wc-pa-sm-12 {
        padding: 120px !important;
    }
    .wc-pt-sm-13 {
        padding-top: 130px !important;
    }
    .wc-pb-sm-13 {
        padding-bottom: 130px !important;
    }
    .wc-pr-sm-13 {
        padding-right: 130px !important;
    }
    .wc-pl-sm-13 {
        padding-left: 130px !important;
    }
    .wc-py-sm-13 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .wc-px-sm-13 {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }
    .wc-pa-sm-13 {
        padding: 130px !important;
    }
    .wc-pt-sm-14 {
        padding-top: 140px !important;
    }
    .wc-pb-sm-14 {
        padding-bottom: 140px !important;
    }
    .wc-pr-sm-14 {
        padding-right: 140px !important;
    }
    .wc-pl-sm-14 {
        padding-left: 140px !important;
    }
    .wc-py-sm-14 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .wc-px-sm-14 {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }
    .wc-pa-sm-14 {
        padding: 140px !important;
    }
    .wc-pt-sm-15 {
        padding-top: 150px !important;
    }
    .wc-pb-sm-15 {
        padding-bottom: 150px !important;
    }
    .wc-pr-sm-15 {
        padding-right: 150px !important;
    }
    .wc-pl-sm-15 {
        padding-left: 150px !important;
    }
    .wc-py-sm-15 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .wc-px-sm-15 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
    .wc-pa-sm-15 {
        padding: 150px !important;
    }
    .wc-pt-sm-16 {
        padding-top: 160px !important;
    }
    .wc-pb-sm-16 {
        padding-bottom: 160px !important;
    }
    .wc-pr-sm-16 {
        padding-right: 160px !important;
    }
    .wc-pl-sm-16 {
        padding-left: 160px !important;
    }
    .wc-py-sm-16 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .wc-px-sm-16 {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }
    .wc-pa-sm-16 {
        padding: 160px !important;
    }
    .wc-pt-sm-17 {
        padding-top: 170px !important;
    }
    .wc-pb-sm-17 {
        padding-bottom: 170px !important;
    }
    .wc-pr-sm-17 {
        padding-right: 170px !important;
    }
    .wc-pl-sm-17 {
        padding-left: 170px !important;
    }
    .wc-py-sm-17 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .wc-px-sm-17 {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }
    .wc-pa-sm-17 {
        padding: 170px !important;
    }
    .wc-pt-sm-18 {
        padding-top: 180px !important;
    }
    .wc-pb-sm-18 {
        padding-bottom: 180px !important;
    }
    .wc-pr-sm-18 {
        padding-right: 180px !important;
    }
    .wc-pl-sm-18 {
        padding-left: 180px !important;
    }
    .wc-py-sm-18 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .wc-px-sm-18 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }
    .wc-pa-sm-18 {
        padding: 180px !important;
    }
    .wc-pt-sm-19 {
        padding-top: 190px !important;
    }
    .wc-pb-sm-19 {
        padding-bottom: 190px !important;
    }
    .wc-pr-sm-19 {
        padding-right: 190px !important;
    }
    .wc-pl-sm-19 {
        padding-left: 190px !important;
    }
    .wc-py-sm-19 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .wc-px-sm-19 {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }
    .wc-pa-sm-19 {
        padding: 190px !important;
    }
    .wc-pt-sm-20 {
        padding-top: 200px !important;
    }
    .wc-pb-sm-20 {
        padding-bottom: 200px !important;
    }
    .wc-pr-sm-20 {
        padding-right: 200px !important;
    }
    .wc-pl-sm-20 {
        padding-left: 200px !important;
    }
    .wc-py-sm-20 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .wc-px-sm-20 {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }
    .wc-pa-sm-20 {
        padding: 200px !important;
    }
    .wc-pt-sm-21 {
        padding-top: 210px !important;
    }
    .wc-pb-sm-21 {
        padding-bottom: 210px !important;
    }
    .wc-pr-sm-21 {
        padding-right: 210px !important;
    }
    .wc-pl-sm-21 {
        padding-left: 210px !important;
    }
    .wc-py-sm-21 {
        padding-top: 210px !important;
        padding-bottom: 210px !important;
    }
    .wc-px-sm-21 {
        padding-left: 210px !important;
        padding-right: 210px !important;
    }
    .wc-pa-sm-21 {
        padding: 210px !important;
    }
    .wc-pt-sm-22 {
        padding-top: 220px !important;
    }
    .wc-pb-sm-22 {
        padding-bottom: 220px !important;
    }
    .wc-pr-sm-22 {
        padding-right: 220px !important;
    }
    .wc-pl-sm-22 {
        padding-left: 220px !important;
    }
    .wc-py-sm-22 {
        padding-top: 220px !important;
        padding-bottom: 220px !important;
    }
    .wc-px-sm-22 {
        padding-left: 220px !important;
        padding-right: 220px !important;
    }
    .wc-pa-sm-22 {
        padding: 220px !important;
    }
    .wc-pt-sm-23 {
        padding-top: 230px !important;
    }
    .wc-pb-sm-23 {
        padding-bottom: 230px !important;
    }
    .wc-pr-sm-23 {
        padding-right: 230px !important;
    }
    .wc-pl-sm-23 {
        padding-left: 230px !important;
    }
    .wc-py-sm-23 {
        padding-top: 230px !important;
        padding-bottom: 230px !important;
    }
    .wc-px-sm-23 {
        padding-left: 230px !important;
        padding-right: 230px !important;
    }
    .wc-pa-sm-23 {
        padding: 230px !important;
    }
    .wc-pt-sm-24 {
        padding-top: 240px !important;
    }
    .wc-pb-sm-24 {
        padding-bottom: 240px !important;
    }
    .wc-pr-sm-24 {
        padding-right: 240px !important;
    }
    .wc-pl-sm-24 {
        padding-left: 240px !important;
    }
    .wc-py-sm-24 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .wc-px-sm-24 {
        padding-left: 240px !important;
        padding-right: 240px !important;
    }
    .wc-pa-sm-24 {
        padding: 240px !important;
    }
    .wc-pt-sm-25 {
        padding-top: 250px !important;
    }
    .wc-pb-sm-25 {
        padding-bottom: 250px !important;
    }
    .wc-pr-sm-25 {
        padding-right: 250px !important;
    }
    .wc-pl-sm-25 {
        padding-left: 250px !important;
    }
    .wc-py-sm-25 {
        padding-top: 250px !important;
        padding-bottom: 250px !important;
    }
    .wc-px-sm-25 {
        padding-left: 250px !important;
        padding-right: 250px !important;
    }
    .wc-pa-sm-25 {
        padding: 250px !important;
    }
    .wc-pt-sm-26 {
        padding-top: 260px !important;
    }
    .wc-pb-sm-26 {
        padding-bottom: 260px !important;
    }
    .wc-pr-sm-26 {
        padding-right: 260px !important;
    }
    .wc-pl-sm-26 {
        padding-left: 260px !important;
    }
    .wc-py-sm-26 {
        padding-top: 260px !important;
        padding-bottom: 260px !important;
    }
    .wc-px-sm-26 {
        padding-left: 260px !important;
        padding-right: 260px !important;
    }
    .wc-pa-sm-26 {
        padding: 260px !important;
    }
    .wc-pt-sm-27 {
        padding-top: 270px !important;
    }
    .wc-pb-sm-27 {
        padding-bottom: 270px !important;
    }
    .wc-pr-sm-27 {
        padding-right: 270px !important;
    }
    .wc-pl-sm-27 {
        padding-left: 270px !important;
    }
    .wc-py-sm-27 {
        padding-top: 270px !important;
        padding-bottom: 270px !important;
    }
    .wc-px-sm-27 {
        padding-left: 270px !important;
        padding-right: 270px !important;
    }
    .wc-pa-sm-27 {
        padding: 270px !important;
    }
    .wc-pt-sm-28 {
        padding-top: 280px !important;
    }
    .wc-pb-sm-28 {
        padding-bottom: 280px !important;
    }
    .wc-pr-sm-28 {
        padding-right: 280px !important;
    }
    .wc-pl-sm-28 {
        padding-left: 280px !important;
    }
    .wc-py-sm-28 {
        padding-top: 280px !important;
        padding-bottom: 280px !important;
    }
    .wc-px-sm-28 {
        padding-left: 280px !important;
        padding-right: 280px !important;
    }
    .wc-pa-sm-28 {
        padding: 280px !important;
    }
    .wc-pt-sm-29 {
        padding-top: 290px !important;
    }
    .wc-pb-sm-29 {
        padding-bottom: 290px !important;
    }
    .wc-pr-sm-29 {
        padding-right: 290px !important;
    }
    .wc-pl-sm-29 {
        padding-left: 290px !important;
    }
    .wc-py-sm-29 {
        padding-top: 290px !important;
        padding-bottom: 290px !important;
    }
    .wc-px-sm-29 {
        padding-left: 290px !important;
        padding-right: 290px !important;
    }
    .wc-pa-sm-29 {
        padding: 290px !important;
    }
    .wc-pt-sm-30 {
        padding-top: 300px !important;
    }
    .wc-pb-sm-30 {
        padding-bottom: 300px !important;
    }
    .wc-pr-sm-30 {
        padding-right: 300px !important;
    }
    .wc-pl-sm-30 {
        padding-left: 300px !important;
    }
    .wc-py-sm-30 {
        padding-top: 300px !important;
        padding-bottom: 300px !important;
    }
    .wc-px-sm-30 {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
    .wc-pa-sm-30 {
        padding: 300px !important;
    }
}

@media (min-width: 768px) {
    .wc-mt-md--30 {
        margin-top: -300px !important;
    }
    .wc-mb-md--30 {
        margin-bottom: -300px !important;
    }
    .wc-mt-md--29 {
        margin-top: -290px !important;
    }
    .wc-mb-md--29 {
        margin-bottom: -290px !important;
    }
    .wc-mt-md--28 {
        margin-top: -280px !important;
    }
    .wc-mb-md--28 {
        margin-bottom: -280px !important;
    }
    .wc-mt-md--27 {
        margin-top: -270px !important;
    }
    .wc-mb-md--27 {
        margin-bottom: -270px !important;
    }
    .wc-mt-md--26 {
        margin-top: -260px !important;
    }
    .wc-mb-md--26 {
        margin-bottom: -260px !important;
    }
    .wc-mt-md--25 {
        margin-top: -250px !important;
    }
    .wc-mb-md--25 {
        margin-bottom: -250px !important;
    }
    .wc-mt-md--24 {
        margin-top: -240px !important;
    }
    .wc-mb-md--24 {
        margin-bottom: -240px !important;
    }
    .wc-mt-md--23 {
        margin-top: -230px !important;
    }
    .wc-mb-md--23 {
        margin-bottom: -230px !important;
    }
    .wc-mt-md--22 {
        margin-top: -220px !important;
    }
    .wc-mb-md--22 {
        margin-bottom: -220px !important;
    }
    .wc-mt-md--21 {
        margin-top: -210px !important;
    }
    .wc-mb-md--21 {
        margin-bottom: -210px !important;
    }
    .wc-mt-md--20 {
        margin-top: -200px !important;
    }
    .wc-mb-md--20 {
        margin-bottom: -200px !important;
    }
    .wc-mt-md--19 {
        margin-top: -190px !important;
    }
    .wc-mb-md--19 {
        margin-bottom: -190px !important;
    }
    .wc-mt-md--18 {
        margin-top: -180px !important;
    }
    .wc-mb-md--18 {
        margin-bottom: -180px !important;
    }
    .wc-mt-md--17 {
        margin-top: -170px !important;
    }
    .wc-mb-md--17 {
        margin-bottom: -170px !important;
    }
    .wc-mt-md--16 {
        margin-top: -160px !important;
    }
    .wc-mb-md--16 {
        margin-bottom: -160px !important;
    }
    .wc-mt-md--15 {
        margin-top: -150px !important;
    }
    .wc-mb-md--15 {
        margin-bottom: -150px !important;
    }
    .wc-mt-md--14 {
        margin-top: -140px !important;
    }
    .wc-mb-md--14 {
        margin-bottom: -140px !important;
    }
    .wc-mt-md--13 {
        margin-top: -130px !important;
    }
    .wc-mb-md--13 {
        margin-bottom: -130px !important;
    }
    .wc-mt-md--12 {
        margin-top: -120px !important;
    }
    .wc-mb-md--12 {
        margin-bottom: -120px !important;
    }
    .wc-mt-md--11 {
        margin-top: -110px !important;
    }
    .wc-mb-md--11 {
        margin-bottom: -110px !important;
    }
    .wc-mt-md--10 {
        margin-top: -100px !important;
    }
    .wc-mb-md--10 {
        margin-bottom: -100px !important;
    }
    .wc-mt-md--9 {
        margin-top: -90px !important;
    }
    .wc-mb-md--9 {
        margin-bottom: -90px !important;
    }
    .wc-mt-md--8 {
        margin-top: -80px !important;
    }
    .wc-mb-md--8 {
        margin-bottom: -80px !important;
    }
    .wc-mt-md--7 {
        margin-top: -70px !important;
    }
    .wc-mb-md--7 {
        margin-bottom: -70px !important;
    }
    .wc-mt-md--6 {
        margin-top: -60px !important;
    }
    .wc-mb-md--6 {
        margin-bottom: -60px !important;
    }
    .wc-mt-md--5 {
        margin-top: -50px !important;
    }
    .wc-mb-md--5 {
        margin-bottom: -50px !important;
    }
    .wc-mt-md--4 {
        margin-top: -40px !important;
    }
    .wc-mb-md--4 {
        margin-bottom: -40px !important;
    }
    .wc-mt-md--3 {
        margin-top: -30px !important;
    }
    .wc-mb-md--3 {
        margin-bottom: -30px !important;
    }
    .wc-mt-md--2 {
        margin-top: -20px !important;
    }
    .wc-mb-md--2 {
        margin-bottom: -20px !important;
    }
    .wc-mt-md--1 {
        margin-top: -10px !important;
    }
    .wc-mb-md--1 {
        margin-bottom: -10px !important;
    }
    .wc-mt-md-0 {
        margin-top: 0px !important;
    }
    .wc-mb-md-0 {
        margin-bottom: 0px !important;
    }
    .wc-mt-md-1 {
        margin-top: 10px !important;
    }
    .wc-mb-md-1 {
        margin-bottom: 10px !important;
    }
    .wc-mt-md-2 {
        margin-top: 20px !important;
    }
    .wc-mb-md-2 {
        margin-bottom: 20px !important;
    }
    .wc-mt-md-3 {
        margin-top: 30px !important;
    }
    .wc-mb-md-3 {
        margin-bottom: 30px !important;
    }
    .wc-mt-md-4 {
        margin-top: 40px !important;
    }
    .wc-mb-md-4 {
        margin-bottom: 40px !important;
    }
    .wc-mt-md-5 {
        margin-top: 50px !important;
    }
    .wc-mb-md-5 {
        margin-bottom: 50px !important;
    }
    .wc-mt-md-6 {
        margin-top: 60px !important;
    }
    .wc-mb-md-6 {
        margin-bottom: 60px !important;
    }
    .wc-mt-md-7 {
        margin-top: 70px !important;
    }
    .wc-mb-md-7 {
        margin-bottom: 70px !important;
    }
    .wc-mt-md-8 {
        margin-top: 80px !important;
    }
    .wc-mb-md-8 {
        margin-bottom: 80px !important;
    }
    .wc-mt-md-9 {
        margin-top: 90px !important;
    }
    .wc-mb-md-9 {
        margin-bottom: 90px !important;
    }
    .wc-mt-md-10 {
        margin-top: 100px !important;
    }
    .wc-mb-md-10 {
        margin-bottom: 100px !important;
    }
    .wc-mt-md-11 {
        margin-top: 110px !important;
    }
    .wc-mb-md-11 {
        margin-bottom: 110px !important;
    }
    .wc-mt-md-12 {
        margin-top: 120px !important;
    }
    .wc-mb-md-12 {
        margin-bottom: 120px !important;
    }
    .wc-mt-md-13 {
        margin-top: 130px !important;
    }
    .wc-mb-md-13 {
        margin-bottom: 130px !important;
    }
    .wc-mt-md-14 {
        margin-top: 140px !important;
    }
    .wc-mb-md-14 {
        margin-bottom: 140px !important;
    }
    .wc-mt-md-15 {
        margin-top: 150px !important;
    }
    .wc-mb-md-15 {
        margin-bottom: 150px !important;
    }
    .wc-mt-md-16 {
        margin-top: 160px !important;
    }
    .wc-mb-md-16 {
        margin-bottom: 160px !important;
    }
    .wc-mt-md-17 {
        margin-top: 170px !important;
    }
    .wc-mb-md-17 {
        margin-bottom: 170px !important;
    }
    .wc-mt-md-18 {
        margin-top: 180px !important;
    }
    .wc-mb-md-18 {
        margin-bottom: 180px !important;
    }
    .wc-mt-md-19 {
        margin-top: 190px !important;
    }
    .wc-mb-md-19 {
        margin-bottom: 190px !important;
    }
    .wc-mt-md-20 {
        margin-top: 200px !important;
    }
    .wc-mb-md-20 {
        margin-bottom: 200px !important;
    }
    .wc-mt-md-21 {
        margin-top: 210px !important;
    }
    .wc-mb-md-21 {
        margin-bottom: 210px !important;
    }
    .wc-mt-md-22 {
        margin-top: 220px !important;
    }
    .wc-mb-md-22 {
        margin-bottom: 220px !important;
    }
    .wc-mt-md-23 {
        margin-top: 230px !important;
    }
    .wc-mb-md-23 {
        margin-bottom: 230px !important;
    }
    .wc-mt-md-24 {
        margin-top: 240px !important;
    }
    .wc-mb-md-24 {
        margin-bottom: 240px !important;
    }
    .wc-mt-md-25 {
        margin-top: 250px !important;
    }
    .wc-mb-md-25 {
        margin-bottom: 250px !important;
    }
    .wc-mt-md-26 {
        margin-top: 260px !important;
    }
    .wc-mb-md-26 {
        margin-bottom: 260px !important;
    }
    .wc-mt-md-27 {
        margin-top: 270px !important;
    }
    .wc-mb-md-27 {
        margin-bottom: 270px !important;
    }
    .wc-mt-md-28 {
        margin-top: 280px !important;
    }
    .wc-mb-md-28 {
        margin-bottom: 280px !important;
    }
    .wc-mt-md-29 {
        margin-top: 290px !important;
    }
    .wc-mb-md-29 {
        margin-bottom: 290px !important;
    }
    .wc-mt-md-30 {
        margin-top: 300px !important;
    }
    .wc-mb-md-30 {
        margin-bottom: 300px !important;
    }
    .wc-mr-md--10 {
        margin-right: -100px !important;
    }
    .wc-ml-md--10 {
        margin-left: -100px !important;
    }
    .wc-mr-md--9 {
        margin-right: -90px !important;
    }
    .wc-ml-md--9 {
        margin-left: -90px !important;
    }
    .wc-mr-md--8 {
        margin-right: -80px !important;
    }
    .wc-ml-md--8 {
        margin-left: -80px !important;
    }
    .wc-mr-md--7 {
        margin-right: -70px !important;
    }
    .wc-ml-md--7 {
        margin-left: -70px !important;
    }
    .wc-mr-md--6 {
        margin-right: -60px !important;
    }
    .wc-ml-md--6 {
        margin-left: -60px !important;
    }
    .wc-mr-md--5 {
        margin-right: -50px !important;
    }
    .wc-ml-md--5 {
        margin-left: -50px !important;
    }
    .wc-mr-md--4 {
        margin-right: -40px !important;
    }
    .wc-ml-md--4 {
        margin-left: -40px !important;
    }
    .wc-mr-md--3 {
        margin-right: -30px !important;
    }
    .wc-ml-md--3 {
        margin-left: -30px !important;
    }
    .wc-mr-md--2 {
        margin-right: -20px !important;
    }
    .wc-ml-md--2 {
        margin-left: -20px !important;
    }
    .wc-mr-md--1 {
        margin-right: -10px !important;
    }
    .wc-ml-md--1 {
        margin-left: -10px !important;
    }
    .wc-mr-md-0 {
        margin-right: 0px !important;
    }
    .wc-ml-md-0 {
        margin-left: 0px !important;
    }
    .wc-mr-md-1 {
        margin-right: 10px !important;
    }
    .wc-ml-md-1 {
        margin-left: 10px !important;
    }
    .wc-mr-md-2 {
        margin-right: 20px !important;
    }
    .wc-ml-md-2 {
        margin-left: 20px !important;
    }
    .wc-mr-md-3 {
        margin-right: 30px !important;
    }
    .wc-ml-md-3 {
        margin-left: 30px !important;
    }
    .wc-mr-md-4 {
        margin-right: 40px !important;
    }
    .wc-ml-md-4 {
        margin-left: 40px !important;
    }
    .wc-mr-md-5 {
        margin-right: 50px !important;
    }
    .wc-ml-md-5 {
        margin-left: 50px !important;
    }
    .wc-mr-md-6 {
        margin-right: 60px !important;
    }
    .wc-ml-md-6 {
        margin-left: 60px !important;
    }
    .wc-mr-md-7 {
        margin-right: 70px !important;
    }
    .wc-ml-md-7 {
        margin-left: 70px !important;
    }
    .wc-mr-md-8 {
        margin-right: 80px !important;
    }
    .wc-ml-md-8 {
        margin-left: 80px !important;
    }
    .wc-mr-md-9 {
        margin-right: 90px !important;
    }
    .wc-ml-md-9 {
        margin-left: 90px !important;
    }
    .wc-mr-md-10 {
        margin-right: 100px !important;
    }
    .wc-ml-md-10 {
        margin-left: 100px !important;
    }
    .wc-pt-md-0 {
        padding-top: 0px !important;
    }
    .wc-pb-md-0 {
        padding-bottom: 0px !important;
    }
    .wc-pr-md-0 {
        padding-right: 0px !important;
    }
    .wc-pl-md-0 {
        padding-left: 0px !important;
    }
    .wc-py-md-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .wc-px-md-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .wc-pa-md-0 {
        padding: 0px !important;
    }
    .wc-pt-md-1 {
        padding-top: 10px !important;
    }
    .wc-pb-md-1 {
        padding-bottom: 10px !important;
    }
    .wc-pr-md-1 {
        padding-right: 10px !important;
    }
    .wc-pl-md-1 {
        padding-left: 10px !important;
    }
    .wc-py-md-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .wc-px-md-1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .wc-pa-md-1 {
        padding: 10px !important;
    }
    .wc-pt-md-2 {
        padding-top: 20px !important;
    }
    .wc-pb-md-2 {
        padding-bottom: 20px !important;
    }
    .wc-pr-md-2 {
        padding-right: 20px !important;
    }
    .wc-pl-md-2 {
        padding-left: 20px !important;
    }
    .wc-py-md-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .wc-px-md-2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .wc-pa-md-2 {
        padding: 20px !important;
    }
    .wc-pt-md-3 {
        padding-top: 30px !important;
    }
    .wc-pb-md-3 {
        padding-bottom: 30px !important;
    }
    .wc-pr-md-3 {
        padding-right: 30px !important;
    }
    .wc-pl-md-3 {
        padding-left: 30px !important;
    }
    .wc-py-md-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .wc-px-md-3 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .wc-pa-md-3 {
        padding: 30px !important;
    }
    .wc-pt-md-4 {
        padding-top: 40px !important;
    }
    .wc-pb-md-4 {
        padding-bottom: 40px !important;
    }
    .wc-pr-md-4 {
        padding-right: 40px !important;
    }
    .wc-pl-md-4 {
        padding-left: 40px !important;
    }
    .wc-py-md-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .wc-px-md-4 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .wc-pa-md-4 {
        padding: 40px !important;
    }
    .wc-pt-md-5 {
        padding-top: 50px !important;
    }
    .wc-pb-md-5 {
        padding-bottom: 50px !important;
    }
    .wc-pr-md-5 {
        padding-right: 50px !important;
    }
    .wc-pl-md-5 {
        padding-left: 50px !important;
    }
    .wc-py-md-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .wc-px-md-5 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .wc-pa-md-5 {
        padding: 50px !important;
    }
    .wc-pt-md-6 {
        padding-top: 60px !important;
    }
    .wc-pb-md-6 {
        padding-bottom: 60px !important;
    }
    .wc-pr-md-6 {
        padding-right: 60px !important;
    }
    .wc-pl-md-6 {
        padding-left: 60px !important;
    }
    .wc-py-md-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .wc-px-md-6 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .wc-pa-md-6 {
        padding: 60px !important;
    }
    .wc-pt-md-7 {
        padding-top: 70px !important;
    }
    .wc-pb-md-7 {
        padding-bottom: 70px !important;
    }
    .wc-pr-md-7 {
        padding-right: 70px !important;
    }
    .wc-pl-md-7 {
        padding-left: 70px !important;
    }
    .wc-py-md-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .wc-px-md-7 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .wc-pa-md-7 {
        padding: 70px !important;
    }
    .wc-pt-md-8 {
        padding-top: 80px !important;
    }
    .wc-pb-md-8 {
        padding-bottom: 80px !important;
    }
    .wc-pr-md-8 {
        padding-right: 80px !important;
    }
    .wc-pl-md-8 {
        padding-left: 80px !important;
    }
    .wc-py-md-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .wc-px-md-8 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .wc-pa-md-8 {
        padding: 80px !important;
    }
    .wc-pt-md-9 {
        padding-top: 90px !important;
    }
    .wc-pb-md-9 {
        padding-bottom: 90px !important;
    }
    .wc-pr-md-9 {
        padding-right: 90px !important;
    }
    .wc-pl-md-9 {
        padding-left: 90px !important;
    }
    .wc-py-md-9 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .wc-px-md-9 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
    .wc-pa-md-9 {
        padding: 90px !important;
    }
    .wc-pt-md-10 {
        padding-top: 100px !important;
    }
    .wc-pb-md-10 {
        padding-bottom: 100px !important;
    }
    .wc-pr-md-10 {
        padding-right: 100px !important;
    }
    .wc-pl-md-10 {
        padding-left: 100px !important;
    }
    .wc-py-md-10 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .wc-px-md-10 {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    .wc-pa-md-10 {
        padding: 100px !important;
    }
    .wc-pt-md-11 {
        padding-top: 110px !important;
    }
    .wc-pb-md-11 {
        padding-bottom: 110px !important;
    }
    .wc-pr-md-11 {
        padding-right: 110px !important;
    }
    .wc-pl-md-11 {
        padding-left: 110px !important;
    }
    .wc-py-md-11 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .wc-px-md-11 {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }
    .wc-pa-md-11 {
        padding: 110px !important;
    }
    .wc-pt-md-12 {
        padding-top: 120px !important;
    }
    .wc-pb-md-12 {
        padding-bottom: 120px !important;
    }
    .wc-pr-md-12 {
        padding-right: 120px !important;
    }
    .wc-pl-md-12 {
        padding-left: 120px !important;
    }
    .wc-py-md-12 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .wc-px-md-12 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
    .wc-pa-md-12 {
        padding: 120px !important;
    }
    .wc-pt-md-13 {
        padding-top: 130px !important;
    }
    .wc-pb-md-13 {
        padding-bottom: 130px !important;
    }
    .wc-pr-md-13 {
        padding-right: 130px !important;
    }
    .wc-pl-md-13 {
        padding-left: 130px !important;
    }
    .wc-py-md-13 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .wc-px-md-13 {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }
    .wc-pa-md-13 {
        padding: 130px !important;
    }
    .wc-pt-md-14 {
        padding-top: 140px !important;
    }
    .wc-pb-md-14 {
        padding-bottom: 140px !important;
    }
    .wc-pr-md-14 {
        padding-right: 140px !important;
    }
    .wc-pl-md-14 {
        padding-left: 140px !important;
    }
    .wc-py-md-14 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .wc-px-md-14 {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }
    .wc-pa-md-14 {
        padding: 140px !important;
    }
    .wc-pt-md-15 {
        padding-top: 150px !important;
    }
    .wc-pb-md-15 {
        padding-bottom: 150px !important;
    }
    .wc-pr-md-15 {
        padding-right: 150px !important;
    }
    .wc-pl-md-15 {
        padding-left: 150px !important;
    }
    .wc-py-md-15 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .wc-px-md-15 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
    .wc-pa-md-15 {
        padding: 150px !important;
    }
    .wc-pt-md-16 {
        padding-top: 160px !important;
    }
    .wc-pb-md-16 {
        padding-bottom: 160px !important;
    }
    .wc-pr-md-16 {
        padding-right: 160px !important;
    }
    .wc-pl-md-16 {
        padding-left: 160px !important;
    }
    .wc-py-md-16 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .wc-px-md-16 {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }
    .wc-pa-md-16 {
        padding: 160px !important;
    }
    .wc-pt-md-17 {
        padding-top: 170px !important;
    }
    .wc-pb-md-17 {
        padding-bottom: 170px !important;
    }
    .wc-pr-md-17 {
        padding-right: 170px !important;
    }
    .wc-pl-md-17 {
        padding-left: 170px !important;
    }
    .wc-py-md-17 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .wc-px-md-17 {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }
    .wc-pa-md-17 {
        padding: 170px !important;
    }
    .wc-pt-md-18 {
        padding-top: 180px !important;
    }
    .wc-pb-md-18 {
        padding-bottom: 180px !important;
    }
    .wc-pr-md-18 {
        padding-right: 180px !important;
    }
    .wc-pl-md-18 {
        padding-left: 180px !important;
    }
    .wc-py-md-18 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .wc-px-md-18 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }
    .wc-pa-md-18 {
        padding: 180px !important;
    }
    .wc-pt-md-19 {
        padding-top: 190px !important;
    }
    .wc-pb-md-19 {
        padding-bottom: 190px !important;
    }
    .wc-pr-md-19 {
        padding-right: 190px !important;
    }
    .wc-pl-md-19 {
        padding-left: 190px !important;
    }
    .wc-py-md-19 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .wc-px-md-19 {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }
    .wc-pa-md-19 {
        padding: 190px !important;
    }
    .wc-pt-md-20 {
        padding-top: 200px !important;
    }
    .wc-pb-md-20 {
        padding-bottom: 200px !important;
    }
    .wc-pr-md-20 {
        padding-right: 200px !important;
    }
    .wc-pl-md-20 {
        padding-left: 200px !important;
    }
    .wc-py-md-20 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .wc-px-md-20 {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }
    .wc-pa-md-20 {
        padding: 200px !important;
    }
    .wc-pt-md-21 {
        padding-top: 210px !important;
    }
    .wc-pb-md-21 {
        padding-bottom: 210px !important;
    }
    .wc-pr-md-21 {
        padding-right: 210px !important;
    }
    .wc-pl-md-21 {
        padding-left: 210px !important;
    }
    .wc-py-md-21 {
        padding-top: 210px !important;
        padding-bottom: 210px !important;
    }
    .wc-px-md-21 {
        padding-left: 210px !important;
        padding-right: 210px !important;
    }
    .wc-pa-md-21 {
        padding: 210px !important;
    }
    .wc-pt-md-22 {
        padding-top: 220px !important;
    }
    .wc-pb-md-22 {
        padding-bottom: 220px !important;
    }
    .wc-pr-md-22 {
        padding-right: 220px !important;
    }
    .wc-pl-md-22 {
        padding-left: 220px !important;
    }
    .wc-py-md-22 {
        padding-top: 220px !important;
        padding-bottom: 220px !important;
    }
    .wc-px-md-22 {
        padding-left: 220px !important;
        padding-right: 220px !important;
    }
    .wc-pa-md-22 {
        padding: 220px !important;
    }
    .wc-pt-md-23 {
        padding-top: 230px !important;
    }
    .wc-pb-md-23 {
        padding-bottom: 230px !important;
    }
    .wc-pr-md-23 {
        padding-right: 230px !important;
    }
    .wc-pl-md-23 {
        padding-left: 230px !important;
    }
    .wc-py-md-23 {
        padding-top: 230px !important;
        padding-bottom: 230px !important;
    }
    .wc-px-md-23 {
        padding-left: 230px !important;
        padding-right: 230px !important;
    }
    .wc-pa-md-23 {
        padding: 230px !important;
    }
    .wc-pt-md-24 {
        padding-top: 240px !important;
    }
    .wc-pb-md-24 {
        padding-bottom: 240px !important;
    }
    .wc-pr-md-24 {
        padding-right: 240px !important;
    }
    .wc-pl-md-24 {
        padding-left: 240px !important;
    }
    .wc-py-md-24 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .wc-px-md-24 {
        padding-left: 240px !important;
        padding-right: 240px !important;
    }
    .wc-pa-md-24 {
        padding: 240px !important;
    }
    .wc-pt-md-25 {
        padding-top: 250px !important;
    }
    .wc-pb-md-25 {
        padding-bottom: 250px !important;
    }
    .wc-pr-md-25 {
        padding-right: 250px !important;
    }
    .wc-pl-md-25 {
        padding-left: 250px !important;
    }
    .wc-py-md-25 {
        padding-top: 250px !important;
        padding-bottom: 250px !important;
    }
    .wc-px-md-25 {
        padding-left: 250px !important;
        padding-right: 250px !important;
    }
    .wc-pa-md-25 {
        padding: 250px !important;
    }
    .wc-pt-md-26 {
        padding-top: 260px !important;
    }
    .wc-pb-md-26 {
        padding-bottom: 260px !important;
    }
    .wc-pr-md-26 {
        padding-right: 260px !important;
    }
    .wc-pl-md-26 {
        padding-left: 260px !important;
    }
    .wc-py-md-26 {
        padding-top: 260px !important;
        padding-bottom: 260px !important;
    }
    .wc-px-md-26 {
        padding-left: 260px !important;
        padding-right: 260px !important;
    }
    .wc-pa-md-26 {
        padding: 260px !important;
    }
    .wc-pt-md-27 {
        padding-top: 270px !important;
    }
    .wc-pb-md-27 {
        padding-bottom: 270px !important;
    }
    .wc-pr-md-27 {
        padding-right: 270px !important;
    }
    .wc-pl-md-27 {
        padding-left: 270px !important;
    }
    .wc-py-md-27 {
        padding-top: 270px !important;
        padding-bottom: 270px !important;
    }
    .wc-px-md-27 {
        padding-left: 270px !important;
        padding-right: 270px !important;
    }
    .wc-pa-md-27 {
        padding: 270px !important;
    }
    .wc-pt-md-28 {
        padding-top: 280px !important;
    }
    .wc-pb-md-28 {
        padding-bottom: 280px !important;
    }
    .wc-pr-md-28 {
        padding-right: 280px !important;
    }
    .wc-pl-md-28 {
        padding-left: 280px !important;
    }
    .wc-py-md-28 {
        padding-top: 280px !important;
        padding-bottom: 280px !important;
    }
    .wc-px-md-28 {
        padding-left: 280px !important;
        padding-right: 280px !important;
    }
    .wc-pa-md-28 {
        padding: 280px !important;
    }
    .wc-pt-md-29 {
        padding-top: 290px !important;
    }
    .wc-pb-md-29 {
        padding-bottom: 290px !important;
    }
    .wc-pr-md-29 {
        padding-right: 290px !important;
    }
    .wc-pl-md-29 {
        padding-left: 290px !important;
    }
    .wc-py-md-29 {
        padding-top: 290px !important;
        padding-bottom: 290px !important;
    }
    .wc-px-md-29 {
        padding-left: 290px !important;
        padding-right: 290px !important;
    }
    .wc-pa-md-29 {
        padding: 290px !important;
    }
    .wc-pt-md-30 {
        padding-top: 300px !important;
    }
    .wc-pb-md-30 {
        padding-bottom: 300px !important;
    }
    .wc-pr-md-30 {
        padding-right: 300px !important;
    }
    .wc-pl-md-30 {
        padding-left: 300px !important;
    }
    .wc-py-md-30 {
        padding-top: 300px !important;
        padding-bottom: 300px !important;
    }
    .wc-px-md-30 {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
    .wc-pa-md-30 {
        padding: 300px !important;
    }
}

@media (min-width: 992px) {
    .wc-mt-lg--30 {
        margin-top: -300px !important;
    }
    .wc-mb-lg--30 {
        margin-bottom: -300px !important;
    }
    .wc-mt-lg--29 {
        margin-top: -290px !important;
    }
    .wc-mb-lg--29 {
        margin-bottom: -290px !important;
    }
    .wc-mt-lg--28 {
        margin-top: -280px !important;
    }
    .wc-mb-lg--28 {
        margin-bottom: -280px !important;
    }
    .wc-mt-lg--27 {
        margin-top: -270px !important;
    }
    .wc-mb-lg--27 {
        margin-bottom: -270px !important;
    }
    .wc-mt-lg--26 {
        margin-top: -260px !important;
    }
    .wc-mb-lg--26 {
        margin-bottom: -260px !important;
    }
    .wc-mt-lg--25 {
        margin-top: -250px !important;
    }
    .wc-mb-lg--25 {
        margin-bottom: -250px !important;
    }
    .wc-mt-lg--24 {
        margin-top: -240px !important;
    }
    .wc-mb-lg--24 {
        margin-bottom: -240px !important;
    }
    .wc-mt-lg--23 {
        margin-top: -230px !important;
    }
    .wc-mb-lg--23 {
        margin-bottom: -230px !important;
    }
    .wc-mt-lg--22 {
        margin-top: -220px !important;
    }
    .wc-mb-lg--22 {
        margin-bottom: -220px !important;
    }
    .wc-mt-lg--21 {
        margin-top: -210px !important;
    }
    .wc-mb-lg--21 {
        margin-bottom: -210px !important;
    }
    .wc-mt-lg--20 {
        margin-top: -200px !important;
    }
    .wc-mb-lg--20 {
        margin-bottom: -200px !important;
    }
    .wc-mt-lg--19 {
        margin-top: -190px !important;
    }
    .wc-mb-lg--19 {
        margin-bottom: -190px !important;
    }
    .wc-mt-lg--18 {
        margin-top: -180px !important;
    }
    .wc-mb-lg--18 {
        margin-bottom: -180px !important;
    }
    .wc-mt-lg--17 {
        margin-top: -170px !important;
    }
    .wc-mb-lg--17 {
        margin-bottom: -170px !important;
    }
    .wc-mt-lg--16 {
        margin-top: -160px !important;
    }
    .wc-mb-lg--16 {
        margin-bottom: -160px !important;
    }
    .wc-mt-lg--15 {
        margin-top: -150px !important;
    }
    .wc-mb-lg--15 {
        margin-bottom: -150px !important;
    }
    .wc-mt-lg--14 {
        margin-top: -140px !important;
    }
    .wc-mb-lg--14 {
        margin-bottom: -140px !important;
    }
    .wc-mt-lg--13 {
        margin-top: -130px !important;
    }
    .wc-mb-lg--13 {
        margin-bottom: -130px !important;
    }
    .wc-mt-lg--12 {
        margin-top: -120px !important;
    }
    .wc-mb-lg--12 {
        margin-bottom: -120px !important;
    }
    .wc-mt-lg--11 {
        margin-top: -110px !important;
    }
    .wc-mb-lg--11 {
        margin-bottom: -110px !important;
    }
    .wc-mt-lg--10 {
        margin-top: -100px !important;
    }
    .wc-mb-lg--10 {
        margin-bottom: -100px !important;
    }
    .wc-mt-lg--9 {
        margin-top: -90px !important;
    }
    .wc-mb-lg--9 {
        margin-bottom: -90px !important;
    }
    .wc-mt-lg--8 {
        margin-top: -80px !important;
    }
    .wc-mb-lg--8 {
        margin-bottom: -80px !important;
    }
    .wc-mt-lg--7 {
        margin-top: -70px !important;
    }
    .wc-mb-lg--7 {
        margin-bottom: -70px !important;
    }
    .wc-mt-lg--6 {
        margin-top: -60px !important;
    }
    .wc-mb-lg--6 {
        margin-bottom: -60px !important;
    }
    .wc-mt-lg--5 {
        margin-top: -50px !important;
    }
    .wc-mb-lg--5 {
        margin-bottom: -50px !important;
    }
    .wc-mt-lg--4 {
        margin-top: -40px !important;
    }
    .wc-mb-lg--4 {
        margin-bottom: -40px !important;
    }
    .wc-mt-lg--3 {
        margin-top: -30px !important;
    }
    .wc-mb-lg--3 {
        margin-bottom: -30px !important;
    }
    .wc-mt-lg--2 {
        margin-top: -20px !important;
    }
    .wc-mb-lg--2 {
        margin-bottom: -20px !important;
    }
    .wc-mt-lg--1 {
        margin-top: -10px !important;
    }
    .wc-mb-lg--1 {
        margin-bottom: -10px !important;
    }
    .wc-mt-lg-0 {
        margin-top: 0px !important;
    }
    .wc-mb-lg-0 {
        margin-bottom: 0px !important;
    }
    .wc-mt-lg-1 {
        margin-top: 10px !important;
    }
    .wc-mb-lg-1 {
        margin-bottom: 10px !important;
    }
    .wc-mt-lg-2 {
        margin-top: 20px !important;
    }
    .wc-mb-lg-2 {
        margin-bottom: 20px !important;
    }
    .wc-mt-lg-3 {
        margin-top: 30px !important;
    }
    .wc-mb-lg-3 {
        margin-bottom: 30px !important;
    }
    .wc-mt-lg-4 {
        margin-top: 40px !important;
    }
    .wc-mb-lg-4 {
        margin-bottom: 40px !important;
    }
    .wc-mt-lg-5 {
        margin-top: 50px !important;
    }
    .wc-mb-lg-5 {
        margin-bottom: 50px !important;
    }
    .wc-mt-lg-6 {
        margin-top: 60px !important;
    }
    .wc-mb-lg-6 {
        margin-bottom: 60px !important;
    }
    .wc-mt-lg-7 {
        margin-top: 70px !important;
    }
    .wc-mb-lg-7 {
        margin-bottom: 70px !important;
    }
    .wc-mt-lg-8 {
        margin-top: 80px !important;
    }
    .wc-mb-lg-8 {
        margin-bottom: 80px !important;
    }
    .wc-mt-lg-9 {
        margin-top: 90px !important;
    }
    .wc-mb-lg-9 {
        margin-bottom: 90px !important;
    }
    .wc-mt-lg-10 {
        margin-top: 100px !important;
    }
    .wc-mb-lg-10 {
        margin-bottom: 100px !important;
    }
    .wc-mt-lg-11 {
        margin-top: 110px !important;
    }
    .wc-mb-lg-11 {
        margin-bottom: 110px !important;
    }
    .wc-mt-lg-12 {
        margin-top: 120px !important;
    }
    .wc-mb-lg-12 {
        margin-bottom: 120px !important;
    }
    .wc-mt-lg-13 {
        margin-top: 130px !important;
    }
    .wc-mb-lg-13 {
        margin-bottom: 130px !important;
    }
    .wc-mt-lg-14 {
        margin-top: 140px !important;
    }
    .wc-mb-lg-14 {
        margin-bottom: 140px !important;
    }
    .wc-mt-lg-15 {
        margin-top: 150px !important;
    }
    .wc-mb-lg-15 {
        margin-bottom: 150px !important;
    }
    .wc-mt-lg-16 {
        margin-top: 160px !important;
    }
    .wc-mb-lg-16 {
        margin-bottom: 160px !important;
    }
    .wc-mt-lg-17 {
        margin-top: 170px !important;
    }
    .wc-mb-lg-17 {
        margin-bottom: 170px !important;
    }
    .wc-mt-lg-18 {
        margin-top: 180px !important;
    }
    .wc-mb-lg-18 {
        margin-bottom: 180px !important;
    }
    .wc-mt-lg-19 {
        margin-top: 190px !important;
    }
    .wc-mb-lg-19 {
        margin-bottom: 190px !important;
    }
    .wc-mt-lg-20 {
        margin-top: 200px !important;
    }
    .wc-mb-lg-20 {
        margin-bottom: 200px !important;
    }
    .wc-mt-lg-21 {
        margin-top: 210px !important;
    }
    .wc-mb-lg-21 {
        margin-bottom: 210px !important;
    }
    .wc-mt-lg-22 {
        margin-top: 220px !important;
    }
    .wc-mb-lg-22 {
        margin-bottom: 220px !important;
    }
    .wc-mt-lg-23 {
        margin-top: 230px !important;
    }
    .wc-mb-lg-23 {
        margin-bottom: 230px !important;
    }
    .wc-mt-lg-24 {
        margin-top: 240px !important;
    }
    .wc-mb-lg-24 {
        margin-bottom: 240px !important;
    }
    .wc-mt-lg-25 {
        margin-top: 250px !important;
    }
    .wc-mb-lg-25 {
        margin-bottom: 250px !important;
    }
    .wc-mt-lg-26 {
        margin-top: 260px !important;
    }
    .wc-mb-lg-26 {
        margin-bottom: 260px !important;
    }
    .wc-mt-lg-27 {
        margin-top: 270px !important;
    }
    .wc-mb-lg-27 {
        margin-bottom: 270px !important;
    }
    .wc-mt-lg-28 {
        margin-top: 280px !important;
    }
    .wc-mb-lg-28 {
        margin-bottom: 280px !important;
    }
    .wc-mt-lg-29 {
        margin-top: 290px !important;
    }
    .wc-mb-lg-29 {
        margin-bottom: 290px !important;
    }
    .wc-mt-lg-30 {
        margin-top: 300px !important;
    }
    .wc-mb-lg-30 {
        margin-bottom: 300px !important;
    }
    .wc-mr-lg--10 {
        margin-right: -100px !important;
    }
    .wc-ml-lg--10 {
        margin-left: -100px !important;
    }
    .wc-mr-lg--9 {
        margin-right: -90px !important;
    }
    .wc-ml-lg--9 {
        margin-left: -90px !important;
    }
    .wc-mr-lg--8 {
        margin-right: -80px !important;
    }
    .wc-ml-lg--8 {
        margin-left: -80px !important;
    }
    .wc-mr-lg--7 {
        margin-right: -70px !important;
    }
    .wc-ml-lg--7 {
        margin-left: -70px !important;
    }
    .wc-mr-lg--6 {
        margin-right: -60px !important;
    }
    .wc-ml-lg--6 {
        margin-left: -60px !important;
    }
    .wc-mr-lg--5 {
        margin-right: -50px !important;
    }
    .wc-ml-lg--5 {
        margin-left: -50px !important;
    }
    .wc-mr-lg--4 {
        margin-right: -40px !important;
    }
    .wc-ml-lg--4 {
        margin-left: -40px !important;
    }
    .wc-mr-lg--3 {
        margin-right: -30px !important;
    }
    .wc-ml-lg--3 {
        margin-left: -30px !important;
    }
    .wc-mr-lg--2 {
        margin-right: -20px !important;
    }
    .wc-ml-lg--2 {
        margin-left: -20px !important;
    }
    .wc-mr-lg--1 {
        margin-right: -10px !important;
    }
    .wc-ml-lg--1 {
        margin-left: -10px !important;
    }
    .wc-mr-lg-0 {
        margin-right: 0px !important;
    }
    .wc-ml-lg-0 {
        margin-left: 0px !important;
    }
    .wc-mr-lg-1 {
        margin-right: 10px !important;
    }
    .wc-ml-lg-1 {
        margin-left: 10px !important;
    }
    .wc-mr-lg-2 {
        margin-right: 20px !important;
    }
    .wc-ml-lg-2 {
        margin-left: 20px !important;
    }
    .wc-mr-lg-3 {
        margin-right: 30px !important;
    }
    .wc-ml-lg-3 {
        margin-left: 30px !important;
    }
    .wc-mr-lg-4 {
        margin-right: 40px !important;
    }
    .wc-ml-lg-4 {
        margin-left: 40px !important;
    }
    .wc-mr-lg-5 {
        margin-right: 50px !important;
    }
    .wc-ml-lg-5 {
        margin-left: 50px !important;
    }
    .wc-mr-lg-6 {
        margin-right: 60px !important;
    }
    .wc-ml-lg-6 {
        margin-left: 60px !important;
    }
    .wc-mr-lg-7 {
        margin-right: 70px !important;
    }
    .wc-ml-lg-7 {
        margin-left: 70px !important;
    }
    .wc-mr-lg-8 {
        margin-right: 80px !important;
    }
    .wc-ml-lg-8 {
        margin-left: 80px !important;
    }
    .wc-mr-lg-9 {
        margin-right: 90px !important;
    }
    .wc-ml-lg-9 {
        margin-left: 90px !important;
    }
    .wc-mr-lg-10 {
        margin-right: 100px !important;
    }
    .wc-ml-lg-10 {
        margin-left: 100px !important;
    }
    .wc-pt-lg-0 {
        padding-top: 0px !important;
    }
    .wc-pb-lg-0 {
        padding-bottom: 0px !important;
    }
    .wc-pr-lg-0 {
        padding-right: 0px !important;
    }
    .wc-pl-lg-0 {
        padding-left: 0px !important;
    }
    .wc-py-lg-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .wc-px-lg-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .wc-pa-lg-0 {
        padding: 0px !important;
    }
    .wc-pt-lg-1 {
        padding-top: 10px !important;
    }
    .wc-pb-lg-1 {
        padding-bottom: 10px !important;
    }
    .wc-pr-lg-1 {
        padding-right: 10px !important;
    }
    .wc-pl-lg-1 {
        padding-left: 10px !important;
    }
    .wc-py-lg-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .wc-px-lg-1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .wc-pa-lg-1 {
        padding: 10px !important;
    }
    .wc-pt-lg-2 {
        padding-top: 20px !important;
    }
    .wc-pb-lg-2 {
        padding-bottom: 20px !important;
    }
    .wc-pr-lg-2 {
        padding-right: 20px !important;
    }
    .wc-pl-lg-2 {
        padding-left: 20px !important;
    }
    .wc-py-lg-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .wc-px-lg-2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .wc-pa-lg-2 {
        padding: 20px !important;
    }
    .wc-pt-lg-3 {
        padding-top: 30px !important;
    }
    .wc-pb-lg-3 {
        padding-bottom: 30px !important;
    }
    .wc-pr-lg-3 {
        padding-right: 30px !important;
    }
    .wc-pl-lg-3 {
        padding-left: 30px !important;
    }
    .wc-py-lg-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .wc-px-lg-3 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .wc-pa-lg-3 {
        padding: 30px !important;
    }
    .wc-pt-lg-4 {
        padding-top: 40px !important;
    }
    .wc-pb-lg-4 {
        padding-bottom: 40px !important;
    }
    .wc-pr-lg-4 {
        padding-right: 40px !important;
    }
    .wc-pl-lg-4 {
        padding-left: 40px !important;
    }
    .wc-py-lg-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .wc-px-lg-4 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .wc-pa-lg-4 {
        padding: 40px !important;
    }
    .wc-pt-lg-5 {
        padding-top: 50px !important;
    }
    .wc-pb-lg-5 {
        padding-bottom: 50px !important;
    }
    .wc-pr-lg-5 {
        padding-right: 50px !important;
    }
    .wc-pl-lg-5 {
        padding-left: 50px !important;
    }
    .wc-py-lg-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .wc-px-lg-5 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .wc-pa-lg-5 {
        padding: 50px !important;
    }
    .wc-pt-lg-6 {
        padding-top: 60px !important;
    }
    .wc-pb-lg-6 {
        padding-bottom: 60px !important;
    }
    .wc-pr-lg-6 {
        padding-right: 60px !important;
    }
    .wc-pl-lg-6 {
        padding-left: 60px !important;
    }
    .wc-py-lg-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .wc-px-lg-6 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .wc-pa-lg-6 {
        padding: 60px !important;
    }
    .wc-pt-lg-7 {
        padding-top: 70px !important;
    }
    .wc-pb-lg-7 {
        padding-bottom: 70px !important;
    }
    .wc-pr-lg-7 {
        padding-right: 70px !important;
    }
    .wc-pl-lg-7 {
        padding-left: 70px !important;
    }
    .wc-py-lg-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .wc-px-lg-7 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .wc-pa-lg-7 {
        padding: 70px !important;
    }
    .wc-pt-lg-8 {
        padding-top: 80px !important;
    }
    .wc-pb-lg-8 {
        padding-bottom: 80px !important;
    }
    .wc-pr-lg-8 {
        padding-right: 80px !important;
    }
    .wc-pl-lg-8 {
        padding-left: 80px !important;
    }
    .wc-py-lg-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .wc-px-lg-8 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .wc-pa-lg-8 {
        padding: 80px !important;
    }
    .wc-pt-lg-9 {
        padding-top: 90px !important;
    }
    .wc-pb-lg-9 {
        padding-bottom: 90px !important;
    }
    .wc-pr-lg-9 {
        padding-right: 90px !important;
    }
    .wc-pl-lg-9 {
        padding-left: 90px !important;
    }
    .wc-py-lg-9 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .wc-px-lg-9 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
    .wc-pa-lg-9 {
        padding: 90px !important;
    }
    .wc-pt-lg-10 {
        padding-top: 100px !important;
    }
    .wc-pb-lg-10 {
        padding-bottom: 100px !important;
    }
    .wc-pr-lg-10 {
        padding-right: 100px !important;
    }
    .wc-pl-lg-10 {
        padding-left: 100px !important;
    }
    .wc-py-lg-10 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .wc-px-lg-10 {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    .wc-pa-lg-10 {
        padding: 100px !important;
    }
    .wc-pt-lg-11 {
        padding-top: 110px !important;
    }
    .wc-pb-lg-11 {
        padding-bottom: 110px !important;
    }
    .wc-pr-lg-11 {
        padding-right: 110px !important;
    }
    .wc-pl-lg-11 {
        padding-left: 110px !important;
    }
    .wc-py-lg-11 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .wc-px-lg-11 {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }
    .wc-pa-lg-11 {
        padding: 110px !important;
    }
    .wc-pt-lg-12 {
        padding-top: 120px !important;
    }
    .wc-pb-lg-12 {
        padding-bottom: 120px !important;
    }
    .wc-pr-lg-12 {
        padding-right: 120px !important;
    }
    .wc-pl-lg-12 {
        padding-left: 120px !important;
    }
    .wc-py-lg-12 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .wc-px-lg-12 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
    .wc-pa-lg-12 {
        padding: 120px !important;
    }
    .wc-pt-lg-13 {
        padding-top: 130px !important;
    }
    .wc-pb-lg-13 {
        padding-bottom: 130px !important;
    }
    .wc-pr-lg-13 {
        padding-right: 130px !important;
    }
    .wc-pl-lg-13 {
        padding-left: 130px !important;
    }
    .wc-py-lg-13 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .wc-px-lg-13 {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }
    .wc-pa-lg-13 {
        padding: 130px !important;
    }
    .wc-pt-lg-14 {
        padding-top: 140px !important;
    }
    .wc-pb-lg-14 {
        padding-bottom: 140px !important;
    }
    .wc-pr-lg-14 {
        padding-right: 140px !important;
    }
    .wc-pl-lg-14 {
        padding-left: 140px !important;
    }
    .wc-py-lg-14 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .wc-px-lg-14 {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }
    .wc-pa-lg-14 {
        padding: 140px !important;
    }
    .wc-pt-lg-15 {
        padding-top: 150px !important;
    }
    .wc-pb-lg-15 {
        padding-bottom: 150px !important;
    }
    .wc-pr-lg-15 {
        padding-right: 150px !important;
    }
    .wc-pl-lg-15 {
        padding-left: 150px !important;
    }
    .wc-py-lg-15 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .wc-px-lg-15 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
    .wc-pa-lg-15 {
        padding: 150px !important;
    }
    .wc-pt-lg-16 {
        padding-top: 160px !important;
    }
    .wc-pb-lg-16 {
        padding-bottom: 160px !important;
    }
    .wc-pr-lg-16 {
        padding-right: 160px !important;
    }
    .wc-pl-lg-16 {
        padding-left: 160px !important;
    }
    .wc-py-lg-16 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .wc-px-lg-16 {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }
    .wc-pa-lg-16 {
        padding: 160px !important;
    }
    .wc-pt-lg-17 {
        padding-top: 170px !important;
    }
    .wc-pb-lg-17 {
        padding-bottom: 170px !important;
    }
    .wc-pr-lg-17 {
        padding-right: 170px !important;
    }
    .wc-pl-lg-17 {
        padding-left: 170px !important;
    }
    .wc-py-lg-17 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .wc-px-lg-17 {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }
    .wc-pa-lg-17 {
        padding: 170px !important;
    }
    .wc-pt-lg-18 {
        padding-top: 180px !important;
    }
    .wc-pb-lg-18 {
        padding-bottom: 180px !important;
    }
    .wc-pr-lg-18 {
        padding-right: 180px !important;
    }
    .wc-pl-lg-18 {
        padding-left: 180px !important;
    }
    .wc-py-lg-18 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .wc-px-lg-18 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }
    .wc-pa-lg-18 {
        padding: 180px !important;
    }
    .wc-pt-lg-19 {
        padding-top: 190px !important;
    }
    .wc-pb-lg-19 {
        padding-bottom: 190px !important;
    }
    .wc-pr-lg-19 {
        padding-right: 190px !important;
    }
    .wc-pl-lg-19 {
        padding-left: 190px !important;
    }
    .wc-py-lg-19 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .wc-px-lg-19 {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }
    .wc-pa-lg-19 {
        padding: 190px !important;
    }
    .wc-pt-lg-20 {
        padding-top: 200px !important;
    }
    .wc-pb-lg-20 {
        padding-bottom: 200px !important;
    }
    .wc-pr-lg-20 {
        padding-right: 200px !important;
    }
    .wc-pl-lg-20 {
        padding-left: 200px !important;
    }
    .wc-py-lg-20 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .wc-px-lg-20 {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }
    .wc-pa-lg-20 {
        padding: 200px !important;
    }
    .wc-pt-lg-21 {
        padding-top: 210px !important;
    }
    .wc-pb-lg-21 {
        padding-bottom: 210px !important;
    }
    .wc-pr-lg-21 {
        padding-right: 210px !important;
    }
    .wc-pl-lg-21 {
        padding-left: 210px !important;
    }
    .wc-py-lg-21 {
        padding-top: 210px !important;
        padding-bottom: 210px !important;
    }
    .wc-px-lg-21 {
        padding-left: 210px !important;
        padding-right: 210px !important;
    }
    .wc-pa-lg-21 {
        padding: 210px !important;
    }
    .wc-pt-lg-22 {
        padding-top: 220px !important;
    }
    .wc-pb-lg-22 {
        padding-bottom: 220px !important;
    }
    .wc-pr-lg-22 {
        padding-right: 220px !important;
    }
    .wc-pl-lg-22 {
        padding-left: 220px !important;
    }
    .wc-py-lg-22 {
        padding-top: 220px !important;
        padding-bottom: 220px !important;
    }
    .wc-px-lg-22 {
        padding-left: 220px !important;
        padding-right: 220px !important;
    }
    .wc-pa-lg-22 {
        padding: 220px !important;
    }
    .wc-pt-lg-23 {
        padding-top: 230px !important;
    }
    .wc-pb-lg-23 {
        padding-bottom: 230px !important;
    }
    .wc-pr-lg-23 {
        padding-right: 230px !important;
    }
    .wc-pl-lg-23 {
        padding-left: 230px !important;
    }
    .wc-py-lg-23 {
        padding-top: 230px !important;
        padding-bottom: 230px !important;
    }
    .wc-px-lg-23 {
        padding-left: 230px !important;
        padding-right: 230px !important;
    }
    .wc-pa-lg-23 {
        padding: 230px !important;
    }
    .wc-pt-lg-24 {
        padding-top: 240px !important;
    }
    .wc-pb-lg-24 {
        padding-bottom: 240px !important;
    }
    .wc-pr-lg-24 {
        padding-right: 240px !important;
    }
    .wc-pl-lg-24 {
        padding-left: 240px !important;
    }
    .wc-py-lg-24 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .wc-px-lg-24 {
        padding-left: 240px !important;
        padding-right: 240px !important;
    }
    .wc-pa-lg-24 {
        padding: 240px !important;
    }
    .wc-pt-lg-25 {
        padding-top: 250px !important;
    }
    .wc-pb-lg-25 {
        padding-bottom: 250px !important;
    }
    .wc-pr-lg-25 {
        padding-right: 250px !important;
    }
    .wc-pl-lg-25 {
        padding-left: 250px !important;
    }
    .wc-py-lg-25 {
        padding-top: 250px !important;
        padding-bottom: 250px !important;
    }
    .wc-px-lg-25 {
        padding-left: 250px !important;
        padding-right: 250px !important;
    }
    .wc-pa-lg-25 {
        padding: 250px !important;
    }
    .wc-pt-lg-26 {
        padding-top: 260px !important;
    }
    .wc-pb-lg-26 {
        padding-bottom: 260px !important;
    }
    .wc-pr-lg-26 {
        padding-right: 260px !important;
    }
    .wc-pl-lg-26 {
        padding-left: 260px !important;
    }
    .wc-py-lg-26 {
        padding-top: 260px !important;
        padding-bottom: 260px !important;
    }
    .wc-px-lg-26 {
        padding-left: 260px !important;
        padding-right: 260px !important;
    }
    .wc-pa-lg-26 {
        padding: 260px !important;
    }
    .wc-pt-lg-27 {
        padding-top: 270px !important;
    }
    .wc-pb-lg-27 {
        padding-bottom: 270px !important;
    }
    .wc-pr-lg-27 {
        padding-right: 270px !important;
    }
    .wc-pl-lg-27 {
        padding-left: 270px !important;
    }
    .wc-py-lg-27 {
        padding-top: 270px !important;
        padding-bottom: 270px !important;
    }
    .wc-px-lg-27 {
        padding-left: 270px !important;
        padding-right: 270px !important;
    }
    .wc-pa-lg-27 {
        padding: 270px !important;
    }
    .wc-pt-lg-28 {
        padding-top: 280px !important;
    }
    .wc-pb-lg-28 {
        padding-bottom: 280px !important;
    }
    .wc-pr-lg-28 {
        padding-right: 280px !important;
    }
    .wc-pl-lg-28 {
        padding-left: 280px !important;
    }
    .wc-py-lg-28 {
        padding-top: 280px !important;
        padding-bottom: 280px !important;
    }
    .wc-px-lg-28 {
        padding-left: 280px !important;
        padding-right: 280px !important;
    }
    .wc-pa-lg-28 {
        padding: 280px !important;
    }
    .wc-pt-lg-29 {
        padding-top: 290px !important;
    }
    .wc-pb-lg-29 {
        padding-bottom: 290px !important;
    }
    .wc-pr-lg-29 {
        padding-right: 290px !important;
    }
    .wc-pl-lg-29 {
        padding-left: 290px !important;
    }
    .wc-py-lg-29 {
        padding-top: 290px !important;
        padding-bottom: 290px !important;
    }
    .wc-px-lg-29 {
        padding-left: 290px !important;
        padding-right: 290px !important;
    }
    .wc-pa-lg-29 {
        padding: 290px !important;
    }
    .wc-pt-lg-30 {
        padding-top: 300px !important;
    }
    .wc-pb-lg-30 {
        padding-bottom: 300px !important;
    }
    .wc-pr-lg-30 {
        padding-right: 300px !important;
    }
    .wc-pl-lg-30 {
        padding-left: 300px !important;
    }
    .wc-py-lg-30 {
        padding-top: 300px !important;
        padding-bottom: 300px !important;
    }
    .wc-px-lg-30 {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
    .wc-pa-lg-30 {
        padding: 300px !important;
    }
}

@media (min-width: 1200px) {
    .wc-mt-xl--30 {
        margin-top: -300px !important;
    }
    .wc-mb-xl--30 {
        margin-bottom: -300px !important;
    }
    .wc-mt-xl--29 {
        margin-top: -290px !important;
    }
    .wc-mb-xl--29 {
        margin-bottom: -290px !important;
    }
    .wc-mt-xl--28 {
        margin-top: -280px !important;
    }
    .wc-mb-xl--28 {
        margin-bottom: -280px !important;
    }
    .wc-mt-xl--27 {
        margin-top: -270px !important;
    }
    .wc-mb-xl--27 {
        margin-bottom: -270px !important;
    }
    .wc-mt-xl--26 {
        margin-top: -260px !important;
    }
    .wc-mb-xl--26 {
        margin-bottom: -260px !important;
    }
    .wc-mt-xl--25 {
        margin-top: -250px !important;
    }
    .wc-mb-xl--25 {
        margin-bottom: -250px !important;
    }
    .wc-mt-xl--24 {
        margin-top: -240px !important;
    }
    .wc-mb-xl--24 {
        margin-bottom: -240px !important;
    }
    .wc-mt-xl--23 {
        margin-top: -230px !important;
    }
    .wc-mb-xl--23 {
        margin-bottom: -230px !important;
    }
    .wc-mt-xl--22 {
        margin-top: -220px !important;
    }
    .wc-mb-xl--22 {
        margin-bottom: -220px !important;
    }
    .wc-mt-xl--21 {
        margin-top: -210px !important;
    }
    .wc-mb-xl--21 {
        margin-bottom: -210px !important;
    }
    .wc-mt-xl--20 {
        margin-top: -200px !important;
    }
    .wc-mb-xl--20 {
        margin-bottom: -200px !important;
    }
    .wc-mt-xl--19 {
        margin-top: -190px !important;
    }
    .wc-mb-xl--19 {
        margin-bottom: -190px !important;
    }
    .wc-mt-xl--18 {
        margin-top: -180px !important;
    }
    .wc-mb-xl--18 {
        margin-bottom: -180px !important;
    }
    .wc-mt-xl--17 {
        margin-top: -170px !important;
    }
    .wc-mb-xl--17 {
        margin-bottom: -170px !important;
    }
    .wc-mt-xl--16 {
        margin-top: -160px !important;
    }
    .wc-mb-xl--16 {
        margin-bottom: -160px !important;
    }
    .wc-mt-xl--15 {
        margin-top: -150px !important;
    }
    .wc-mb-xl--15 {
        margin-bottom: -150px !important;
    }
    .wc-mt-xl--14 {
        margin-top: -140px !important;
    }
    .wc-mb-xl--14 {
        margin-bottom: -140px !important;
    }
    .wc-mt-xl--13 {
        margin-top: -130px !important;
    }
    .wc-mb-xl--13 {
        margin-bottom: -130px !important;
    }
    .wc-mt-xl--12 {
        margin-top: -120px !important;
    }
    .wc-mb-xl--12 {
        margin-bottom: -120px !important;
    }
    .wc-mt-xl--11 {
        margin-top: -110px !important;
    }
    .wc-mb-xl--11 {
        margin-bottom: -110px !important;
    }
    .wc-mt-xl--10 {
        margin-top: -100px !important;
    }
    .wc-mb-xl--10 {
        margin-bottom: -100px !important;
    }
    .wc-mt-xl--9 {
        margin-top: -90px !important;
    }
    .wc-mb-xl--9 {
        margin-bottom: -90px !important;
    }
    .wc-mt-xl--8 {
        margin-top: -80px !important;
    }
    .wc-mb-xl--8 {
        margin-bottom: -80px !important;
    }
    .wc-mt-xl--7 {
        margin-top: -70px !important;
    }
    .wc-mb-xl--7 {
        margin-bottom: -70px !important;
    }
    .wc-mt-xl--6 {
        margin-top: -60px !important;
    }
    .wc-mb-xl--6 {
        margin-bottom: -60px !important;
    }
    .wc-mt-xl--5 {
        margin-top: -50px !important;
    }
    .wc-mb-xl--5 {
        margin-bottom: -50px !important;
    }
    .wc-mt-xl--4 {
        margin-top: -40px !important;
    }
    .wc-mb-xl--4 {
        margin-bottom: -40px !important;
    }
    .wc-mt-xl--3 {
        margin-top: -30px !important;
    }
    .wc-mb-xl--3 {
        margin-bottom: -30px !important;
    }
    .wc-mt-xl--2 {
        margin-top: -20px !important;
    }
    .wc-mb-xl--2 {
        margin-bottom: -20px !important;
    }
    .wc-mt-xl--1 {
        margin-top: -10px !important;
    }
    .wc-mb-xl--1 {
        margin-bottom: -10px !important;
    }
    .wc-mt-xl-0 {
        margin-top: 0px !important;
    }
    .wc-mb-xl-0 {
        margin-bottom: 0px !important;
    }
    .wc-mt-xl-1 {
        margin-top: 10px !important;
    }
    .wc-mb-xl-1 {
        margin-bottom: 10px !important;
    }
    .wc-mt-xl-2 {
        margin-top: 20px !important;
    }
    .wc-mb-xl-2 {
        margin-bottom: 20px !important;
    }
    .wc-mt-xl-3 {
        margin-top: 30px !important;
    }
    .wc-mb-xl-3 {
        margin-bottom: 30px !important;
    }
    .wc-mt-xl-4 {
        margin-top: 40px !important;
    }
    .wc-mb-xl-4 {
        margin-bottom: 40px !important;
    }
    .wc-mt-xl-5 {
        margin-top: 50px !important;
    }
    .wc-mb-xl-5 {
        margin-bottom: 50px !important;
    }
    .wc-mt-xl-6 {
        margin-top: 60px !important;
    }
    .wc-mb-xl-6 {
        margin-bottom: 60px !important;
    }
    .wc-mt-xl-7 {
        margin-top: 70px !important;
    }
    .wc-mb-xl-7 {
        margin-bottom: 70px !important;
    }
    .wc-mt-xl-8 {
        margin-top: 80px !important;
    }
    .wc-mb-xl-8 {
        margin-bottom: 80px !important;
    }
    .wc-mt-xl-9 {
        margin-top: 90px !important;
    }
    .wc-mb-xl-9 {
        margin-bottom: 90px !important;
    }
    .wc-mt-xl-10 {
        margin-top: 100px !important;
    }
    .wc-mb-xl-10 {
        margin-bottom: 100px !important;
    }
    .wc-mt-xl-11 {
        margin-top: 110px !important;
    }
    .wc-mb-xl-11 {
        margin-bottom: 110px !important;
    }
    .wc-mt-xl-12 {
        margin-top: 120px !important;
    }
    .wc-mb-xl-12 {
        margin-bottom: 120px !important;
    }
    .wc-mt-xl-13 {
        margin-top: 130px !important;
    }
    .wc-mb-xl-13 {
        margin-bottom: 130px !important;
    }
    .wc-mt-xl-14 {
        margin-top: 140px !important;
    }
    .wc-mb-xl-14 {
        margin-bottom: 140px !important;
    }
    .wc-mt-xl-15 {
        margin-top: 150px !important;
    }
    .wc-mb-xl-15 {
        margin-bottom: 150px !important;
    }
    .wc-mt-xl-16 {
        margin-top: 160px !important;
    }
    .wc-mb-xl-16 {
        margin-bottom: 160px !important;
    }
    .wc-mt-xl-17 {
        margin-top: 170px !important;
    }
    .wc-mb-xl-17 {
        margin-bottom: 170px !important;
    }
    .wc-mt-xl-18 {
        margin-top: 180px !important;
    }
    .wc-mb-xl-18 {
        margin-bottom: 180px !important;
    }
    .wc-mt-xl-19 {
        margin-top: 190px !important;
    }
    .wc-mb-xl-19 {
        margin-bottom: 190px !important;
    }
    .wc-mt-xl-20 {
        margin-top: 200px !important;
    }
    .wc-mb-xl-20 {
        margin-bottom: 200px !important;
    }
    .wc-mt-xl-21 {
        margin-top: 210px !important;
    }
    .wc-mb-xl-21 {
        margin-bottom: 210px !important;
    }
    .wc-mt-xl-22 {
        margin-top: 220px !important;
    }
    .wc-mb-xl-22 {
        margin-bottom: 220px !important;
    }
    .wc-mt-xl-23 {
        margin-top: 230px !important;
    }
    .wc-mb-xl-23 {
        margin-bottom: 230px !important;
    }
    .wc-mt-xl-24 {
        margin-top: 240px !important;
    }
    .wc-mb-xl-24 {
        margin-bottom: 240px !important;
    }
    .wc-mt-xl-25 {
        margin-top: 250px !important;
    }
    .wc-mb-xl-25 {
        margin-bottom: 250px !important;
    }
    .wc-mt-xl-26 {
        margin-top: 260px !important;
    }
    .wc-mb-xl-26 {
        margin-bottom: 260px !important;
    }
    .wc-mt-xl-27 {
        margin-top: 270px !important;
    }
    .wc-mb-xl-27 {
        margin-bottom: 270px !important;
    }
    .wc-mt-xl-28 {
        margin-top: 280px !important;
    }
    .wc-mb-xl-28 {
        margin-bottom: 280px !important;
    }
    .wc-mt-xl-29 {
        margin-top: 290px !important;
    }
    .wc-mb-xl-29 {
        margin-bottom: 290px !important;
    }
    .wc-mt-xl-30 {
        margin-top: 300px !important;
    }
    .wc-mb-xl-30 {
        margin-bottom: 300px !important;
    }
    .wc-mr-xl--10 {
        margin-right: -100px !important;
    }
    .wc-ml-xl--10 {
        margin-left: -100px !important;
    }
    .wc-mr-xl--9 {
        margin-right: -90px !important;
    }
    .wc-ml-xl--9 {
        margin-left: -90px !important;
    }
    .wc-mr-xl--8 {
        margin-right: -80px !important;
    }
    .wc-ml-xl--8 {
        margin-left: -80px !important;
    }
    .wc-mr-xl--7 {
        margin-right: -70px !important;
    }
    .wc-ml-xl--7 {
        margin-left: -70px !important;
    }
    .wc-mr-xl--6 {
        margin-right: -60px !important;
    }
    .wc-ml-xl--6 {
        margin-left: -60px !important;
    }
    .wc-mr-xl--5 {
        margin-right: -50px !important;
    }
    .wc-ml-xl--5 {
        margin-left: -50px !important;
    }
    .wc-mr-xl--4 {
        margin-right: -40px !important;
    }
    .wc-ml-xl--4 {
        margin-left: -40px !important;
    }
    .wc-mr-xl--3 {
        margin-right: -30px !important;
    }
    .wc-ml-xl--3 {
        margin-left: -30px !important;
    }
    .wc-mr-xl--2 {
        margin-right: -20px !important;
    }
    .wc-ml-xl--2 {
        margin-left: -20px !important;
    }
    .wc-mr-xl--1 {
        margin-right: -10px !important;
    }
    .wc-ml-xl--1 {
        margin-left: -10px !important;
    }
    .wc-mr-xl-0 {
        margin-right: 0px !important;
    }
    .wc-ml-xl-0 {
        margin-left: 0px !important;
    }
    .wc-mr-xl-1 {
        margin-right: 10px !important;
    }
    .wc-ml-xl-1 {
        margin-left: 10px !important;
    }
    .wc-mr-xl-2 {
        margin-right: 20px !important;
    }
    .wc-ml-xl-2 {
        margin-left: 20px !important;
    }
    .wc-mr-xl-3 {
        margin-right: 30px !important;
    }
    .wc-ml-xl-3 {
        margin-left: 30px !important;
    }
    .wc-mr-xl-4 {
        margin-right: 40px !important;
    }
    .wc-ml-xl-4 {
        margin-left: 40px !important;
    }
    .wc-mr-xl-5 {
        margin-right: 50px !important;
    }
    .wc-ml-xl-5 {
        margin-left: 50px !important;
    }
    .wc-mr-xl-6 {
        margin-right: 60px !important;
    }
    .wc-ml-xl-6 {
        margin-left: 60px !important;
    }
    .wc-mr-xl-7 {
        margin-right: 70px !important;
    }
    .wc-ml-xl-7 {
        margin-left: 70px !important;
    }
    .wc-mr-xl-8 {
        margin-right: 80px !important;
    }
    .wc-ml-xl-8 {
        margin-left: 80px !important;
    }
    .wc-mr-xl-9 {
        margin-right: 90px !important;
    }
    .wc-ml-xl-9 {
        margin-left: 90px !important;
    }
    .wc-mr-xl-10 {
        margin-right: 100px !important;
    }
    .wc-ml-xl-10 {
        margin-left: 100px !important;
    }
    .wc-pt-xl-0 {
        padding-top: 0px !important;
    }
    .wc-pb-xl-0 {
        padding-bottom: 0px !important;
    }
    .wc-pr-xl-0 {
        padding-right: 0px !important;
    }
    .wc-pl-xl-0 {
        padding-left: 0px !important;
    }
    .wc-py-xl-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .wc-px-xl-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .wc-pa-xl-0 {
        padding: 0px !important;
    }
    .wc-pt-xl-1 {
        padding-top: 10px !important;
    }
    .wc-pb-xl-1 {
        padding-bottom: 10px !important;
    }
    .wc-pr-xl-1 {
        padding-right: 10px !important;
    }
    .wc-pl-xl-1 {
        padding-left: 10px !important;
    }
    .wc-py-xl-1 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .wc-px-xl-1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .wc-pa-xl-1 {
        padding: 10px !important;
    }
    .wc-pt-xl-2 {
        padding-top: 20px !important;
    }
    .wc-pb-xl-2 {
        padding-bottom: 20px !important;
    }
    .wc-pr-xl-2 {
        padding-right: 20px !important;
    }
    .wc-pl-xl-2 {
        padding-left: 20px !important;
    }
    .wc-py-xl-2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .wc-px-xl-2 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .wc-pa-xl-2 {
        padding: 20px !important;
    }
    .wc-pt-xl-3 {
        padding-top: 30px !important;
    }
    .wc-pb-xl-3 {
        padding-bottom: 30px !important;
    }
    .wc-pr-xl-3 {
        padding-right: 30px !important;
    }
    .wc-pl-xl-3 {
        padding-left: 30px !important;
    }
    .wc-py-xl-3 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .wc-px-xl-3 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .wc-pa-xl-3 {
        padding: 30px !important;
    }
    .wc-pt-xl-4 {
        padding-top: 40px !important;
    }
    .wc-pb-xl-4 {
        padding-bottom: 40px !important;
    }
    .wc-pr-xl-4 {
        padding-right: 40px !important;
    }
    .wc-pl-xl-4 {
        padding-left: 40px !important;
    }
    .wc-py-xl-4 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .wc-px-xl-4 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .wc-pa-xl-4 {
        padding: 40px !important;
    }
    .wc-pt-xl-5 {
        padding-top: 50px !important;
    }
    .wc-pb-xl-5 {
        padding-bottom: 50px !important;
    }
    .wc-pr-xl-5 {
        padding-right: 50px !important;
    }
    .wc-pl-xl-5 {
        padding-left: 50px !important;
    }
    .wc-py-xl-5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .wc-px-xl-5 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .wc-pa-xl-5 {
        padding: 50px !important;
    }
    .wc-pt-xl-6 {
        padding-top: 60px !important;
    }
    .wc-pb-xl-6 {
        padding-bottom: 60px !important;
    }
    .wc-pr-xl-6 {
        padding-right: 60px !important;
    }
    .wc-pl-xl-6 {
        padding-left: 60px !important;
    }
    .wc-py-xl-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .wc-px-xl-6 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .wc-pa-xl-6 {
        padding: 60px !important;
    }
    .wc-pt-xl-7 {
        padding-top: 70px !important;
    }
    .wc-pb-xl-7 {
        padding-bottom: 70px !important;
    }
    .wc-pr-xl-7 {
        padding-right: 70px !important;
    }
    .wc-pl-xl-7 {
        padding-left: 70px !important;
    }
    .wc-py-xl-7 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
    .wc-px-xl-7 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .wc-pa-xl-7 {
        padding: 70px !important;
    }
    .wc-pt-xl-8 {
        padding-top: 80px !important;
    }
    .wc-pb-xl-8 {
        padding-bottom: 80px !important;
    }
    .wc-pr-xl-8 {
        padding-right: 80px !important;
    }
    .wc-pl-xl-8 {
        padding-left: 80px !important;
    }
    .wc-py-xl-8 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .wc-px-xl-8 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .wc-pa-xl-8 {
        padding: 80px !important;
    }
    .wc-pt-xl-9 {
        padding-top: 90px !important;
    }
    .wc-pb-xl-9 {
        padding-bottom: 90px !important;
    }
    .wc-pr-xl-9 {
        padding-right: 90px !important;
    }
    .wc-pl-xl-9 {
        padding-left: 90px !important;
    }
    .wc-py-xl-9 {
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
    .wc-px-xl-9 {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
    .wc-pa-xl-9 {
        padding: 90px !important;
    }
    .wc-pt-xl-10 {
        padding-top: 100px !important;
    }
    .wc-pb-xl-10 {
        padding-bottom: 100px !important;
    }
    .wc-pr-xl-10 {
        padding-right: 100px !important;
    }
    .wc-pl-xl-10 {
        padding-left: 100px !important;
    }
    .wc-py-xl-10 {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .wc-px-xl-10 {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    .wc-pa-xl-10 {
        padding: 100px !important;
    }
    .wc-pt-xl-11 {
        padding-top: 110px !important;
    }
    .wc-pb-xl-11 {
        padding-bottom: 110px !important;
    }
    .wc-pr-xl-11 {
        padding-right: 110px !important;
    }
    .wc-pl-xl-11 {
        padding-left: 110px !important;
    }
    .wc-py-xl-11 {
        padding-top: 110px !important;
        padding-bottom: 110px !important;
    }
    .wc-px-xl-11 {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }
    .wc-pa-xl-11 {
        padding: 110px !important;
    }
    .wc-pt-xl-12 {
        padding-top: 120px !important;
    }
    .wc-pb-xl-12 {
        padding-bottom: 120px !important;
    }
    .wc-pr-xl-12 {
        padding-right: 120px !important;
    }
    .wc-pl-xl-12 {
        padding-left: 120px !important;
    }
    .wc-py-xl-12 {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
    }
    .wc-px-xl-12 {
        padding-left: 120px !important;
        padding-right: 120px !important;
    }
    .wc-pa-xl-12 {
        padding: 120px !important;
    }
    .wc-pt-xl-13 {
        padding-top: 130px !important;
    }
    .wc-pb-xl-13 {
        padding-bottom: 130px !important;
    }
    .wc-pr-xl-13 {
        padding-right: 130px !important;
    }
    .wc-pl-xl-13 {
        padding-left: 130px !important;
    }
    .wc-py-xl-13 {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
    }
    .wc-px-xl-13 {
        padding-left: 130px !important;
        padding-right: 130px !important;
    }
    .wc-pa-xl-13 {
        padding: 130px !important;
    }
    .wc-pt-xl-14 {
        padding-top: 140px !important;
    }
    .wc-pb-xl-14 {
        padding-bottom: 140px !important;
    }
    .wc-pr-xl-14 {
        padding-right: 140px !important;
    }
    .wc-pl-xl-14 {
        padding-left: 140px !important;
    }
    .wc-py-xl-14 {
        padding-top: 140px !important;
        padding-bottom: 140px !important;
    }
    .wc-px-xl-14 {
        padding-left: 140px !important;
        padding-right: 140px !important;
    }
    .wc-pa-xl-14 {
        padding: 140px !important;
    }
    .wc-pt-xl-15 {
        padding-top: 150px !important;
    }
    .wc-pb-xl-15 {
        padding-bottom: 150px !important;
    }
    .wc-pr-xl-15 {
        padding-right: 150px !important;
    }
    .wc-pl-xl-15 {
        padding-left: 150px !important;
    }
    .wc-py-xl-15 {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .wc-px-xl-15 {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
    .wc-pa-xl-15 {
        padding: 150px !important;
    }
    .wc-pt-xl-16 {
        padding-top: 160px !important;
    }
    .wc-pb-xl-16 {
        padding-bottom: 160px !important;
    }
    .wc-pr-xl-16 {
        padding-right: 160px !important;
    }
    .wc-pl-xl-16 {
        padding-left: 160px !important;
    }
    .wc-py-xl-16 {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }
    .wc-px-xl-16 {
        padding-left: 160px !important;
        padding-right: 160px !important;
    }
    .wc-pa-xl-16 {
        padding: 160px !important;
    }
    .wc-pt-xl-17 {
        padding-top: 170px !important;
    }
    .wc-pb-xl-17 {
        padding-bottom: 170px !important;
    }
    .wc-pr-xl-17 {
        padding-right: 170px !important;
    }
    .wc-pl-xl-17 {
        padding-left: 170px !important;
    }
    .wc-py-xl-17 {
        padding-top: 170px !important;
        padding-bottom: 170px !important;
    }
    .wc-px-xl-17 {
        padding-left: 170px !important;
        padding-right: 170px !important;
    }
    .wc-pa-xl-17 {
        padding: 170px !important;
    }
    .wc-pt-xl-18 {
        padding-top: 180px !important;
    }
    .wc-pb-xl-18 {
        padding-bottom: 180px !important;
    }
    .wc-pr-xl-18 {
        padding-right: 180px !important;
    }
    .wc-pl-xl-18 {
        padding-left: 180px !important;
    }
    .wc-py-xl-18 {
        padding-top: 180px !important;
        padding-bottom: 180px !important;
    }
    .wc-px-xl-18 {
        padding-left: 180px !important;
        padding-right: 180px !important;
    }
    .wc-pa-xl-18 {
        padding: 180px !important;
    }
    .wc-pt-xl-19 {
        padding-top: 190px !important;
    }
    .wc-pb-xl-19 {
        padding-bottom: 190px !important;
    }
    .wc-pr-xl-19 {
        padding-right: 190px !important;
    }
    .wc-pl-xl-19 {
        padding-left: 190px !important;
    }
    .wc-py-xl-19 {
        padding-top: 190px !important;
        padding-bottom: 190px !important;
    }
    .wc-px-xl-19 {
        padding-left: 190px !important;
        padding-right: 190px !important;
    }
    .wc-pa-xl-19 {
        padding: 190px !important;
    }
    .wc-pt-xl-20 {
        padding-top: 200px !important;
    }
    .wc-pb-xl-20 {
        padding-bottom: 200px !important;
    }
    .wc-pr-xl-20 {
        padding-right: 200px !important;
    }
    .wc-pl-xl-20 {
        padding-left: 200px !important;
    }
    .wc-py-xl-20 {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }
    .wc-px-xl-20 {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }
    .wc-pa-xl-20 {
        padding: 200px !important;
    }
    .wc-pt-xl-21 {
        padding-top: 210px !important;
    }
    .wc-pb-xl-21 {
        padding-bottom: 210px !important;
    }
    .wc-pr-xl-21 {
        padding-right: 210px !important;
    }
    .wc-pl-xl-21 {
        padding-left: 210px !important;
    }
    .wc-py-xl-21 {
        padding-top: 210px !important;
        padding-bottom: 210px !important;
    }
    .wc-px-xl-21 {
        padding-left: 210px !important;
        padding-right: 210px !important;
    }
    .wc-pa-xl-21 {
        padding: 210px !important;
    }
    .wc-pt-xl-22 {
        padding-top: 220px !important;
    }
    .wc-pb-xl-22 {
        padding-bottom: 220px !important;
    }
    .wc-pr-xl-22 {
        padding-right: 220px !important;
    }
    .wc-pl-xl-22 {
        padding-left: 220px !important;
    }
    .wc-py-xl-22 {
        padding-top: 220px !important;
        padding-bottom: 220px !important;
    }
    .wc-px-xl-22 {
        padding-left: 220px !important;
        padding-right: 220px !important;
    }
    .wc-pa-xl-22 {
        padding: 220px !important;
    }
    .wc-pt-xl-23 {
        padding-top: 230px !important;
    }
    .wc-pb-xl-23 {
        padding-bottom: 230px !important;
    }
    .wc-pr-xl-23 {
        padding-right: 230px !important;
    }
    .wc-pl-xl-23 {
        padding-left: 230px !important;
    }
    .wc-py-xl-23 {
        padding-top: 230px !important;
        padding-bottom: 230px !important;
    }
    .wc-px-xl-23 {
        padding-left: 230px !important;
        padding-right: 230px !important;
    }
    .wc-pa-xl-23 {
        padding: 230px !important;
    }
    .wc-pt-xl-24 {
        padding-top: 240px !important;
    }
    .wc-pb-xl-24 {
        padding-bottom: 240px !important;
    }
    .wc-pr-xl-24 {
        padding-right: 240px !important;
    }
    .wc-pl-xl-24 {
        padding-left: 240px !important;
    }
    .wc-py-xl-24 {
        padding-top: 240px !important;
        padding-bottom: 240px !important;
    }
    .wc-px-xl-24 {
        padding-left: 240px !important;
        padding-right: 240px !important;
    }
    .wc-pa-xl-24 {
        padding: 240px !important;
    }
    .wc-pt-xl-25 {
        padding-top: 250px !important;
    }
    .wc-pb-xl-25 {
        padding-bottom: 250px !important;
    }
    .wc-pr-xl-25 {
        padding-right: 250px !important;
    }
    .wc-pl-xl-25 {
        padding-left: 250px !important;
    }
    .wc-py-xl-25 {
        padding-top: 250px !important;
        padding-bottom: 250px !important;
    }
    .wc-px-xl-25 {
        padding-left: 250px !important;
        padding-right: 250px !important;
    }
    .wc-pa-xl-25 {
        padding: 250px !important;
    }
    .wc-pt-xl-26 {
        padding-top: 260px !important;
    }
    .wc-pb-xl-26 {
        padding-bottom: 260px !important;
    }
    .wc-pr-xl-26 {
        padding-right: 260px !important;
    }
    .wc-pl-xl-26 {
        padding-left: 260px !important;
    }
    .wc-py-xl-26 {
        padding-top: 260px !important;
        padding-bottom: 260px !important;
    }
    .wc-px-xl-26 {
        padding-left: 260px !important;
        padding-right: 260px !important;
    }
    .wc-pa-xl-26 {
        padding: 260px !important;
    }
    .wc-pt-xl-27 {
        padding-top: 270px !important;
    }
    .wc-pb-xl-27 {
        padding-bottom: 270px !important;
    }
    .wc-pr-xl-27 {
        padding-right: 270px !important;
    }
    .wc-pl-xl-27 {
        padding-left: 270px !important;
    }
    .wc-py-xl-27 {
        padding-top: 270px !important;
        padding-bottom: 270px !important;
    }
    .wc-px-xl-27 {
        padding-left: 270px !important;
        padding-right: 270px !important;
    }
    .wc-pa-xl-27 {
        padding: 270px !important;
    }
    .wc-pt-xl-28 {
        padding-top: 280px !important;
    }
    .wc-pb-xl-28 {
        padding-bottom: 280px !important;
    }
    .wc-pr-xl-28 {
        padding-right: 280px !important;
    }
    .wc-pl-xl-28 {
        padding-left: 280px !important;
    }
    .wc-py-xl-28 {
        padding-top: 280px !important;
        padding-bottom: 280px !important;
    }
    .wc-px-xl-28 {
        padding-left: 280px !important;
        padding-right: 280px !important;
    }
    .wc-pa-xl-28 {
        padding: 280px !important;
    }
    .wc-pt-xl-29 {
        padding-top: 290px !important;
    }
    .wc-pb-xl-29 {
        padding-bottom: 290px !important;
    }
    .wc-pr-xl-29 {
        padding-right: 290px !important;
    }
    .wc-pl-xl-29 {
        padding-left: 290px !important;
    }
    .wc-py-xl-29 {
        padding-top: 290px !important;
        padding-bottom: 290px !important;
    }
    .wc-px-xl-29 {
        padding-left: 290px !important;
        padding-right: 290px !important;
    }
    .wc-pa-xl-29 {
        padding: 290px !important;
    }
    .wc-pt-xl-30 {
        padding-top: 300px !important;
    }
    .wc-pb-xl-30 {
        padding-bottom: 300px !important;
    }
    .wc-pr-xl-30 {
        padding-right: 300px !important;
    }
    .wc-pl-xl-30 {
        padding-left: 300px !important;
    }
    .wc-py-xl-30 {
        padding-top: 300px !important;
        padding-bottom: 300px !important;
    }
    .wc-px-xl-30 {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
    .wc-pa-xl-30 {
        padding: 300px !important;
    }
}

/*------------------------------------------------------------------
[30. Spacing]
------------------------------------------------------------------*/
.wc-timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}

.wc-timeline-item {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-bottom: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
}

.wc-timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.wc-timeline-item:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #9C9FA4;
    left: 0;
    top: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
    z-index: 2;
    -webkit-animation: timeline 2s ease-in-out infinite;
            animation: timeline 2s ease-in-out infinite;
}

.wc-timeline-item:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    background: #9C9FA4;
    opacity: 0.2;
    z-index: 1;
}

.wc-timeline-item:first-child:after {
    top: 10px;
}

.wc-timeline-item:last-child:after {
    top: 0px;
    bottom: calc(100% - 10px);
}

@media (min-width: 992px) {
    .wc-timeline-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .wc-timeline-horizontal .wc-timeline-item {
        padding-left: 30px;
        padding-bottom: 0;
        padding-top: 30px;
        text-align: center;
    }
    .wc-timeline-horizontal .wc-timeline-item:first-child {
        margin-left: 0;
    }
    .wc-timeline-horizontal .wc-timeline-item:before {
        left: 50%;
        top: 0;
    }
    .wc-timeline-horizontal .wc-timeline-item:after {
        height: 1px;
        top: 6px;
        left: 0;
        right: 0;
        bottom: auto;
        width: auto;
    }
    .wc-timeline-horizontal .wc-timeline-item:first-child:after {
        left: 50%;
    }
    .wc-timeline-horizontal .wc-timeline-item:last-child:after {
        right: 50%;
    }
}

.wc-timeline-item:nth-child(1):before {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}

.wc-timeline-item:nth-child(2):before {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}

.wc-timeline-item:nth-child(3):before {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}

.wc-timeline-item:nth-child(4):before {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
}

.wc-timeline-item:nth-child(5):before {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}

.wc-timeline-item:nth-child(6):before {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
}

.wc-timeline-item:nth-child(7):before {
    -webkit-animation-delay: 2.8s;
            animation-delay: 2.8s;
}

.wc-timeline-item:nth-child(8):before {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
}

.wc-timeline-item:nth-child(9):before {
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s;
}

.wc-timeline-item:nth-child(10):before {
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
}

@-webkit-keyframes timeline {
    0% {
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
    }
    50% {
        -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.16);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
    }
}

@keyframes timeline {
    0% {
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
    }
    50% {
        -webkit-box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0px 0px 6px rgba(0, 0, 0, 0.16);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.08);
    }
}

/*------------------------------------------------------------------
[31. Custom Demo Rules]
------------------------------------------------------------------*/
.pace-on .pace-overlay {
    background-image: radial-gradient(#ffffff 0%, #dedede 100%);
}

.wc-nav-list > li.active > a:before,
.wc-nav-list > li > a:hover:before {
    width: 20px;
}

.small {
    font-size: 80% !important;
}

.wc-color-gray {
    color: #605A5A;
}

.wc-color-gray-dark {
    color: #434040;
}

.wc-color-gray-light {
    color: #9C9FA4;
}

.wc-bg-image-01 {
    background-image: url(../images/wincleaner-back-image.jpg);
}

.wc-list-bg-image-01 {
    background-image: url(../images/wc-01.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.wc-list-bg-image-02 {
    background-image: url(../images/wc-02.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.wc-list-bg-image-03 {
    background-image: url(../images/wc-03.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.wc-bg-blue {
    background-color: rgba(66, 146, 228, 0.8);
}

.wc-bg-violet {
    background-color: rgba(122, 89, 222, 0.7);
}

.wc-bg-noise {
    background-image: url("data:image/png;base64,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");
    background-repeat: repeat;
}

.wc-bg-gradient-01 {
    background: -webkit-gradient(linear, left top, right bottom, from(#F7F3F3), to(#DFDFDF));
    background: linear-gradient(to bottom right, #F7F3F3 0%, #DFDFDF 100%);
}

.wc-bg-gradient-02 {
    background: -webkit-gradient(linear, left top, left bottom, from(#605A5A), to(#313131));
    background: linear-gradient(to bottom, #605A5A 0%, #313131 100%);
}

.wc-bg-gradient-03 {
    background: -webkit-gradient(linear, left top, left bottom, from(#534169), to(#f1abf4));
    background-image: linear-gradient(15deg,#534169,#f1abf4);
}

.wc-bg-gradient-04 {
  background-color: transparent;
  background-image: linear-gradient(90deg,#ff7e4c 0,#f4d436 50%,#4cc3b8);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: bottom;
}

.wc-bg-gradient-05 {
    background-color: transparent;
    background-image: linear-gradient(90deg,#bf4bfb 0,#554bf5 50%,#4baff6);
    background-size: 100% 4px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.wc-bg-card-01 {
    background-image: url(../images/web-agency-bg-card-01-500x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.wc-bg-card-02 {
    background-image: url(../images/web-agency-bg-card-02-500x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.wc-bg-card-03 {
    background-image: url(../images/web-agency-bg-card-03-500x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.wc-bg-card-04 {
    background-image: url(../images/web-agency-bg-card-04-500x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.wc-bg-card-05 {
    background-image: url(../images/web-agency-bg-card-05-500x500.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.wc-bg-card-06 {
    background-image: url(../images/remote-support-bkgd.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.wc-bg-card-07 {
    background-image: url(../images/remote-support-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.wc-shadow-big {
    -webkit-box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 35px 35px rgba(0, 0, 0, 0.12);
}

.wc-shadow-big:hover {
    -webkit-box-shadow: 0px 45px 45px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 45px 45px rgba(0, 0, 0, 0.12);
}

.wc-shadow-small {
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
}

.wc-shadow-small:hover {
    -webkit-box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.08);
}
